path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
js/app/views/templates/search-listing.html
|
burnflare/CrowdBuy
|
<a class="thumbnail media search-result col-md-6">
<img class="pull-left media-object" style="width: 64px; height: 64px" src="<%= images ? images[0] : null %>">
<div class="media-body">
<h4 class="media-heading"><%= name %></h4>
<div class="item-price">
<span class="glyphicon glyphicon-usd"></span><%= user_price %> (<%= user_currency %> = <%= price %> USD)
</div>
<div class="item-dimensions">
<span class="glyphicon glyphicon-resize-full"></span><%= length %> L x <%= width %> W x <%= height %> H (in mm)
</div>
</div>
</a>
|
dist/css/tooltip.css
|
Iamronan/Formstone
|
/*! formstone v0.5.3 [tooltip.css] 2015-04-17 | MIT License | formstone.it */
/**
* @class
* @name .fs-tooltip-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-tooltip
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-tooltip.fs-tooltip-visible
* @type modifier
* @description Inidcates visible state
*/
/**
* @class
* @name .fs-tooltip.fs-tooltip-right
* @type modifier
* @description Inidcates right side display
*/
/**
* @class
* @name .fs-tooltip.fs-tooltip-left
* @type modifier
* @description Inidcates left side display
*/
/**
* @class
* @name .fs-tooltip.fs-tooltip-top
* @type modifier
* @description Inidcates top display
*/
/**
* @class
* @name .fs-tooltip.fs-tooltip-bottom
* @type modifier
* @description Inidcates bottom display
*/
.fs-tooltip {
width: 1px;
height: 1px;
position: absolute;
top: -999px;
left: -999px;
z-index: 10;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
/**
* @class
* @name .fs-tooltip-content
* @type element
* @description Tooltip content wrapper
*/
/**
* @class
* @name .fs-tooltip-caret
* @type element
* @description Tooltip caret
*/
}
.fs-tooltip,
.fs-tooltip:after,
.fs-tooltip:before,
.fs-tooltip *,
.fs-tooltip *:after,
.fs-tooltip *:before {
box-sizing: border-box;
-webkit-transition: none;
transition: none;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.fs-tooltip-visible {
opacity: 1;
}
.fs-tooltip-content {
background: #111111;
border-radius: 3px;
color: #ffffff;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 10px 15px;
position: relative;
white-space: nowrap;
}
.fs-tooltip-caret {
width: 0;
height: 0;
content: '';
display: block;
margin: 0;
position: absolute;
}
.fs-tooltip-right .fs-tooltip-content {
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35);
}
.fs-tooltip-right .fs-tooltip-caret {
top: 0;
left: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #111111;
}
.fs-tooltip-left .fs-tooltip-content {
box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35);
}
.fs-tooltip-left .fs-tooltip-caret {
top: 0;
right: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #111111;
}
.fs-tooltip-top .fs-tooltip-caret,
.fs-tooltip-bottom .fs-tooltip-caret {
display: block;
float: none;
margin: 0 auto;
}
.fs-tooltip-top .fs-tooltip-content {
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.35);
}
.fs-tooltip-top .fs-tooltip-caret {
bottom: -5px;
left: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #111111;
}
.fs-tooltip-bottom .fs-tooltip-content {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.fs-tooltip-bottom .fs-tooltip-caret {
top: -5px;
left: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #111111;
}
|
docs/html/search/functions_1.html
|
Destevit/Convay
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_1.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Wczytywanie...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
createResults();
--></script>
<div class="SRStatus" id="Searching">Szukanie...</div>
<div class="SRStatus" id="NoMatches">Brak dopasowań</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
criminalJusticeWebsite/countyPages/Matagorda.html
|
DestinyRoseMurphy/DestinyRoseMurphy.github.io
|
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.bundle.js"></script>
<script type="text/javascript" src="https://unpkg.com/chartkick@3.0.1/dist/chartkick.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
</head>
<body>
<nav style="background-color: rgb(20,34,53) !important" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="../index.html"><img style="width: 1.5rem; margin-top: -.5rem" src="http://www.lonestarpolicyinstitute.org/wp-content/uploads/2018/01/Star-96x91.png" class="logo_main" alt="" >Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="../methodology.html">Methodology</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../findings.html">Findings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../countySelector.html">Find Your County</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.lonestarpolicyinstitute.org/">LSPI</a>
</li>
</ul>
</div>
</nav>
<main role="main" style="background-color: rgb(28,60,95); margin-top: -1rem">
<!-- /container -->
<div class="container" style="margin-top: 4rem; background-color: white">
<h1 style="margin-bottom: 1rem; padding-top: 1rem;"> Matagorda County</h1>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2017</h2>
<div class="row">
<!-- Lefthand Column -->
<div class="col-sm">
<div id="top2017Misd" style="height: 300px; margin-left: -2.5rem; margin-bottom: 3rem;"></div>
<div style="margin-top: 1rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 344
<br>
Total Felony Dispositions = 363</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 714
<br>
Total Misdemeanor Dispositions = 748</div>
<div id="top2017Felony" style="height: 300px;"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2016</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2016Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 370
<br>
Total Felony Dispositions = 462</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 741
<br>
Total Misdemeanor Dispositions = 892</div>
<div id="top2016Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2015</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2015Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 263
<br>
Total Felony Dispositions = 473</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 713
<br>
Total Misdemeanor Dispositions = 791</div>
<div id="top2015Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2014</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2014Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 332
<br>
Total Felony Dispositions = 506</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 821
<br>
Total Misdemeanor Dispositions = 832</div>
<div id="top2014Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2013</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2013Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 490
<br>
Total Felony Dispositions = 551</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 818
<br>
Total Misdemeanor Dispositions = 878</div>
<div id="top2013Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2012</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2012Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 379
<br>
Total Felony Dispositions = 554</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 780
<br>
Total Misdemeanor Dispositions = 1004</div>
<div id="top2012Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2011</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2011Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 413
<br>
Total Felony Dispositions = 483</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 847
<br>
Total Misdemeanor Dispositions = 1105</div>
<div id="top2011Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
</main>
<footer style="background-color: rgb(20,34,53);" class="">
<p style="color: white; text-align: center;">Created by <a href ="http://www.destinyrosemurphy.com/">Destiny Rose Murphy</a> with help from <a href ="https://christian.gen.co/">Christian Genco</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
new Chartkick.ColumnChart("top2017Felony", [
["Drug Poss.", "126"],
["Agg. Ass./Attemp. Murder", "113"],
["Burglary", "110"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2017Misd", [
["Marijuana Poss.", "176"],
["Driving While License Suspended/Invalid", "167"],
["DWI First Off.", "141"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2016 graphs --->
new Chartkick.ColumnChart("top2016Felony", [
["Agg. Ass./Attemp. Murder", "115"],
["Felony Theft", "115"],
["Drug Poss.", "102"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2016Misd", [
["DWI First Off.", "160"],
["Driving While License Suspended/Invalid", "158"],
["Family Violence Ass.", "148"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2015 graphs --->
new Chartkick.ColumnChart("top2015Felony", [
["Agg. Ass./Attemp. Murder", "114"],
["Burglary", "103"],
["Felony Theft", "97"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2015Misd", [
["DWI First Off.", "148"],
["Driving While License Suspended/Invalid", "148"],
["Family Violence Ass.", "147"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2014 graphs --->
new Chartkick.ColumnChart("top2014Felony", [
["Agg. Ass./Attemp. Murder", "129"],
["Burglary", "106"],
["Drug Poss.", "99"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2014Misd", [
["Marijuana Poss.", "165"],
["Driving While License Suspended/Invalid", "158"],
["Theft", "141"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2013 graphs --->
new Chartkick.ColumnChart("top2013Felony", [
["Drug Poss.", "122"],
["Agg. Ass./Attemp. Murder", "120"],
["Felony Theft", "92"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2013Misd", [
["Marijuana Poss.", "141"],
["Theft by Check", "133"],
["Driving While License Suspended/Invalid", "123"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2012 graphs --->
new Chartkick.ColumnChart("top2012Felony", [
["Drug Poss.", "108"],
["Burglary", "84"],
["Agg. Ass./Attemp. Murder", "83"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2012Misd", [
["Marijuana Poss.", "140"],
["Theft", "134"],
["Family Violence Ass.", "102"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2011 graphs --->
new Chartkick.ColumnChart("top2011Felony", [
["Drug Poss.", "119"],
["DWI", "81"],
["Burglary", "79"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2011Misd", [
["Marijuana Poss.", "154"],
["DWI First Off.", "114"],
["Theft by Check", "110"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
</script>
</body>
</html>
|
index.html
|
shvelo/phaser-es6-template
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Phaser Game</title>
<link rel="stylesheet" href="assets/css/game.css">
</head>
<body>
<div class="container">
<div id="game"></div>
</div>
<script src="lib/phaser.js"></script>
<script src="js/game.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.2/paco/4.0.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paco: 1 m 4 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / paco - 4.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
paco
<small>
4.0.0
<span class="label label-success">1 m 4 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-11 07:20:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-11 07:20:54 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-paco"
version: "4.0.0"
maintainer: "paco@sf.snu.ac.kr"
synopsis: "Coq library implementing parameterized coinduction"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
"Minki Cho <minki.cho@sf.snu.ac.kr>"
]
license: "BSD-3"
build: [make "-C" "src" "all" "-j%{jobs}%"]
install: [make "-C" "src" "-f" "Makefile.coq" "install"]
remove: ["rm" "-r" "-f" "%{lib}%/coq/user-contrib/Paco"]
depends: [
"coq" {>= "8.6" & < "8.12"}
]
tags: [
"date:2019-04-30"
"category:Programming Languages/Formal Definitions and Theory"
"category:Mathematical Logic and Foramal Languages/Mathematical Logic"
"keyword:coinduction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"
]
url {
http: "https://github.com/snu-sf/paco/archive/v4.0.0.tar.gz"
checksum: "df80f84e36d5801f726382f15d94dcf1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-paco.4.0.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-paco.4.0.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-paco.4.0.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 4 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco14.vo</code></li>
<li>932 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco13.vo</code></li>
<li>804 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco12.vo</code></li>
<li>666 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco11.vo</code></li>
<li>565 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco10.vo</code></li>
<li>479 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco9.vo</code></li>
<li>407 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco8.vo</code></li>
<li>342 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco7.vo</code></li>
<li>282 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco6.vo</code></li>
<li>229 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco5.vo</code></li>
<li>191 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac_internal.vo</code></li>
<li>182 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco4.vo</code></li>
<li>162 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.vo</code></li>
<li>146 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.vo</code></li>
<li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco3.vo</code></li>
<li>132 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.vo</code></li>
<li>118 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco2.vo</code></li>
<li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.vo</code></li>
<li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.vo</code></li>
<li>93 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.glob</code></li>
<li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco14.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco1.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco13.glob</code></li>
<li>72 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.vo</code></li>
<li>72 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco12.glob</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.glob</code></li>
<li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco11.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco10.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco9.glob</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco8.glob</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.glob</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco7.glob</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco6.glob</code></li>
<li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco0.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco5.glob</code></li>
<li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.glob</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco4.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco3.glob</code></li>
<li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco2.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco1.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco0.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacotac.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac_internal.v</code></li>
<li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.glob</code></li>
<li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac_internal.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacotac.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco14.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco13.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco12.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco11.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco10.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco9.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco_internal.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco8.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco7.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco6.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco5.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco4.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco3.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco2.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco1.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpaco0.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacotac.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco_internal.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacoall.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco_internal.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacoall.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacoall.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacoall.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/gpacoall.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacoall.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-paco.4.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
vodnik/12.10/net.html
|
ubuntu-si/ubuntu.si
|
<!DOCTYPE html>
<html lang=sl>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Omreženje, splet, pošta in klepet</title>
<link rel="stylesheet" type="text/css" href="../vodnik_1404.css">
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body id="home">
</script><div id="wrapper" class="hfeed">
<div id="header">
<div id="branding">
<div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div>
<h1 id="blog-description"></h1>
</div>
<div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni">
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="https://www.ubuntu.si">Novice</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="https://www.ubuntu.si/punbb/">Forum</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://www.ubuntu.si/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li>
<li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://www.ubuntu.si/pogosta_vprasanja/">Pogosta vprašanja</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://www.ubuntu.si/skupnost/">Skupnost</a></li>
<li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://www.ubuntu.si/povezave/">Povezave</a></li>
</ul></div></li></ul></div></div>
</div>
<div id="main"><div id="cwt-content" class="clearfix content-area"><div id="page">
<div class="trails"><div class="trail">
<a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Pomoč"></span> Namizni vodnik Ubuntu</a> » </div></div>
<div id="content">
<!-- Piwik Image Tracker --><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&rec=1" style="border:0" alt="" /><!-- End Piwik -->
<div class="hgroup"><h1 class="title"><span class="title">Omreženje, splet, pošta in klepet</span></h1></div>
<div class="region">
<div class="contents"><div class="links topiclinks"><div class="inner"><div class="region">
<div class="links-grid ">
<div class="links-grid-link"><a href="net-wireless.html" title="Brezžične povezave">Brezžične povezave</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-wireless-connect.html" title="Povezava z brezžičnim omrežjem">Povezava z brezžičnim omrežjem</a></span>, <span class=" link"><a href="net-wireless-hidden.html" title="Povezava s skritim brezžičnim omrežjem">Skrita omrežja</a></span>, <span class=" link"><a href="net-editcon.html" title="Urejanje brezžične povezave">Urejanje nastavitev povezave</a></span>, <span class=" link"><a href="net-wireless-disconnecting.html" title="Zakaj se povezava z mojim brezžičnim omrežjem kar naprej prekinja?">Prekinitev povezave</a></span> …</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-email.html" title="E-pošta, programi e-pošte">E-pošta, programi e-pošte</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-default-email.html" title="Spremenite poštni program s katerim boste pisali e-pošto.">Privzeti programi e-pošte</a></span></span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-general.html" title="Izrazi in namigi omrežja">Izrazi in namigi omrežja</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-findip.html" title="Najdite svoj naslov IP">Najdite svoj naslov IP</a></span>, <span class=" link"><a href="net-wireless-wepwpa.html" title="Kaj WEP in WPA pomenita?">varnost WEP in WPA</a></span>, <span class=" link"><a href="net-macaddress.html" title="Kaj je naslov MAC?">naslovi MAC</a></span>, <span class=" link"><a href="net-proxy.html" title="Določitev nastavitvev posredniškega strežnika">posredniški strežniki</a></span> …</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-chat.html" title="Klepet in družabna omrežja">Klepet in družabna omrežja</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-chat-empathy.html" title="Hipno sporočanje na Ubuntuju">Klepet na kateremukoli omrežju z <span class=" app">Empathy</span></a></span>, <span class=" link"><a href="net-chat-video.html" title="Video klici">video klici</a></span>, <span class=" link"><a href="net-chat-skype.html" title="Kako lahko na Ubuntuju uporabljam Skype?">namestitev skype</a></span>, <span class=" link"><a href="net-chat-social.html" title="Družabno omrežje z namizja">programi družabnih omrežij</a></span></span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-mobile.html" title="Povezava z mobilnim širokopasovnim omrežjem">Povezava z mobilnim širokopasovnim omrežjem</a></div>
<div class="desc"><span class="desc">Povezava na internet z uporabo mobilnega širokoposovnega omrežja</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="sharing.html" title="Souporaba">Souporaba</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="sharing-desktop.html" title="Dajte svoje namizje v souporabo">Souporaba namizja</a></span>, <span class=" link"><a href="sharing-remote-login.html" title="Kaj je oddaljena prijava?">oddaljena prijava</a></span></span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-browser.html" title="Spletni brskalniki">Spletni brskalniki</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-default-browser.html" title="Spremenite spletni brskalnik v katerem so odprta spletišča">Sprememba privzetega brskalnika</a></span>, <span class=" link"><a href="net-install-flash.html" title="Nameščanje vstavka Flash">namestitev flash</a></span>, <span class=" link"><a href="net-install-java-plugin.html" title="Nameščanje vstavka Java za brskalnike">namestitev vstavka java</a></span> …</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="contacts.html" title="Stiki">Stiki</a></div>
<div class="desc"><span class="desc">Dostopajte do svojih stikov.</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-problem.html" title="Težave z omrežjem">Težave z omrežjem</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-wireless-troubleshooting.html" title="Odpravljanje težav z brezžičnimi omrežji">Odpravljanje težav z brezžičnimi povezavami</a></span>, <span class=" link"><a href="net-wireless-find.html" title="Svojega brezžičnega omrežja ne morem videti na seznamu">iskanje brezžične povezave</a></span> …</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-security.html" title="Varnost na internetu">Varnost na internetu</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-antivirus.html" title="Ali potrebujem protivirusni program?">Protivirusni programi</a></span>, <span class=" link"><a href="net-firewall-on-off.html" title="Omogočanje in blokiranje dostopa do požarnega zidu">osnovni požarni zidovi</a></span> …</span></div>
</div>
<div class="links-grid ">
<div class="links-grid-link"><a href="net-wired.html" title="Žične povezave">Žične povezave</a></div>
<div class="desc"><span class="desc"><span class=" link"><a href="net-wired-connect.html" title="Povezava z žičnim (Eternet) omrežjem">Žične internetne povezave</a></span>, <span class=" link"><a href="net-fixed-ip-address.html" title="Ustvarite povezavo s stalnim naslovom IP">Stalni naslovi IP</a></span> …</span></div>
</div>
</div></div></div></div>
<div class="sect sect-links">
<div class="hgroup"></div>
<div class="contents"><div class="links seealsolinks"><div class="inner">
<div class="title"><h2><span class="title">Več podrobnosti</span></h2></div>
<div class="region"><ul><li class="links ">
<a href="index.html" title="Namizni vodnik Ubuntu">Namizni vodnik Ubuntu</a><span class="desc"> — Namizni vodnik Ubuntu</span>
</li></ul></div>
</div></div></div>
</div>
</div>
<div class="clear"></div>
</div>
</div></div></div>
<div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.8.0/monae/0.3.3.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>monae: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / monae - 0.3.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
monae
<small>
0.3.3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-19 02:36:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 02:36:57 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/affeldt-aist/monae"
dev-repo: "git+https://github.com/affeldt-aist/monae.git"
bug-reports: "https://github.com/affeldt-aist/monae/issues"
license: "LGPL-2.1-or-later"
synopsis: "Monads and equational reasoning in Coq"
description: """
This Coq library contains a hierarchy of monads with their laws used
in several examples of monadic equational reasoning."""
build: [make "-j%{jobs}%" ]
install: [make "install_full"]
depends: [
"coq" { (>= "8.13" & < "8.14~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") }
"coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.13~") }
"coq-mathcomp-algebra" { (>= "1.12.0" & < "1.13~") }
"coq-mathcomp-solvable" { (>= "1.12.0" & < "1.13~") }
"coq-mathcomp-field" { (>= "1.12.0" & < "1.13~") }
"coq-mathcomp-analysis" { (>= "0.3.6" & <= "0.3.7") }
"coq-infotheo" { >= "0.3.2" & < "0.4~"}
"coq-paramcoq" { >= "1.1.2" & < "1.2~" }
]
tags: [
"keyword:monae"
"keyword:effects"
"keyword:probability"
"keyword:nondeterminism"
"logpath:monae"
"date:2021-06-15"
]
authors: [
"Reynald Affeldt"
"David Nowak"
"Takafumi Saikawa"
"Jacques Garrigue"
"Celestine Sauvage"
"Kazunari Tanaka"
]
url {
http: "https://github.com/affeldt-aist/monae/archive/0.3.3.tar.gz"
checksum: "sha512=3e81f48c46a5028e2323d9f4bbc5b9df16bb1ffa0e5862a5e43483c49c292af20f522bf57ef01a82329fdae56be10c5f59db89c7793c2824a3f538026461155d"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-monae.0.3.3 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-monae -> coq >= dev
no matching version
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-monae.0.3.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
integrations/index.html
|
codeship/documentation
|
---
layout: default
title: Integrations
bodyclass: is-blue
active: integrations
---
{% assign collections = site.collections | sort: 'sort_order' %}
<div class="contentWrapper" id="integrations">
<div class="grid">
<div class="row">
<div class="col">
<h1>Integrating External Services</h1>
<p>Using third party tools and services is critical for a powerful CI/CD process.<p>
<p>We have a lot of examples, integrations and documentation built out for both <a href="https://codeship.com/features/basic" target="_BLANK">Codeship Basic</a> and <a href="https://codeship.com/features/pro" target="_BLANK">Codeship Pro</a>.</p>
<p><strong><a href="#notifications">Notifications</a> | <a href="#monitoring">Monitoring</a> | <a href="#codecov">Code Coverage</a> | <a href="#testing">Testing</a> | <a href="#security">Security </a> | <a href="#deployments">Deployments</a></strong></p>
<hr/>
</div>
</div>
<a name="notifications" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Notifications</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}">Campfire</a></h4>
<a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}"><img class="integration-image" src="../images/integrations/campfire.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}">Flowdock</a></h4>
<a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}"><img class="integration-image" src="../images/integrations/flowdock.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/opsgenie.md %}">OpsGenie</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/opsgenie.md %}"><img class="integration-image" src="../images/integrations/opsgenie.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/pagerduty.md %}">PagerDuty</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/pagerduty.md %}"><img class="integration-image" src="../images/integrations/pagerduty.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}">Slack</a></h4>
<a href="{{ site.baseurl }}{% link _general/projects/notifications.md %}"><img class="integration-image" src="../images/integrations/slack.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/victorops.md %}">VictorOps</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/victorops.md %}"><img class="integration-image" src="../images/integrations/victorops.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box another-box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
<a name="monitoring" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Monitoring</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/assertible.md %}">Assertible</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/assertible.md %}"><img class="integration-image" src="../images/integrations/assertible.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/atatus.md %}">Atatus</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/atatus.md %}"><img class="integration-image" src="../images/integrations/atatus.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/honeycomb.md %}">Honeycomb</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/honeycomb.md %}"><img class="integration-image" src="../images/integrations/honeycomb.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/raygun.md %}">Raygun</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/raygun.md %}"><img class="integration-image" src="../images/integrations/raygun.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/rollbar.md %}">Rollbar</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/rollbar.md %}"><img class="integration-image" src="../images/integrations/rollbar.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/runscope.md %}">Runscope</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/runscope.md %}"><img class="integration-image" src="../images/integrations/runscope.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box another-box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
<a name="codecov" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Code Coverage</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/codacy.md %}">Codacy</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/codacy.md %}"><img class="integration-image" src="../images/integrations/codacy.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/codeclimate.md %}">CodeClimate</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/codeclimate.md %}"><img class="integration-image" src="../images/integrations/codeclimate.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/codecov.md %}">CodeCov</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/codecov.md %}"><img class="integration-image" src="../images/integrations/codecov.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/coveralls.md %}">Coveralls</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/coveralls.md %}"><img class="integration-image" src="../images/integrations/coveralls.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box another-box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
<a name="testing" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Testing</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/ghostinspector.md %}">Ghost Inspector</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/ghostinspector.md %}"><img class="integration-image" src="../images/integrations/ghostinspector.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/percy.md %}">Percy</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/percy.md %}"><img class="integration-image" src="../images/integrations/percy.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/redline13.md %}">RedLine13</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/redline13.md %}"><img class="integration-image" src="../images/integrations/redline13.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/browser-testing/">Selenium</a></h4>
<a href="{{ site.baseurl }}/tags/browser-testing/"><img class="integration-image" src="../images/integrations/selenium.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/testable.md %}">Testable</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/testable.md %}"><img class="integration-image" src="../images/integrations/testable.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box another-box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
<a name="security" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Security</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/anchore.md %}">Anchore</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/anchore.md %}"><img class="integration-image" src="../images/integrations/anchore.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/brakeman-pro.md %}">Brakeman Pro</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/brakeman-pro.md %}"><img class="integration-image" src="../images/integrations/brakeman.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/depfu.md %}">Depfu</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/depfu.md %}"><img class="integration-image" src="../images/integrations/depfu.png"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/gosec.md %}">Gosec</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/gosec.md %}"><img class="integration-image" src="../images/integrations/gosec.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/hakiri.md %}">Hakiri</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/hakiri.md %}"><img class="integration-image" src="../images/integrations/hakiri.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/snyk.md %}">Snyk</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/snyk.md %}"><img class="integration-image" src="../images/integrations/snyk.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/sourceclear.md %}">SourceClear</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/sourceclear.md %}"><img class="integration-image" src="../images/integrations/sourceclear.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box another-box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
<a name="deployments" class="anchor-link"></a>
<div class="row">
<div class="col">
<h3>Deployments</h3>
</div>
</div>
<div class="grid grid--boxContainer">
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/appranix.md %}">Appranix</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/appranix.md %}"><img class="integration-image" src="../images/integrations/appranix.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/aws/">AWS</a></h4>
<a href="{{ site.baseurl }}/tags/aws/"><img class="integration-image" src="../images/integrations/aws.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/azure/">Azure</a></h4>
<a href="{{ site.baseurl }}/tags/azure/"><img class="integration-image" src="../images/integrations/azure.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-with-capistrano.md %}">Capistrano</a></h4>
<a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-with-capistrano.md %}"><img class="integration-image" src="../images/integrations/capistrano.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-to-cloudfoundry.md %}">CloudFoundry</a></h4>
<a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-to-cloudfoundry.md %}"><img class="integration-image" src="../images/integrations/cloudfoundry.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-with-cloud66.md %}">Cloud66</a></h4>
<a href="{{ site.baseurl }}{% link _basic/continuous-deployment/deployment-with-cloud66.md %}"><img class="integration-image" src="../images/integrations/cloud66.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/digitalocean">Digital Ocean</a></h4>
<a href="{{ site.baseurl }}/tags/digitalocean"><img class="integration-image" src="../images/integrations/digitalocean.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/firebase.md %}">Firebase</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/firebase.md %}"><img class="integration-image" src="../images/integrations/firebase.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/google/">Google Cloud</a></h4>
<a href="{{ site.baseurl }}/tags/google/"><img class="integration-image" src="../images/integrations/google.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/heroku/">Heroku</a></h4>
<a href="{{ site.baseurl }}/tags/heroku/"><img class="integration-image" src="../images/integrations/heroku.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}/tags/ibm">IBM Cloud</a></h4>
<a href="{{ site.baseurl }}/tags/ibm"><img class="integration-image" src="../images/integrations/ibm.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _pro/continuous-deployment/deployment-with-kubernetes.md %}">Kubernetes</a></h4>
<a href="{{ site.baseurl }}{% link _pro/continuous-deployment/deployment-with-kubernetes.md %}"><img class="integration-image" src="../images/integrations/kubernetes.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/pulumi.md %}">Pulumi</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/pulumi.md %}"><img class="integration-image" src="../images/integrations/pulumi.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/rancher.md %}">Rancher</a></h4>
<a href="{{ site.baseurl }}{% link _general/integrations/rancher.md %}"><img class="integration-image" src="../images/integrations/rancher.jpg"></a>
</div>
</div>
<div class="colxs50 colsm50 colmd30 collg20">
<div class="box">
<h4 class="box__title"><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Another?</a></h4>
<p><a href="{{ site.baseurl }}{% link _general/integrations/custom-integration.md %}">Learn how to</a> integrate a new tool or service.</p>
</div>
</div>
</div>
</div>
</div>
|
Reports/mi/microsoft.teamfoundation.11.0.0/Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader-net20.html
|
kuhlenh/port-to-core
|
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
6b57b1e2-4af3-43ba-9389-e19d90f15682
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader">Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader</a></strong></td>
<td class="text-center">90.38 %</td>
<td class="text-center">90.38 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">90.38 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader"><h3>Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Security.Permissions.SecurityAction</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Permissions.SecurityPermissionAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityAction)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.UnverifiableCodeAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html>
|
client/index.html
|
brendan-jefferis/watchlist
|
<!-- Core template
================================================== -->
<head>
<title>WatchList</title>
<!-- Bootstrap responsiveness requirements
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<!-- Body
* Left blank because iron-router populates with template content using {{yield}}, as below
================================================== -->
<body>
</body>
<!-- Layout
* This is the root display template
================================================== -->
<template name="layout">
<nav>
<!--
* Refers to: client/core/shared/nav-templates.html
-------------------------------------------------- -->
{{yield 'nav'}}
</nav>
<header>
<!--
* Refers to: client/core/shared/header-templates.html
-------------------------------------------------- -->
{{yield 'header'}}
</header>
<div id="wrap">
<div id="main" class="container-fluid">
<!--
* Refers to: client/core/pages/( add | list | users )
-------------------------------------------------- -->
{{yield}}
</div><!-- // #main -->
</div><!-- // #wrap -->
<footer>
<!--
* Refers to: client/core/shared/footer-templates.html
-------------------------------------------------- -->
{{yield 'footer'}}
</footer>
</template>
|
_includes/nav.html
|
Err0r404/Err0r404.github.io
|
<!-- Header -->
<header id="header" class="alt">
<h1><a href="{{ site.baseurl }}/index.html">Alpha</a> by HTML5 UP</h1>
<nav id="nav">
<ul>
<li><a href="{{ site.baseurl }}/index.html">Home</a></li>
<li><a href="{{ site.baseurl }}/blog">Blog</a></li>
<li>
<a href="" class="icon fa-angle-down">Layouts</a>
<ul>
<li><a href="#">Generic</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Elements</a></li>
<li>
<a href="">Submenu</a>
<ul>
<li><a href="#">Option One</a></li>
<li><a href="#">Option Two</a></li>
<li><a href="#">Option Three</a></li>
<li><a href="#">Option Four</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#" class="button">Sign Up</a></li>
</ul>
</nav>
</header>
|
packages/administration/public/views/index.html
|
padoo/contestAdmin
|
<div data-ng-controller="AdministrationController" data-ng-init="loadConfig()">
<h1>Administration</h1>
<!-- Wettkampf verwalten -->
<form name="wettkampfVerwaltenForm" data-ng-submit="saveWettkampf(wettkampfVerwaltenForm.$valid)" novalidate>
<fieldset class='form-horizontal well'>
<legend>
Wettkampf verwalten
</legend>
<div class="form-group">
<label for="wettkampftitel" class="col-md-4 control-label">Wettkampftitel</label>
<div class="col-md-8">
<input required id="wettkampftitel" type="text" data-ng-model="wettkampf.title" name="wettkampftitel" placeholder="Titel" class="form-control" />
</div>
</div>
<div class="form-group">
<label for="infoTextInactive" class="col-md-4 control-label">Info Text Anmeldung inaktiv</label>
<div class="col-md-8">
<textarea name="infoTextInactive" data-ng-model="wettkampf.infoTextInactive" id="infoTextInactive" placeholder="Bitte Text hier eingeben" class="form-control"></textarea>
</div>
</div>
<div class="form-group">
<label for="infoTextActive" class="col-md-4 control-label">Info Text Anmeldung aktiv</label>
<div class="col-md-8">
<textarea name="infoTextActive" data-ng-model="wettkampf.infoTextActive" id="infoTextActive" placeholder="Bitte Text hier eingeben" class="form-control"></textarea>
</div>
</div>
<div class="form-group">
<label for="aktivieren" class="col-md-4 control-label">Anmeldung aktivieren</label>
<div class="col-md-8">
<input name="aktivieren" data-ng-model="wettkampf.anmeldungActive" id="aktivieren" type="checkbox" class="checkbox" />
</div>
</div>
<button type="submit" class="btn btn-primary ladda-button" name="saveWettkampf" id="saveWettkampf" data-color="green" data-size="s" data-style="expand-left">
<span class="ladda-label">Speichern</span>
</button>
</fieldset>
</form>
<!-- Disziplinen verwalten -->
<fieldset class='form-horizontal well'>
<legend>
Disziplinen verwalten
</legend>
<table class="table table-bordered table-hover table-condensed">
<tr>
<th>Disziplin</th>
<th>Bezeichnung (druck)</th>
<th>Jahrgang von</th>
<th>Jahrgang bis</th>
<th>Geschlecht</th>
<th>Format</th>
<th>Sortierung</th>
<th>Bearbeiten</th>
</tr>
<tr ng-repeat="disziplin in disziplins">
<td><!-- editable disziplin (text with validation) --><span editable-text="disziplin.disziplin" e-name="disziplin" e-form="rowform" onbeforesave="checkDisziplin($data, disziplin.id)" e-required> {{ disziplin.disziplin }} </span></td>
<td><!-- editable bezeichnung (text with validation) --><span editable-text="disziplin.bezeichnung" e-name="bezeichnung" e-form="rowform" onbeforesave="checkBezeichnung($data, disziplin.id)" e-required> {{ disziplin.bezeichnung }} </span></td>
<td><!-- editable jahrgang_von (text with validation) --><span editable-text="disziplin.jahrgang_von" e-name="jahrgang_von" e-form="rowform" onbeforesave="checkJahrgang($data, disziplin)" e-required> {{ disziplin.jahrgang_von }} </span></td>
<td><!-- editable jahrgang_bis (text with validation) --><span editable-text="disziplin.jahrgang_bis" e-name="jahrgang_bis" e-form="rowform" onbeforesave="checkJahrgang($data, disziplin)" e-required> {{ disziplin.jahrgang_bis }} </span></td>
<td><!-- editable geschlecht (select-local) --><span editable-select="disziplin.geschlecht" e-name="geschlecht" e-form="rowform" e-ng-options="g.value as g.text for g in geschlechter" onbeforesave="checkGeschlecht($data)" e-required> {{ showGeschlecht(disziplin) }} </span></td>
<td><!-- editable format (select-local) --><span editable-select="disziplin.format" e-name="format" e-form="rowform" e-ng-options="f.value as f.text for f in formats" onbeforesave="checkFormat($data)" e-required> {{ showFormat(disziplin) }} </span></td>
<td><!-- editable sortierung (select-local) --><span editable-select="disziplin.sortierung" e-name="sortierung" e-form="rowform" e-ng-options="s.value as s.text for s in sortierungen" onbeforesave="checkSortierung($data)" e-required> {{ showSortierung(disziplin) }} </span></td>
<td style="white-space: nowrap"><!-- form -->
<form editable-form name="rowform" onbeforesave="saveDisziplin($data, disziplin)" oncancel="cancelDisziplin($index, disziplin)" ng-show="rowform.$visible" class="form-buttons form-inline" shown="inserted == disziplin">
<button type="submit" ng-disabled="rowform.$waiting" class="btn btn-primary">
save
</button>
<button type="button" ng-disabled="rowform.$waiting" ng-click="rowform.$cancel()" class="btn btn-default">
cancel
</button>
</form>
<div class="buttons" ng-show="!rowform.$visible">
<button class="btn btn-primary" ng-click="rowform.$show()">
edit
</button>
<button class="btn btn-danger" ng-click="removeDisziplin(disziplin)">
del
</button>
</div></td>
</tr>
</table>
<button class="btn btn-default" ng-click="addDisziplin()">
Add row
</button>
</form>
</fieldset>
<!-- Benutzerrollen verwalten -->
<fieldset class='form-horizontal well'>
<legend>
Benutzerrollen verwalten
</legend>
<div ng-repeat="error in validationError">
<div class="alert alert-danger animated fadeIn">
{{error.msg}}
</div>
</div>
<table class="table table-bordered table-hover table-condensed">
<tr>
<th>Benutzer</th>
</tr>
<tr ng-repeat="user in users">
<td>{{ user.name }}</td>
<td ng-show="rowform.$visible">Passwort:
<input type="password" name="password1" id="password{{$index}}"/>
<div>{{pw1Errors[$index]}}</div>
</td>
<td ng-show="rowform.$visible">Passwort bestätigen:
<input type="password" name="password2" id="passwordBe{{$index}}"/>
<div>{{pw2Errors[$index]}}</div>
</td>
<td style="white-space: nowrap"><!-- form -->
<form editable-form name="rowform" onbeforesave="saveUser($index, user)" oncancel="cancelUser($index, user)" ng-show="rowform.$visible" class="form-buttons form-inline">
<button type="submit" ng-disabled="rowform.$waiting" class="btn btn-primary">
save
</button>
<button type="button" ng-disabled="rowform.$waiting" ng-click="rowform.$cancel()" class="btn btn-default">
cancel
</button>
</form>
<div class="buttons" ng-show="!rowform.$visible">
<button class="btn btn-primary" ng-click="rowform.$show()">
change password
</button>
</div></td>
</tr>
</table>
</fieldset>
<!-- Konfiguration verwalten -->
<fieldset class='form-horizontal well'>
<legend>
Konfiguration verwalten
</legend>
<input type="file" class="hidden" id="configFileInput" name="configFileInput" onchange="angular.element(this).scope().importConfig()" >
<button class="btn ladda-button" name="import" id="import" ng-click="openImport()" data-color="grey" data-size="s" data-style="expand-left">
<span class="ladda-label">Import</span>
</button>
<div class="form-group">
<label for="overrideConfig" class="col-md-4 control-label">aktuelle Konfiguration überschreiben</label>
<div class="col-md-8">
<input name="overrideConfig" id="overrideConfig" type="checkbox" class="checkbox" />
</div>
</div>
<button class="btn ladda-button" name="export" id="export" ng-click="export()" data-color="grey" data-size="s" data-style="expand-left">
<span class="ladda-label">Export</span>
</button>
</fieldset>
</div>
|
public/stylesheets/main.css
|
jamestvu/Surferpedia
|
body {
}
#bar {
display: inline-block;
}
#bar2 {
display: inline-block;
float: right;
}
.surferBioPic {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 400px;
width: auto;
}
.carousel-1 {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 400px;
}
.section-1 {
background: url("../images/headerbg.jpg");
background-size: 100% 100%;
background-position: center;
height: 200px;
font-family: 'Open Sans', sans-serif;
}
li {
display: inline;
}
|
SentimentAnalysisV2/encog-core-3.1.0/apidocs/org/encog/ml/bayesian/query/package-tree.html
|
larhoy/SentimentProjectV2
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Sun Apr 08 20:51:58 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.encog.ml.bayesian.query Class Hierarchy (Encog Core 3.1.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-04-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.encog.ml.bayesian.query Class Hierarchy (Encog Core 3.1.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/encog/ml/bayesian/parse/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../org/encog/ml/bayesian/query/enumerate/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/encog/ml/bayesian/query/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package org.encog.ml.bayesian.query
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">org.encog.ml.bayesian.query.<A HREF="../../../../../org/encog/ml/bayesian/query/BasicQuery.html" title="class in org.encog.ml.bayesian.query"><B>BasicQuery</B></A> (implements org.encog.ml.bayesian.query.<A HREF="../../../../../org/encog/ml/bayesian/query/BayesianQuery.html" title="interface in org.encog.ml.bayesian.query">BayesianQuery</A>, java.io.<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang"><B>Cloneable</B></A><UL>
<LI TYPE="circle">org.encog.ml.bayesian.query.<A HREF="../../../../../org/encog/ml/bayesian/query/BayesianQuery.html" title="interface in org.encog.ml.bayesian.query"><B>BayesianQuery</B></A></UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/encog/ml/bayesian/parse/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../org/encog/ml/bayesian/query/enumerate/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/encog/ml/bayesian/query/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
|
_includes/themes/thomashollt.com/page.html
|
thoellt/thoellt.github.io
|
<head>
<title>{{ page.title }}</title>
<meta name="author" content="{{ site.author.name }}">
<meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
<link href='{{ ASSET_PATH }}/css/style.css' rel="stylesheet" media="all">
<link href='{{ ASSET_PATH }}/css/lity.min.css' rel="stylesheet" media="all">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,200,100' rel='stylesheet' type='text/css'>
<script src="{{ ASSET_PATH }}/js/jquery.js"></script>
<script src="{{ ASSET_PATH }}/js/lity.min.js"></script>
<script src="{{ ASSET_PATH }}/js/script.js"></script>
<script async src="https://badge.dimensions.ai/badge.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<header class="navbar-container">
<div class="navbar">
<nav>
<ul class="nav">
<li><a href="#about">Contact</a></li>
<li><a href="#interests">CV</a></li>
<li><a href="#papers">Publications</a></li>
<li><a href="http://gallery.thomashollt.com">Photography</a></li>
</ul>
</nav>
</div>
</header>
{{ content }}
</body>
|
index.html
|
RainerAtSpirit/jslq
|
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width"/>
<meta content="JavaScript Language Query Playground. OData access how it should be." name="description" />
<title>Javascript language query (JSLQ) playground</title>
<!-- Included CSS Files -->
<link rel="stylesheet" href="css/app.css"/>
<link rel="stylesheet" href="libs/rainbow/themes/blackboard.css"/>
<script src="scripts/foundation/modernizr.foundation.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31072569-6']);
_gaq.push(['_setDomainName', 'spirit.de']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body>
<nav class="top-bar">
<ul>
<li class="name"><h1><a href="/">JSLQ playground</a></h1></li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<section>
<ul class="left">
</ul>
<ul class="right">
<!-- <li><a href="#JSLQ101">JSLQ101</a></li>
<li><a href="#listdata">SharePoint (listdata.svc)</a></li>
<li><a href="#api">SharePoint (_api)</a></li>-->
</ul>
</section>
</nav>
<div class="row">
<div class="twelve columns">
<h1>This is NOT for the faint-hearted ;-)</h1>
<h3 class="subheader">Welcome to the <strong>J</strong>ava<strong>S</strong>cript <strong>L</strong>anguage
<strong>Q</strong>uery (JSLQ) playground</h3>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="row">
<div class="twelve columns">
<div id="featuredContent">
<div>
<h4>Ever wondered how hard it is to query OData by using
<a href="http://www.odata.org/documentation/uri-conventions">URI conventions</a>?</h4>
<h5 class="subheader">String manipulation to create something like the following is not your
style?</h5>
<div><pre><code data-language="javascript">
var serverurl = 'http://services.odata.org/Northwind/Northwind.svc/',
odata_endpoint = 'products',
query = '?$filter=(ProductName%20eq%20%27Chai%27)' +
'&$callback=parent.handleJSONP_1' +
'&$format=json'
$.ajax({
url: serverUrl + odata_endpoint + "/" + query,
...
});
</code></pre></div>
<p>In this playground you use <a href="http://jaydata.org">JayData</a> to make real-time queries
against a remote OData data end point
<a href="http://services.odata.org/Northwind/Northwind.svc">
http://services.odata.org/Northwind/Northwind.svc</a>. Figure out on your own if that
makes your life easier.
</p>
<p><span class="radius alert label">Disclaimer:</span> This web site is not a production site.
It was created by <a href="http://rainerat.spirit.de">RainerAtSpirit</a> mainly for
educational purposes and fun.
<br/>Feel free to use at your own risk.</p>
</div>
<div>
<h4>Before you start</h4>
<p>Open your favorite console</p>
<p>
<img src="images/GetReady.jpg"/>
</p>
</div>
<div>
<h4>Hit the button</h4>
<p>JayData will run a live query against
<a href="http://services.odata.org/Northwind/Northwind.svc">http://services.odata.org/Northwind/Northwind.svc</a>
so it might take a while before the results show up </p>
<p><img src="images/ExploreTheResults.jpg"/></p>
</div>
<div>
<h4>Play around!</h4>
<p>Copy/paste the code into the console and bend it to your will</p>
<p><img src="images/ModifyAndRun.jpg"/></p>
</div>
</div>
</div>
</div>
<hr/>
</div>
</div>
<div class="row">
<div class="panel radius">
<h4>Bootstrap</h4>
<p>This is included to initialize the northwind context instance, used in the examples below.</p>
<pre><code data-language="html">
<!-- JayData -->
<script src="libs/datajs-1.1.1beta2.min.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydata.min.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydatamodules/deferred.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydataproviders/oDataProvider.min.js"></script>
<script src="examples/Northwind.js"></script>
<script type="text/javascript">
OData.defaultHttpClient.enableJsonpCallback = true;
window.northwind = new JayDataExamples.NorthwindEntities( {
name: 'oData',
oDataServiceHost: 'http://services.odata.org/Northwind/Northwind.svc' }
);
</script></code></pre>
</div>
<div id="dynExamples" class="twelve columns"></div>
</div>
<div class="row">
<hr/>
<h4 class="subheader">Comments</h4>
<div id="siteFeedback">
<div id="disqus_thread"></div>
</div>
</div>
<hr/>
<div class="row">
<div class="four columns">
<p>Copyright © 2012 <a href="http://rainerat.spirit.de">RainerAtSpirit</a></p>
</div>
<div class="eight columns">
<ul class="link-list right">
<li><a href="http://jaydata.org">JayData</a></li>
<li><a href="http://jaydata.org/blog/javascript-language-query-jslq-101">JSLQ 101</a></li>
<li><a href="/">Home</a></li>
</ul>
</div>
</div>
<!-- Included JS Files (Uncompressed) -->
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="scripts/foundation/jquery.foundation.orbit.js"></script>
<!-- Application Javascript, safe to override -->
<script src="scripts/foundation/app.js"></script>
<!-- Code highlighting -->
<script src="libs/rainbow/rainbow.min.js"></script>
<script src="libs/rainbow/language/generic.js"></script>
<script src="libs/rainbow/language/javascript.js"></script>
<script src="libs/rainbow/language/html.js"></script>
<!-- JayData -->
<script src="libs/datajs-1.1.1beta2.min.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydata.min.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydatamodules/deferred.js"></script>
<script src="http://include.jaydata.org/1.3.1/jaydataproviders/oDataProvider.min.js"></script>
<script src="examples/northwind.js"></script>
<script type="text/javascript">
OData.defaultHttpClient.enableJsonpCallback = true;
// jQuery.support.cors = true;
window.northwind = new JayDataExamples.NorthwindEntities({
name:'oData',
oDataServiceHost:'http://services.odata.org/Northwind/Northwind.svc' });
</script>
<script src="scripts/sandbox.js"></script>
<script type="text/javascript">
/* * * DISQUS CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'javascriptlanguagequery';
// Do not set defaults if called with an eid query string
if (!JSLQ101.params.eid) {
var disqus_identifier = 'Default';
var disqus_url = 'http://jslq.spirit.de';
}
var disqus_config = function () {
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
<!--<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>-->
<script type="text/javascript">
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.10.dev/ctltctl/8.6.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ctltctl: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / ctltctl - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ctltctl
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-08-16 03:35:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-16 03:35:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ctltctl"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CTLTCTL"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: CTL" "keyword: TCTL" "keyword: real time systems" "keyword: reactive systems" "keyword: temporal logic" "keyword: timed automatas" "keyword: timed graphs" "keyword: discrete time" "keyword: modal logic" "category: Mathematics/Logic/Modal logic" "date: February-March 2000" ]
authors: [ "Carlos Daniel Luna" ]
bug-reports: "https://github.com/coq-contribs/ctltctl/issues"
dev-repo: "git+https://github.com/coq-contribs/ctltctl.git"
synopsis: "Computation Tree Logic for Reactive Systems and Timed Computation Tree Logic for Real Time Systems"
description: """
This library formalises two logics for reasoning about
reactive systems (CTL) and real time systems (TCTL) represents using
timed automatas (timed graphs) with discrete time.
http://www.fing.edu.uy/~cluna"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ctltctl/archive/v8.6.0.tar.gz"
checksum: "md5=366b25ad6f59bf17026ae63288e29e0c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ctltctl.8.6.0 coq.8.10.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev).
The following dependencies couldn't be met:
- coq-ctltctl -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ctltctl.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.2~camlp4/lemma-overloading/8.12.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lemma-overloading: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / lemma-overloading - 8.12.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
lemma-overloading
<small>
8.12.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-24 13:47:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-24 13:47:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.2~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "anton.a.trunov@gmail.com"
homepage: "https://github.com/coq-community/lemma-overloading"
dev-repo: "git+https://github.com/coq-community/lemma-overloading.git"
bug-reports: "https://github.com/coq-community/lemma-overloading/issues"
doc: "https://coq-community.github.io/lemma-overloading/"
license: "GPL-3.0-or-later"
synopsis: "Libraries demonstrating design patterns for programming and proving with canonical structures in Coq"
description: """
This project contains Hoare Type Theory libraries which
demonstrate a series of design patterns for programming
with canonical structures that enable one to carefully
and predictably coax Coq's type inference engine into triggering
the execution of user-supplied algorithms during unification, and
illustrates these patterns through several realistic examples drawn
from Hoare Type Theory. The project also contains typeclass-based
re-implementations for comparison."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.10" & < "8.13~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.7" & < "1.12~") | (= "dev")}
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:canonical structures"
"keyword:proof automation"
"keyword:Hoare type theory"
"keyword:lemma overloading"
"logpath:LemmaOverloading"
"date:2020-08-12"
]
authors: [
"Georges Gonthier"
"Beta Ziliani"
"Aleksandar Nanevski"
"Derek Dreyer"
]
url {
src: "https://github.com/coq-community/lemma-overloading/archive/v8.12.0.tar.gz"
checksum: "sha512=63a6aa43ef50d5e5e2ea5f9a478c1ed90b37c59b192e89091a66dec36e0a7b5c63abc63daf03939d9afcb7522b26ac434341e90b82fcfd802c8d75787c5082b5"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-lemma-overloading.8.12.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-lemma-overloading -> coq >= dev
no matching version
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lemma-overloading.8.12.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.11.2-2.0.7/extra-dev/dev/icharate/8.8.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>icharate: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / icharate - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
icharate
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-19 18:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-19 18:24:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/icharate"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Icharate"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: multimodal categorial grammars"
"keyword: syntax/semantics interface"
"keyword: higher-order logic"
"keyword: meta-linguistics"
"category: Computer Science/Formal Languages Theory and Automata"
"date: 2003-2006"
]
authors: [ "Houda Anoun <anoun@labri.fr>" "Pierre Casteran <casteran@labri.fr>" ]
bug-reports: "https://github.com/coq-contribs/icharate/issues"
dev-repo: "git+https://github.com/coq-contribs/icharate.git"
synopsis: "Icharate: A logical Toolkit for Multimodal Categorial Grammars"
description: """
http://www.labri.fr/perso/anoun/Icharate
The logical toolkit ICHARATE is built upon a formalization of
multimodal categorial grammars in Coq proof assistant.
This toolkit aims at facilitating the study of these
complicated formalisms by allowing users to build interactively the
syntactic derivations of different sentences, compute their
semantic interpretations and also prove universal properties of entire
classes of grammars using a collection of already established derived
rules. Several tactics are defined to ease the interaction with users."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/icharate/archive/v8.8.0.tar.gz"
checksum: "md5=ce7028ab36911bdd95f890680f97d1e7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-icharate.8.8.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-icharate -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-icharate.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/templates/base-admin.html
|
skazhy/101-lieta
|
{% extends "base.html" %}
{% block baseheader_includes %}
<link rel="stylesheet" href="/css/admin.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" src="/js/underscore-1.1.7.min.js"></script>
{% block header_includes %}{% endblock %}
{% endblock baseheader_includes %}
{% block grid_includes %}
<div class="grid_12"id="header">
<ul>
<li><a href="/">Publiskā lapa</a></li>
<li><a href="/admin">Pievienot saturu</a></li>
<li><a href="/admin/edit_log">Labot pierakstus</a></li>
<li><a href="/admin/edit_stuff">Labot sarakstu</a></li>
<li><a href="/admin/edit_ttext">Labot šablonus</a></li>
</ul>
{% block menu_includes %}{% endblock %}
</div>
<div class="clear"></div>
{% block content %}{% endblock content %}
{% endblock grid_includes %}
|
client/src/index.html
|
blegros/hnj-volunteers
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<main></main>
<script src="bundle.js"></script>
</body>
</html>
|
2018/index.html
|
patil215/golden-gate-invitational
|
<!DOCTYPE html>
<html>
<head>
<base href="/2018/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Golden Gate Science Olympiad Invitational - UC Berkeley and Stanford University</title>
<meta name="description" content="Science Olympiad invitational run by UC Berkeley and Stanford University students. Coming 2018.
">
<meta name="keywords" content="Science,Olympiad,Invitational,Berkeley,Stanford">
<meta name="author" content="Neil Patil">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/css/main.css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400italic,400|Roboto+Condensed:300,700' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="/js/jquery.gridder.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/edd8af955f.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/css/tether.min.css"></script>
<link rel="canonical" href="http://localhost:4000/">
<link rel="alternate" type="application/rss+xml" title="Golden Gate Science Olympiad Invitational - UC Berkeley and Stanford University" href="http://localhost:4000/feed.xml">
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42514029-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse navbar-center collapse">
<ul class="nav navbar-nav">
<li><a href="./"><img src="/img/logos/logo.png" class="brandimg"></a></li>
<li><a href="./about">About</a></li>
<li><a href="./details">Tournament Details</a></li>
<li><a href="./announcements">Announcements</a></li>
<!--<li><a href="/planning">Planning Your Stay</a></li>-->
<li><a href="./team">The Team</a></li>
<li><a href="./sponsorship">Sponsorship</a></li>
<li><a href="./past">Past Tournaments</a></li>
</ul>
</div>
</div>
</nav>
<div id="top" class="splash">
<div class="text-vertical-center">
<div class=" col-lg-8 col-lg-offset-2">
<img class="img-fluid img-landing" src="img/logos/logo-white.png">
<h3 class="desc">The premier west-coast Science Olympiad invitational, hosted by Stanford and UC Berkeley students.</h3>
<h3 class="desc">January 27th, 2018</h3>
<br>
<a href="/doc/results.pdf" class="btn btn-xlg btn-light">Final Results</a>
<!--<a href="/registration" class="btn btn-xlg btn-dark desc">Register</a>
<a href="http://eepurl.com/b0-fnr" class="btn btn-xlg btn-dark desc">Sign up for updates</a>-->
<br>
<br>
<br>
</div>
</div>
</div>
<section id="about" class="info">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>RUN BY STANFORD AND UC BERKELEY STUDENTS</h2>
<p class="lead">Led by previous national medalists, Golden Gate Science Olympiad represents a collaboration between Stanford University and University of California, Berkeley students. The second annual Division C tournament will be held on the Berkeley campus in 2018. Explore the tabs above for more information.</p>
</div>
</div>
</div>
</section>
<div id="carousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
<li data-target="#carousel" data-slide-to="4"></li>
<li data-target="#carousel" data-slide-to="5"></li>
<li data-target="#carousel" data-slide-to="6"></li>
<li data-target="#carousel" data-slide-to="7"></li>
<li data-target="#carousel" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="item active ad1">
<img src="img/slideshow/1.jpg">
</div>
<div class="item ad2">
<img src="img/slideshow/2.jpg">
</div>
<div class="item ad3">
<img src="img/slideshow/3.jpg">
</div>
<div class="item ad4">
<img src="img/slideshow/4.jpg">
</div>
<div class="item ad5">
<img src="img/slideshow/5.jpg">
</div>
<div class="item ad6">
<img src="img/slideshow/6.jpg">
</div>
<div class="item ad7">
<img src="img/slideshow/7.jpg">
</div>
<div class="item ad8">
<img src="img/slideshow/8.jpg">
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$('.carousel').carousel({
interval: 5000,
pause: 'none'
})
});
</script>
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4><strong>Golden Gate Science Olympiad</strong>
</h4>
<ul class="list-unstyled">
<p>Golden Gate Science Olympiad is run by Golden Gate Science League, a California 501(c)(3) nonprofit.</p>
<p>Questions? Interested in sponsoring? Joining us as a student at Stanford or UC Berkeley next year? Shoot us an email to get involved with our team!</p>
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:goldengatescioly@gmail.com">goldengatescioly@gmail.com</a>
</li>
</ul>
<ul>Science Olympiad invitational run by UC Berkeley and Stanford University students. Coming 2018.
</div>
</div>
</div>
<script>
// Enable popovers
$(function () {
$('[data-toggle="popover"]').popover()
});
</script>
</body>
</html>
|
goodvibes/templates/index.html
|
michael-lazar/goodvibes
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Good vibes</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/font-awesome.min.css') }}">
<link rel="icon" type='image/png' href="{{ url_for('static', filename='favicon.png') }}">
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
</head>
<body>
<div class="container" onload="">
<object type="application/x-shockwave-flash" class="flash" data="{{ flash_source }}">
<param name="movie" value="{{ flash_source }}"/>
<param name="quality" value="high"/>
</object>
</div>
</body>
<footer>
<div class="controls">
<i class="fa fa-step-backward fa-2x media-control" id="prev-button"
onclick="window.location='{{ prev_flash }}'"></i>
<form class="search-form" onsubmit="return selectFlash()" >
<input placeholder="Search..." list="video-list" id="search-box">
<datalist id="video-list">
{% for flash in flashes %}<option value="{{ flash }}">{% endfor %}
</datalist>
<input type="submit" value="Go">
</form>
<i class="fa fa-step-forward fa-2x media-control" id="next-button"
onclick="window.location='{{ next_flash }}'"></i>
</div>
</footer>
</html>
|
vsdoc/topic_0000000000000779_vars--.html
|
asiboro/asiboro.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
<link rel="icon" href="favicon.ico">
<title>RecruitmentHistoryApplicationModel Fields</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
<link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link>
<script src="msdn2019/msdn2019.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script>
<link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link>
</head>
<body style="direction: ltr;">
<div id="topic">
<!--HEADER START-->
<div id="header">
<div id="header-top-container">
<div id="header-top-parent-container1">
<div id="header-top-container1">
<div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div>
<div id="runningHeaderText1b"><script>
document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</script></div>
</div>
</div>
<div id="header-top-container2">
<div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div>
<div id="search-bar-container">
<form id="search-bar" action="search--.html">
<input id="HeaderSearchInput" type="search" name="search" placeholder="Search" >
<button id="btn-search" class="c-glyph" title="Search">
<span>Search</span>
</button>
</form>
<button id="cancel-search" class="cancel-search" title="Cancel">
<span>Cancel</span>
</button>
</div>
</div>
</div>
<hr />
<div id="header-breadcrumbs"></div>
<div id="headerLinks">
</div>
<hr />
</div>
<!--HEADER END-->
<div id="mainSection">
<div id="toc-area">
<div id="toc-container" class="stickthis full-height">
<div id="-1"></div>
<div id="c-1">
<div id="ci-1" class="inner-for-height"></div>
</div>
</div>
</div>
<div id="mainBody">
<h1 class="title">RecruitmentHistoryApplicationModel Fields</h1>
<p />
<p>
The following tables list the members exposed by the
<a href="topic_0000000000000779.html">RecruitmentHistoryApplicationModel</a>
type.
</p>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
<div> </div>
</div>
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_0000000000000779.html">RecruitmentHistoryApplicationModel Class</a><br />
<a href="topic_0000000000000774.html">Tlece.Recruitment.Models.RecruitmentHistory Namespace</a><br />
</div>
</div>
</div>
</div>
<div id="internal-toc-area">
<div id="internal-toc-container" class="stickthis">
<h3 id="internal-toc-heading">In this article</h3>
<span id="internal-toc-definition-localized-text">Definition</span>
</div>
</div>
</div>
<div id="footer">
<div id="footer-container">
<p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span> <br />Your own footer text will only be shown in registered version.</p>
</div>
</div>
</div>
</body>
</html>
|
ajax/libs/tailwindcss/1.2.0-canary.0/tailwind.css
|
cdnjs/cdnjs
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box; /* 1 */
font-family: sans-serif; /* 2 */
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the system font stack as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #e2e8f0;
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #a0aec0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
color: #a0aec0;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
pre,
code,
kbd,
samp {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
/**
* Constrain images and videos to the parent width and preserve
* their instrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-transparent {
background-color: transparent;
}
.bg-black {
background-color: #000;
}
.bg-white {
background-color: #fff;
}
.bg-gray-100 {
background-color: #f7fafc;
}
.bg-gray-200 {
background-color: #edf2f7;
}
.bg-gray-300 {
background-color: #e2e8f0;
}
.bg-gray-400 {
background-color: #cbd5e0;
}
.bg-gray-500 {
background-color: #a0aec0;
}
.bg-gray-600 {
background-color: #718096;
}
.bg-gray-700 {
background-color: #4a5568;
}
.bg-gray-800 {
background-color: #2d3748;
}
.bg-gray-900 {
background-color: #1a202c;
}
.bg-red-100 {
background-color: #fff5f5;
}
.bg-red-200 {
background-color: #fed7d7;
}
.bg-red-300 {
background-color: #feb2b2;
}
.bg-red-400 {
background-color: #fc8181;
}
.bg-red-500 {
background-color: #f56565;
}
.bg-red-600 {
background-color: #e53e3e;
}
.bg-red-700 {
background-color: #c53030;
}
.bg-red-800 {
background-color: #9b2c2c;
}
.bg-red-900 {
background-color: #742a2a;
}
.bg-orange-100 {
background-color: #fffaf0;
}
.bg-orange-200 {
background-color: #feebc8;
}
.bg-orange-300 {
background-color: #fbd38d;
}
.bg-orange-400 {
background-color: #f6ad55;
}
.bg-orange-500 {
background-color: #ed8936;
}
.bg-orange-600 {
background-color: #dd6b20;
}
.bg-orange-700 {
background-color: #c05621;
}
.bg-orange-800 {
background-color: #9c4221;
}
.bg-orange-900 {
background-color: #7b341e;
}
.bg-yellow-100 {
background-color: #fffff0;
}
.bg-yellow-200 {
background-color: #fefcbf;
}
.bg-yellow-300 {
background-color: #faf089;
}
.bg-yellow-400 {
background-color: #f6e05e;
}
.bg-yellow-500 {
background-color: #ecc94b;
}
.bg-yellow-600 {
background-color: #d69e2e;
}
.bg-yellow-700 {
background-color: #b7791f;
}
.bg-yellow-800 {
background-color: #975a16;
}
.bg-yellow-900 {
background-color: #744210;
}
.bg-green-100 {
background-color: #f0fff4;
}
.bg-green-200 {
background-color: #c6f6d5;
}
.bg-green-300 {
background-color: #9ae6b4;
}
.bg-green-400 {
background-color: #68d391;
}
.bg-green-500 {
background-color: #48bb78;
}
.bg-green-600 {
background-color: #38a169;
}
.bg-green-700 {
background-color: #2f855a;
}
.bg-green-800 {
background-color: #276749;
}
.bg-green-900 {
background-color: #22543d;
}
.bg-teal-100 {
background-color: #e6fffa;
}
.bg-teal-200 {
background-color: #b2f5ea;
}
.bg-teal-300 {
background-color: #81e6d9;
}
.bg-teal-400 {
background-color: #4fd1c5;
}
.bg-teal-500 {
background-color: #38b2ac;
}
.bg-teal-600 {
background-color: #319795;
}
.bg-teal-700 {
background-color: #2c7a7b;
}
.bg-teal-800 {
background-color: #285e61;
}
.bg-teal-900 {
background-color: #234e52;
}
.bg-blue-100 {
background-color: #ebf8ff;
}
.bg-blue-200 {
background-color: #bee3f8;
}
.bg-blue-300 {
background-color: #90cdf4;
}
.bg-blue-400 {
background-color: #63b3ed;
}
.bg-blue-500 {
background-color: #4299e1;
}
.bg-blue-600 {
background-color: #3182ce;
}
.bg-blue-700 {
background-color: #2b6cb0;
}
.bg-blue-800 {
background-color: #2c5282;
}
.bg-blue-900 {
background-color: #2a4365;
}
.bg-indigo-100 {
background-color: #ebf4ff;
}
.bg-indigo-200 {
background-color: #c3dafe;
}
.bg-indigo-300 {
background-color: #a3bffa;
}
.bg-indigo-400 {
background-color: #7f9cf5;
}
.bg-indigo-500 {
background-color: #667eea;
}
.bg-indigo-600 {
background-color: #5a67d8;
}
.bg-indigo-700 {
background-color: #4c51bf;
}
.bg-indigo-800 {
background-color: #434190;
}
.bg-indigo-900 {
background-color: #3c366b;
}
.bg-purple-100 {
background-color: #faf5ff;
}
.bg-purple-200 {
background-color: #e9d8fd;
}
.bg-purple-300 {
background-color: #d6bcfa;
}
.bg-purple-400 {
background-color: #b794f4;
}
.bg-purple-500 {
background-color: #9f7aea;
}
.bg-purple-600 {
background-color: #805ad5;
}
.bg-purple-700 {
background-color: #6b46c1;
}
.bg-purple-800 {
background-color: #553c9a;
}
.bg-purple-900 {
background-color: #44337a;
}
.bg-pink-100 {
background-color: #fff5f7;
}
.bg-pink-200 {
background-color: #fed7e2;
}
.bg-pink-300 {
background-color: #fbb6ce;
}
.bg-pink-400 {
background-color: #f687b3;
}
.bg-pink-500 {
background-color: #ed64a6;
}
.bg-pink-600 {
background-color: #d53f8c;
}
.bg-pink-700 {
background-color: #b83280;
}
.bg-pink-800 {
background-color: #97266d;
}
.bg-pink-900 {
background-color: #702459;
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:bg-black:hover {
background-color: #000;
}
.hover\:bg-white:hover {
background-color: #fff;
}
.hover\:bg-gray-100:hover {
background-color: #f7fafc;
}
.hover\:bg-gray-200:hover {
background-color: #edf2f7;
}
.hover\:bg-gray-300:hover {
background-color: #e2e8f0;
}
.hover\:bg-gray-400:hover {
background-color: #cbd5e0;
}
.hover\:bg-gray-500:hover {
background-color: #a0aec0;
}
.hover\:bg-gray-600:hover {
background-color: #718096;
}
.hover\:bg-gray-700:hover {
background-color: #4a5568;
}
.hover\:bg-gray-800:hover {
background-color: #2d3748;
}
.hover\:bg-gray-900:hover {
background-color: #1a202c;
}
.hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.hover\:bg-red-200:hover {
background-color: #fed7d7;
}
.hover\:bg-red-300:hover {
background-color: #feb2b2;
}
.hover\:bg-red-400:hover {
background-color: #fc8181;
}
.hover\:bg-red-500:hover {
background-color: #f56565;
}
.hover\:bg-red-600:hover {
background-color: #e53e3e;
}
.hover\:bg-red-700:hover {
background-color: #c53030;
}
.hover\:bg-red-800:hover {
background-color: #9b2c2c;
}
.hover\:bg-red-900:hover {
background-color: #742a2a;
}
.hover\:bg-orange-100:hover {
background-color: #fffaf0;
}
.hover\:bg-orange-200:hover {
background-color: #feebc8;
}
.hover\:bg-orange-300:hover {
background-color: #fbd38d;
}
.hover\:bg-orange-400:hover {
background-color: #f6ad55;
}
.hover\:bg-orange-500:hover {
background-color: #ed8936;
}
.hover\:bg-orange-600:hover {
background-color: #dd6b20;
}
.hover\:bg-orange-700:hover {
background-color: #c05621;
}
.hover\:bg-orange-800:hover {
background-color: #9c4221;
}
.hover\:bg-orange-900:hover {
background-color: #7b341e;
}
.hover\:bg-yellow-100:hover {
background-color: #fffff0;
}
.hover\:bg-yellow-200:hover {
background-color: #fefcbf;
}
.hover\:bg-yellow-300:hover {
background-color: #faf089;
}
.hover\:bg-yellow-400:hover {
background-color: #f6e05e;
}
.hover\:bg-yellow-500:hover {
background-color: #ecc94b;
}
.hover\:bg-yellow-600:hover {
background-color: #d69e2e;
}
.hover\:bg-yellow-700:hover {
background-color: #b7791f;
}
.hover\:bg-yellow-800:hover {
background-color: #975a16;
}
.hover\:bg-yellow-900:hover {
background-color: #744210;
}
.hover\:bg-green-100:hover {
background-color: #f0fff4;
}
.hover\:bg-green-200:hover {
background-color: #c6f6d5;
}
.hover\:bg-green-300:hover {
background-color: #9ae6b4;
}
.hover\:bg-green-400:hover {
background-color: #68d391;
}
.hover\:bg-green-500:hover {
background-color: #48bb78;
}
.hover\:bg-green-600:hover {
background-color: #38a169;
}
.hover\:bg-green-700:hover {
background-color: #2f855a;
}
.hover\:bg-green-800:hover {
background-color: #276749;
}
.hover\:bg-green-900:hover {
background-color: #22543d;
}
.hover\:bg-teal-100:hover {
background-color: #e6fffa;
}
.hover\:bg-teal-200:hover {
background-color: #b2f5ea;
}
.hover\:bg-teal-300:hover {
background-color: #81e6d9;
}
.hover\:bg-teal-400:hover {
background-color: #4fd1c5;
}
.hover\:bg-teal-500:hover {
background-color: #38b2ac;
}
.hover\:bg-teal-600:hover {
background-color: #319795;
}
.hover\:bg-teal-700:hover {
background-color: #2c7a7b;
}
.hover\:bg-teal-800:hover {
background-color: #285e61;
}
.hover\:bg-teal-900:hover {
background-color: #234e52;
}
.hover\:bg-blue-100:hover {
background-color: #ebf8ff;
}
.hover\:bg-blue-200:hover {
background-color: #bee3f8;
}
.hover\:bg-blue-300:hover {
background-color: #90cdf4;
}
.hover\:bg-blue-400:hover {
background-color: #63b3ed;
}
.hover\:bg-blue-500:hover {
background-color: #4299e1;
}
.hover\:bg-blue-600:hover {
background-color: #3182ce;
}
.hover\:bg-blue-700:hover {
background-color: #2b6cb0;
}
.hover\:bg-blue-800:hover {
background-color: #2c5282;
}
.hover\:bg-blue-900:hover {
background-color: #2a4365;
}
.hover\:bg-indigo-100:hover {
background-color: #ebf4ff;
}
.hover\:bg-indigo-200:hover {
background-color: #c3dafe;
}
.hover\:bg-indigo-300:hover {
background-color: #a3bffa;
}
.hover\:bg-indigo-400:hover {
background-color: #7f9cf5;
}
.hover\:bg-indigo-500:hover {
background-color: #667eea;
}
.hover\:bg-indigo-600:hover {
background-color: #5a67d8;
}
.hover\:bg-indigo-700:hover {
background-color: #4c51bf;
}
.hover\:bg-indigo-800:hover {
background-color: #434190;
}
.hover\:bg-indigo-900:hover {
background-color: #3c366b;
}
.hover\:bg-purple-100:hover {
background-color: #faf5ff;
}
.hover\:bg-purple-200:hover {
background-color: #e9d8fd;
}
.hover\:bg-purple-300:hover {
background-color: #d6bcfa;
}
.hover\:bg-purple-400:hover {
background-color: #b794f4;
}
.hover\:bg-purple-500:hover {
background-color: #9f7aea;
}
.hover\:bg-purple-600:hover {
background-color: #805ad5;
}
.hover\:bg-purple-700:hover {
background-color: #6b46c1;
}
.hover\:bg-purple-800:hover {
background-color: #553c9a;
}
.hover\:bg-purple-900:hover {
background-color: #44337a;
}
.hover\:bg-pink-100:hover {
background-color: #fff5f7;
}
.hover\:bg-pink-200:hover {
background-color: #fed7e2;
}
.hover\:bg-pink-300:hover {
background-color: #fbb6ce;
}
.hover\:bg-pink-400:hover {
background-color: #f687b3;
}
.hover\:bg-pink-500:hover {
background-color: #ed64a6;
}
.hover\:bg-pink-600:hover {
background-color: #d53f8c;
}
.hover\:bg-pink-700:hover {
background-color: #b83280;
}
.hover\:bg-pink-800:hover {
background-color: #97266d;
}
.hover\:bg-pink-900:hover {
background-color: #702459;
}
.focus\:bg-transparent:focus {
background-color: transparent;
}
.focus\:bg-black:focus {
background-color: #000;
}
.focus\:bg-white:focus {
background-color: #fff;
}
.focus\:bg-gray-100:focus {
background-color: #f7fafc;
}
.focus\:bg-gray-200:focus {
background-color: #edf2f7;
}
.focus\:bg-gray-300:focus {
background-color: #e2e8f0;
}
.focus\:bg-gray-400:focus {
background-color: #cbd5e0;
}
.focus\:bg-gray-500:focus {
background-color: #a0aec0;
}
.focus\:bg-gray-600:focus {
background-color: #718096;
}
.focus\:bg-gray-700:focus {
background-color: #4a5568;
}
.focus\:bg-gray-800:focus {
background-color: #2d3748;
}
.focus\:bg-gray-900:focus {
background-color: #1a202c;
}
.focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.focus\:bg-red-200:focus {
background-color: #fed7d7;
}
.focus\:bg-red-300:focus {
background-color: #feb2b2;
}
.focus\:bg-red-400:focus {
background-color: #fc8181;
}
.focus\:bg-red-500:focus {
background-color: #f56565;
}
.focus\:bg-red-600:focus {
background-color: #e53e3e;
}
.focus\:bg-red-700:focus {
background-color: #c53030;
}
.focus\:bg-red-800:focus {
background-color: #9b2c2c;
}
.focus\:bg-red-900:focus {
background-color: #742a2a;
}
.focus\:bg-orange-100:focus {
background-color: #fffaf0;
}
.focus\:bg-orange-200:focus {
background-color: #feebc8;
}
.focus\:bg-orange-300:focus {
background-color: #fbd38d;
}
.focus\:bg-orange-400:focus {
background-color: #f6ad55;
}
.focus\:bg-orange-500:focus {
background-color: #ed8936;
}
.focus\:bg-orange-600:focus {
background-color: #dd6b20;
}
.focus\:bg-orange-700:focus {
background-color: #c05621;
}
.focus\:bg-orange-800:focus {
background-color: #9c4221;
}
.focus\:bg-orange-900:focus {
background-color: #7b341e;
}
.focus\:bg-yellow-100:focus {
background-color: #fffff0;
}
.focus\:bg-yellow-200:focus {
background-color: #fefcbf;
}
.focus\:bg-yellow-300:focus {
background-color: #faf089;
}
.focus\:bg-yellow-400:focus {
background-color: #f6e05e;
}
.focus\:bg-yellow-500:focus {
background-color: #ecc94b;
}
.focus\:bg-yellow-600:focus {
background-color: #d69e2e;
}
.focus\:bg-yellow-700:focus {
background-color: #b7791f;
}
.focus\:bg-yellow-800:focus {
background-color: #975a16;
}
.focus\:bg-yellow-900:focus {
background-color: #744210;
}
.focus\:bg-green-100:focus {
background-color: #f0fff4;
}
.focus\:bg-green-200:focus {
background-color: #c6f6d5;
}
.focus\:bg-green-300:focus {
background-color: #9ae6b4;
}
.focus\:bg-green-400:focus {
background-color: #68d391;
}
.focus\:bg-green-500:focus {
background-color: #48bb78;
}
.focus\:bg-green-600:focus {
background-color: #38a169;
}
.focus\:bg-green-700:focus {
background-color: #2f855a;
}
.focus\:bg-green-800:focus {
background-color: #276749;
}
.focus\:bg-green-900:focus {
background-color: #22543d;
}
.focus\:bg-teal-100:focus {
background-color: #e6fffa;
}
.focus\:bg-teal-200:focus {
background-color: #b2f5ea;
}
.focus\:bg-teal-300:focus {
background-color: #81e6d9;
}
.focus\:bg-teal-400:focus {
background-color: #4fd1c5;
}
.focus\:bg-teal-500:focus {
background-color: #38b2ac;
}
.focus\:bg-teal-600:focus {
background-color: #319795;
}
.focus\:bg-teal-700:focus {
background-color: #2c7a7b;
}
.focus\:bg-teal-800:focus {
background-color: #285e61;
}
.focus\:bg-teal-900:focus {
background-color: #234e52;
}
.focus\:bg-blue-100:focus {
background-color: #ebf8ff;
}
.focus\:bg-blue-200:focus {
background-color: #bee3f8;
}
.focus\:bg-blue-300:focus {
background-color: #90cdf4;
}
.focus\:bg-blue-400:focus {
background-color: #63b3ed;
}
.focus\:bg-blue-500:focus {
background-color: #4299e1;
}
.focus\:bg-blue-600:focus {
background-color: #3182ce;
}
.focus\:bg-blue-700:focus {
background-color: #2b6cb0;
}
.focus\:bg-blue-800:focus {
background-color: #2c5282;
}
.focus\:bg-blue-900:focus {
background-color: #2a4365;
}
.focus\:bg-indigo-100:focus {
background-color: #ebf4ff;
}
.focus\:bg-indigo-200:focus {
background-color: #c3dafe;
}
.focus\:bg-indigo-300:focus {
background-color: #a3bffa;
}
.focus\:bg-indigo-400:focus {
background-color: #7f9cf5;
}
.focus\:bg-indigo-500:focus {
background-color: #667eea;
}
.focus\:bg-indigo-600:focus {
background-color: #5a67d8;
}
.focus\:bg-indigo-700:focus {
background-color: #4c51bf;
}
.focus\:bg-indigo-800:focus {
background-color: #434190;
}
.focus\:bg-indigo-900:focus {
background-color: #3c366b;
}
.focus\:bg-purple-100:focus {
background-color: #faf5ff;
}
.focus\:bg-purple-200:focus {
background-color: #e9d8fd;
}
.focus\:bg-purple-300:focus {
background-color: #d6bcfa;
}
.focus\:bg-purple-400:focus {
background-color: #b794f4;
}
.focus\:bg-purple-500:focus {
background-color: #9f7aea;
}
.focus\:bg-purple-600:focus {
background-color: #805ad5;
}
.focus\:bg-purple-700:focus {
background-color: #6b46c1;
}
.focus\:bg-purple-800:focus {
background-color: #553c9a;
}
.focus\:bg-purple-900:focus {
background-color: #44337a;
}
.focus\:bg-pink-100:focus {
background-color: #fff5f7;
}
.focus\:bg-pink-200:focus {
background-color: #fed7e2;
}
.focus\:bg-pink-300:focus {
background-color: #fbb6ce;
}
.focus\:bg-pink-400:focus {
background-color: #f687b3;
}
.focus\:bg-pink-500:focus {
background-color: #ed64a6;
}
.focus\:bg-pink-600:focus {
background-color: #d53f8c;
}
.focus\:bg-pink-700:focus {
background-color: #b83280;
}
.focus\:bg-pink-800:focus {
background-color: #97266d;
}
.focus\:bg-pink-900:focus {
background-color: #702459;
}
.bg-bottom {
background-position: bottom;
}
.bg-center {
background-position: center;
}
.bg-left {
background-position: left;
}
.bg-left-bottom {
background-position: left bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-right {
background-position: right;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-right-top {
background-position: right top;
}
.bg-top {
background-position: top;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-repeat-round {
background-repeat: round;
}
.bg-repeat-space {
background-repeat: space;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.border-collapse {
border-collapse: collapse;
}
.border-separate {
border-collapse: separate;
}
.border-transparent {
border-color: transparent;
}
.border-black {
border-color: #000;
}
.border-white {
border-color: #fff;
}
.border-gray-100 {
border-color: #f7fafc;
}
.border-gray-200 {
border-color: #edf2f7;
}
.border-gray-300 {
border-color: #e2e8f0;
}
.border-gray-400 {
border-color: #cbd5e0;
}
.border-gray-500 {
border-color: #a0aec0;
}
.border-gray-600 {
border-color: #718096;
}
.border-gray-700 {
border-color: #4a5568;
}
.border-gray-800 {
border-color: #2d3748;
}
.border-gray-900 {
border-color: #1a202c;
}
.border-red-100 {
border-color: #fff5f5;
}
.border-red-200 {
border-color: #fed7d7;
}
.border-red-300 {
border-color: #feb2b2;
}
.border-red-400 {
border-color: #fc8181;
}
.border-red-500 {
border-color: #f56565;
}
.border-red-600 {
border-color: #e53e3e;
}
.border-red-700 {
border-color: #c53030;
}
.border-red-800 {
border-color: #9b2c2c;
}
.border-red-900 {
border-color: #742a2a;
}
.border-orange-100 {
border-color: #fffaf0;
}
.border-orange-200 {
border-color: #feebc8;
}
.border-orange-300 {
border-color: #fbd38d;
}
.border-orange-400 {
border-color: #f6ad55;
}
.border-orange-500 {
border-color: #ed8936;
}
.border-orange-600 {
border-color: #dd6b20;
}
.border-orange-700 {
border-color: #c05621;
}
.border-orange-800 {
border-color: #9c4221;
}
.border-orange-900 {
border-color: #7b341e;
}
.border-yellow-100 {
border-color: #fffff0;
}
.border-yellow-200 {
border-color: #fefcbf;
}
.border-yellow-300 {
border-color: #faf089;
}
.border-yellow-400 {
border-color: #f6e05e;
}
.border-yellow-500 {
border-color: #ecc94b;
}
.border-yellow-600 {
border-color: #d69e2e;
}
.border-yellow-700 {
border-color: #b7791f;
}
.border-yellow-800 {
border-color: #975a16;
}
.border-yellow-900 {
border-color: #744210;
}
.border-green-100 {
border-color: #f0fff4;
}
.border-green-200 {
border-color: #c6f6d5;
}
.border-green-300 {
border-color: #9ae6b4;
}
.border-green-400 {
border-color: #68d391;
}
.border-green-500 {
border-color: #48bb78;
}
.border-green-600 {
border-color: #38a169;
}
.border-green-700 {
border-color: #2f855a;
}
.border-green-800 {
border-color: #276749;
}
.border-green-900 {
border-color: #22543d;
}
.border-teal-100 {
border-color: #e6fffa;
}
.border-teal-200 {
border-color: #b2f5ea;
}
.border-teal-300 {
border-color: #81e6d9;
}
.border-teal-400 {
border-color: #4fd1c5;
}
.border-teal-500 {
border-color: #38b2ac;
}
.border-teal-600 {
border-color: #319795;
}
.border-teal-700 {
border-color: #2c7a7b;
}
.border-teal-800 {
border-color: #285e61;
}
.border-teal-900 {
border-color: #234e52;
}
.border-blue-100 {
border-color: #ebf8ff;
}
.border-blue-200 {
border-color: #bee3f8;
}
.border-blue-300 {
border-color: #90cdf4;
}
.border-blue-400 {
border-color: #63b3ed;
}
.border-blue-500 {
border-color: #4299e1;
}
.border-blue-600 {
border-color: #3182ce;
}
.border-blue-700 {
border-color: #2b6cb0;
}
.border-blue-800 {
border-color: #2c5282;
}
.border-blue-900 {
border-color: #2a4365;
}
.border-indigo-100 {
border-color: #ebf4ff;
}
.border-indigo-200 {
border-color: #c3dafe;
}
.border-indigo-300 {
border-color: #a3bffa;
}
.border-indigo-400 {
border-color: #7f9cf5;
}
.border-indigo-500 {
border-color: #667eea;
}
.border-indigo-600 {
border-color: #5a67d8;
}
.border-indigo-700 {
border-color: #4c51bf;
}
.border-indigo-800 {
border-color: #434190;
}
.border-indigo-900 {
border-color: #3c366b;
}
.border-purple-100 {
border-color: #faf5ff;
}
.border-purple-200 {
border-color: #e9d8fd;
}
.border-purple-300 {
border-color: #d6bcfa;
}
.border-purple-400 {
border-color: #b794f4;
}
.border-purple-500 {
border-color: #9f7aea;
}
.border-purple-600 {
border-color: #805ad5;
}
.border-purple-700 {
border-color: #6b46c1;
}
.border-purple-800 {
border-color: #553c9a;
}
.border-purple-900 {
border-color: #44337a;
}
.border-pink-100 {
border-color: #fff5f7;
}
.border-pink-200 {
border-color: #fed7e2;
}
.border-pink-300 {
border-color: #fbb6ce;
}
.border-pink-400 {
border-color: #f687b3;
}
.border-pink-500 {
border-color: #ed64a6;
}
.border-pink-600 {
border-color: #d53f8c;
}
.border-pink-700 {
border-color: #b83280;
}
.border-pink-800 {
border-color: #97266d;
}
.border-pink-900 {
border-color: #702459;
}
.hover\:border-transparent:hover {
border-color: transparent;
}
.hover\:border-black:hover {
border-color: #000;
}
.hover\:border-white:hover {
border-color: #fff;
}
.hover\:border-gray-100:hover {
border-color: #f7fafc;
}
.hover\:border-gray-200:hover {
border-color: #edf2f7;
}
.hover\:border-gray-300:hover {
border-color: #e2e8f0;
}
.hover\:border-gray-400:hover {
border-color: #cbd5e0;
}
.hover\:border-gray-500:hover {
border-color: #a0aec0;
}
.hover\:border-gray-600:hover {
border-color: #718096;
}
.hover\:border-gray-700:hover {
border-color: #4a5568;
}
.hover\:border-gray-800:hover {
border-color: #2d3748;
}
.hover\:border-gray-900:hover {
border-color: #1a202c;
}
.hover\:border-red-100:hover {
border-color: #fff5f5;
}
.hover\:border-red-200:hover {
border-color: #fed7d7;
}
.hover\:border-red-300:hover {
border-color: #feb2b2;
}
.hover\:border-red-400:hover {
border-color: #fc8181;
}
.hover\:border-red-500:hover {
border-color: #f56565;
}
.hover\:border-red-600:hover {
border-color: #e53e3e;
}
.hover\:border-red-700:hover {
border-color: #c53030;
}
.hover\:border-red-800:hover {
border-color: #9b2c2c;
}
.hover\:border-red-900:hover {
border-color: #742a2a;
}
.hover\:border-orange-100:hover {
border-color: #fffaf0;
}
.hover\:border-orange-200:hover {
border-color: #feebc8;
}
.hover\:border-orange-300:hover {
border-color: #fbd38d;
}
.hover\:border-orange-400:hover {
border-color: #f6ad55;
}
.hover\:border-orange-500:hover {
border-color: #ed8936;
}
.hover\:border-orange-600:hover {
border-color: #dd6b20;
}
.hover\:border-orange-700:hover {
border-color: #c05621;
}
.hover\:border-orange-800:hover {
border-color: #9c4221;
}
.hover\:border-orange-900:hover {
border-color: #7b341e;
}
.hover\:border-yellow-100:hover {
border-color: #fffff0;
}
.hover\:border-yellow-200:hover {
border-color: #fefcbf;
}
.hover\:border-yellow-300:hover {
border-color: #faf089;
}
.hover\:border-yellow-400:hover {
border-color: #f6e05e;
}
.hover\:border-yellow-500:hover {
border-color: #ecc94b;
}
.hover\:border-yellow-600:hover {
border-color: #d69e2e;
}
.hover\:border-yellow-700:hover {
border-color: #b7791f;
}
.hover\:border-yellow-800:hover {
border-color: #975a16;
}
.hover\:border-yellow-900:hover {
border-color: #744210;
}
.hover\:border-green-100:hover {
border-color: #f0fff4;
}
.hover\:border-green-200:hover {
border-color: #c6f6d5;
}
.hover\:border-green-300:hover {
border-color: #9ae6b4;
}
.hover\:border-green-400:hover {
border-color: #68d391;
}
.hover\:border-green-500:hover {
border-color: #48bb78;
}
.hover\:border-green-600:hover {
border-color: #38a169;
}
.hover\:border-green-700:hover {
border-color: #2f855a;
}
.hover\:border-green-800:hover {
border-color: #276749;
}
.hover\:border-green-900:hover {
border-color: #22543d;
}
.hover\:border-teal-100:hover {
border-color: #e6fffa;
}
.hover\:border-teal-200:hover {
border-color: #b2f5ea;
}
.hover\:border-teal-300:hover {
border-color: #81e6d9;
}
.hover\:border-teal-400:hover {
border-color: #4fd1c5;
}
.hover\:border-teal-500:hover {
border-color: #38b2ac;
}
.hover\:border-teal-600:hover {
border-color: #319795;
}
.hover\:border-teal-700:hover {
border-color: #2c7a7b;
}
.hover\:border-teal-800:hover {
border-color: #285e61;
}
.hover\:border-teal-900:hover {
border-color: #234e52;
}
.hover\:border-blue-100:hover {
border-color: #ebf8ff;
}
.hover\:border-blue-200:hover {
border-color: #bee3f8;
}
.hover\:border-blue-300:hover {
border-color: #90cdf4;
}
.hover\:border-blue-400:hover {
border-color: #63b3ed;
}
.hover\:border-blue-500:hover {
border-color: #4299e1;
}
.hover\:border-blue-600:hover {
border-color: #3182ce;
}
.hover\:border-blue-700:hover {
border-color: #2b6cb0;
}
.hover\:border-blue-800:hover {
border-color: #2c5282;
}
.hover\:border-blue-900:hover {
border-color: #2a4365;
}
.hover\:border-indigo-100:hover {
border-color: #ebf4ff;
}
.hover\:border-indigo-200:hover {
border-color: #c3dafe;
}
.hover\:border-indigo-300:hover {
border-color: #a3bffa;
}
.hover\:border-indigo-400:hover {
border-color: #7f9cf5;
}
.hover\:border-indigo-500:hover {
border-color: #667eea;
}
.hover\:border-indigo-600:hover {
border-color: #5a67d8;
}
.hover\:border-indigo-700:hover {
border-color: #4c51bf;
}
.hover\:border-indigo-800:hover {
border-color: #434190;
}
.hover\:border-indigo-900:hover {
border-color: #3c366b;
}
.hover\:border-purple-100:hover {
border-color: #faf5ff;
}
.hover\:border-purple-200:hover {
border-color: #e9d8fd;
}
.hover\:border-purple-300:hover {
border-color: #d6bcfa;
}
.hover\:border-purple-400:hover {
border-color: #b794f4;
}
.hover\:border-purple-500:hover {
border-color: #9f7aea;
}
.hover\:border-purple-600:hover {
border-color: #805ad5;
}
.hover\:border-purple-700:hover {
border-color: #6b46c1;
}
.hover\:border-purple-800:hover {
border-color: #553c9a;
}
.hover\:border-purple-900:hover {
border-color: #44337a;
}
.hover\:border-pink-100:hover {
border-color: #fff5f7;
}
.hover\:border-pink-200:hover {
border-color: #fed7e2;
}
.hover\:border-pink-300:hover {
border-color: #fbb6ce;
}
.hover\:border-pink-400:hover {
border-color: #f687b3;
}
.hover\:border-pink-500:hover {
border-color: #ed64a6;
}
.hover\:border-pink-600:hover {
border-color: #d53f8c;
}
.hover\:border-pink-700:hover {
border-color: #b83280;
}
.hover\:border-pink-800:hover {
border-color: #97266d;
}
.hover\:border-pink-900:hover {
border-color: #702459;
}
.focus\:border-transparent:focus {
border-color: transparent;
}
.focus\:border-black:focus {
border-color: #000;
}
.focus\:border-white:focus {
border-color: #fff;
}
.focus\:border-gray-100:focus {
border-color: #f7fafc;
}
.focus\:border-gray-200:focus {
border-color: #edf2f7;
}
.focus\:border-gray-300:focus {
border-color: #e2e8f0;
}
.focus\:border-gray-400:focus {
border-color: #cbd5e0;
}
.focus\:border-gray-500:focus {
border-color: #a0aec0;
}
.focus\:border-gray-600:focus {
border-color: #718096;
}
.focus\:border-gray-700:focus {
border-color: #4a5568;
}
.focus\:border-gray-800:focus {
border-color: #2d3748;
}
.focus\:border-gray-900:focus {
border-color: #1a202c;
}
.focus\:border-red-100:focus {
border-color: #fff5f5;
}
.focus\:border-red-200:focus {
border-color: #fed7d7;
}
.focus\:border-red-300:focus {
border-color: #feb2b2;
}
.focus\:border-red-400:focus {
border-color: #fc8181;
}
.focus\:border-red-500:focus {
border-color: #f56565;
}
.focus\:border-red-600:focus {
border-color: #e53e3e;
}
.focus\:border-red-700:focus {
border-color: #c53030;
}
.focus\:border-red-800:focus {
border-color: #9b2c2c;
}
.focus\:border-red-900:focus {
border-color: #742a2a;
}
.focus\:border-orange-100:focus {
border-color: #fffaf0;
}
.focus\:border-orange-200:focus {
border-color: #feebc8;
}
.focus\:border-orange-300:focus {
border-color: #fbd38d;
}
.focus\:border-orange-400:focus {
border-color: #f6ad55;
}
.focus\:border-orange-500:focus {
border-color: #ed8936;
}
.focus\:border-orange-600:focus {
border-color: #dd6b20;
}
.focus\:border-orange-700:focus {
border-color: #c05621;
}
.focus\:border-orange-800:focus {
border-color: #9c4221;
}
.focus\:border-orange-900:focus {
border-color: #7b341e;
}
.focus\:border-yellow-100:focus {
border-color: #fffff0;
}
.focus\:border-yellow-200:focus {
border-color: #fefcbf;
}
.focus\:border-yellow-300:focus {
border-color: #faf089;
}
.focus\:border-yellow-400:focus {
border-color: #f6e05e;
}
.focus\:border-yellow-500:focus {
border-color: #ecc94b;
}
.focus\:border-yellow-600:focus {
border-color: #d69e2e;
}
.focus\:border-yellow-700:focus {
border-color: #b7791f;
}
.focus\:border-yellow-800:focus {
border-color: #975a16;
}
.focus\:border-yellow-900:focus {
border-color: #744210;
}
.focus\:border-green-100:focus {
border-color: #f0fff4;
}
.focus\:border-green-200:focus {
border-color: #c6f6d5;
}
.focus\:border-green-300:focus {
border-color: #9ae6b4;
}
.focus\:border-green-400:focus {
border-color: #68d391;
}
.focus\:border-green-500:focus {
border-color: #48bb78;
}
.focus\:border-green-600:focus {
border-color: #38a169;
}
.focus\:border-green-700:focus {
border-color: #2f855a;
}
.focus\:border-green-800:focus {
border-color: #276749;
}
.focus\:border-green-900:focus {
border-color: #22543d;
}
.focus\:border-teal-100:focus {
border-color: #e6fffa;
}
.focus\:border-teal-200:focus {
border-color: #b2f5ea;
}
.focus\:border-teal-300:focus {
border-color: #81e6d9;
}
.focus\:border-teal-400:focus {
border-color: #4fd1c5;
}
.focus\:border-teal-500:focus {
border-color: #38b2ac;
}
.focus\:border-teal-600:focus {
border-color: #319795;
}
.focus\:border-teal-700:focus {
border-color: #2c7a7b;
}
.focus\:border-teal-800:focus {
border-color: #285e61;
}
.focus\:border-teal-900:focus {
border-color: #234e52;
}
.focus\:border-blue-100:focus {
border-color: #ebf8ff;
}
.focus\:border-blue-200:focus {
border-color: #bee3f8;
}
.focus\:border-blue-300:focus {
border-color: #90cdf4;
}
.focus\:border-blue-400:focus {
border-color: #63b3ed;
}
.focus\:border-blue-500:focus {
border-color: #4299e1;
}
.focus\:border-blue-600:focus {
border-color: #3182ce;
}
.focus\:border-blue-700:focus {
border-color: #2b6cb0;
}
.focus\:border-blue-800:focus {
border-color: #2c5282;
}
.focus\:border-blue-900:focus {
border-color: #2a4365;
}
.focus\:border-indigo-100:focus {
border-color: #ebf4ff;
}
.focus\:border-indigo-200:focus {
border-color: #c3dafe;
}
.focus\:border-indigo-300:focus {
border-color: #a3bffa;
}
.focus\:border-indigo-400:focus {
border-color: #7f9cf5;
}
.focus\:border-indigo-500:focus {
border-color: #667eea;
}
.focus\:border-indigo-600:focus {
border-color: #5a67d8;
}
.focus\:border-indigo-700:focus {
border-color: #4c51bf;
}
.focus\:border-indigo-800:focus {
border-color: #434190;
}
.focus\:border-indigo-900:focus {
border-color: #3c366b;
}
.focus\:border-purple-100:focus {
border-color: #faf5ff;
}
.focus\:border-purple-200:focus {
border-color: #e9d8fd;
}
.focus\:border-purple-300:focus {
border-color: #d6bcfa;
}
.focus\:border-purple-400:focus {
border-color: #b794f4;
}
.focus\:border-purple-500:focus {
border-color: #9f7aea;
}
.focus\:border-purple-600:focus {
border-color: #805ad5;
}
.focus\:border-purple-700:focus {
border-color: #6b46c1;
}
.focus\:border-purple-800:focus {
border-color: #553c9a;
}
.focus\:border-purple-900:focus {
border-color: #44337a;
}
.focus\:border-pink-100:focus {
border-color: #fff5f7;
}
.focus\:border-pink-200:focus {
border-color: #fed7e2;
}
.focus\:border-pink-300:focus {
border-color: #fbb6ce;
}
.focus\:border-pink-400:focus {
border-color: #f687b3;
}
.focus\:border-pink-500:focus {
border-color: #ed64a6;
}
.focus\:border-pink-600:focus {
border-color: #d53f8c;
}
.focus\:border-pink-700:focus {
border-color: #b83280;
}
.focus\:border-pink-800:focus {
border-color: #97266d;
}
.focus\:border-pink-900:focus {
border-color: #702459;
}
.rounded-none {
border-radius: 0;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
border-top-left-radius: 0;
}
.rounded-tr-none {
border-top-right-radius: 0;
}
.rounded-br-none {
border-bottom-right-radius: 0;
}
.rounded-bl-none {
border-bottom-left-radius: 0;
}
.rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
border-top-left-radius: 0.25rem;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.rounded-br {
border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.rounded-tl-full {
border-top-left-radius: 9999px;
}
.rounded-tr-full {
border-top-right-radius: 9999px;
}
.rounded-br-full {
border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.border-solid {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-double {
border-style: double;
}
.border-none {
border-style: none;
}
.border-0 {
border-width: 0;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-8 {
border-width: 8px;
}
.border {
border-width: 1px;
}
.border-t-0 {
border-top-width: 0;
}
.border-r-0 {
border-right-width: 0;
}
.border-b-0 {
border-bottom-width: 0;
}
.border-l-0 {
border-left-width: 0;
}
.border-t-2 {
border-top-width: 2px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-t-4 {
border-top-width: 4px;
}
.border-r-4 {
border-right-width: 4px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t-8 {
border-top-width: 8px;
}
.border-r-8 {
border-right-width: 8px;
}
.border-b-8 {
border-bottom-width: 8px;
}
.border-l-8 {
border-left-width: 8px;
}
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.cursor-auto {
cursor: auto;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-wait {
cursor: wait;
}
.cursor-text {
cursor: text;
}
.cursor-move {
cursor: move;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
}
.hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-auto {
align-self: auto;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
.content-center {
align-content: center;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-initial {
flex: 0 1 auto;
}
.flex-none {
flex: none;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink {
flex-shrink: 1;
}
.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;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.order-none {
order: 0;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.font-sans {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-hairline {
font-weight: 100;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.hover\:font-hairline:hover {
font-weight: 100;
}
.hover\:font-thin:hover {
font-weight: 200;
}
.hover\:font-light:hover {
font-weight: 300;
}
.hover\:font-normal:hover {
font-weight: 400;
}
.hover\:font-medium:hover {
font-weight: 500;
}
.hover\:font-semibold:hover {
font-weight: 600;
}
.hover\:font-bold:hover {
font-weight: 700;
}
.hover\:font-extrabold:hover {
font-weight: 800;
}
.hover\:font-black:hover {
font-weight: 900;
}
.focus\:font-hairline:focus {
font-weight: 100;
}
.focus\:font-thin:focus {
font-weight: 200;
}
.focus\:font-light:focus {
font-weight: 300;
}
.focus\:font-normal:focus {
font-weight: 400;
}
.focus\:font-medium:focus {
font-weight: 500;
}
.focus\:font-semibold:focus {
font-weight: 600;
}
.focus\:font-bold:focus {
font-weight: 700;
}
.focus\:font-extrabold:focus {
font-weight: 800;
}
.focus\:font-black:focus {
font-weight: 900;
}
.h-0 {
height: 0;
}
.h-1 {
height: 0.25rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.h-40 {
height: 10rem;
}
.h-48 {
height: 12rem;
}
.h-56 {
height: 14rem;
}
.h-64 {
height: 16rem;
}
.h-auto {
height: auto;
}
.h-px {
height: 1px;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.leading-snug {
line-height: 1.375;
}
.leading-normal {
line-height: 1.5;
}
.leading-relaxed {
line-height: 1.625;
}
.leading-loose {
line-height: 2;
}
.list-inside {
list-style-position: inside;
}
.list-outside {
list-style-position: outside;
}
.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.m-8 {
margin: 2rem;
}
.m-10 {
margin: 2.5rem;
}
.m-12 {
margin: 3rem;
}
.m-16 {
margin: 4rem;
}
.m-20 {
margin: 5rem;
}
.m-24 {
margin: 6rem;
}
.m-32 {
margin: 8rem;
}
.m-40 {
margin: 10rem;
}
.m-48 {
margin: 12rem;
}
.m-56 {
margin: 14rem;
}
.m-64 {
margin: 16rem;
}
.m-auto {
margin: auto;
}
.m-px {
margin: 1px;
}
.-m-1 {
margin: -0.25rem;
}
.-m-2 {
margin: -0.5rem;
}
.-m-3 {
margin: -0.75rem;
}
.-m-4 {
margin: -1rem;
}
.-m-5 {
margin: -1.25rem;
}
.-m-6 {
margin: -1.5rem;
}
.-m-8 {
margin: -2rem;
}
.-m-10 {
margin: -2.5rem;
}
.-m-12 {
margin: -3rem;
}
.-m-16 {
margin: -4rem;
}
.-m-20 {
margin: -5rem;
}
.-m-24 {
margin: -6rem;
}
.-m-32 {
margin: -8rem;
}
.-m-40 {
margin: -10rem;
}
.-m-48 {
margin: -12rem;
}
.-m-56 {
margin: -14rem;
}
.-m-64 {
margin: -16rem;
}
.-m-px {
margin: -1px;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.mx-px {
margin-left: 1px;
margin-right: 1px;
}
.-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.mt-0 {
margin-top: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.ml-0 {
margin-left: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mt-16 {
margin-top: 4rem;
}
.mr-16 {
margin-right: 4rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.ml-16 {
margin-left: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mr-20 {
margin-right: 5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.ml-20 {
margin-left: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mr-24 {
margin-right: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.ml-24 {
margin-left: 6rem;
}
.mt-32 {
margin-top: 8rem;
}
.mr-32 {
margin-right: 8rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.ml-32 {
margin-left: 8rem;
}
.mt-40 {
margin-top: 10rem;
}
.mr-40 {
margin-right: 10rem;
}
.mb-40 {
margin-bottom: 10rem;
}
.ml-40 {
margin-left: 10rem;
}
.mt-48 {
margin-top: 12rem;
}
.mr-48 {
margin-right: 12rem;
}
.mb-48 {
margin-bottom: 12rem;
}
.ml-48 {
margin-left: 12rem;
}
.mt-56 {
margin-top: 14rem;
}
.mr-56 {
margin-right: 14rem;
}
.mb-56 {
margin-bottom: 14rem;
}
.ml-56 {
margin-left: 14rem;
}
.mt-64 {
margin-top: 16rem;
}
.mr-64 {
margin-right: 16rem;
}
.mb-64 {
margin-bottom: 16rem;
}
.ml-64 {
margin-left: 16rem;
}
.mt-auto {
margin-top: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-auto {
margin-bottom: auto;
}
.ml-auto {
margin-left: auto;
}
.mt-px {
margin-top: 1px;
}
.mr-px {
margin-right: 1px;
}
.mb-px {
margin-bottom: 1px;
}
.ml-px {
margin-left: 1px;
}
.-mt-1 {
margin-top: -0.25rem;
}
.-mr-1 {
margin-right: -0.25rem;
}
.-mb-1 {
margin-bottom: -0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.-mb-2 {
margin-bottom: -0.5rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.-mt-3 {
margin-top: -0.75rem;
}
.-mr-3 {
margin-right: -0.75rem;
}
.-mb-3 {
margin-bottom: -0.75rem;
}
.-ml-3 {
margin-left: -0.75rem;
}
.-mt-4 {
margin-top: -1rem;
}
.-mr-4 {
margin-right: -1rem;
}
.-mb-4 {
margin-bottom: -1rem;
}
.-ml-4 {
margin-left: -1rem;
}
.-mt-5 {
margin-top: -1.25rem;
}
.-mr-5 {
margin-right: -1.25rem;
}
.-mb-5 {
margin-bottom: -1.25rem;
}
.-ml-5 {
margin-left: -1.25rem;
}
.-mt-6 {
margin-top: -1.5rem;
}
.-mr-6 {
margin-right: -1.5rem;
}
.-mb-6 {
margin-bottom: -1.5rem;
}
.-ml-6 {
margin-left: -1.5rem;
}
.-mt-8 {
margin-top: -2rem;
}
.-mr-8 {
margin-right: -2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.-ml-8 {
margin-left: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-mr-10 {
margin-right: -2.5rem;
}
.-mb-10 {
margin-bottom: -2.5rem;
}
.-ml-10 {
margin-left: -2.5rem;
}
.-mt-12 {
margin-top: -3rem;
}
.-mr-12 {
margin-right: -3rem;
}
.-mb-12 {
margin-bottom: -3rem;
}
.-ml-12 {
margin-left: -3rem;
}
.-mt-16 {
margin-top: -4rem;
}
.-mr-16 {
margin-right: -4rem;
}
.-mb-16 {
margin-bottom: -4rem;
}
.-ml-16 {
margin-left: -4rem;
}
.-mt-20 {
margin-top: -5rem;
}
.-mr-20 {
margin-right: -5rem;
}
.-mb-20 {
margin-bottom: -5rem;
}
.-ml-20 {
margin-left: -5rem;
}
.-mt-24 {
margin-top: -6rem;
}
.-mr-24 {
margin-right: -6rem;
}
.-mb-24 {
margin-bottom: -6rem;
}
.-ml-24 {
margin-left: -6rem;
}
.-mt-32 {
margin-top: -8rem;
}
.-mr-32 {
margin-right: -8rem;
}
.-mb-32 {
margin-bottom: -8rem;
}
.-ml-32 {
margin-left: -8rem;
}
.-mt-40 {
margin-top: -10rem;
}
.-mr-40 {
margin-right: -10rem;
}
.-mb-40 {
margin-bottom: -10rem;
}
.-ml-40 {
margin-left: -10rem;
}
.-mt-48 {
margin-top: -12rem;
}
.-mr-48 {
margin-right: -12rem;
}
.-mb-48 {
margin-bottom: -12rem;
}
.-ml-48 {
margin-left: -12rem;
}
.-mt-56 {
margin-top: -14rem;
}
.-mr-56 {
margin-right: -14rem;
}
.-mb-56 {
margin-bottom: -14rem;
}
.-ml-56 {
margin-left: -14rem;
}
.-mt-64 {
margin-top: -16rem;
}
.-mr-64 {
margin-right: -16rem;
}
.-mb-64 {
margin-bottom: -16rem;
}
.-ml-64 {
margin-left: -16rem;
}
.-mt-px {
margin-top: -1px;
}
.-mr-px {
margin-right: -1px;
}
.-mb-px {
margin-bottom: -1px;
}
.-ml-px {
margin-left: -1px;
}
.max-h-full {
max-height: 100%;
}
.max-h-screen {
max-height: 100vh;
}
.max-w-xs {
max-width: 20rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-5xl {
max-width: 64rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-full {
max-width: 100%;
}
.min-h-0 {
min-height: 0;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.min-w-0 {
min-width: 0;
}
.min-w-full {
min-width: 100%;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-none {
-o-object-fit: none;
object-fit: none;
}
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-left {
-o-object-position: left;
object-position: left;
}
.object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.object-left-top {
-o-object-position: left top;
object-position: left top;
}
.object-right {
-o-object-position: right;
object-position: right;
}
.object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.object-right-top {
-o-object-position: right top;
object-position: right top;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.hover\:opacity-0:hover {
opacity: 0;
}
.hover\:opacity-25:hover {
opacity: 0.25;
}
.hover\:opacity-50:hover {
opacity: 0.5;
}
.hover\:opacity-75:hover {
opacity: 0.75;
}
.hover\:opacity-100:hover {
opacity: 1;
}
.focus\:opacity-0:focus {
opacity: 0;
}
.focus\:opacity-25:focus {
opacity: 0.25;
}
.focus\:opacity-50:focus {
opacity: 0.5;
}
.focus\:opacity-75:focus {
opacity: 0.75;
}
.focus\:opacity-100:focus {
opacity: 1;
}
.outline-none {
outline: 0;
}
.focus\:outline-none:focus {
outline: 0;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.p-px {
padding: 1px;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.px-0 {
padding-left: 0;
padding-right: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.px-px {
padding-left: 1px;
padding-right: 1px;
}
.pt-0 {
padding-top: 0;
}
.pr-0 {
padding-right: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pl-0 {
padding-left: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pr-16 {
padding-right: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pl-16 {
padding-left: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pr-20 {
padding-right: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pl-20 {
padding-left: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pr-24 {
padding-right: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pl-24 {
padding-left: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pr-32 {
padding-right: 8rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pl-32 {
padding-left: 8rem;
}
.pt-40 {
padding-top: 10rem;
}
.pr-40 {
padding-right: 10rem;
}
.pb-40 {
padding-bottom: 10rem;
}
.pl-40 {
padding-left: 10rem;
}
.pt-48 {
padding-top: 12rem;
}
.pr-48 {
padding-right: 12rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pl-48 {
padding-left: 12rem;
}
.pt-56 {
padding-top: 14rem;
}
.pr-56 {
padding-right: 14rem;
}
.pb-56 {
padding-bottom: 14rem;
}
.pl-56 {
padding-left: 14rem;
}
.pt-64 {
padding-top: 16rem;
}
.pr-64 {
padding-right: 16rem;
}
.pb-64 {
padding-bottom: 16rem;
}
.pl-64 {
padding-left: 16rem;
}
.pt-px {
padding-top: 1px;
}
.pr-px {
padding-right: 1px;
}
.pb-px {
padding-bottom: 1px;
}
.pl-px {
padding-left: 1px;
}
.placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
.placeholder-transparent::-ms-input-placeholder {
color: transparent;
}
.placeholder-transparent::placeholder {
color: transparent;
}
.placeholder-black:-ms-input-placeholder {
color: #000;
}
.placeholder-black::-ms-input-placeholder {
color: #000;
}
.placeholder-black::placeholder {
color: #000;
}
.placeholder-white:-ms-input-placeholder {
color: #fff;
}
.placeholder-white::-ms-input-placeholder {
color: #fff;
}
.placeholder-white::placeholder {
color: #fff;
}
.placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc;
}
.placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc;
}
.placeholder-gray-100::placeholder {
color: #f7fafc;
}
.placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7;
}
.placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7;
}
.placeholder-gray-200::placeholder {
color: #edf2f7;
}
.placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0;
}
.placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0;
}
.placeholder-gray-300::placeholder {
color: #e2e8f0;
}
.placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0;
}
.placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0;
}
.placeholder-gray-400::placeholder {
color: #cbd5e0;
}
.placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0;
}
.placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0;
}
.placeholder-gray-500::placeholder {
color: #a0aec0;
}
.placeholder-gray-600:-ms-input-placeholder {
color: #718096;
}
.placeholder-gray-600::-ms-input-placeholder {
color: #718096;
}
.placeholder-gray-600::placeholder {
color: #718096;
}
.placeholder-gray-700:-ms-input-placeholder {
color: #4a5568;
}
.placeholder-gray-700::-ms-input-placeholder {
color: #4a5568;
}
.placeholder-gray-700::placeholder {
color: #4a5568;
}
.placeholder-gray-800:-ms-input-placeholder {
color: #2d3748;
}
.placeholder-gray-800::-ms-input-placeholder {
color: #2d3748;
}
.placeholder-gray-800::placeholder {
color: #2d3748;
}
.placeholder-gray-900:-ms-input-placeholder {
color: #1a202c;
}
.placeholder-gray-900::-ms-input-placeholder {
color: #1a202c;
}
.placeholder-gray-900::placeholder {
color: #1a202c;
}
.placeholder-red-100:-ms-input-placeholder {
color: #fff5f5;
}
.placeholder-red-100::-ms-input-placeholder {
color: #fff5f5;
}
.placeholder-red-100::placeholder {
color: #fff5f5;
}
.placeholder-red-200:-ms-input-placeholder {
color: #fed7d7;
}
.placeholder-red-200::-ms-input-placeholder {
color: #fed7d7;
}
.placeholder-red-200::placeholder {
color: #fed7d7;
}
.placeholder-red-300:-ms-input-placeholder {
color: #feb2b2;
}
.placeholder-red-300::-ms-input-placeholder {
color: #feb2b2;
}
.placeholder-red-300::placeholder {
color: #feb2b2;
}
.placeholder-red-400:-ms-input-placeholder {
color: #fc8181;
}
.placeholder-red-400::-ms-input-placeholder {
color: #fc8181;
}
.placeholder-red-400::placeholder {
color: #fc8181;
}
.placeholder-red-500:-ms-input-placeholder {
color: #f56565;
}
.placeholder-red-500::-ms-input-placeholder {
color: #f56565;
}
.placeholder-red-500::placeholder {
color: #f56565;
}
.placeholder-red-600:-ms-input-placeholder {
color: #e53e3e;
}
.placeholder-red-600::-ms-input-placeholder {
color: #e53e3e;
}
.placeholder-red-600::placeholder {
color: #e53e3e;
}
.placeholder-red-700:-ms-input-placeholder {
color: #c53030;
}
.placeholder-red-700::-ms-input-placeholder {
color: #c53030;
}
.placeholder-red-700::placeholder {
color: #c53030;
}
.placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c;
}
.placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c;
}
.placeholder-red-800::placeholder {
color: #9b2c2c;
}
.placeholder-red-900:-ms-input-placeholder {
color: #742a2a;
}
.placeholder-red-900::-ms-input-placeholder {
color: #742a2a;
}
.placeholder-red-900::placeholder {
color: #742a2a;
}
.placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0;
}
.placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0;
}
.placeholder-orange-100::placeholder {
color: #fffaf0;
}
.placeholder-orange-200:-ms-input-placeholder {
color: #feebc8;
}
.placeholder-orange-200::-ms-input-placeholder {
color: #feebc8;
}
.placeholder-orange-200::placeholder {
color: #feebc8;
}
.placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d;
}
.placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d;
}
.placeholder-orange-300::placeholder {
color: #fbd38d;
}
.placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55;
}
.placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55;
}
.placeholder-orange-400::placeholder {
color: #f6ad55;
}
.placeholder-orange-500:-ms-input-placeholder {
color: #ed8936;
}
.placeholder-orange-500::-ms-input-placeholder {
color: #ed8936;
}
.placeholder-orange-500::placeholder {
color: #ed8936;
}
.placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20;
}
.placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20;
}
.placeholder-orange-600::placeholder {
color: #dd6b20;
}
.placeholder-orange-700:-ms-input-placeholder {
color: #c05621;
}
.placeholder-orange-700::-ms-input-placeholder {
color: #c05621;
}
.placeholder-orange-700::placeholder {
color: #c05621;
}
.placeholder-orange-800:-ms-input-placeholder {
color: #9c4221;
}
.placeholder-orange-800::-ms-input-placeholder {
color: #9c4221;
}
.placeholder-orange-800::placeholder {
color: #9c4221;
}
.placeholder-orange-900:-ms-input-placeholder {
color: #7b341e;
}
.placeholder-orange-900::-ms-input-placeholder {
color: #7b341e;
}
.placeholder-orange-900::placeholder {
color: #7b341e;
}
.placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0;
}
.placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0;
}
.placeholder-yellow-100::placeholder {
color: #fffff0;
}
.placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf;
}
.placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf;
}
.placeholder-yellow-200::placeholder {
color: #fefcbf;
}
.placeholder-yellow-300:-ms-input-placeholder {
color: #faf089;
}
.placeholder-yellow-300::-ms-input-placeholder {
color: #faf089;
}
.placeholder-yellow-300::placeholder {
color: #faf089;
}
.placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e;
}
.placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e;
}
.placeholder-yellow-400::placeholder {
color: #f6e05e;
}
.placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b;
}
.placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b;
}
.placeholder-yellow-500::placeholder {
color: #ecc94b;
}
.placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e;
}
.placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e;
}
.placeholder-yellow-600::placeholder {
color: #d69e2e;
}
.placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f;
}
.placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f;
}
.placeholder-yellow-700::placeholder {
color: #b7791f;
}
.placeholder-yellow-800:-ms-input-placeholder {
color: #975a16;
}
.placeholder-yellow-800::-ms-input-placeholder {
color: #975a16;
}
.placeholder-yellow-800::placeholder {
color: #975a16;
}
.placeholder-yellow-900:-ms-input-placeholder {
color: #744210;
}
.placeholder-yellow-900::-ms-input-placeholder {
color: #744210;
}
.placeholder-yellow-900::placeholder {
color: #744210;
}
.placeholder-green-100:-ms-input-placeholder {
color: #f0fff4;
}
.placeholder-green-100::-ms-input-placeholder {
color: #f0fff4;
}
.placeholder-green-100::placeholder {
color: #f0fff4;
}
.placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5;
}
.placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5;
}
.placeholder-green-200::placeholder {
color: #c6f6d5;
}
.placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4;
}
.placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4;
}
.placeholder-green-300::placeholder {
color: #9ae6b4;
}
.placeholder-green-400:-ms-input-placeholder {
color: #68d391;
}
.placeholder-green-400::-ms-input-placeholder {
color: #68d391;
}
.placeholder-green-400::placeholder {
color: #68d391;
}
.placeholder-green-500:-ms-input-placeholder {
color: #48bb78;
}
.placeholder-green-500::-ms-input-placeholder {
color: #48bb78;
}
.placeholder-green-500::placeholder {
color: #48bb78;
}
.placeholder-green-600:-ms-input-placeholder {
color: #38a169;
}
.placeholder-green-600::-ms-input-placeholder {
color: #38a169;
}
.placeholder-green-600::placeholder {
color: #38a169;
}
.placeholder-green-700:-ms-input-placeholder {
color: #2f855a;
}
.placeholder-green-700::-ms-input-placeholder {
color: #2f855a;
}
.placeholder-green-700::placeholder {
color: #2f855a;
}
.placeholder-green-800:-ms-input-placeholder {
color: #276749;
}
.placeholder-green-800::-ms-input-placeholder {
color: #276749;
}
.placeholder-green-800::placeholder {
color: #276749;
}
.placeholder-green-900:-ms-input-placeholder {
color: #22543d;
}
.placeholder-green-900::-ms-input-placeholder {
color: #22543d;
}
.placeholder-green-900::placeholder {
color: #22543d;
}
.placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa;
}
.placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa;
}
.placeholder-teal-100::placeholder {
color: #e6fffa;
}
.placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea;
}
.placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea;
}
.placeholder-teal-200::placeholder {
color: #b2f5ea;
}
.placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9;
}
.placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9;
}
.placeholder-teal-300::placeholder {
color: #81e6d9;
}
.placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5;
}
.placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5;
}
.placeholder-teal-400::placeholder {
color: #4fd1c5;
}
.placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac;
}
.placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac;
}
.placeholder-teal-500::placeholder {
color: #38b2ac;
}
.placeholder-teal-600:-ms-input-placeholder {
color: #319795;
}
.placeholder-teal-600::-ms-input-placeholder {
color: #319795;
}
.placeholder-teal-600::placeholder {
color: #319795;
}
.placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b;
}
.placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b;
}
.placeholder-teal-700::placeholder {
color: #2c7a7b;
}
.placeholder-teal-800:-ms-input-placeholder {
color: #285e61;
}
.placeholder-teal-800::-ms-input-placeholder {
color: #285e61;
}
.placeholder-teal-800::placeholder {
color: #285e61;
}
.placeholder-teal-900:-ms-input-placeholder {
color: #234e52;
}
.placeholder-teal-900::-ms-input-placeholder {
color: #234e52;
}
.placeholder-teal-900::placeholder {
color: #234e52;
}
.placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff;
}
.placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff;
}
.placeholder-blue-100::placeholder {
color: #ebf8ff;
}
.placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8;
}
.placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8;
}
.placeholder-blue-200::placeholder {
color: #bee3f8;
}
.placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4;
}
.placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4;
}
.placeholder-blue-300::placeholder {
color: #90cdf4;
}
.placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed;
}
.placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed;
}
.placeholder-blue-400::placeholder {
color: #63b3ed;
}
.placeholder-blue-500:-ms-input-placeholder {
color: #4299e1;
}
.placeholder-blue-500::-ms-input-placeholder {
color: #4299e1;
}
.placeholder-blue-500::placeholder {
color: #4299e1;
}
.placeholder-blue-600:-ms-input-placeholder {
color: #3182ce;
}
.placeholder-blue-600::-ms-input-placeholder {
color: #3182ce;
}
.placeholder-blue-600::placeholder {
color: #3182ce;
}
.placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0;
}
.placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0;
}
.placeholder-blue-700::placeholder {
color: #2b6cb0;
}
.placeholder-blue-800:-ms-input-placeholder {
color: #2c5282;
}
.placeholder-blue-800::-ms-input-placeholder {
color: #2c5282;
}
.placeholder-blue-800::placeholder {
color: #2c5282;
}
.placeholder-blue-900:-ms-input-placeholder {
color: #2a4365;
}
.placeholder-blue-900::-ms-input-placeholder {
color: #2a4365;
}
.placeholder-blue-900::placeholder {
color: #2a4365;
}
.placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff;
}
.placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff;
}
.placeholder-indigo-100::placeholder {
color: #ebf4ff;
}
.placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe;
}
.placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe;
}
.placeholder-indigo-200::placeholder {
color: #c3dafe;
}
.placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa;
}
.placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa;
}
.placeholder-indigo-300::placeholder {
color: #a3bffa;
}
.placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5;
}
.placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5;
}
.placeholder-indigo-400::placeholder {
color: #7f9cf5;
}
.placeholder-indigo-500:-ms-input-placeholder {
color: #667eea;
}
.placeholder-indigo-500::-ms-input-placeholder {
color: #667eea;
}
.placeholder-indigo-500::placeholder {
color: #667eea;
}
.placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8;
}
.placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8;
}
.placeholder-indigo-600::placeholder {
color: #5a67d8;
}
.placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf;
}
.placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf;
}
.placeholder-indigo-700::placeholder {
color: #4c51bf;
}
.placeholder-indigo-800:-ms-input-placeholder {
color: #434190;
}
.placeholder-indigo-800::-ms-input-placeholder {
color: #434190;
}
.placeholder-indigo-800::placeholder {
color: #434190;
}
.placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b;
}
.placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b;
}
.placeholder-indigo-900::placeholder {
color: #3c366b;
}
.placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff;
}
.placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff;
}
.placeholder-purple-100::placeholder {
color: #faf5ff;
}
.placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd;
}
.placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd;
}
.placeholder-purple-200::placeholder {
color: #e9d8fd;
}
.placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa;
}
.placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa;
}
.placeholder-purple-300::placeholder {
color: #d6bcfa;
}
.placeholder-purple-400:-ms-input-placeholder {
color: #b794f4;
}
.placeholder-purple-400::-ms-input-placeholder {
color: #b794f4;
}
.placeholder-purple-400::placeholder {
color: #b794f4;
}
.placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea;
}
.placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea;
}
.placeholder-purple-500::placeholder {
color: #9f7aea;
}
.placeholder-purple-600:-ms-input-placeholder {
color: #805ad5;
}
.placeholder-purple-600::-ms-input-placeholder {
color: #805ad5;
}
.placeholder-purple-600::placeholder {
color: #805ad5;
}
.placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1;
}
.placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1;
}
.placeholder-purple-700::placeholder {
color: #6b46c1;
}
.placeholder-purple-800:-ms-input-placeholder {
color: #553c9a;
}
.placeholder-purple-800::-ms-input-placeholder {
color: #553c9a;
}
.placeholder-purple-800::placeholder {
color: #553c9a;
}
.placeholder-purple-900:-ms-input-placeholder {
color: #44337a;
}
.placeholder-purple-900::-ms-input-placeholder {
color: #44337a;
}
.placeholder-purple-900::placeholder {
color: #44337a;
}
.placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7;
}
.placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7;
}
.placeholder-pink-100::placeholder {
color: #fff5f7;
}
.placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2;
}
.placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2;
}
.placeholder-pink-200::placeholder {
color: #fed7e2;
}
.placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce;
}
.placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce;
}
.placeholder-pink-300::placeholder {
color: #fbb6ce;
}
.placeholder-pink-400:-ms-input-placeholder {
color: #f687b3;
}
.placeholder-pink-400::-ms-input-placeholder {
color: #f687b3;
}
.placeholder-pink-400::placeholder {
color: #f687b3;
}
.placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6;
}
.placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6;
}
.placeholder-pink-500::placeholder {
color: #ed64a6;
}
.placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c;
}
.placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c;
}
.placeholder-pink-600::placeholder {
color: #d53f8c;
}
.placeholder-pink-700:-ms-input-placeholder {
color: #b83280;
}
.placeholder-pink-700::-ms-input-placeholder {
color: #b83280;
}
.placeholder-pink-700::placeholder {
color: #b83280;
}
.placeholder-pink-800:-ms-input-placeholder {
color: #97266d;
}
.placeholder-pink-800::-ms-input-placeholder {
color: #97266d;
}
.placeholder-pink-800::placeholder {
color: #97266d;
}
.placeholder-pink-900:-ms-input-placeholder {
color: #702459;
}
.placeholder-pink-900::-ms-input-placeholder {
color: #702459;
}
.placeholder-pink-900::placeholder {
color: #702459;
}
.focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
.focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent;
}
.focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
.focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000;
}
.focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000;
}
.focus\:placeholder-black:focus::placeholder {
color: #000;
}
.focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff;
}
.focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff;
}
.focus\:placeholder-white:focus::placeholder {
color: #fff;
}
.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc;
}
.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc;
}
.focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc;
}
.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7;
}
.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7;
}
.focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7;
}
.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0;
}
.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0;
}
.focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0;
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0;
}
.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0;
}
.focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0;
}
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0;
}
.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0;
}
.focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0;
}
.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096;
}
.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096;
}
.focus\:placeholder-gray-600:focus::placeholder {
color: #718096;
}
.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568;
}
.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568;
}
.focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568;
}
.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748;
}
.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748;
}
.focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748;
}
.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c;
}
.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c;
}
.focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c;
}
.focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5;
}
.focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5;
}
.focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5;
}
.focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7;
}
.focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7;
}
.focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7;
}
.focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2;
}
.focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2;
}
.focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2;
}
.focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181;
}
.focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181;
}
.focus\:placeholder-red-400:focus::placeholder {
color: #fc8181;
}
.focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565;
}
.focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565;
}
.focus\:placeholder-red-500:focus::placeholder {
color: #f56565;
}
.focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e;
}
.focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e;
}
.focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e;
}
.focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030;
}
.focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030;
}
.focus\:placeholder-red-700:focus::placeholder {
color: #c53030;
}
.focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c;
}
.focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c;
}
.focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c;
}
.focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a;
}
.focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a;
}
.focus\:placeholder-red-900:focus::placeholder {
color: #742a2a;
}
.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0;
}
.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0;
}
.focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0;
}
.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8;
}
.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8;
}
.focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8;
}
.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d;
}
.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d;
}
.focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d;
}
.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55;
}
.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55;
}
.focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55;
}
.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936;
}
.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936;
}
.focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936;
}
.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20;
}
.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20;
}
.focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20;
}
.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621;
}
.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621;
}
.focus\:placeholder-orange-700:focus::placeholder {
color: #c05621;
}
.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221;
}
.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221;
}
.focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221;
}
.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e;
}
.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e;
}
.focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e;
}
.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0;
}
.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0;
}
.focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0;
}
.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf;
}
.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf;
}
.focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf;
}
.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089;
}
.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089;
}
.focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089;
}
.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e;
}
.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e;
}
.focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e;
}
.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b;
}
.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b;
}
.focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b;
}
.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e;
}
.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e;
}
.focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e;
}
.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f;
}
.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f;
}
.focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f;
}
.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16;
}
.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16;
}
.focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16;
}
.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210;
}
.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210;
}
.focus\:placeholder-yellow-900:focus::placeholder {
color: #744210;
}
.focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4;
}
.focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4;
}
.focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4;
}
.focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5;
}
.focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5;
}
.focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5;
}
.focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4;
}
.focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4;
}
.focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4;
}
.focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391;
}
.focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391;
}
.focus\:placeholder-green-400:focus::placeholder {
color: #68d391;
}
.focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78;
}
.focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78;
}
.focus\:placeholder-green-500:focus::placeholder {
color: #48bb78;
}
.focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169;
}
.focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169;
}
.focus\:placeholder-green-600:focus::placeholder {
color: #38a169;
}
.focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a;
}
.focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a;
}
.focus\:placeholder-green-700:focus::placeholder {
color: #2f855a;
}
.focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749;
}
.focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749;
}
.focus\:placeholder-green-800:focus::placeholder {
color: #276749;
}
.focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d;
}
.focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d;
}
.focus\:placeholder-green-900:focus::placeholder {
color: #22543d;
}
.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa;
}
.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa;
}
.focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa;
}
.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea;
}
.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea;
}
.focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea;
}
.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9;
}
.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9;
}
.focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9;
}
.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5;
}
.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5;
}
.focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5;
}
.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac;
}
.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac;
}
.focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac;
}
.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795;
}
.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795;
}
.focus\:placeholder-teal-600:focus::placeholder {
color: #319795;
}
.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b;
}
.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b;
}
.focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b;
}
.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61;
}
.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61;
}
.focus\:placeholder-teal-800:focus::placeholder {
color: #285e61;
}
.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52;
}
.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52;
}
.focus\:placeholder-teal-900:focus::placeholder {
color: #234e52;
}
.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff;
}
.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff;
}
.focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff;
}
.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8;
}
.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8;
}
.focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8;
}
.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4;
}
.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4;
}
.focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4;
}
.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed;
}
.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed;
}
.focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed;
}
.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1;
}
.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1;
}
.focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1;
}
.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce;
}
.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce;
}
.focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce;
}
.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0;
}
.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0;
}
.focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0;
}
.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282;
}
.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282;
}
.focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282;
}
.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365;
}
.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365;
}
.focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365;
}
.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff;
}
.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff;
}
.focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff;
}
.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe;
}
.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe;
}
.focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe;
}
.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa;
}
.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa;
}
.focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa;
}
.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5;
}
.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5;
}
.focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5;
}
.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea;
}
.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea;
}
.focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea;
}
.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8;
}
.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8;
}
.focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8;
}
.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf;
}
.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf;
}
.focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf;
}
.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190;
}
.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190;
}
.focus\:placeholder-indigo-800:focus::placeholder {
color: #434190;
}
.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b;
}
.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b;
}
.focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b;
}
.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff;
}
.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff;
}
.focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff;
}
.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd;
}
.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd;
}
.focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd;
}
.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa;
}
.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa;
}
.focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa;
}
.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4;
}
.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4;
}
.focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4;
}
.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea;
}
.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea;
}
.focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea;
}
.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5;
}
.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5;
}
.focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5;
}
.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1;
}
.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1;
}
.focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1;
}
.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a;
}
.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a;
}
.focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a;
}
.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a;
}
.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a;
}
.focus\:placeholder-purple-900:focus::placeholder {
color: #44337a;
}
.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7;
}
.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7;
}
.focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7;
}
.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2;
}
.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2;
}
.focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2;
}
.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce;
}
.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce;
}
.focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce;
}
.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3;
}
.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3;
}
.focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3;
}
.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6;
}
.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6;
}
.focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6;
}
.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c;
}
.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c;
}
.focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c;
}
.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280;
}
.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280;
}
.focus\:placeholder-pink-700:focus::placeholder {
color: #b83280;
}
.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d;
}
.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d;
}
.focus\:placeholder-pink-800:focus::placeholder {
color: #97266d;
}
.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459;
}
.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459;
}
.focus\:placeholder-pink-900:focus::placeholder {
color: #702459;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.inset-y-0 {
top: 0;
bottom: 0;
}
.inset-x-0 {
right: 0;
left: 0;
}
.inset-y-auto {
top: auto;
bottom: auto;
}
.inset-x-auto {
right: auto;
left: auto;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.top-auto {
top: auto;
}
.right-auto {
right: auto;
}
.bottom-auto {
bottom: auto;
}
.left-auto {
left: auto;
}
.resize-none {
resize: none;
}
.resize-y {
resize: vertical;
}
.resize-x {
resize: horizontal;
}
.resize {
resize: both;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.shadow-none {
box-shadow: none;
}
.hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.hover\:shadow-none:hover {
box-shadow: none;
}
.focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.focus\:shadow-none:focus {
box-shadow: none;
}
.fill-current {
fill: currentColor;
}
.stroke-current {
stroke: currentColor;
}
.table-auto {
table-layout: auto;
}
.table-fixed {
table-layout: fixed;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-transparent {
color: transparent;
}
.text-black {
color: #000;
}
.text-white {
color: #fff;
}
.text-gray-100 {
color: #f7fafc;
}
.text-gray-200 {
color: #edf2f7;
}
.text-gray-300 {
color: #e2e8f0;
}
.text-gray-400 {
color: #cbd5e0;
}
.text-gray-500 {
color: #a0aec0;
}
.text-gray-600 {
color: #718096;
}
.text-gray-700 {
color: #4a5568;
}
.text-gray-800 {
color: #2d3748;
}
.text-gray-900 {
color: #1a202c;
}
.text-red-100 {
color: #fff5f5;
}
.text-red-200 {
color: #fed7d7;
}
.text-red-300 {
color: #feb2b2;
}
.text-red-400 {
color: #fc8181;
}
.text-red-500 {
color: #f56565;
}
.text-red-600 {
color: #e53e3e;
}
.text-red-700 {
color: #c53030;
}
.text-red-800 {
color: #9b2c2c;
}
.text-red-900 {
color: #742a2a;
}
.text-orange-100 {
color: #fffaf0;
}
.text-orange-200 {
color: #feebc8;
}
.text-orange-300 {
color: #fbd38d;
}
.text-orange-400 {
color: #f6ad55;
}
.text-orange-500 {
color: #ed8936;
}
.text-orange-600 {
color: #dd6b20;
}
.text-orange-700 {
color: #c05621;
}
.text-orange-800 {
color: #9c4221;
}
.text-orange-900 {
color: #7b341e;
}
.text-yellow-100 {
color: #fffff0;
}
.text-yellow-200 {
color: #fefcbf;
}
.text-yellow-300 {
color: #faf089;
}
.text-yellow-400 {
color: #f6e05e;
}
.text-yellow-500 {
color: #ecc94b;
}
.text-yellow-600 {
color: #d69e2e;
}
.text-yellow-700 {
color: #b7791f;
}
.text-yellow-800 {
color: #975a16;
}
.text-yellow-900 {
color: #744210;
}
.text-green-100 {
color: #f0fff4;
}
.text-green-200 {
color: #c6f6d5;
}
.text-green-300 {
color: #9ae6b4;
}
.text-green-400 {
color: #68d391;
}
.text-green-500 {
color: #48bb78;
}
.text-green-600 {
color: #38a169;
}
.text-green-700 {
color: #2f855a;
}
.text-green-800 {
color: #276749;
}
.text-green-900 {
color: #22543d;
}
.text-teal-100 {
color: #e6fffa;
}
.text-teal-200 {
color: #b2f5ea;
}
.text-teal-300 {
color: #81e6d9;
}
.text-teal-400 {
color: #4fd1c5;
}
.text-teal-500 {
color: #38b2ac;
}
.text-teal-600 {
color: #319795;
}
.text-teal-700 {
color: #2c7a7b;
}
.text-teal-800 {
color: #285e61;
}
.text-teal-900 {
color: #234e52;
}
.text-blue-100 {
color: #ebf8ff;
}
.text-blue-200 {
color: #bee3f8;
}
.text-blue-300 {
color: #90cdf4;
}
.text-blue-400 {
color: #63b3ed;
}
.text-blue-500 {
color: #4299e1;
}
.text-blue-600 {
color: #3182ce;
}
.text-blue-700 {
color: #2b6cb0;
}
.text-blue-800 {
color: #2c5282;
}
.text-blue-900 {
color: #2a4365;
}
.text-indigo-100 {
color: #ebf4ff;
}
.text-indigo-200 {
color: #c3dafe;
}
.text-indigo-300 {
color: #a3bffa;
}
.text-indigo-400 {
color: #7f9cf5;
}
.text-indigo-500 {
color: #667eea;
}
.text-indigo-600 {
color: #5a67d8;
}
.text-indigo-700 {
color: #4c51bf;
}
.text-indigo-800 {
color: #434190;
}
.text-indigo-900 {
color: #3c366b;
}
.text-purple-100 {
color: #faf5ff;
}
.text-purple-200 {
color: #e9d8fd;
}
.text-purple-300 {
color: #d6bcfa;
}
.text-purple-400 {
color: #b794f4;
}
.text-purple-500 {
color: #9f7aea;
}
.text-purple-600 {
color: #805ad5;
}
.text-purple-700 {
color: #6b46c1;
}
.text-purple-800 {
color: #553c9a;
}
.text-purple-900 {
color: #44337a;
}
.text-pink-100 {
color: #fff5f7;
}
.text-pink-200 {
color: #fed7e2;
}
.text-pink-300 {
color: #fbb6ce;
}
.text-pink-400 {
color: #f687b3;
}
.text-pink-500 {
color: #ed64a6;
}
.text-pink-600 {
color: #d53f8c;
}
.text-pink-700 {
color: #b83280;
}
.text-pink-800 {
color: #97266d;
}
.text-pink-900 {
color: #702459;
}
.hover\:text-transparent:hover {
color: transparent;
}
.hover\:text-black:hover {
color: #000;
}
.hover\:text-white:hover {
color: #fff;
}
.hover\:text-gray-100:hover {
color: #f7fafc;
}
.hover\:text-gray-200:hover {
color: #edf2f7;
}
.hover\:text-gray-300:hover {
color: #e2e8f0;
}
.hover\:text-gray-400:hover {
color: #cbd5e0;
}
.hover\:text-gray-500:hover {
color: #a0aec0;
}
.hover\:text-gray-600:hover {
color: #718096;
}
.hover\:text-gray-700:hover {
color: #4a5568;
}
.hover\:text-gray-800:hover {
color: #2d3748;
}
.hover\:text-gray-900:hover {
color: #1a202c;
}
.hover\:text-red-100:hover {
color: #fff5f5;
}
.hover\:text-red-200:hover {
color: #fed7d7;
}
.hover\:text-red-300:hover {
color: #feb2b2;
}
.hover\:text-red-400:hover {
color: #fc8181;
}
.hover\:text-red-500:hover {
color: #f56565;
}
.hover\:text-red-600:hover {
color: #e53e3e;
}
.hover\:text-red-700:hover {
color: #c53030;
}
.hover\:text-red-800:hover {
color: #9b2c2c;
}
.hover\:text-red-900:hover {
color: #742a2a;
}
.hover\:text-orange-100:hover {
color: #fffaf0;
}
.hover\:text-orange-200:hover {
color: #feebc8;
}
.hover\:text-orange-300:hover {
color: #fbd38d;
}
.hover\:text-orange-400:hover {
color: #f6ad55;
}
.hover\:text-orange-500:hover {
color: #ed8936;
}
.hover\:text-orange-600:hover {
color: #dd6b20;
}
.hover\:text-orange-700:hover {
color: #c05621;
}
.hover\:text-orange-800:hover {
color: #9c4221;
}
.hover\:text-orange-900:hover {
color: #7b341e;
}
.hover\:text-yellow-100:hover {
color: #fffff0;
}
.hover\:text-yellow-200:hover {
color: #fefcbf;
}
.hover\:text-yellow-300:hover {
color: #faf089;
}
.hover\:text-yellow-400:hover {
color: #f6e05e;
}
.hover\:text-yellow-500:hover {
color: #ecc94b;
}
.hover\:text-yellow-600:hover {
color: #d69e2e;
}
.hover\:text-yellow-700:hover {
color: #b7791f;
}
.hover\:text-yellow-800:hover {
color: #975a16;
}
.hover\:text-yellow-900:hover {
color: #744210;
}
.hover\:text-green-100:hover {
color: #f0fff4;
}
.hover\:text-green-200:hover {
color: #c6f6d5;
}
.hover\:text-green-300:hover {
color: #9ae6b4;
}
.hover\:text-green-400:hover {
color: #68d391;
}
.hover\:text-green-500:hover {
color: #48bb78;
}
.hover\:text-green-600:hover {
color: #38a169;
}
.hover\:text-green-700:hover {
color: #2f855a;
}
.hover\:text-green-800:hover {
color: #276749;
}
.hover\:text-green-900:hover {
color: #22543d;
}
.hover\:text-teal-100:hover {
color: #e6fffa;
}
.hover\:text-teal-200:hover {
color: #b2f5ea;
}
.hover\:text-teal-300:hover {
color: #81e6d9;
}
.hover\:text-teal-400:hover {
color: #4fd1c5;
}
.hover\:text-teal-500:hover {
color: #38b2ac;
}
.hover\:text-teal-600:hover {
color: #319795;
}
.hover\:text-teal-700:hover {
color: #2c7a7b;
}
.hover\:text-teal-800:hover {
color: #285e61;
}
.hover\:text-teal-900:hover {
color: #234e52;
}
.hover\:text-blue-100:hover {
color: #ebf8ff;
}
.hover\:text-blue-200:hover {
color: #bee3f8;
}
.hover\:text-blue-300:hover {
color: #90cdf4;
}
.hover\:text-blue-400:hover {
color: #63b3ed;
}
.hover\:text-blue-500:hover {
color: #4299e1;
}
.hover\:text-blue-600:hover {
color: #3182ce;
}
.hover\:text-blue-700:hover {
color: #2b6cb0;
}
.hover\:text-blue-800:hover {
color: #2c5282;
}
.hover\:text-blue-900:hover {
color: #2a4365;
}
.hover\:text-indigo-100:hover {
color: #ebf4ff;
}
.hover\:text-indigo-200:hover {
color: #c3dafe;
}
.hover\:text-indigo-300:hover {
color: #a3bffa;
}
.hover\:text-indigo-400:hover {
color: #7f9cf5;
}
.hover\:text-indigo-500:hover {
color: #667eea;
}
.hover\:text-indigo-600:hover {
color: #5a67d8;
}
.hover\:text-indigo-700:hover {
color: #4c51bf;
}
.hover\:text-indigo-800:hover {
color: #434190;
}
.hover\:text-indigo-900:hover {
color: #3c366b;
}
.hover\:text-purple-100:hover {
color: #faf5ff;
}
.hover\:text-purple-200:hover {
color: #e9d8fd;
}
.hover\:text-purple-300:hover {
color: #d6bcfa;
}
.hover\:text-purple-400:hover {
color: #b794f4;
}
.hover\:text-purple-500:hover {
color: #9f7aea;
}
.hover\:text-purple-600:hover {
color: #805ad5;
}
.hover\:text-purple-700:hover {
color: #6b46c1;
}
.hover\:text-purple-800:hover {
color: #553c9a;
}
.hover\:text-purple-900:hover {
color: #44337a;
}
.hover\:text-pink-100:hover {
color: #fff5f7;
}
.hover\:text-pink-200:hover {
color: #fed7e2;
}
.hover\:text-pink-300:hover {
color: #fbb6ce;
}
.hover\:text-pink-400:hover {
color: #f687b3;
}
.hover\:text-pink-500:hover {
color: #ed64a6;
}
.hover\:text-pink-600:hover {
color: #d53f8c;
}
.hover\:text-pink-700:hover {
color: #b83280;
}
.hover\:text-pink-800:hover {
color: #97266d;
}
.hover\:text-pink-900:hover {
color: #702459;
}
.focus\:text-transparent:focus {
color: transparent;
}
.focus\:text-black:focus {
color: #000;
}
.focus\:text-white:focus {
color: #fff;
}
.focus\:text-gray-100:focus {
color: #f7fafc;
}
.focus\:text-gray-200:focus {
color: #edf2f7;
}
.focus\:text-gray-300:focus {
color: #e2e8f0;
}
.focus\:text-gray-400:focus {
color: #cbd5e0;
}
.focus\:text-gray-500:focus {
color: #a0aec0;
}
.focus\:text-gray-600:focus {
color: #718096;
}
.focus\:text-gray-700:focus {
color: #4a5568;
}
.focus\:text-gray-800:focus {
color: #2d3748;
}
.focus\:text-gray-900:focus {
color: #1a202c;
}
.focus\:text-red-100:focus {
color: #fff5f5;
}
.focus\:text-red-200:focus {
color: #fed7d7;
}
.focus\:text-red-300:focus {
color: #feb2b2;
}
.focus\:text-red-400:focus {
color: #fc8181;
}
.focus\:text-red-500:focus {
color: #f56565;
}
.focus\:text-red-600:focus {
color: #e53e3e;
}
.focus\:text-red-700:focus {
color: #c53030;
}
.focus\:text-red-800:focus {
color: #9b2c2c;
}
.focus\:text-red-900:focus {
color: #742a2a;
}
.focus\:text-orange-100:focus {
color: #fffaf0;
}
.focus\:text-orange-200:focus {
color: #feebc8;
}
.focus\:text-orange-300:focus {
color: #fbd38d;
}
.focus\:text-orange-400:focus {
color: #f6ad55;
}
.focus\:text-orange-500:focus {
color: #ed8936;
}
.focus\:text-orange-600:focus {
color: #dd6b20;
}
.focus\:text-orange-700:focus {
color: #c05621;
}
.focus\:text-orange-800:focus {
color: #9c4221;
}
.focus\:text-orange-900:focus {
color: #7b341e;
}
.focus\:text-yellow-100:focus {
color: #fffff0;
}
.focus\:text-yellow-200:focus {
color: #fefcbf;
}
.focus\:text-yellow-300:focus {
color: #faf089;
}
.focus\:text-yellow-400:focus {
color: #f6e05e;
}
.focus\:text-yellow-500:focus {
color: #ecc94b;
}
.focus\:text-yellow-600:focus {
color: #d69e2e;
}
.focus\:text-yellow-700:focus {
color: #b7791f;
}
.focus\:text-yellow-800:focus {
color: #975a16;
}
.focus\:text-yellow-900:focus {
color: #744210;
}
.focus\:text-green-100:focus {
color: #f0fff4;
}
.focus\:text-green-200:focus {
color: #c6f6d5;
}
.focus\:text-green-300:focus {
color: #9ae6b4;
}
.focus\:text-green-400:focus {
color: #68d391;
}
.focus\:text-green-500:focus {
color: #48bb78;
}
.focus\:text-green-600:focus {
color: #38a169;
}
.focus\:text-green-700:focus {
color: #2f855a;
}
.focus\:text-green-800:focus {
color: #276749;
}
.focus\:text-green-900:focus {
color: #22543d;
}
.focus\:text-teal-100:focus {
color: #e6fffa;
}
.focus\:text-teal-200:focus {
color: #b2f5ea;
}
.focus\:text-teal-300:focus {
color: #81e6d9;
}
.focus\:text-teal-400:focus {
color: #4fd1c5;
}
.focus\:text-teal-500:focus {
color: #38b2ac;
}
.focus\:text-teal-600:focus {
color: #319795;
}
.focus\:text-teal-700:focus {
color: #2c7a7b;
}
.focus\:text-teal-800:focus {
color: #285e61;
}
.focus\:text-teal-900:focus {
color: #234e52;
}
.focus\:text-blue-100:focus {
color: #ebf8ff;
}
.focus\:text-blue-200:focus {
color: #bee3f8;
}
.focus\:text-blue-300:focus {
color: #90cdf4;
}
.focus\:text-blue-400:focus {
color: #63b3ed;
}
.focus\:text-blue-500:focus {
color: #4299e1;
}
.focus\:text-blue-600:focus {
color: #3182ce;
}
.focus\:text-blue-700:focus {
color: #2b6cb0;
}
.focus\:text-blue-800:focus {
color: #2c5282;
}
.focus\:text-blue-900:focus {
color: #2a4365;
}
.focus\:text-indigo-100:focus {
color: #ebf4ff;
}
.focus\:text-indigo-200:focus {
color: #c3dafe;
}
.focus\:text-indigo-300:focus {
color: #a3bffa;
}
.focus\:text-indigo-400:focus {
color: #7f9cf5;
}
.focus\:text-indigo-500:focus {
color: #667eea;
}
.focus\:text-indigo-600:focus {
color: #5a67d8;
}
.focus\:text-indigo-700:focus {
color: #4c51bf;
}
.focus\:text-indigo-800:focus {
color: #434190;
}
.focus\:text-indigo-900:focus {
color: #3c366b;
}
.focus\:text-purple-100:focus {
color: #faf5ff;
}
.focus\:text-purple-200:focus {
color: #e9d8fd;
}
.focus\:text-purple-300:focus {
color: #d6bcfa;
}
.focus\:text-purple-400:focus {
color: #b794f4;
}
.focus\:text-purple-500:focus {
color: #9f7aea;
}
.focus\:text-purple-600:focus {
color: #805ad5;
}
.focus\:text-purple-700:focus {
color: #6b46c1;
}
.focus\:text-purple-800:focus {
color: #553c9a;
}
.focus\:text-purple-900:focus {
color: #44337a;
}
.focus\:text-pink-100:focus {
color: #fff5f7;
}
.focus\:text-pink-200:focus {
color: #fed7e2;
}
.focus\:text-pink-300:focus {
color: #fbb6ce;
}
.focus\:text-pink-400:focus {
color: #f687b3;
}
.focus\:text-pink-500:focus {
color: #ed64a6;
}
.focus\:text-pink-600:focus {
color: #d53f8c;
}
.focus\:text-pink-700:focus {
color: #b83280;
}
.focus\:text-pink-800:focus {
color: #97266d;
}
.focus\:text-pink-900:focus {
color: #702459;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-6xl {
font-size: 4rem;
}
.italic {
font-style: italic;
}
.not-italic {
font-style: normal;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.normal-case {
text-transform: none;
}
.underline {
text-decoration: underline;
}
.line-through {
text-decoration: line-through;
}
.no-underline {
text-decoration: none;
}
.hover\:underline:hover {
text-decoration: underline;
}
.hover\:line-through:hover {
text-decoration: line-through;
}
.hover\:no-underline:hover {
text-decoration: none;
}
.focus\:underline:focus {
text-decoration: underline;
}
.focus\:line-through:focus {
text-decoration: line-through;
}
.focus\:no-underline:focus {
text-decoration: none;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.tracking-tighter {
letter-spacing: -0.05em;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.tracking-normal {
letter-spacing: 0;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.tracking-wider {
letter-spacing: 0.05em;
}
.tracking-widest {
letter-spacing: 0.1em;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.align-baseline {
vertical-align: baseline;
}
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}
.align-bottom {
vertical-align: bottom;
}
.align-text-top {
vertical-align: text-top;
}
.align-text-bottom {
vertical-align: text-bottom;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-no-wrap {
white-space: nowrap;
}
.whitespace-pre {
white-space: pre;
}
.whitespace-pre-line {
white-space: pre-line;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
.break-normal {
overflow-wrap: normal;
word-break: normal;
}
.break-words {
overflow-wrap: break-word;
}
.break-all {
word-break: break-all;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.w-0 {
width: 0;
}
.w-1 {
width: 0.25rem;
}
.w-2 {
width: 0.5rem;
}
.w-3 {
width: 0.75rem;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-8 {
width: 2rem;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
.w-16 {
width: 4rem;
}
.w-20 {
width: 5rem;
}
.w-24 {
width: 6rem;
}
.w-32 {
width: 8rem;
}
.w-40 {
width: 10rem;
}
.w-48 {
width: 12rem;
}
.w-56 {
width: 14rem;
}
.w-64 {
width: 16rem;
}
.w-auto {
width: auto;
}
.w-px {
width: 1px;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-2\/3 {
width: 66.666667%;
}
.w-1\/4 {
width: 25%;
}
.w-2\/4 {
width: 50%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.666667%;
}
.w-2\/6 {
width: 33.333333%;
}
.w-3\/6 {
width: 50%;
}
.w-4\/6 {
width: 66.666667%;
}
.w-5\/6 {
width: 83.333333%;
}
.w-1\/12 {
width: 8.333333%;
}
.w-2\/12 {
width: 16.666667%;
}
.w-3\/12 {
width: 25%;
}
.w-4\/12 {
width: 33.333333%;
}
.w-5\/12 {
width: 41.666667%;
}
.w-6\/12 {
width: 50%;
}
.w-7\/12 {
width: 58.333333%;
}
.w-8\/12 {
width: 66.666667%;
}
.w-9\/12 {
width: 75%;
}
.w-10\/12 {
width: 83.333333%;
}
.w-11\/12 {
width: 91.666667%;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-auto {
z-index: auto;
}
@media (min-width: 640px) {
.sm\:sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.sm\:not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.sm\:focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.sm\:focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.sm\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.sm\:bg-fixed {
background-attachment: fixed;
}
.sm\:bg-local {
background-attachment: local;
}
.sm\:bg-scroll {
background-attachment: scroll;
}
.sm\:bg-transparent {
background-color: transparent;
}
.sm\:bg-black {
background-color: #000;
}
.sm\:bg-white {
background-color: #fff;
}
.sm\:bg-gray-100 {
background-color: #f7fafc;
}
.sm\:bg-gray-200 {
background-color: #edf2f7;
}
.sm\:bg-gray-300 {
background-color: #e2e8f0;
}
.sm\:bg-gray-400 {
background-color: #cbd5e0;
}
.sm\:bg-gray-500 {
background-color: #a0aec0;
}
.sm\:bg-gray-600 {
background-color: #718096;
}
.sm\:bg-gray-700 {
background-color: #4a5568;
}
.sm\:bg-gray-800 {
background-color: #2d3748;
}
.sm\:bg-gray-900 {
background-color: #1a202c;
}
.sm\:bg-red-100 {
background-color: #fff5f5;
}
.sm\:bg-red-200 {
background-color: #fed7d7;
}
.sm\:bg-red-300 {
background-color: #feb2b2;
}
.sm\:bg-red-400 {
background-color: #fc8181;
}
.sm\:bg-red-500 {
background-color: #f56565;
}
.sm\:bg-red-600 {
background-color: #e53e3e;
}
.sm\:bg-red-700 {
background-color: #c53030;
}
.sm\:bg-red-800 {
background-color: #9b2c2c;
}
.sm\:bg-red-900 {
background-color: #742a2a;
}
.sm\:bg-orange-100 {
background-color: #fffaf0;
}
.sm\:bg-orange-200 {
background-color: #feebc8;
}
.sm\:bg-orange-300 {
background-color: #fbd38d;
}
.sm\:bg-orange-400 {
background-color: #f6ad55;
}
.sm\:bg-orange-500 {
background-color: #ed8936;
}
.sm\:bg-orange-600 {
background-color: #dd6b20;
}
.sm\:bg-orange-700 {
background-color: #c05621;
}
.sm\:bg-orange-800 {
background-color: #9c4221;
}
.sm\:bg-orange-900 {
background-color: #7b341e;
}
.sm\:bg-yellow-100 {
background-color: #fffff0;
}
.sm\:bg-yellow-200 {
background-color: #fefcbf;
}
.sm\:bg-yellow-300 {
background-color: #faf089;
}
.sm\:bg-yellow-400 {
background-color: #f6e05e;
}
.sm\:bg-yellow-500 {
background-color: #ecc94b;
}
.sm\:bg-yellow-600 {
background-color: #d69e2e;
}
.sm\:bg-yellow-700 {
background-color: #b7791f;
}
.sm\:bg-yellow-800 {
background-color: #975a16;
}
.sm\:bg-yellow-900 {
background-color: #744210;
}
.sm\:bg-green-100 {
background-color: #f0fff4;
}
.sm\:bg-green-200 {
background-color: #c6f6d5;
}
.sm\:bg-green-300 {
background-color: #9ae6b4;
}
.sm\:bg-green-400 {
background-color: #68d391;
}
.sm\:bg-green-500 {
background-color: #48bb78;
}
.sm\:bg-green-600 {
background-color: #38a169;
}
.sm\:bg-green-700 {
background-color: #2f855a;
}
.sm\:bg-green-800 {
background-color: #276749;
}
.sm\:bg-green-900 {
background-color: #22543d;
}
.sm\:bg-teal-100 {
background-color: #e6fffa;
}
.sm\:bg-teal-200 {
background-color: #b2f5ea;
}
.sm\:bg-teal-300 {
background-color: #81e6d9;
}
.sm\:bg-teal-400 {
background-color: #4fd1c5;
}
.sm\:bg-teal-500 {
background-color: #38b2ac;
}
.sm\:bg-teal-600 {
background-color: #319795;
}
.sm\:bg-teal-700 {
background-color: #2c7a7b;
}
.sm\:bg-teal-800 {
background-color: #285e61;
}
.sm\:bg-teal-900 {
background-color: #234e52;
}
.sm\:bg-blue-100 {
background-color: #ebf8ff;
}
.sm\:bg-blue-200 {
background-color: #bee3f8;
}
.sm\:bg-blue-300 {
background-color: #90cdf4;
}
.sm\:bg-blue-400 {
background-color: #63b3ed;
}
.sm\:bg-blue-500 {
background-color: #4299e1;
}
.sm\:bg-blue-600 {
background-color: #3182ce;
}
.sm\:bg-blue-700 {
background-color: #2b6cb0;
}
.sm\:bg-blue-800 {
background-color: #2c5282;
}
.sm\:bg-blue-900 {
background-color: #2a4365;
}
.sm\:bg-indigo-100 {
background-color: #ebf4ff;
}
.sm\:bg-indigo-200 {
background-color: #c3dafe;
}
.sm\:bg-indigo-300 {
background-color: #a3bffa;
}
.sm\:bg-indigo-400 {
background-color: #7f9cf5;
}
.sm\:bg-indigo-500 {
background-color: #667eea;
}
.sm\:bg-indigo-600 {
background-color: #5a67d8;
}
.sm\:bg-indigo-700 {
background-color: #4c51bf;
}
.sm\:bg-indigo-800 {
background-color: #434190;
}
.sm\:bg-indigo-900 {
background-color: #3c366b;
}
.sm\:bg-purple-100 {
background-color: #faf5ff;
}
.sm\:bg-purple-200 {
background-color: #e9d8fd;
}
.sm\:bg-purple-300 {
background-color: #d6bcfa;
}
.sm\:bg-purple-400 {
background-color: #b794f4;
}
.sm\:bg-purple-500 {
background-color: #9f7aea;
}
.sm\:bg-purple-600 {
background-color: #805ad5;
}
.sm\:bg-purple-700 {
background-color: #6b46c1;
}
.sm\:bg-purple-800 {
background-color: #553c9a;
}
.sm\:bg-purple-900 {
background-color: #44337a;
}
.sm\:bg-pink-100 {
background-color: #fff5f7;
}
.sm\:bg-pink-200 {
background-color: #fed7e2;
}
.sm\:bg-pink-300 {
background-color: #fbb6ce;
}
.sm\:bg-pink-400 {
background-color: #f687b3;
}
.sm\:bg-pink-500 {
background-color: #ed64a6;
}
.sm\:bg-pink-600 {
background-color: #d53f8c;
}
.sm\:bg-pink-700 {
background-color: #b83280;
}
.sm\:bg-pink-800 {
background-color: #97266d;
}
.sm\:bg-pink-900 {
background-color: #702459;
}
.sm\:hover\:bg-transparent:hover {
background-color: transparent;
}
.sm\:hover\:bg-black:hover {
background-color: #000;
}
.sm\:hover\:bg-white:hover {
background-color: #fff;
}
.sm\:hover\:bg-gray-100:hover {
background-color: #f7fafc;
}
.sm\:hover\:bg-gray-200:hover {
background-color: #edf2f7;
}
.sm\:hover\:bg-gray-300:hover {
background-color: #e2e8f0;
}
.sm\:hover\:bg-gray-400:hover {
background-color: #cbd5e0;
}
.sm\:hover\:bg-gray-500:hover {
background-color: #a0aec0;
}
.sm\:hover\:bg-gray-600:hover {
background-color: #718096;
}
.sm\:hover\:bg-gray-700:hover {
background-color: #4a5568;
}
.sm\:hover\:bg-gray-800:hover {
background-color: #2d3748;
}
.sm\:hover\:bg-gray-900:hover {
background-color: #1a202c;
}
.sm\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.sm\:hover\:bg-red-200:hover {
background-color: #fed7d7;
}
.sm\:hover\:bg-red-300:hover {
background-color: #feb2b2;
}
.sm\:hover\:bg-red-400:hover {
background-color: #fc8181;
}
.sm\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.sm\:hover\:bg-red-600:hover {
background-color: #e53e3e;
}
.sm\:hover\:bg-red-700:hover {
background-color: #c53030;
}
.sm\:hover\:bg-red-800:hover {
background-color: #9b2c2c;
}
.sm\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.sm\:hover\:bg-orange-100:hover {
background-color: #fffaf0;
}
.sm\:hover\:bg-orange-200:hover {
background-color: #feebc8;
}
.sm\:hover\:bg-orange-300:hover {
background-color: #fbd38d;
}
.sm\:hover\:bg-orange-400:hover {
background-color: #f6ad55;
}
.sm\:hover\:bg-orange-500:hover {
background-color: #ed8936;
}
.sm\:hover\:bg-orange-600:hover {
background-color: #dd6b20;
}
.sm\:hover\:bg-orange-700:hover {
background-color: #c05621;
}
.sm\:hover\:bg-orange-800:hover {
background-color: #9c4221;
}
.sm\:hover\:bg-orange-900:hover {
background-color: #7b341e;
}
.sm\:hover\:bg-yellow-100:hover {
background-color: #fffff0;
}
.sm\:hover\:bg-yellow-200:hover {
background-color: #fefcbf;
}
.sm\:hover\:bg-yellow-300:hover {
background-color: #faf089;
}
.sm\:hover\:bg-yellow-400:hover {
background-color: #f6e05e;
}
.sm\:hover\:bg-yellow-500:hover {
background-color: #ecc94b;
}
.sm\:hover\:bg-yellow-600:hover {
background-color: #d69e2e;
}
.sm\:hover\:bg-yellow-700:hover {
background-color: #b7791f;
}
.sm\:hover\:bg-yellow-800:hover {
background-color: #975a16;
}
.sm\:hover\:bg-yellow-900:hover {
background-color: #744210;
}
.sm\:hover\:bg-green-100:hover {
background-color: #f0fff4;
}
.sm\:hover\:bg-green-200:hover {
background-color: #c6f6d5;
}
.sm\:hover\:bg-green-300:hover {
background-color: #9ae6b4;
}
.sm\:hover\:bg-green-400:hover {
background-color: #68d391;
}
.sm\:hover\:bg-green-500:hover {
background-color: #48bb78;
}
.sm\:hover\:bg-green-600:hover {
background-color: #38a169;
}
.sm\:hover\:bg-green-700:hover {
background-color: #2f855a;
}
.sm\:hover\:bg-green-800:hover {
background-color: #276749;
}
.sm\:hover\:bg-green-900:hover {
background-color: #22543d;
}
.sm\:hover\:bg-teal-100:hover {
background-color: #e6fffa;
}
.sm\:hover\:bg-teal-200:hover {
background-color: #b2f5ea;
}
.sm\:hover\:bg-teal-300:hover {
background-color: #81e6d9;
}
.sm\:hover\:bg-teal-400:hover {
background-color: #4fd1c5;
}
.sm\:hover\:bg-teal-500:hover {
background-color: #38b2ac;
}
.sm\:hover\:bg-teal-600:hover {
background-color: #319795;
}
.sm\:hover\:bg-teal-700:hover {
background-color: #2c7a7b;
}
.sm\:hover\:bg-teal-800:hover {
background-color: #285e61;
}
.sm\:hover\:bg-teal-900:hover {
background-color: #234e52;
}
.sm\:hover\:bg-blue-100:hover {
background-color: #ebf8ff;
}
.sm\:hover\:bg-blue-200:hover {
background-color: #bee3f8;
}
.sm\:hover\:bg-blue-300:hover {
background-color: #90cdf4;
}
.sm\:hover\:bg-blue-400:hover {
background-color: #63b3ed;
}
.sm\:hover\:bg-blue-500:hover {
background-color: #4299e1;
}
.sm\:hover\:bg-blue-600:hover {
background-color: #3182ce;
}
.sm\:hover\:bg-blue-700:hover {
background-color: #2b6cb0;
}
.sm\:hover\:bg-blue-800:hover {
background-color: #2c5282;
}
.sm\:hover\:bg-blue-900:hover {
background-color: #2a4365;
}
.sm\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff;
}
.sm\:hover\:bg-indigo-200:hover {
background-color: #c3dafe;
}
.sm\:hover\:bg-indigo-300:hover {
background-color: #a3bffa;
}
.sm\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5;
}
.sm\:hover\:bg-indigo-500:hover {
background-color: #667eea;
}
.sm\:hover\:bg-indigo-600:hover {
background-color: #5a67d8;
}
.sm\:hover\:bg-indigo-700:hover {
background-color: #4c51bf;
}
.sm\:hover\:bg-indigo-800:hover {
background-color: #434190;
}
.sm\:hover\:bg-indigo-900:hover {
background-color: #3c366b;
}
.sm\:hover\:bg-purple-100:hover {
background-color: #faf5ff;
}
.sm\:hover\:bg-purple-200:hover {
background-color: #e9d8fd;
}
.sm\:hover\:bg-purple-300:hover {
background-color: #d6bcfa;
}
.sm\:hover\:bg-purple-400:hover {
background-color: #b794f4;
}
.sm\:hover\:bg-purple-500:hover {
background-color: #9f7aea;
}
.sm\:hover\:bg-purple-600:hover {
background-color: #805ad5;
}
.sm\:hover\:bg-purple-700:hover {
background-color: #6b46c1;
}
.sm\:hover\:bg-purple-800:hover {
background-color: #553c9a;
}
.sm\:hover\:bg-purple-900:hover {
background-color: #44337a;
}
.sm\:hover\:bg-pink-100:hover {
background-color: #fff5f7;
}
.sm\:hover\:bg-pink-200:hover {
background-color: #fed7e2;
}
.sm\:hover\:bg-pink-300:hover {
background-color: #fbb6ce;
}
.sm\:hover\:bg-pink-400:hover {
background-color: #f687b3;
}
.sm\:hover\:bg-pink-500:hover {
background-color: #ed64a6;
}
.sm\:hover\:bg-pink-600:hover {
background-color: #d53f8c;
}
.sm\:hover\:bg-pink-700:hover {
background-color: #b83280;
}
.sm\:hover\:bg-pink-800:hover {
background-color: #97266d;
}
.sm\:hover\:bg-pink-900:hover {
background-color: #702459;
}
.sm\:focus\:bg-transparent:focus {
background-color: transparent;
}
.sm\:focus\:bg-black:focus {
background-color: #000;
}
.sm\:focus\:bg-white:focus {
background-color: #fff;
}
.sm\:focus\:bg-gray-100:focus {
background-color: #f7fafc;
}
.sm\:focus\:bg-gray-200:focus {
background-color: #edf2f7;
}
.sm\:focus\:bg-gray-300:focus {
background-color: #e2e8f0;
}
.sm\:focus\:bg-gray-400:focus {
background-color: #cbd5e0;
}
.sm\:focus\:bg-gray-500:focus {
background-color: #a0aec0;
}
.sm\:focus\:bg-gray-600:focus {
background-color: #718096;
}
.sm\:focus\:bg-gray-700:focus {
background-color: #4a5568;
}
.sm\:focus\:bg-gray-800:focus {
background-color: #2d3748;
}
.sm\:focus\:bg-gray-900:focus {
background-color: #1a202c;
}
.sm\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.sm\:focus\:bg-red-200:focus {
background-color: #fed7d7;
}
.sm\:focus\:bg-red-300:focus {
background-color: #feb2b2;
}
.sm\:focus\:bg-red-400:focus {
background-color: #fc8181;
}
.sm\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.sm\:focus\:bg-red-600:focus {
background-color: #e53e3e;
}
.sm\:focus\:bg-red-700:focus {
background-color: #c53030;
}
.sm\:focus\:bg-red-800:focus {
background-color: #9b2c2c;
}
.sm\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.sm\:focus\:bg-orange-100:focus {
background-color: #fffaf0;
}
.sm\:focus\:bg-orange-200:focus {
background-color: #feebc8;
}
.sm\:focus\:bg-orange-300:focus {
background-color: #fbd38d;
}
.sm\:focus\:bg-orange-400:focus {
background-color: #f6ad55;
}
.sm\:focus\:bg-orange-500:focus {
background-color: #ed8936;
}
.sm\:focus\:bg-orange-600:focus {
background-color: #dd6b20;
}
.sm\:focus\:bg-orange-700:focus {
background-color: #c05621;
}
.sm\:focus\:bg-orange-800:focus {
background-color: #9c4221;
}
.sm\:focus\:bg-orange-900:focus {
background-color: #7b341e;
}
.sm\:focus\:bg-yellow-100:focus {
background-color: #fffff0;
}
.sm\:focus\:bg-yellow-200:focus {
background-color: #fefcbf;
}
.sm\:focus\:bg-yellow-300:focus {
background-color: #faf089;
}
.sm\:focus\:bg-yellow-400:focus {
background-color: #f6e05e;
}
.sm\:focus\:bg-yellow-500:focus {
background-color: #ecc94b;
}
.sm\:focus\:bg-yellow-600:focus {
background-color: #d69e2e;
}
.sm\:focus\:bg-yellow-700:focus {
background-color: #b7791f;
}
.sm\:focus\:bg-yellow-800:focus {
background-color: #975a16;
}
.sm\:focus\:bg-yellow-900:focus {
background-color: #744210;
}
.sm\:focus\:bg-green-100:focus {
background-color: #f0fff4;
}
.sm\:focus\:bg-green-200:focus {
background-color: #c6f6d5;
}
.sm\:focus\:bg-green-300:focus {
background-color: #9ae6b4;
}
.sm\:focus\:bg-green-400:focus {
background-color: #68d391;
}
.sm\:focus\:bg-green-500:focus {
background-color: #48bb78;
}
.sm\:focus\:bg-green-600:focus {
background-color: #38a169;
}
.sm\:focus\:bg-green-700:focus {
background-color: #2f855a;
}
.sm\:focus\:bg-green-800:focus {
background-color: #276749;
}
.sm\:focus\:bg-green-900:focus {
background-color: #22543d;
}
.sm\:focus\:bg-teal-100:focus {
background-color: #e6fffa;
}
.sm\:focus\:bg-teal-200:focus {
background-color: #b2f5ea;
}
.sm\:focus\:bg-teal-300:focus {
background-color: #81e6d9;
}
.sm\:focus\:bg-teal-400:focus {
background-color: #4fd1c5;
}
.sm\:focus\:bg-teal-500:focus {
background-color: #38b2ac;
}
.sm\:focus\:bg-teal-600:focus {
background-color: #319795;
}
.sm\:focus\:bg-teal-700:focus {
background-color: #2c7a7b;
}
.sm\:focus\:bg-teal-800:focus {
background-color: #285e61;
}
.sm\:focus\:bg-teal-900:focus {
background-color: #234e52;
}
.sm\:focus\:bg-blue-100:focus {
background-color: #ebf8ff;
}
.sm\:focus\:bg-blue-200:focus {
background-color: #bee3f8;
}
.sm\:focus\:bg-blue-300:focus {
background-color: #90cdf4;
}
.sm\:focus\:bg-blue-400:focus {
background-color: #63b3ed;
}
.sm\:focus\:bg-blue-500:focus {
background-color: #4299e1;
}
.sm\:focus\:bg-blue-600:focus {
background-color: #3182ce;
}
.sm\:focus\:bg-blue-700:focus {
background-color: #2b6cb0;
}
.sm\:focus\:bg-blue-800:focus {
background-color: #2c5282;
}
.sm\:focus\:bg-blue-900:focus {
background-color: #2a4365;
}
.sm\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff;
}
.sm\:focus\:bg-indigo-200:focus {
background-color: #c3dafe;
}
.sm\:focus\:bg-indigo-300:focus {
background-color: #a3bffa;
}
.sm\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5;
}
.sm\:focus\:bg-indigo-500:focus {
background-color: #667eea;
}
.sm\:focus\:bg-indigo-600:focus {
background-color: #5a67d8;
}
.sm\:focus\:bg-indigo-700:focus {
background-color: #4c51bf;
}
.sm\:focus\:bg-indigo-800:focus {
background-color: #434190;
}
.sm\:focus\:bg-indigo-900:focus {
background-color: #3c366b;
}
.sm\:focus\:bg-purple-100:focus {
background-color: #faf5ff;
}
.sm\:focus\:bg-purple-200:focus {
background-color: #e9d8fd;
}
.sm\:focus\:bg-purple-300:focus {
background-color: #d6bcfa;
}
.sm\:focus\:bg-purple-400:focus {
background-color: #b794f4;
}
.sm\:focus\:bg-purple-500:focus {
background-color: #9f7aea;
}
.sm\:focus\:bg-purple-600:focus {
background-color: #805ad5;
}
.sm\:focus\:bg-purple-700:focus {
background-color: #6b46c1;
}
.sm\:focus\:bg-purple-800:focus {
background-color: #553c9a;
}
.sm\:focus\:bg-purple-900:focus {
background-color: #44337a;
}
.sm\:focus\:bg-pink-100:focus {
background-color: #fff5f7;
}
.sm\:focus\:bg-pink-200:focus {
background-color: #fed7e2;
}
.sm\:focus\:bg-pink-300:focus {
background-color: #fbb6ce;
}
.sm\:focus\:bg-pink-400:focus {
background-color: #f687b3;
}
.sm\:focus\:bg-pink-500:focus {
background-color: #ed64a6;
}
.sm\:focus\:bg-pink-600:focus {
background-color: #d53f8c;
}
.sm\:focus\:bg-pink-700:focus {
background-color: #b83280;
}
.sm\:focus\:bg-pink-800:focus {
background-color: #97266d;
}
.sm\:focus\:bg-pink-900:focus {
background-color: #702459;
}
.sm\:bg-bottom {
background-position: bottom;
}
.sm\:bg-center {
background-position: center;
}
.sm\:bg-left {
background-position: left;
}
.sm\:bg-left-bottom {
background-position: left bottom;
}
.sm\:bg-left-top {
background-position: left top;
}
.sm\:bg-right {
background-position: right;
}
.sm\:bg-right-bottom {
background-position: right bottom;
}
.sm\:bg-right-top {
background-position: right top;
}
.sm\:bg-top {
background-position: top;
}
.sm\:bg-repeat {
background-repeat: repeat;
}
.sm\:bg-no-repeat {
background-repeat: no-repeat;
}
.sm\:bg-repeat-x {
background-repeat: repeat-x;
}
.sm\:bg-repeat-y {
background-repeat: repeat-y;
}
.sm\:bg-repeat-round {
background-repeat: round;
}
.sm\:bg-repeat-space {
background-repeat: space;
}
.sm\:bg-auto {
background-size: auto;
}
.sm\:bg-cover {
background-size: cover;
}
.sm\:bg-contain {
background-size: contain;
}
.sm\:border-collapse {
border-collapse: collapse;
}
.sm\:border-separate {
border-collapse: separate;
}
.sm\:border-transparent {
border-color: transparent;
}
.sm\:border-black {
border-color: #000;
}
.sm\:border-white {
border-color: #fff;
}
.sm\:border-gray-100 {
border-color: #f7fafc;
}
.sm\:border-gray-200 {
border-color: #edf2f7;
}
.sm\:border-gray-300 {
border-color: #e2e8f0;
}
.sm\:border-gray-400 {
border-color: #cbd5e0;
}
.sm\:border-gray-500 {
border-color: #a0aec0;
}
.sm\:border-gray-600 {
border-color: #718096;
}
.sm\:border-gray-700 {
border-color: #4a5568;
}
.sm\:border-gray-800 {
border-color: #2d3748;
}
.sm\:border-gray-900 {
border-color: #1a202c;
}
.sm\:border-red-100 {
border-color: #fff5f5;
}
.sm\:border-red-200 {
border-color: #fed7d7;
}
.sm\:border-red-300 {
border-color: #feb2b2;
}
.sm\:border-red-400 {
border-color: #fc8181;
}
.sm\:border-red-500 {
border-color: #f56565;
}
.sm\:border-red-600 {
border-color: #e53e3e;
}
.sm\:border-red-700 {
border-color: #c53030;
}
.sm\:border-red-800 {
border-color: #9b2c2c;
}
.sm\:border-red-900 {
border-color: #742a2a;
}
.sm\:border-orange-100 {
border-color: #fffaf0;
}
.sm\:border-orange-200 {
border-color: #feebc8;
}
.sm\:border-orange-300 {
border-color: #fbd38d;
}
.sm\:border-orange-400 {
border-color: #f6ad55;
}
.sm\:border-orange-500 {
border-color: #ed8936;
}
.sm\:border-orange-600 {
border-color: #dd6b20;
}
.sm\:border-orange-700 {
border-color: #c05621;
}
.sm\:border-orange-800 {
border-color: #9c4221;
}
.sm\:border-orange-900 {
border-color: #7b341e;
}
.sm\:border-yellow-100 {
border-color: #fffff0;
}
.sm\:border-yellow-200 {
border-color: #fefcbf;
}
.sm\:border-yellow-300 {
border-color: #faf089;
}
.sm\:border-yellow-400 {
border-color: #f6e05e;
}
.sm\:border-yellow-500 {
border-color: #ecc94b;
}
.sm\:border-yellow-600 {
border-color: #d69e2e;
}
.sm\:border-yellow-700 {
border-color: #b7791f;
}
.sm\:border-yellow-800 {
border-color: #975a16;
}
.sm\:border-yellow-900 {
border-color: #744210;
}
.sm\:border-green-100 {
border-color: #f0fff4;
}
.sm\:border-green-200 {
border-color: #c6f6d5;
}
.sm\:border-green-300 {
border-color: #9ae6b4;
}
.sm\:border-green-400 {
border-color: #68d391;
}
.sm\:border-green-500 {
border-color: #48bb78;
}
.sm\:border-green-600 {
border-color: #38a169;
}
.sm\:border-green-700 {
border-color: #2f855a;
}
.sm\:border-green-800 {
border-color: #276749;
}
.sm\:border-green-900 {
border-color: #22543d;
}
.sm\:border-teal-100 {
border-color: #e6fffa;
}
.sm\:border-teal-200 {
border-color: #b2f5ea;
}
.sm\:border-teal-300 {
border-color: #81e6d9;
}
.sm\:border-teal-400 {
border-color: #4fd1c5;
}
.sm\:border-teal-500 {
border-color: #38b2ac;
}
.sm\:border-teal-600 {
border-color: #319795;
}
.sm\:border-teal-700 {
border-color: #2c7a7b;
}
.sm\:border-teal-800 {
border-color: #285e61;
}
.sm\:border-teal-900 {
border-color: #234e52;
}
.sm\:border-blue-100 {
border-color: #ebf8ff;
}
.sm\:border-blue-200 {
border-color: #bee3f8;
}
.sm\:border-blue-300 {
border-color: #90cdf4;
}
.sm\:border-blue-400 {
border-color: #63b3ed;
}
.sm\:border-blue-500 {
border-color: #4299e1;
}
.sm\:border-blue-600 {
border-color: #3182ce;
}
.sm\:border-blue-700 {
border-color: #2b6cb0;
}
.sm\:border-blue-800 {
border-color: #2c5282;
}
.sm\:border-blue-900 {
border-color: #2a4365;
}
.sm\:border-indigo-100 {
border-color: #ebf4ff;
}
.sm\:border-indigo-200 {
border-color: #c3dafe;
}
.sm\:border-indigo-300 {
border-color: #a3bffa;
}
.sm\:border-indigo-400 {
border-color: #7f9cf5;
}
.sm\:border-indigo-500 {
border-color: #667eea;
}
.sm\:border-indigo-600 {
border-color: #5a67d8;
}
.sm\:border-indigo-700 {
border-color: #4c51bf;
}
.sm\:border-indigo-800 {
border-color: #434190;
}
.sm\:border-indigo-900 {
border-color: #3c366b;
}
.sm\:border-purple-100 {
border-color: #faf5ff;
}
.sm\:border-purple-200 {
border-color: #e9d8fd;
}
.sm\:border-purple-300 {
border-color: #d6bcfa;
}
.sm\:border-purple-400 {
border-color: #b794f4;
}
.sm\:border-purple-500 {
border-color: #9f7aea;
}
.sm\:border-purple-600 {
border-color: #805ad5;
}
.sm\:border-purple-700 {
border-color: #6b46c1;
}
.sm\:border-purple-800 {
border-color: #553c9a;
}
.sm\:border-purple-900 {
border-color: #44337a;
}
.sm\:border-pink-100 {
border-color: #fff5f7;
}
.sm\:border-pink-200 {
border-color: #fed7e2;
}
.sm\:border-pink-300 {
border-color: #fbb6ce;
}
.sm\:border-pink-400 {
border-color: #f687b3;
}
.sm\:border-pink-500 {
border-color: #ed64a6;
}
.sm\:border-pink-600 {
border-color: #d53f8c;
}
.sm\:border-pink-700 {
border-color: #b83280;
}
.sm\:border-pink-800 {
border-color: #97266d;
}
.sm\:border-pink-900 {
border-color: #702459;
}
.sm\:hover\:border-transparent:hover {
border-color: transparent;
}
.sm\:hover\:border-black:hover {
border-color: #000;
}
.sm\:hover\:border-white:hover {
border-color: #fff;
}
.sm\:hover\:border-gray-100:hover {
border-color: #f7fafc;
}
.sm\:hover\:border-gray-200:hover {
border-color: #edf2f7;
}
.sm\:hover\:border-gray-300:hover {
border-color: #e2e8f0;
}
.sm\:hover\:border-gray-400:hover {
border-color: #cbd5e0;
}
.sm\:hover\:border-gray-500:hover {
border-color: #a0aec0;
}
.sm\:hover\:border-gray-600:hover {
border-color: #718096;
}
.sm\:hover\:border-gray-700:hover {
border-color: #4a5568;
}
.sm\:hover\:border-gray-800:hover {
border-color: #2d3748;
}
.sm\:hover\:border-gray-900:hover {
border-color: #1a202c;
}
.sm\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.sm\:hover\:border-red-200:hover {
border-color: #fed7d7;
}
.sm\:hover\:border-red-300:hover {
border-color: #feb2b2;
}
.sm\:hover\:border-red-400:hover {
border-color: #fc8181;
}
.sm\:hover\:border-red-500:hover {
border-color: #f56565;
}
.sm\:hover\:border-red-600:hover {
border-color: #e53e3e;
}
.sm\:hover\:border-red-700:hover {
border-color: #c53030;
}
.sm\:hover\:border-red-800:hover {
border-color: #9b2c2c;
}
.sm\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.sm\:hover\:border-orange-100:hover {
border-color: #fffaf0;
}
.sm\:hover\:border-orange-200:hover {
border-color: #feebc8;
}
.sm\:hover\:border-orange-300:hover {
border-color: #fbd38d;
}
.sm\:hover\:border-orange-400:hover {
border-color: #f6ad55;
}
.sm\:hover\:border-orange-500:hover {
border-color: #ed8936;
}
.sm\:hover\:border-orange-600:hover {
border-color: #dd6b20;
}
.sm\:hover\:border-orange-700:hover {
border-color: #c05621;
}
.sm\:hover\:border-orange-800:hover {
border-color: #9c4221;
}
.sm\:hover\:border-orange-900:hover {
border-color: #7b341e;
}
.sm\:hover\:border-yellow-100:hover {
border-color: #fffff0;
}
.sm\:hover\:border-yellow-200:hover {
border-color: #fefcbf;
}
.sm\:hover\:border-yellow-300:hover {
border-color: #faf089;
}
.sm\:hover\:border-yellow-400:hover {
border-color: #f6e05e;
}
.sm\:hover\:border-yellow-500:hover {
border-color: #ecc94b;
}
.sm\:hover\:border-yellow-600:hover {
border-color: #d69e2e;
}
.sm\:hover\:border-yellow-700:hover {
border-color: #b7791f;
}
.sm\:hover\:border-yellow-800:hover {
border-color: #975a16;
}
.sm\:hover\:border-yellow-900:hover {
border-color: #744210;
}
.sm\:hover\:border-green-100:hover {
border-color: #f0fff4;
}
.sm\:hover\:border-green-200:hover {
border-color: #c6f6d5;
}
.sm\:hover\:border-green-300:hover {
border-color: #9ae6b4;
}
.sm\:hover\:border-green-400:hover {
border-color: #68d391;
}
.sm\:hover\:border-green-500:hover {
border-color: #48bb78;
}
.sm\:hover\:border-green-600:hover {
border-color: #38a169;
}
.sm\:hover\:border-green-700:hover {
border-color: #2f855a;
}
.sm\:hover\:border-green-800:hover {
border-color: #276749;
}
.sm\:hover\:border-green-900:hover {
border-color: #22543d;
}
.sm\:hover\:border-teal-100:hover {
border-color: #e6fffa;
}
.sm\:hover\:border-teal-200:hover {
border-color: #b2f5ea;
}
.sm\:hover\:border-teal-300:hover {
border-color: #81e6d9;
}
.sm\:hover\:border-teal-400:hover {
border-color: #4fd1c5;
}
.sm\:hover\:border-teal-500:hover {
border-color: #38b2ac;
}
.sm\:hover\:border-teal-600:hover {
border-color: #319795;
}
.sm\:hover\:border-teal-700:hover {
border-color: #2c7a7b;
}
.sm\:hover\:border-teal-800:hover {
border-color: #285e61;
}
.sm\:hover\:border-teal-900:hover {
border-color: #234e52;
}
.sm\:hover\:border-blue-100:hover {
border-color: #ebf8ff;
}
.sm\:hover\:border-blue-200:hover {
border-color: #bee3f8;
}
.sm\:hover\:border-blue-300:hover {
border-color: #90cdf4;
}
.sm\:hover\:border-blue-400:hover {
border-color: #63b3ed;
}
.sm\:hover\:border-blue-500:hover {
border-color: #4299e1;
}
.sm\:hover\:border-blue-600:hover {
border-color: #3182ce;
}
.sm\:hover\:border-blue-700:hover {
border-color: #2b6cb0;
}
.sm\:hover\:border-blue-800:hover {
border-color: #2c5282;
}
.sm\:hover\:border-blue-900:hover {
border-color: #2a4365;
}
.sm\:hover\:border-indigo-100:hover {
border-color: #ebf4ff;
}
.sm\:hover\:border-indigo-200:hover {
border-color: #c3dafe;
}
.sm\:hover\:border-indigo-300:hover {
border-color: #a3bffa;
}
.sm\:hover\:border-indigo-400:hover {
border-color: #7f9cf5;
}
.sm\:hover\:border-indigo-500:hover {
border-color: #667eea;
}
.sm\:hover\:border-indigo-600:hover {
border-color: #5a67d8;
}
.sm\:hover\:border-indigo-700:hover {
border-color: #4c51bf;
}
.sm\:hover\:border-indigo-800:hover {
border-color: #434190;
}
.sm\:hover\:border-indigo-900:hover {
border-color: #3c366b;
}
.sm\:hover\:border-purple-100:hover {
border-color: #faf5ff;
}
.sm\:hover\:border-purple-200:hover {
border-color: #e9d8fd;
}
.sm\:hover\:border-purple-300:hover {
border-color: #d6bcfa;
}
.sm\:hover\:border-purple-400:hover {
border-color: #b794f4;
}
.sm\:hover\:border-purple-500:hover {
border-color: #9f7aea;
}
.sm\:hover\:border-purple-600:hover {
border-color: #805ad5;
}
.sm\:hover\:border-purple-700:hover {
border-color: #6b46c1;
}
.sm\:hover\:border-purple-800:hover {
border-color: #553c9a;
}
.sm\:hover\:border-purple-900:hover {
border-color: #44337a;
}
.sm\:hover\:border-pink-100:hover {
border-color: #fff5f7;
}
.sm\:hover\:border-pink-200:hover {
border-color: #fed7e2;
}
.sm\:hover\:border-pink-300:hover {
border-color: #fbb6ce;
}
.sm\:hover\:border-pink-400:hover {
border-color: #f687b3;
}
.sm\:hover\:border-pink-500:hover {
border-color: #ed64a6;
}
.sm\:hover\:border-pink-600:hover {
border-color: #d53f8c;
}
.sm\:hover\:border-pink-700:hover {
border-color: #b83280;
}
.sm\:hover\:border-pink-800:hover {
border-color: #97266d;
}
.sm\:hover\:border-pink-900:hover {
border-color: #702459;
}
.sm\:focus\:border-transparent:focus {
border-color: transparent;
}
.sm\:focus\:border-black:focus {
border-color: #000;
}
.sm\:focus\:border-white:focus {
border-color: #fff;
}
.sm\:focus\:border-gray-100:focus {
border-color: #f7fafc;
}
.sm\:focus\:border-gray-200:focus {
border-color: #edf2f7;
}
.sm\:focus\:border-gray-300:focus {
border-color: #e2e8f0;
}
.sm\:focus\:border-gray-400:focus {
border-color: #cbd5e0;
}
.sm\:focus\:border-gray-500:focus {
border-color: #a0aec0;
}
.sm\:focus\:border-gray-600:focus {
border-color: #718096;
}
.sm\:focus\:border-gray-700:focus {
border-color: #4a5568;
}
.sm\:focus\:border-gray-800:focus {
border-color: #2d3748;
}
.sm\:focus\:border-gray-900:focus {
border-color: #1a202c;
}
.sm\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.sm\:focus\:border-red-200:focus {
border-color: #fed7d7;
}
.sm\:focus\:border-red-300:focus {
border-color: #feb2b2;
}
.sm\:focus\:border-red-400:focus {
border-color: #fc8181;
}
.sm\:focus\:border-red-500:focus {
border-color: #f56565;
}
.sm\:focus\:border-red-600:focus {
border-color: #e53e3e;
}
.sm\:focus\:border-red-700:focus {
border-color: #c53030;
}
.sm\:focus\:border-red-800:focus {
border-color: #9b2c2c;
}
.sm\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.sm\:focus\:border-orange-100:focus {
border-color: #fffaf0;
}
.sm\:focus\:border-orange-200:focus {
border-color: #feebc8;
}
.sm\:focus\:border-orange-300:focus {
border-color: #fbd38d;
}
.sm\:focus\:border-orange-400:focus {
border-color: #f6ad55;
}
.sm\:focus\:border-orange-500:focus {
border-color: #ed8936;
}
.sm\:focus\:border-orange-600:focus {
border-color: #dd6b20;
}
.sm\:focus\:border-orange-700:focus {
border-color: #c05621;
}
.sm\:focus\:border-orange-800:focus {
border-color: #9c4221;
}
.sm\:focus\:border-orange-900:focus {
border-color: #7b341e;
}
.sm\:focus\:border-yellow-100:focus {
border-color: #fffff0;
}
.sm\:focus\:border-yellow-200:focus {
border-color: #fefcbf;
}
.sm\:focus\:border-yellow-300:focus {
border-color: #faf089;
}
.sm\:focus\:border-yellow-400:focus {
border-color: #f6e05e;
}
.sm\:focus\:border-yellow-500:focus {
border-color: #ecc94b;
}
.sm\:focus\:border-yellow-600:focus {
border-color: #d69e2e;
}
.sm\:focus\:border-yellow-700:focus {
border-color: #b7791f;
}
.sm\:focus\:border-yellow-800:focus {
border-color: #975a16;
}
.sm\:focus\:border-yellow-900:focus {
border-color: #744210;
}
.sm\:focus\:border-green-100:focus {
border-color: #f0fff4;
}
.sm\:focus\:border-green-200:focus {
border-color: #c6f6d5;
}
.sm\:focus\:border-green-300:focus {
border-color: #9ae6b4;
}
.sm\:focus\:border-green-400:focus {
border-color: #68d391;
}
.sm\:focus\:border-green-500:focus {
border-color: #48bb78;
}
.sm\:focus\:border-green-600:focus {
border-color: #38a169;
}
.sm\:focus\:border-green-700:focus {
border-color: #2f855a;
}
.sm\:focus\:border-green-800:focus {
border-color: #276749;
}
.sm\:focus\:border-green-900:focus {
border-color: #22543d;
}
.sm\:focus\:border-teal-100:focus {
border-color: #e6fffa;
}
.sm\:focus\:border-teal-200:focus {
border-color: #b2f5ea;
}
.sm\:focus\:border-teal-300:focus {
border-color: #81e6d9;
}
.sm\:focus\:border-teal-400:focus {
border-color: #4fd1c5;
}
.sm\:focus\:border-teal-500:focus {
border-color: #38b2ac;
}
.sm\:focus\:border-teal-600:focus {
border-color: #319795;
}
.sm\:focus\:border-teal-700:focus {
border-color: #2c7a7b;
}
.sm\:focus\:border-teal-800:focus {
border-color: #285e61;
}
.sm\:focus\:border-teal-900:focus {
border-color: #234e52;
}
.sm\:focus\:border-blue-100:focus {
border-color: #ebf8ff;
}
.sm\:focus\:border-blue-200:focus {
border-color: #bee3f8;
}
.sm\:focus\:border-blue-300:focus {
border-color: #90cdf4;
}
.sm\:focus\:border-blue-400:focus {
border-color: #63b3ed;
}
.sm\:focus\:border-blue-500:focus {
border-color: #4299e1;
}
.sm\:focus\:border-blue-600:focus {
border-color: #3182ce;
}
.sm\:focus\:border-blue-700:focus {
border-color: #2b6cb0;
}
.sm\:focus\:border-blue-800:focus {
border-color: #2c5282;
}
.sm\:focus\:border-blue-900:focus {
border-color: #2a4365;
}
.sm\:focus\:border-indigo-100:focus {
border-color: #ebf4ff;
}
.sm\:focus\:border-indigo-200:focus {
border-color: #c3dafe;
}
.sm\:focus\:border-indigo-300:focus {
border-color: #a3bffa;
}
.sm\:focus\:border-indigo-400:focus {
border-color: #7f9cf5;
}
.sm\:focus\:border-indigo-500:focus {
border-color: #667eea;
}
.sm\:focus\:border-indigo-600:focus {
border-color: #5a67d8;
}
.sm\:focus\:border-indigo-700:focus {
border-color: #4c51bf;
}
.sm\:focus\:border-indigo-800:focus {
border-color: #434190;
}
.sm\:focus\:border-indigo-900:focus {
border-color: #3c366b;
}
.sm\:focus\:border-purple-100:focus {
border-color: #faf5ff;
}
.sm\:focus\:border-purple-200:focus {
border-color: #e9d8fd;
}
.sm\:focus\:border-purple-300:focus {
border-color: #d6bcfa;
}
.sm\:focus\:border-purple-400:focus {
border-color: #b794f4;
}
.sm\:focus\:border-purple-500:focus {
border-color: #9f7aea;
}
.sm\:focus\:border-purple-600:focus {
border-color: #805ad5;
}
.sm\:focus\:border-purple-700:focus {
border-color: #6b46c1;
}
.sm\:focus\:border-purple-800:focus {
border-color: #553c9a;
}
.sm\:focus\:border-purple-900:focus {
border-color: #44337a;
}
.sm\:focus\:border-pink-100:focus {
border-color: #fff5f7;
}
.sm\:focus\:border-pink-200:focus {
border-color: #fed7e2;
}
.sm\:focus\:border-pink-300:focus {
border-color: #fbb6ce;
}
.sm\:focus\:border-pink-400:focus {
border-color: #f687b3;
}
.sm\:focus\:border-pink-500:focus {
border-color: #ed64a6;
}
.sm\:focus\:border-pink-600:focus {
border-color: #d53f8c;
}
.sm\:focus\:border-pink-700:focus {
border-color: #b83280;
}
.sm\:focus\:border-pink-800:focus {
border-color: #97266d;
}
.sm\:focus\:border-pink-900:focus {
border-color: #702459;
}
.sm\:rounded-none {
border-radius: 0;
}
.sm\:rounded-sm {
border-radius: 0.125rem;
}
.sm\:rounded {
border-radius: 0.25rem;
}
.sm\:rounded-lg {
border-radius: 0.5rem;
}
.sm\:rounded-full {
border-radius: 9999px;
}
.sm\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.sm\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.sm\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.sm\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.sm\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.sm\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.sm\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.sm\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.sm\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.sm\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.sm\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.sm\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.sm\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.sm\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.sm\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.sm\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.sm\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.sm\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.sm\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.sm\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.sm\:rounded-tl-none {
border-top-left-radius: 0;
}
.sm\:rounded-tr-none {
border-top-right-radius: 0;
}
.sm\:rounded-br-none {
border-bottom-right-radius: 0;
}
.sm\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.sm\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.sm\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.sm\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.sm\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.sm\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.sm\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.sm\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.sm\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.sm\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.sm\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.sm\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.sm\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.sm\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.sm\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.sm\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.sm\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.sm\:border-solid {
border-style: solid;
}
.sm\:border-dashed {
border-style: dashed;
}
.sm\:border-dotted {
border-style: dotted;
}
.sm\:border-double {
border-style: double;
}
.sm\:border-none {
border-style: none;
}
.sm\:border-0 {
border-width: 0;
}
.sm\:border-2 {
border-width: 2px;
}
.sm\:border-4 {
border-width: 4px;
}
.sm\:border-8 {
border-width: 8px;
}
.sm\:border {
border-width: 1px;
}
.sm\:border-t-0 {
border-top-width: 0;
}
.sm\:border-r-0 {
border-right-width: 0;
}
.sm\:border-b-0 {
border-bottom-width: 0;
}
.sm\:border-l-0 {
border-left-width: 0;
}
.sm\:border-t-2 {
border-top-width: 2px;
}
.sm\:border-r-2 {
border-right-width: 2px;
}
.sm\:border-b-2 {
border-bottom-width: 2px;
}
.sm\:border-l-2 {
border-left-width: 2px;
}
.sm\:border-t-4 {
border-top-width: 4px;
}
.sm\:border-r-4 {
border-right-width: 4px;
}
.sm\:border-b-4 {
border-bottom-width: 4px;
}
.sm\:border-l-4 {
border-left-width: 4px;
}
.sm\:border-t-8 {
border-top-width: 8px;
}
.sm\:border-r-8 {
border-right-width: 8px;
}
.sm\:border-b-8 {
border-bottom-width: 8px;
}
.sm\:border-l-8 {
border-left-width: 8px;
}
.sm\:border-t {
border-top-width: 1px;
}
.sm\:border-r {
border-right-width: 1px;
}
.sm\:border-b {
border-bottom-width: 1px;
}
.sm\:border-l {
border-left-width: 1px;
}
.sm\:cursor-auto {
cursor: auto;
}
.sm\:cursor-default {
cursor: default;
}
.sm\:cursor-pointer {
cursor: pointer;
}
.sm\:cursor-wait {
cursor: wait;
}
.sm\:cursor-text {
cursor: text;
}
.sm\:cursor-move {
cursor: move;
}
.sm\:cursor-not-allowed {
cursor: not-allowed;
}
.sm\:block {
display: block;
}
.sm\:inline-block {
display: inline-block;
}
.sm\:inline {
display: inline;
}
.sm\:flex {
display: flex;
}
.sm\:inline-flex {
display: inline-flex;
}
.sm\:table {
display: table;
}
.sm\:table-row {
display: table-row;
}
.sm\:table-cell {
display: table-cell;
}
.sm\:hidden {
display: none;
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:flex-row-reverse {
flex-direction: row-reverse;
}
.sm\:flex-col {
flex-direction: column;
}
.sm\:flex-col-reverse {
flex-direction: column-reverse;
}
.sm\:flex-wrap {
flex-wrap: wrap;
}
.sm\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.sm\:flex-no-wrap {
flex-wrap: nowrap;
}
.sm\:items-start {
align-items: flex-start;
}
.sm\:items-end {
align-items: flex-end;
}
.sm\:items-center {
align-items: center;
}
.sm\:items-baseline {
align-items: baseline;
}
.sm\:items-stretch {
align-items: stretch;
}
.sm\:self-auto {
align-self: auto;
}
.sm\:self-start {
align-self: flex-start;
}
.sm\:self-end {
align-self: flex-end;
}
.sm\:self-center {
align-self: center;
}
.sm\:self-stretch {
align-self: stretch;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-end {
justify-content: flex-end;
}
.sm\:justify-center {
justify-content: center;
}
.sm\:justify-between {
justify-content: space-between;
}
.sm\:justify-around {
justify-content: space-around;
}
.sm\:justify-evenly {
justify-content: space-evenly;
}
.sm\:content-center {
align-content: center;
}
.sm\:content-start {
align-content: flex-start;
}
.sm\:content-end {
align-content: flex-end;
}
.sm\:content-between {
align-content: space-between;
}
.sm\:content-around {
align-content: space-around;
}
.sm\:flex-1 {
flex: 1 1 0%;
}
.sm\:flex-auto {
flex: 1 1 auto;
}
.sm\:flex-initial {
flex: 0 1 auto;
}
.sm\:flex-none {
flex: none;
}
.sm\:flex-grow-0 {
flex-grow: 0;
}
.sm\:flex-grow {
flex-grow: 1;
}
.sm\:flex-shrink-0 {
flex-shrink: 0;
}
.sm\:flex-shrink {
flex-shrink: 1;
}
.sm\:order-1 {
order: 1;
}
.sm\:order-2 {
order: 2;
}
.sm\:order-3 {
order: 3;
}
.sm\:order-4 {
order: 4;
}
.sm\:order-5 {
order: 5;
}
.sm\:order-6 {
order: 6;
}
.sm\:order-7 {
order: 7;
}
.sm\:order-8 {
order: 8;
}
.sm\:order-9 {
order: 9;
}
.sm\:order-10 {
order: 10;
}
.sm\:order-11 {
order: 11;
}
.sm\:order-12 {
order: 12;
}
.sm\:order-first {
order: -9999;
}
.sm\:order-last {
order: 9999;
}
.sm\:order-none {
order: 0;
}
.sm\:float-right {
float: right;
}
.sm\:float-left {
float: left;
}
.sm\:float-none {
float: none;
}
.sm\:clearfix:after {
content: "";
display: table;
clear: both;
}
.sm\:font-sans {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.sm\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.sm\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.sm\:font-hairline {
font-weight: 100;
}
.sm\:font-thin {
font-weight: 200;
}
.sm\:font-light {
font-weight: 300;
}
.sm\:font-normal {
font-weight: 400;
}
.sm\:font-medium {
font-weight: 500;
}
.sm\:font-semibold {
font-weight: 600;
}
.sm\:font-bold {
font-weight: 700;
}
.sm\:font-extrabold {
font-weight: 800;
}
.sm\:font-black {
font-weight: 900;
}
.sm\:hover\:font-hairline:hover {
font-weight: 100;
}
.sm\:hover\:font-thin:hover {
font-weight: 200;
}
.sm\:hover\:font-light:hover {
font-weight: 300;
}
.sm\:hover\:font-normal:hover {
font-weight: 400;
}
.sm\:hover\:font-medium:hover {
font-weight: 500;
}
.sm\:hover\:font-semibold:hover {
font-weight: 600;
}
.sm\:hover\:font-bold:hover {
font-weight: 700;
}
.sm\:hover\:font-extrabold:hover {
font-weight: 800;
}
.sm\:hover\:font-black:hover {
font-weight: 900;
}
.sm\:focus\:font-hairline:focus {
font-weight: 100;
}
.sm\:focus\:font-thin:focus {
font-weight: 200;
}
.sm\:focus\:font-light:focus {
font-weight: 300;
}
.sm\:focus\:font-normal:focus {
font-weight: 400;
}
.sm\:focus\:font-medium:focus {
font-weight: 500;
}
.sm\:focus\:font-semibold:focus {
font-weight: 600;
}
.sm\:focus\:font-bold:focus {
font-weight: 700;
}
.sm\:focus\:font-extrabold:focus {
font-weight: 800;
}
.sm\:focus\:font-black:focus {
font-weight: 900;
}
.sm\:h-0 {
height: 0;
}
.sm\:h-1 {
height: 0.25rem;
}
.sm\:h-2 {
height: 0.5rem;
}
.sm\:h-3 {
height: 0.75rem;
}
.sm\:h-4 {
height: 1rem;
}
.sm\:h-5 {
height: 1.25rem;
}
.sm\:h-6 {
height: 1.5rem;
}
.sm\:h-8 {
height: 2rem;
}
.sm\:h-10 {
height: 2.5rem;
}
.sm\:h-12 {
height: 3rem;
}
.sm\:h-16 {
height: 4rem;
}
.sm\:h-20 {
height: 5rem;
}
.sm\:h-24 {
height: 6rem;
}
.sm\:h-32 {
height: 8rem;
}
.sm\:h-40 {
height: 10rem;
}
.sm\:h-48 {
height: 12rem;
}
.sm\:h-56 {
height: 14rem;
}
.sm\:h-64 {
height: 16rem;
}
.sm\:h-auto {
height: auto;
}
.sm\:h-px {
height: 1px;
}
.sm\:h-full {
height: 100%;
}
.sm\:h-screen {
height: 100vh;
}
.sm\:leading-none {
line-height: 1;
}
.sm\:leading-tight {
line-height: 1.25;
}
.sm\:leading-snug {
line-height: 1.375;
}
.sm\:leading-normal {
line-height: 1.5;
}
.sm\:leading-relaxed {
line-height: 1.625;
}
.sm\:leading-loose {
line-height: 2;
}
.sm\:list-inside {
list-style-position: inside;
}
.sm\:list-outside {
list-style-position: outside;
}
.sm\:list-none {
list-style-type: none;
}
.sm\:list-disc {
list-style-type: disc;
}
.sm\:list-decimal {
list-style-type: decimal;
}
.sm\:m-0 {
margin: 0;
}
.sm\:m-1 {
margin: 0.25rem;
}
.sm\:m-2 {
margin: 0.5rem;
}
.sm\:m-3 {
margin: 0.75rem;
}
.sm\:m-4 {
margin: 1rem;
}
.sm\:m-5 {
margin: 1.25rem;
}
.sm\:m-6 {
margin: 1.5rem;
}
.sm\:m-8 {
margin: 2rem;
}
.sm\:m-10 {
margin: 2.5rem;
}
.sm\:m-12 {
margin: 3rem;
}
.sm\:m-16 {
margin: 4rem;
}
.sm\:m-20 {
margin: 5rem;
}
.sm\:m-24 {
margin: 6rem;
}
.sm\:m-32 {
margin: 8rem;
}
.sm\:m-40 {
margin: 10rem;
}
.sm\:m-48 {
margin: 12rem;
}
.sm\:m-56 {
margin: 14rem;
}
.sm\:m-64 {
margin: 16rem;
}
.sm\:m-auto {
margin: auto;
}
.sm\:m-px {
margin: 1px;
}
.sm\:-m-1 {
margin: -0.25rem;
}
.sm\:-m-2 {
margin: -0.5rem;
}
.sm\:-m-3 {
margin: -0.75rem;
}
.sm\:-m-4 {
margin: -1rem;
}
.sm\:-m-5 {
margin: -1.25rem;
}
.sm\:-m-6 {
margin: -1.5rem;
}
.sm\:-m-8 {
margin: -2rem;
}
.sm\:-m-10 {
margin: -2.5rem;
}
.sm\:-m-12 {
margin: -3rem;
}
.sm\:-m-16 {
margin: -4rem;
}
.sm\:-m-20 {
margin: -5rem;
}
.sm\:-m-24 {
margin: -6rem;
}
.sm\:-m-32 {
margin: -8rem;
}
.sm\:-m-40 {
margin: -10rem;
}
.sm\:-m-48 {
margin: -12rem;
}
.sm\:-m-56 {
margin: -14rem;
}
.sm\:-m-64 {
margin: -16rem;
}
.sm\:-m-px {
margin: -1px;
}
.sm\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.sm\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.sm\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.sm\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.sm\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.sm\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.sm\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.sm\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.sm\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.sm\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.sm\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.sm\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.sm\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.sm\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.sm\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.sm\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.sm\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.sm\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.sm\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.sm\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.sm\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.sm\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.sm\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.sm\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.sm\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.sm\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.sm\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.sm\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.sm\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.sm\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.sm\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.sm\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.sm\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.sm\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.sm\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.sm\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.sm\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.sm\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.sm\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.sm\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.sm\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.sm\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.sm\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.sm\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.sm\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.sm\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.sm\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.sm\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.sm\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.sm\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.sm\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.sm\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.sm\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.sm\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.sm\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.sm\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.sm\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.sm\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.sm\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.sm\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.sm\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.sm\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.sm\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.sm\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.sm\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.sm\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.sm\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.sm\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.sm\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.sm\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.sm\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.sm\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.sm\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.sm\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.sm\:mt-0 {
margin-top: 0;
}
.sm\:mr-0 {
margin-right: 0;
}
.sm\:mb-0 {
margin-bottom: 0;
}
.sm\:ml-0 {
margin-left: 0;
}
.sm\:mt-1 {
margin-top: 0.25rem;
}
.sm\:mr-1 {
margin-right: 0.25rem;
}
.sm\:mb-1 {
margin-bottom: 0.25rem;
}
.sm\:ml-1 {
margin-left: 0.25rem;
}
.sm\:mt-2 {
margin-top: 0.5rem;
}
.sm\:mr-2 {
margin-right: 0.5rem;
}
.sm\:mb-2 {
margin-bottom: 0.5rem;
}
.sm\:ml-2 {
margin-left: 0.5rem;
}
.sm\:mt-3 {
margin-top: 0.75rem;
}
.sm\:mr-3 {
margin-right: 0.75rem;
}
.sm\:mb-3 {
margin-bottom: 0.75rem;
}
.sm\:ml-3 {
margin-left: 0.75rem;
}
.sm\:mt-4 {
margin-top: 1rem;
}
.sm\:mr-4 {
margin-right: 1rem;
}
.sm\:mb-4 {
margin-bottom: 1rem;
}
.sm\:ml-4 {
margin-left: 1rem;
}
.sm\:mt-5 {
margin-top: 1.25rem;
}
.sm\:mr-5 {
margin-right: 1.25rem;
}
.sm\:mb-5 {
margin-bottom: 1.25rem;
}
.sm\:ml-5 {
margin-left: 1.25rem;
}
.sm\:mt-6 {
margin-top: 1.5rem;
}
.sm\:mr-6 {
margin-right: 1.5rem;
}
.sm\:mb-6 {
margin-bottom: 1.5rem;
}
.sm\:ml-6 {
margin-left: 1.5rem;
}
.sm\:mt-8 {
margin-top: 2rem;
}
.sm\:mr-8 {
margin-right: 2rem;
}
.sm\:mb-8 {
margin-bottom: 2rem;
}
.sm\:ml-8 {
margin-left: 2rem;
}
.sm\:mt-10 {
margin-top: 2.5rem;
}
.sm\:mr-10 {
margin-right: 2.5rem;
}
.sm\:mb-10 {
margin-bottom: 2.5rem;
}
.sm\:ml-10 {
margin-left: 2.5rem;
}
.sm\:mt-12 {
margin-top: 3rem;
}
.sm\:mr-12 {
margin-right: 3rem;
}
.sm\:mb-12 {
margin-bottom: 3rem;
}
.sm\:ml-12 {
margin-left: 3rem;
}
.sm\:mt-16 {
margin-top: 4rem;
}
.sm\:mr-16 {
margin-right: 4rem;
}
.sm\:mb-16 {
margin-bottom: 4rem;
}
.sm\:ml-16 {
margin-left: 4rem;
}
.sm\:mt-20 {
margin-top: 5rem;
}
.sm\:mr-20 {
margin-right: 5rem;
}
.sm\:mb-20 {
margin-bottom: 5rem;
}
.sm\:ml-20 {
margin-left: 5rem;
}
.sm\:mt-24 {
margin-top: 6rem;
}
.sm\:mr-24 {
margin-right: 6rem;
}
.sm\:mb-24 {
margin-bottom: 6rem;
}
.sm\:ml-24 {
margin-left: 6rem;
}
.sm\:mt-32 {
margin-top: 8rem;
}
.sm\:mr-32 {
margin-right: 8rem;
}
.sm\:mb-32 {
margin-bottom: 8rem;
}
.sm\:ml-32 {
margin-left: 8rem;
}
.sm\:mt-40 {
margin-top: 10rem;
}
.sm\:mr-40 {
margin-right: 10rem;
}
.sm\:mb-40 {
margin-bottom: 10rem;
}
.sm\:ml-40 {
margin-left: 10rem;
}
.sm\:mt-48 {
margin-top: 12rem;
}
.sm\:mr-48 {
margin-right: 12rem;
}
.sm\:mb-48 {
margin-bottom: 12rem;
}
.sm\:ml-48 {
margin-left: 12rem;
}
.sm\:mt-56 {
margin-top: 14rem;
}
.sm\:mr-56 {
margin-right: 14rem;
}
.sm\:mb-56 {
margin-bottom: 14rem;
}
.sm\:ml-56 {
margin-left: 14rem;
}
.sm\:mt-64 {
margin-top: 16rem;
}
.sm\:mr-64 {
margin-right: 16rem;
}
.sm\:mb-64 {
margin-bottom: 16rem;
}
.sm\:ml-64 {
margin-left: 16rem;
}
.sm\:mt-auto {
margin-top: auto;
}
.sm\:mr-auto {
margin-right: auto;
}
.sm\:mb-auto {
margin-bottom: auto;
}
.sm\:ml-auto {
margin-left: auto;
}
.sm\:mt-px {
margin-top: 1px;
}
.sm\:mr-px {
margin-right: 1px;
}
.sm\:mb-px {
margin-bottom: 1px;
}
.sm\:ml-px {
margin-left: 1px;
}
.sm\:-mt-1 {
margin-top: -0.25rem;
}
.sm\:-mr-1 {
margin-right: -0.25rem;
}
.sm\:-mb-1 {
margin-bottom: -0.25rem;
}
.sm\:-ml-1 {
margin-left: -0.25rem;
}
.sm\:-mt-2 {
margin-top: -0.5rem;
}
.sm\:-mr-2 {
margin-right: -0.5rem;
}
.sm\:-mb-2 {
margin-bottom: -0.5rem;
}
.sm\:-ml-2 {
margin-left: -0.5rem;
}
.sm\:-mt-3 {
margin-top: -0.75rem;
}
.sm\:-mr-3 {
margin-right: -0.75rem;
}
.sm\:-mb-3 {
margin-bottom: -0.75rem;
}
.sm\:-ml-3 {
margin-left: -0.75rem;
}
.sm\:-mt-4 {
margin-top: -1rem;
}
.sm\:-mr-4 {
margin-right: -1rem;
}
.sm\:-mb-4 {
margin-bottom: -1rem;
}
.sm\:-ml-4 {
margin-left: -1rem;
}
.sm\:-mt-5 {
margin-top: -1.25rem;
}
.sm\:-mr-5 {
margin-right: -1.25rem;
}
.sm\:-mb-5 {
margin-bottom: -1.25rem;
}
.sm\:-ml-5 {
margin-left: -1.25rem;
}
.sm\:-mt-6 {
margin-top: -1.5rem;
}
.sm\:-mr-6 {
margin-right: -1.5rem;
}
.sm\:-mb-6 {
margin-bottom: -1.5rem;
}
.sm\:-ml-6 {
margin-left: -1.5rem;
}
.sm\:-mt-8 {
margin-top: -2rem;
}
.sm\:-mr-8 {
margin-right: -2rem;
}
.sm\:-mb-8 {
margin-bottom: -2rem;
}
.sm\:-ml-8 {
margin-left: -2rem;
}
.sm\:-mt-10 {
margin-top: -2.5rem;
}
.sm\:-mr-10 {
margin-right: -2.5rem;
}
.sm\:-mb-10 {
margin-bottom: -2.5rem;
}
.sm\:-ml-10 {
margin-left: -2.5rem;
}
.sm\:-mt-12 {
margin-top: -3rem;
}
.sm\:-mr-12 {
margin-right: -3rem;
}
.sm\:-mb-12 {
margin-bottom: -3rem;
}
.sm\:-ml-12 {
margin-left: -3rem;
}
.sm\:-mt-16 {
margin-top: -4rem;
}
.sm\:-mr-16 {
margin-right: -4rem;
}
.sm\:-mb-16 {
margin-bottom: -4rem;
}
.sm\:-ml-16 {
margin-left: -4rem;
}
.sm\:-mt-20 {
margin-top: -5rem;
}
.sm\:-mr-20 {
margin-right: -5rem;
}
.sm\:-mb-20 {
margin-bottom: -5rem;
}
.sm\:-ml-20 {
margin-left: -5rem;
}
.sm\:-mt-24 {
margin-top: -6rem;
}
.sm\:-mr-24 {
margin-right: -6rem;
}
.sm\:-mb-24 {
margin-bottom: -6rem;
}
.sm\:-ml-24 {
margin-left: -6rem;
}
.sm\:-mt-32 {
margin-top: -8rem;
}
.sm\:-mr-32 {
margin-right: -8rem;
}
.sm\:-mb-32 {
margin-bottom: -8rem;
}
.sm\:-ml-32 {
margin-left: -8rem;
}
.sm\:-mt-40 {
margin-top: -10rem;
}
.sm\:-mr-40 {
margin-right: -10rem;
}
.sm\:-mb-40 {
margin-bottom: -10rem;
}
.sm\:-ml-40 {
margin-left: -10rem;
}
.sm\:-mt-48 {
margin-top: -12rem;
}
.sm\:-mr-48 {
margin-right: -12rem;
}
.sm\:-mb-48 {
margin-bottom: -12rem;
}
.sm\:-ml-48 {
margin-left: -12rem;
}
.sm\:-mt-56 {
margin-top: -14rem;
}
.sm\:-mr-56 {
margin-right: -14rem;
}
.sm\:-mb-56 {
margin-bottom: -14rem;
}
.sm\:-ml-56 {
margin-left: -14rem;
}
.sm\:-mt-64 {
margin-top: -16rem;
}
.sm\:-mr-64 {
margin-right: -16rem;
}
.sm\:-mb-64 {
margin-bottom: -16rem;
}
.sm\:-ml-64 {
margin-left: -16rem;
}
.sm\:-mt-px {
margin-top: -1px;
}
.sm\:-mr-px {
margin-right: -1px;
}
.sm\:-mb-px {
margin-bottom: -1px;
}
.sm\:-ml-px {
margin-left: -1px;
}
.sm\:max-h-full {
max-height: 100%;
}
.sm\:max-h-screen {
max-height: 100vh;
}
.sm\:max-w-xs {
max-width: 20rem;
}
.sm\:max-w-sm {
max-width: 24rem;
}
.sm\:max-w-md {
max-width: 28rem;
}
.sm\:max-w-lg {
max-width: 32rem;
}
.sm\:max-w-xl {
max-width: 36rem;
}
.sm\:max-w-2xl {
max-width: 42rem;
}
.sm\:max-w-3xl {
max-width: 48rem;
}
.sm\:max-w-4xl {
max-width: 56rem;
}
.sm\:max-w-5xl {
max-width: 64rem;
}
.sm\:max-w-6xl {
max-width: 72rem;
}
.sm\:max-w-full {
max-width: 100%;
}
.sm\:min-h-0 {
min-height: 0;
}
.sm\:min-h-full {
min-height: 100%;
}
.sm\:min-h-screen {
min-height: 100vh;
}
.sm\:min-w-0 {
min-width: 0;
}
.sm\:min-w-full {
min-width: 100%;
}
.sm\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.sm\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.sm\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.sm\:object-none {
-o-object-fit: none;
object-fit: none;
}
.sm\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.sm\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.sm\:object-center {
-o-object-position: center;
object-position: center;
}
.sm\:object-left {
-o-object-position: left;
object-position: left;
}
.sm\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.sm\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.sm\:object-right {
-o-object-position: right;
object-position: right;
}
.sm\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.sm\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.sm\:object-top {
-o-object-position: top;
object-position: top;
}
.sm\:opacity-0 {
opacity: 0;
}
.sm\:opacity-25 {
opacity: 0.25;
}
.sm\:opacity-50 {
opacity: 0.5;
}
.sm\:opacity-75 {
opacity: 0.75;
}
.sm\:opacity-100 {
opacity: 1;
}
.sm\:hover\:opacity-0:hover {
opacity: 0;
}
.sm\:hover\:opacity-25:hover {
opacity: 0.25;
}
.sm\:hover\:opacity-50:hover {
opacity: 0.5;
}
.sm\:hover\:opacity-75:hover {
opacity: 0.75;
}
.sm\:hover\:opacity-100:hover {
opacity: 1;
}
.sm\:focus\:opacity-0:focus {
opacity: 0;
}
.sm\:focus\:opacity-25:focus {
opacity: 0.25;
}
.sm\:focus\:opacity-50:focus {
opacity: 0.5;
}
.sm\:focus\:opacity-75:focus {
opacity: 0.75;
}
.sm\:focus\:opacity-100:focus {
opacity: 1;
}
.sm\:outline-none {
outline: 0;
}
.sm\:focus\:outline-none:focus {
outline: 0;
}
.sm\:overflow-auto {
overflow: auto;
}
.sm\:overflow-hidden {
overflow: hidden;
}
.sm\:overflow-visible {
overflow: visible;
}
.sm\:overflow-scroll {
overflow: scroll;
}
.sm\:overflow-x-auto {
overflow-x: auto;
}
.sm\:overflow-y-auto {
overflow-y: auto;
}
.sm\:overflow-x-hidden {
overflow-x: hidden;
}
.sm\:overflow-y-hidden {
overflow-y: hidden;
}
.sm\:overflow-x-visible {
overflow-x: visible;
}
.sm\:overflow-y-visible {
overflow-y: visible;
}
.sm\:overflow-x-scroll {
overflow-x: scroll;
}
.sm\:overflow-y-scroll {
overflow-y: scroll;
}
.sm\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.sm\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.sm\:p-0 {
padding: 0;
}
.sm\:p-1 {
padding: 0.25rem;
}
.sm\:p-2 {
padding: 0.5rem;
}
.sm\:p-3 {
padding: 0.75rem;
}
.sm\:p-4 {
padding: 1rem;
}
.sm\:p-5 {
padding: 1.25rem;
}
.sm\:p-6 {
padding: 1.5rem;
}
.sm\:p-8 {
padding: 2rem;
}
.sm\:p-10 {
padding: 2.5rem;
}
.sm\:p-12 {
padding: 3rem;
}
.sm\:p-16 {
padding: 4rem;
}
.sm\:p-20 {
padding: 5rem;
}
.sm\:p-24 {
padding: 6rem;
}
.sm\:p-32 {
padding: 8rem;
}
.sm\:p-40 {
padding: 10rem;
}
.sm\:p-48 {
padding: 12rem;
}
.sm\:p-56 {
padding: 14rem;
}
.sm\:p-64 {
padding: 16rem;
}
.sm\:p-px {
padding: 1px;
}
.sm\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.sm\:px-0 {
padding-left: 0;
padding-right: 0;
}
.sm\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.sm\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sm\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.sm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.sm\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sm\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.sm\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.sm\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.sm\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.sm\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.sm\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.sm\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.sm\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.sm\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.sm\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.sm\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.sm\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.sm\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.sm\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.sm\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.sm\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.sm\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.sm\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.sm\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.sm\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.sm\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.sm\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.sm\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.sm\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.sm\:pt-0 {
padding-top: 0;
}
.sm\:pr-0 {
padding-right: 0;
}
.sm\:pb-0 {
padding-bottom: 0;
}
.sm\:pl-0 {
padding-left: 0;
}
.sm\:pt-1 {
padding-top: 0.25rem;
}
.sm\:pr-1 {
padding-right: 0.25rem;
}
.sm\:pb-1 {
padding-bottom: 0.25rem;
}
.sm\:pl-1 {
padding-left: 0.25rem;
}
.sm\:pt-2 {
padding-top: 0.5rem;
}
.sm\:pr-2 {
padding-right: 0.5rem;
}
.sm\:pb-2 {
padding-bottom: 0.5rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}
.sm\:pt-3 {
padding-top: 0.75rem;
}
.sm\:pr-3 {
padding-right: 0.75rem;
}
.sm\:pb-3 {
padding-bottom: 0.75rem;
}
.sm\:pl-3 {
padding-left: 0.75rem;
}
.sm\:pt-4 {
padding-top: 1rem;
}
.sm\:pr-4 {
padding-right: 1rem;
}
.sm\:pb-4 {
padding-bottom: 1rem;
}
.sm\:pl-4 {
padding-left: 1rem;
}
.sm\:pt-5 {
padding-top: 1.25rem;
}
.sm\:pr-5 {
padding-right: 1.25rem;
}
.sm\:pb-5 {
padding-bottom: 1.25rem;
}
.sm\:pl-5 {
padding-left: 1.25rem;
}
.sm\:pt-6 {
padding-top: 1.5rem;
}
.sm\:pr-6 {
padding-right: 1.5rem;
}
.sm\:pb-6 {
padding-bottom: 1.5rem;
}
.sm\:pl-6 {
padding-left: 1.5rem;
}
.sm\:pt-8 {
padding-top: 2rem;
}
.sm\:pr-8 {
padding-right: 2rem;
}
.sm\:pb-8 {
padding-bottom: 2rem;
}
.sm\:pl-8 {
padding-left: 2rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
.sm\:pr-10 {
padding-right: 2.5rem;
}
.sm\:pb-10 {
padding-bottom: 2.5rem;
}
.sm\:pl-10 {
padding-left: 2.5rem;
}
.sm\:pt-12 {
padding-top: 3rem;
}
.sm\:pr-12 {
padding-right: 3rem;
}
.sm\:pb-12 {
padding-bottom: 3rem;
}
.sm\:pl-12 {
padding-left: 3rem;
}
.sm\:pt-16 {
padding-top: 4rem;
}
.sm\:pr-16 {
padding-right: 4rem;
}
.sm\:pb-16 {
padding-bottom: 4rem;
}
.sm\:pl-16 {
padding-left: 4rem;
}
.sm\:pt-20 {
padding-top: 5rem;
}
.sm\:pr-20 {
padding-right: 5rem;
}
.sm\:pb-20 {
padding-bottom: 5rem;
}
.sm\:pl-20 {
padding-left: 5rem;
}
.sm\:pt-24 {
padding-top: 6rem;
}
.sm\:pr-24 {
padding-right: 6rem;
}
.sm\:pb-24 {
padding-bottom: 6rem;
}
.sm\:pl-24 {
padding-left: 6rem;
}
.sm\:pt-32 {
padding-top: 8rem;
}
.sm\:pr-32 {
padding-right: 8rem;
}
.sm\:pb-32 {
padding-bottom: 8rem;
}
.sm\:pl-32 {
padding-left: 8rem;
}
.sm\:pt-40 {
padding-top: 10rem;
}
.sm\:pr-40 {
padding-right: 10rem;
}
.sm\:pb-40 {
padding-bottom: 10rem;
}
.sm\:pl-40 {
padding-left: 10rem;
}
.sm\:pt-48 {
padding-top: 12rem;
}
.sm\:pr-48 {
padding-right: 12rem;
}
.sm\:pb-48 {
padding-bottom: 12rem;
}
.sm\:pl-48 {
padding-left: 12rem;
}
.sm\:pt-56 {
padding-top: 14rem;
}
.sm\:pr-56 {
padding-right: 14rem;
}
.sm\:pb-56 {
padding-bottom: 14rem;
}
.sm\:pl-56 {
padding-left: 14rem;
}
.sm\:pt-64 {
padding-top: 16rem;
}
.sm\:pr-64 {
padding-right: 16rem;
}
.sm\:pb-64 {
padding-bottom: 16rem;
}
.sm\:pl-64 {
padding-left: 16rem;
}
.sm\:pt-px {
padding-top: 1px;
}
.sm\:pr-px {
padding-right: 1px;
}
.sm\:pb-px {
padding-bottom: 1px;
}
.sm\:pl-px {
padding-left: 1px;
}
.sm\:placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
.sm\:placeholder-transparent::-ms-input-placeholder {
color: transparent;
}
.sm\:placeholder-transparent::placeholder {
color: transparent;
}
.sm\:placeholder-black:-ms-input-placeholder {
color: #000;
}
.sm\:placeholder-black::-ms-input-placeholder {
color: #000;
}
.sm\:placeholder-black::placeholder {
color: #000;
}
.sm\:placeholder-white:-ms-input-placeholder {
color: #fff;
}
.sm\:placeholder-white::-ms-input-placeholder {
color: #fff;
}
.sm\:placeholder-white::placeholder {
color: #fff;
}
.sm\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc;
}
.sm\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc;
}
.sm\:placeholder-gray-100::placeholder {
color: #f7fafc;
}
.sm\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7;
}
.sm\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7;
}
.sm\:placeholder-gray-200::placeholder {
color: #edf2f7;
}
.sm\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0;
}
.sm\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0;
}
.sm\:placeholder-gray-300::placeholder {
color: #e2e8f0;
}
.sm\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0;
}
.sm\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0;
}
.sm\:placeholder-gray-400::placeholder {
color: #cbd5e0;
}
.sm\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0;
}
.sm\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0;
}
.sm\:placeholder-gray-500::placeholder {
color: #a0aec0;
}
.sm\:placeholder-gray-600:-ms-input-placeholder {
color: #718096;
}
.sm\:placeholder-gray-600::-ms-input-placeholder {
color: #718096;
}
.sm\:placeholder-gray-600::placeholder {
color: #718096;
}
.sm\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568;
}
.sm\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568;
}
.sm\:placeholder-gray-700::placeholder {
color: #4a5568;
}
.sm\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748;
}
.sm\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748;
}
.sm\:placeholder-gray-800::placeholder {
color: #2d3748;
}
.sm\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c;
}
.sm\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c;
}
.sm\:placeholder-gray-900::placeholder {
color: #1a202c;
}
.sm\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5;
}
.sm\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5;
}
.sm\:placeholder-red-100::placeholder {
color: #fff5f5;
}
.sm\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7;
}
.sm\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7;
}
.sm\:placeholder-red-200::placeholder {
color: #fed7d7;
}
.sm\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2;
}
.sm\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2;
}
.sm\:placeholder-red-300::placeholder {
color: #feb2b2;
}
.sm\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181;
}
.sm\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181;
}
.sm\:placeholder-red-400::placeholder {
color: #fc8181;
}
.sm\:placeholder-red-500:-ms-input-placeholder {
color: #f56565;
}
.sm\:placeholder-red-500::-ms-input-placeholder {
color: #f56565;
}
.sm\:placeholder-red-500::placeholder {
color: #f56565;
}
.sm\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e;
}
.sm\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e;
}
.sm\:placeholder-red-600::placeholder {
color: #e53e3e;
}
.sm\:placeholder-red-700:-ms-input-placeholder {
color: #c53030;
}
.sm\:placeholder-red-700::-ms-input-placeholder {
color: #c53030;
}
.sm\:placeholder-red-700::placeholder {
color: #c53030;
}
.sm\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c;
}
.sm\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c;
}
.sm\:placeholder-red-800::placeholder {
color: #9b2c2c;
}
.sm\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a;
}
.sm\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a;
}
.sm\:placeholder-red-900::placeholder {
color: #742a2a;
}
.sm\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0;
}
.sm\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0;
}
.sm\:placeholder-orange-100::placeholder {
color: #fffaf0;
}
.sm\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8;
}
.sm\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8;
}
.sm\:placeholder-orange-200::placeholder {
color: #feebc8;
}
.sm\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d;
}
.sm\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d;
}
.sm\:placeholder-orange-300::placeholder {
color: #fbd38d;
}
.sm\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55;
}
.sm\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55;
}
.sm\:placeholder-orange-400::placeholder {
color: #f6ad55;
}
.sm\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936;
}
.sm\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936;
}
.sm\:placeholder-orange-500::placeholder {
color: #ed8936;
}
.sm\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20;
}
.sm\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20;
}
.sm\:placeholder-orange-600::placeholder {
color: #dd6b20;
}
.sm\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621;
}
.sm\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621;
}
.sm\:placeholder-orange-700::placeholder {
color: #c05621;
}
.sm\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221;
}
.sm\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221;
}
.sm\:placeholder-orange-800::placeholder {
color: #9c4221;
}
.sm\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e;
}
.sm\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e;
}
.sm\:placeholder-orange-900::placeholder {
color: #7b341e;
}
.sm\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0;
}
.sm\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0;
}
.sm\:placeholder-yellow-100::placeholder {
color: #fffff0;
}
.sm\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf;
}
.sm\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf;
}
.sm\:placeholder-yellow-200::placeholder {
color: #fefcbf;
}
.sm\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089;
}
.sm\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089;
}
.sm\:placeholder-yellow-300::placeholder {
color: #faf089;
}
.sm\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e;
}
.sm\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e;
}
.sm\:placeholder-yellow-400::placeholder {
color: #f6e05e;
}
.sm\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b;
}
.sm\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b;
}
.sm\:placeholder-yellow-500::placeholder {
color: #ecc94b;
}
.sm\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e;
}
.sm\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e;
}
.sm\:placeholder-yellow-600::placeholder {
color: #d69e2e;
}
.sm\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f;
}
.sm\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f;
}
.sm\:placeholder-yellow-700::placeholder {
color: #b7791f;
}
.sm\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16;
}
.sm\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16;
}
.sm\:placeholder-yellow-800::placeholder {
color: #975a16;
}
.sm\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210;
}
.sm\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210;
}
.sm\:placeholder-yellow-900::placeholder {
color: #744210;
}
.sm\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4;
}
.sm\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4;
}
.sm\:placeholder-green-100::placeholder {
color: #f0fff4;
}
.sm\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5;
}
.sm\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5;
}
.sm\:placeholder-green-200::placeholder {
color: #c6f6d5;
}
.sm\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4;
}
.sm\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4;
}
.sm\:placeholder-green-300::placeholder {
color: #9ae6b4;
}
.sm\:placeholder-green-400:-ms-input-placeholder {
color: #68d391;
}
.sm\:placeholder-green-400::-ms-input-placeholder {
color: #68d391;
}
.sm\:placeholder-green-400::placeholder {
color: #68d391;
}
.sm\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78;
}
.sm\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78;
}
.sm\:placeholder-green-500::placeholder {
color: #48bb78;
}
.sm\:placeholder-green-600:-ms-input-placeholder {
color: #38a169;
}
.sm\:placeholder-green-600::-ms-input-placeholder {
color: #38a169;
}
.sm\:placeholder-green-600::placeholder {
color: #38a169;
}
.sm\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a;
}
.sm\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a;
}
.sm\:placeholder-green-700::placeholder {
color: #2f855a;
}
.sm\:placeholder-green-800:-ms-input-placeholder {
color: #276749;
}
.sm\:placeholder-green-800::-ms-input-placeholder {
color: #276749;
}
.sm\:placeholder-green-800::placeholder {
color: #276749;
}
.sm\:placeholder-green-900:-ms-input-placeholder {
color: #22543d;
}
.sm\:placeholder-green-900::-ms-input-placeholder {
color: #22543d;
}
.sm\:placeholder-green-900::placeholder {
color: #22543d;
}
.sm\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa;
}
.sm\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa;
}
.sm\:placeholder-teal-100::placeholder {
color: #e6fffa;
}
.sm\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea;
}
.sm\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea;
}
.sm\:placeholder-teal-200::placeholder {
color: #b2f5ea;
}
.sm\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9;
}
.sm\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9;
}
.sm\:placeholder-teal-300::placeholder {
color: #81e6d9;
}
.sm\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5;
}
.sm\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5;
}
.sm\:placeholder-teal-400::placeholder {
color: #4fd1c5;
}
.sm\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac;
}
.sm\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac;
}
.sm\:placeholder-teal-500::placeholder {
color: #38b2ac;
}
.sm\:placeholder-teal-600:-ms-input-placeholder {
color: #319795;
}
.sm\:placeholder-teal-600::-ms-input-placeholder {
color: #319795;
}
.sm\:placeholder-teal-600::placeholder {
color: #319795;
}
.sm\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b;
}
.sm\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b;
}
.sm\:placeholder-teal-700::placeholder {
color: #2c7a7b;
}
.sm\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61;
}
.sm\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61;
}
.sm\:placeholder-teal-800::placeholder {
color: #285e61;
}
.sm\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52;
}
.sm\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52;
}
.sm\:placeholder-teal-900::placeholder {
color: #234e52;
}
.sm\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff;
}
.sm\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff;
}
.sm\:placeholder-blue-100::placeholder {
color: #ebf8ff;
}
.sm\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8;
}
.sm\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8;
}
.sm\:placeholder-blue-200::placeholder {
color: #bee3f8;
}
.sm\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4;
}
.sm\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4;
}
.sm\:placeholder-blue-300::placeholder {
color: #90cdf4;
}
.sm\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed;
}
.sm\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed;
}
.sm\:placeholder-blue-400::placeholder {
color: #63b3ed;
}
.sm\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1;
}
.sm\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1;
}
.sm\:placeholder-blue-500::placeholder {
color: #4299e1;
}
.sm\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce;
}
.sm\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce;
}
.sm\:placeholder-blue-600::placeholder {
color: #3182ce;
}
.sm\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0;
}
.sm\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0;
}
.sm\:placeholder-blue-700::placeholder {
color: #2b6cb0;
}
.sm\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282;
}
.sm\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282;
}
.sm\:placeholder-blue-800::placeholder {
color: #2c5282;
}
.sm\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365;
}
.sm\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365;
}
.sm\:placeholder-blue-900::placeholder {
color: #2a4365;
}
.sm\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff;
}
.sm\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff;
}
.sm\:placeholder-indigo-100::placeholder {
color: #ebf4ff;
}
.sm\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe;
}
.sm\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe;
}
.sm\:placeholder-indigo-200::placeholder {
color: #c3dafe;
}
.sm\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa;
}
.sm\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa;
}
.sm\:placeholder-indigo-300::placeholder {
color: #a3bffa;
}
.sm\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5;
}
.sm\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5;
}
.sm\:placeholder-indigo-400::placeholder {
color: #7f9cf5;
}
.sm\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea;
}
.sm\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea;
}
.sm\:placeholder-indigo-500::placeholder {
color: #667eea;
}
.sm\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8;
}
.sm\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8;
}
.sm\:placeholder-indigo-600::placeholder {
color: #5a67d8;
}
.sm\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf;
}
.sm\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf;
}
.sm\:placeholder-indigo-700::placeholder {
color: #4c51bf;
}
.sm\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190;
}
.sm\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190;
}
.sm\:placeholder-indigo-800::placeholder {
color: #434190;
}
.sm\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b;
}
.sm\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b;
}
.sm\:placeholder-indigo-900::placeholder {
color: #3c366b;
}
.sm\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff;
}
.sm\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff;
}
.sm\:placeholder-purple-100::placeholder {
color: #faf5ff;
}
.sm\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd;
}
.sm\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd;
}
.sm\:placeholder-purple-200::placeholder {
color: #e9d8fd;
}
.sm\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa;
}
.sm\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa;
}
.sm\:placeholder-purple-300::placeholder {
color: #d6bcfa;
}
.sm\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4;
}
.sm\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4;
}
.sm\:placeholder-purple-400::placeholder {
color: #b794f4;
}
.sm\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea;
}
.sm\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea;
}
.sm\:placeholder-purple-500::placeholder {
color: #9f7aea;
}
.sm\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5;
}
.sm\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5;
}
.sm\:placeholder-purple-600::placeholder {
color: #805ad5;
}
.sm\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1;
}
.sm\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1;
}
.sm\:placeholder-purple-700::placeholder {
color: #6b46c1;
}
.sm\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a;
}
.sm\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a;
}
.sm\:placeholder-purple-800::placeholder {
color: #553c9a;
}
.sm\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a;
}
.sm\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a;
}
.sm\:placeholder-purple-900::placeholder {
color: #44337a;
}
.sm\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7;
}
.sm\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7;
}
.sm\:placeholder-pink-100::placeholder {
color: #fff5f7;
}
.sm\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2;
}
.sm\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2;
}
.sm\:placeholder-pink-200::placeholder {
color: #fed7e2;
}
.sm\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce;
}
.sm\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce;
}
.sm\:placeholder-pink-300::placeholder {
color: #fbb6ce;
}
.sm\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3;
}
.sm\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3;
}
.sm\:placeholder-pink-400::placeholder {
color: #f687b3;
}
.sm\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6;
}
.sm\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6;
}
.sm\:placeholder-pink-500::placeholder {
color: #ed64a6;
}
.sm\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c;
}
.sm\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c;
}
.sm\:placeholder-pink-600::placeholder {
color: #d53f8c;
}
.sm\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280;
}
.sm\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280;
}
.sm\:placeholder-pink-700::placeholder {
color: #b83280;
}
.sm\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d;
}
.sm\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d;
}
.sm\:placeholder-pink-800::placeholder {
color: #97266d;
}
.sm\:placeholder-pink-900:-ms-input-placeholder {
color: #702459;
}
.sm\:placeholder-pink-900::-ms-input-placeholder {
color: #702459;
}
.sm\:placeholder-pink-900::placeholder {
color: #702459;
}
.sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
.sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent;
}
.sm\:focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
.sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000;
}
.sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000;
}
.sm\:focus\:placeholder-black:focus::placeholder {
color: #000;
}
.sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff;
}
.sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff;
}
.sm\:focus\:placeholder-white:focus::placeholder {
color: #fff;
}
.sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc;
}
.sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc;
}
.sm\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc;
}
.sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7;
}
.sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7;
}
.sm\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7;
}
.sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0;
}
.sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0;
}
.sm\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0;
}
.sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0;
}
.sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0;
}
.sm\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0;
}
.sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0;
}
.sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0;
}
.sm\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0;
}
.sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096;
}
.sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096;
}
.sm\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096;
}
.sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568;
}
.sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568;
}
.sm\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568;
}
.sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748;
}
.sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748;
}
.sm\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748;
}
.sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c;
}
.sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c;
}
.sm\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c;
}
.sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5;
}
.sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5;
}
.sm\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5;
}
.sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7;
}
.sm\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7;
}
.sm\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7;
}
.sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2;
}
.sm\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2;
}
.sm\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2;
}
.sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181;
}
.sm\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181;
}
.sm\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181;
}
.sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565;
}
.sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565;
}
.sm\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565;
}
.sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e;
}
.sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e;
}
.sm\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e;
}
.sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030;
}
.sm\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030;
}
.sm\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030;
}
.sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c;
}
.sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c;
}
.sm\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c;
}
.sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a;
}
.sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a;
}
.sm\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a;
}
.sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0;
}
.sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0;
}
.sm\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0;
}
.sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8;
}
.sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8;
}
.sm\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8;
}
.sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d;
}
.sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d;
}
.sm\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d;
}
.sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55;
}
.sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55;
}
.sm\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55;
}
.sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936;
}
.sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936;
}
.sm\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936;
}
.sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20;
}
.sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20;
}
.sm\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20;
}
.sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621;
}
.sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621;
}
.sm\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621;
}
.sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221;
}
.sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221;
}
.sm\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221;
}
.sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e;
}
.sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e;
}
.sm\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e;
}
.sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0;
}
.sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0;
}
.sm\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0;
}
.sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf;
}
.sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf;
}
.sm\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf;
}
.sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089;
}
.sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089;
}
.sm\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089;
}
.sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e;
}
.sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e;
}
.sm\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e;
}
.sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b;
}
.sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b;
}
.sm\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b;
}
.sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e;
}
.sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e;
}
.sm\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e;
}
.sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f;
}
.sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f;
}
.sm\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f;
}
.sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16;
}
.sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16;
}
.sm\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16;
}
.sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210;
}
.sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210;
}
.sm\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210;
}
.sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4;
}
.sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4;
}
.sm\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4;
}
.sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5;
}
.sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5;
}
.sm\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5;
}
.sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4;
}
.sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4;
}
.sm\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4;
}
.sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391;
}
.sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391;
}
.sm\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391;
}
.sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78;
}
.sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78;
}
.sm\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78;
}
.sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169;
}
.sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169;
}
.sm\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169;
}
.sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a;
}
.sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a;
}
.sm\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a;
}
.sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749;
}
.sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749;
}
.sm\:focus\:placeholder-green-800:focus::placeholder {
color: #276749;
}
.sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d;
}
.sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d;
}
.sm\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d;
}
.sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa;
}
.sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa;
}
.sm\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa;
}
.sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea;
}
.sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea;
}
.sm\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea;
}
.sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9;
}
.sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9;
}
.sm\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9;
}
.sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5;
}
.sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5;
}
.sm\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5;
}
.sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac;
}
.sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac;
}
.sm\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac;
}
.sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795;
}
.sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795;
}
.sm\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795;
}
.sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b;
}
.sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b;
}
.sm\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b;
}
.sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61;
}
.sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61;
}
.sm\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61;
}
.sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52;
}
.sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52;
}
.sm\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52;
}
.sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff;
}
.sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff;
}
.sm\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff;
}
.sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8;
}
.sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8;
}
.sm\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8;
}
.sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4;
}
.sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4;
}
.sm\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4;
}
.sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed;
}
.sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed;
}
.sm\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed;
}
.sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1;
}
.sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1;
}
.sm\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1;
}
.sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce;
}
.sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce;
}
.sm\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce;
}
.sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0;
}
.sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0;
}
.sm\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0;
}
.sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282;
}
.sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282;
}
.sm\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282;
}
.sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365;
}
.sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365;
}
.sm\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365;
}
.sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff;
}
.sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff;
}
.sm\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff;
}
.sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe;
}
.sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe;
}
.sm\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe;
}
.sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa;
}
.sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa;
}
.sm\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa;
}
.sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5;
}
.sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5;
}
.sm\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5;
}
.sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea;
}
.sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea;
}
.sm\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea;
}
.sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8;
}
.sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8;
}
.sm\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8;
}
.sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf;
}
.sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf;
}
.sm\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf;
}
.sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190;
}
.sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190;
}
.sm\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190;
}
.sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b;
}
.sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b;
}
.sm\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b;
}
.sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff;
}
.sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff;
}
.sm\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff;
}
.sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd;
}
.sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd;
}
.sm\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd;
}
.sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa;
}
.sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa;
}
.sm\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa;
}
.sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4;
}
.sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4;
}
.sm\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4;
}
.sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea;
}
.sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea;
}
.sm\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea;
}
.sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5;
}
.sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5;
}
.sm\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5;
}
.sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1;
}
.sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1;
}
.sm\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1;
}
.sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a;
}
.sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a;
}
.sm\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a;
}
.sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a;
}
.sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a;
}
.sm\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a;
}
.sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7;
}
.sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7;
}
.sm\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7;
}
.sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2;
}
.sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2;
}
.sm\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2;
}
.sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce;
}
.sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce;
}
.sm\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce;
}
.sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3;
}
.sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3;
}
.sm\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3;
}
.sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6;
}
.sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6;
}
.sm\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6;
}
.sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c;
}
.sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c;
}
.sm\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c;
}
.sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280;
}
.sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280;
}
.sm\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280;
}
.sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d;
}
.sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d;
}
.sm\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d;
}
.sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459;
}
.sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459;
}
.sm\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459;
}
.sm\:pointer-events-none {
pointer-events: none;
}
.sm\:pointer-events-auto {
pointer-events: auto;
}
.sm\:static {
position: static;
}
.sm\:fixed {
position: fixed;
}
.sm\:absolute {
position: absolute;
}
.sm\:relative {
position: relative;
}
.sm\:sticky {
position: -webkit-sticky;
position: sticky;
}
.sm\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sm\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.sm\:inset-y-0 {
top: 0;
bottom: 0;
}
.sm\:inset-x-0 {
right: 0;
left: 0;
}
.sm\:inset-y-auto {
top: auto;
bottom: auto;
}
.sm\:inset-x-auto {
right: auto;
left: auto;
}
.sm\:top-0 {
top: 0;
}
.sm\:right-0 {
right: 0;
}
.sm\:bottom-0 {
bottom: 0;
}
.sm\:left-0 {
left: 0;
}
.sm\:top-auto {
top: auto;
}
.sm\:right-auto {
right: auto;
}
.sm\:bottom-auto {
bottom: auto;
}
.sm\:left-auto {
left: auto;
}
.sm\:resize-none {
resize: none;
}
.sm\:resize-y {
resize: vertical;
}
.sm\:resize-x {
resize: horizontal;
}
.sm\:resize {
resize: both;
}
.sm\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.sm\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sm\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.sm\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.sm\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sm\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.sm\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.sm\:shadow-none {
box-shadow: none;
}
.sm\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.sm\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sm\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.sm\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.sm\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sm\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.sm\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.sm\:hover\:shadow-none:hover {
box-shadow: none;
}
.sm\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.sm\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sm\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.sm\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.sm\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sm\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.sm\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.sm\:focus\:shadow-none:focus {
box-shadow: none;
}
.sm\:fill-current {
fill: currentColor;
}
.sm\:stroke-current {
stroke: currentColor;
}
.sm\:table-auto {
table-layout: auto;
}
.sm\:table-fixed {
table-layout: fixed;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-center {
text-align: center;
}
.sm\:text-right {
text-align: right;
}
.sm\:text-justify {
text-align: justify;
}
.sm\:text-transparent {
color: transparent;
}
.sm\:text-black {
color: #000;
}
.sm\:text-white {
color: #fff;
}
.sm\:text-gray-100 {
color: #f7fafc;
}
.sm\:text-gray-200 {
color: #edf2f7;
}
.sm\:text-gray-300 {
color: #e2e8f0;
}
.sm\:text-gray-400 {
color: #cbd5e0;
}
.sm\:text-gray-500 {
color: #a0aec0;
}
.sm\:text-gray-600 {
color: #718096;
}
.sm\:text-gray-700 {
color: #4a5568;
}
.sm\:text-gray-800 {
color: #2d3748;
}
.sm\:text-gray-900 {
color: #1a202c;
}
.sm\:text-red-100 {
color: #fff5f5;
}
.sm\:text-red-200 {
color: #fed7d7;
}
.sm\:text-red-300 {
color: #feb2b2;
}
.sm\:text-red-400 {
color: #fc8181;
}
.sm\:text-red-500 {
color: #f56565;
}
.sm\:text-red-600 {
color: #e53e3e;
}
.sm\:text-red-700 {
color: #c53030;
}
.sm\:text-red-800 {
color: #9b2c2c;
}
.sm\:text-red-900 {
color: #742a2a;
}
.sm\:text-orange-100 {
color: #fffaf0;
}
.sm\:text-orange-200 {
color: #feebc8;
}
.sm\:text-orange-300 {
color: #fbd38d;
}
.sm\:text-orange-400 {
color: #f6ad55;
}
.sm\:text-orange-500 {
color: #ed8936;
}
.sm\:text-orange-600 {
color: #dd6b20;
}
.sm\:text-orange-700 {
color: #c05621;
}
.sm\:text-orange-800 {
color: #9c4221;
}
.sm\:text-orange-900 {
color: #7b341e;
}
.sm\:text-yellow-100 {
color: #fffff0;
}
.sm\:text-yellow-200 {
color: #fefcbf;
}
.sm\:text-yellow-300 {
color: #faf089;
}
.sm\:text-yellow-400 {
color: #f6e05e;
}
.sm\:text-yellow-500 {
color: #ecc94b;
}
.sm\:text-yellow-600 {
color: #d69e2e;
}
.sm\:text-yellow-700 {
color: #b7791f;
}
.sm\:text-yellow-800 {
color: #975a16;
}
.sm\:text-yellow-900 {
color: #744210;
}
.sm\:text-green-100 {
color: #f0fff4;
}
.sm\:text-green-200 {
color: #c6f6d5;
}
.sm\:text-green-300 {
color: #9ae6b4;
}
.sm\:text-green-400 {
color: #68d391;
}
.sm\:text-green-500 {
color: #48bb78;
}
.sm\:text-green-600 {
color: #38a169;
}
.sm\:text-green-700 {
color: #2f855a;
}
.sm\:text-green-800 {
color: #276749;
}
.sm\:text-green-900 {
color: #22543d;
}
.sm\:text-teal-100 {
color: #e6fffa;
}
.sm\:text-teal-200 {
color: #b2f5ea;
}
.sm\:text-teal-300 {
color: #81e6d9;
}
.sm\:text-teal-400 {
color: #4fd1c5;
}
.sm\:text-teal-500 {
color: #38b2ac;
}
.sm\:text-teal-600 {
color: #319795;
}
.sm\:text-teal-700 {
color: #2c7a7b;
}
.sm\:text-teal-800 {
color: #285e61;
}
.sm\:text-teal-900 {
color: #234e52;
}
.sm\:text-blue-100 {
color: #ebf8ff;
}
.sm\:text-blue-200 {
color: #bee3f8;
}
.sm\:text-blue-300 {
color: #90cdf4;
}
.sm\:text-blue-400 {
color: #63b3ed;
}
.sm\:text-blue-500 {
color: #4299e1;
}
.sm\:text-blue-600 {
color: #3182ce;
}
.sm\:text-blue-700 {
color: #2b6cb0;
}
.sm\:text-blue-800 {
color: #2c5282;
}
.sm\:text-blue-900 {
color: #2a4365;
}
.sm\:text-indigo-100 {
color: #ebf4ff;
}
.sm\:text-indigo-200 {
color: #c3dafe;
}
.sm\:text-indigo-300 {
color: #a3bffa;
}
.sm\:text-indigo-400 {
color: #7f9cf5;
}
.sm\:text-indigo-500 {
color: #667eea;
}
.sm\:text-indigo-600 {
color: #5a67d8;
}
.sm\:text-indigo-700 {
color: #4c51bf;
}
.sm\:text-indigo-800 {
color: #434190;
}
.sm\:text-indigo-900 {
color: #3c366b;
}
.sm\:text-purple-100 {
color: #faf5ff;
}
.sm\:text-purple-200 {
color: #e9d8fd;
}
.sm\:text-purple-300 {
color: #d6bcfa;
}
.sm\:text-purple-400 {
color: #b794f4;
}
.sm\:text-purple-500 {
color: #9f7aea;
}
.sm\:text-purple-600 {
color: #805ad5;
}
.sm\:text-purple-700 {
color: #6b46c1;
}
.sm\:text-purple-800 {
color: #553c9a;
}
.sm\:text-purple-900 {
color: #44337a;
}
.sm\:text-pink-100 {
color: #fff5f7;
}
.sm\:text-pink-200 {
color: #fed7e2;
}
.sm\:text-pink-300 {
color: #fbb6ce;
}
.sm\:text-pink-400 {
color: #f687b3;
}
.sm\:text-pink-500 {
color: #ed64a6;
}
.sm\:text-pink-600 {
color: #d53f8c;
}
.sm\:text-pink-700 {
color: #b83280;
}
.sm\:text-pink-800 {
color: #97266d;
}
.sm\:text-pink-900 {
color: #702459;
}
.sm\:hover\:text-transparent:hover {
color: transparent;
}
.sm\:hover\:text-black:hover {
color: #000;
}
.sm\:hover\:text-white:hover {
color: #fff;
}
.sm\:hover\:text-gray-100:hover {
color: #f7fafc;
}
.sm\:hover\:text-gray-200:hover {
color: #edf2f7;
}
.sm\:hover\:text-gray-300:hover {
color: #e2e8f0;
}
.sm\:hover\:text-gray-400:hover {
color: #cbd5e0;
}
.sm\:hover\:text-gray-500:hover {
color: #a0aec0;
}
.sm\:hover\:text-gray-600:hover {
color: #718096;
}
.sm\:hover\:text-gray-700:hover {
color: #4a5568;
}
.sm\:hover\:text-gray-800:hover {
color: #2d3748;
}
.sm\:hover\:text-gray-900:hover {
color: #1a202c;
}
.sm\:hover\:text-red-100:hover {
color: #fff5f5;
}
.sm\:hover\:text-red-200:hover {
color: #fed7d7;
}
.sm\:hover\:text-red-300:hover {
color: #feb2b2;
}
.sm\:hover\:text-red-400:hover {
color: #fc8181;
}
.sm\:hover\:text-red-500:hover {
color: #f56565;
}
.sm\:hover\:text-red-600:hover {
color: #e53e3e;
}
.sm\:hover\:text-red-700:hover {
color: #c53030;
}
.sm\:hover\:text-red-800:hover {
color: #9b2c2c;
}
.sm\:hover\:text-red-900:hover {
color: #742a2a;
}
.sm\:hover\:text-orange-100:hover {
color: #fffaf0;
}
.sm\:hover\:text-orange-200:hover {
color: #feebc8;
}
.sm\:hover\:text-orange-300:hover {
color: #fbd38d;
}
.sm\:hover\:text-orange-400:hover {
color: #f6ad55;
}
.sm\:hover\:text-orange-500:hover {
color: #ed8936;
}
.sm\:hover\:text-orange-600:hover {
color: #dd6b20;
}
.sm\:hover\:text-orange-700:hover {
color: #c05621;
}
.sm\:hover\:text-orange-800:hover {
color: #9c4221;
}
.sm\:hover\:text-orange-900:hover {
color: #7b341e;
}
.sm\:hover\:text-yellow-100:hover {
color: #fffff0;
}
.sm\:hover\:text-yellow-200:hover {
color: #fefcbf;
}
.sm\:hover\:text-yellow-300:hover {
color: #faf089;
}
.sm\:hover\:text-yellow-400:hover {
color: #f6e05e;
}
.sm\:hover\:text-yellow-500:hover {
color: #ecc94b;
}
.sm\:hover\:text-yellow-600:hover {
color: #d69e2e;
}
.sm\:hover\:text-yellow-700:hover {
color: #b7791f;
}
.sm\:hover\:text-yellow-800:hover {
color: #975a16;
}
.sm\:hover\:text-yellow-900:hover {
color: #744210;
}
.sm\:hover\:text-green-100:hover {
color: #f0fff4;
}
.sm\:hover\:text-green-200:hover {
color: #c6f6d5;
}
.sm\:hover\:text-green-300:hover {
color: #9ae6b4;
}
.sm\:hover\:text-green-400:hover {
color: #68d391;
}
.sm\:hover\:text-green-500:hover {
color: #48bb78;
}
.sm\:hover\:text-green-600:hover {
color: #38a169;
}
.sm\:hover\:text-green-700:hover {
color: #2f855a;
}
.sm\:hover\:text-green-800:hover {
color: #276749;
}
.sm\:hover\:text-green-900:hover {
color: #22543d;
}
.sm\:hover\:text-teal-100:hover {
color: #e6fffa;
}
.sm\:hover\:text-teal-200:hover {
color: #b2f5ea;
}
.sm\:hover\:text-teal-300:hover {
color: #81e6d9;
}
.sm\:hover\:text-teal-400:hover {
color: #4fd1c5;
}
.sm\:hover\:text-teal-500:hover {
color: #38b2ac;
}
.sm\:hover\:text-teal-600:hover {
color: #319795;
}
.sm\:hover\:text-teal-700:hover {
color: #2c7a7b;
}
.sm\:hover\:text-teal-800:hover {
color: #285e61;
}
.sm\:hover\:text-teal-900:hover {
color: #234e52;
}
.sm\:hover\:text-blue-100:hover {
color: #ebf8ff;
}
.sm\:hover\:text-blue-200:hover {
color: #bee3f8;
}
.sm\:hover\:text-blue-300:hover {
color: #90cdf4;
}
.sm\:hover\:text-blue-400:hover {
color: #63b3ed;
}
.sm\:hover\:text-blue-500:hover {
color: #4299e1;
}
.sm\:hover\:text-blue-600:hover {
color: #3182ce;
}
.sm\:hover\:text-blue-700:hover {
color: #2b6cb0;
}
.sm\:hover\:text-blue-800:hover {
color: #2c5282;
}
.sm\:hover\:text-blue-900:hover {
color: #2a4365;
}
.sm\:hover\:text-indigo-100:hover {
color: #ebf4ff;
}
.sm\:hover\:text-indigo-200:hover {
color: #c3dafe;
}
.sm\:hover\:text-indigo-300:hover {
color: #a3bffa;
}
.sm\:hover\:text-indigo-400:hover {
color: #7f9cf5;
}
.sm\:hover\:text-indigo-500:hover {
color: #667eea;
}
.sm\:hover\:text-indigo-600:hover {
color: #5a67d8;
}
.sm\:hover\:text-indigo-700:hover {
color: #4c51bf;
}
.sm\:hover\:text-indigo-800:hover {
color: #434190;
}
.sm\:hover\:text-indigo-900:hover {
color: #3c366b;
}
.sm\:hover\:text-purple-100:hover {
color: #faf5ff;
}
.sm\:hover\:text-purple-200:hover {
color: #e9d8fd;
}
.sm\:hover\:text-purple-300:hover {
color: #d6bcfa;
}
.sm\:hover\:text-purple-400:hover {
color: #b794f4;
}
.sm\:hover\:text-purple-500:hover {
color: #9f7aea;
}
.sm\:hover\:text-purple-600:hover {
color: #805ad5;
}
.sm\:hover\:text-purple-700:hover {
color: #6b46c1;
}
.sm\:hover\:text-purple-800:hover {
color: #553c9a;
}
.sm\:hover\:text-purple-900:hover {
color: #44337a;
}
.sm\:hover\:text-pink-100:hover {
color: #fff5f7;
}
.sm\:hover\:text-pink-200:hover {
color: #fed7e2;
}
.sm\:hover\:text-pink-300:hover {
color: #fbb6ce;
}
.sm\:hover\:text-pink-400:hover {
color: #f687b3;
}
.sm\:hover\:text-pink-500:hover {
color: #ed64a6;
}
.sm\:hover\:text-pink-600:hover {
color: #d53f8c;
}
.sm\:hover\:text-pink-700:hover {
color: #b83280;
}
.sm\:hover\:text-pink-800:hover {
color: #97266d;
}
.sm\:hover\:text-pink-900:hover {
color: #702459;
}
.sm\:focus\:text-transparent:focus {
color: transparent;
}
.sm\:focus\:text-black:focus {
color: #000;
}
.sm\:focus\:text-white:focus {
color: #fff;
}
.sm\:focus\:text-gray-100:focus {
color: #f7fafc;
}
.sm\:focus\:text-gray-200:focus {
color: #edf2f7;
}
.sm\:focus\:text-gray-300:focus {
color: #e2e8f0;
}
.sm\:focus\:text-gray-400:focus {
color: #cbd5e0;
}
.sm\:focus\:text-gray-500:focus {
color: #a0aec0;
}
.sm\:focus\:text-gray-600:focus {
color: #718096;
}
.sm\:focus\:text-gray-700:focus {
color: #4a5568;
}
.sm\:focus\:text-gray-800:focus {
color: #2d3748;
}
.sm\:focus\:text-gray-900:focus {
color: #1a202c;
}
.sm\:focus\:text-red-100:focus {
color: #fff5f5;
}
.sm\:focus\:text-red-200:focus {
color: #fed7d7;
}
.sm\:focus\:text-red-300:focus {
color: #feb2b2;
}
.sm\:focus\:text-red-400:focus {
color: #fc8181;
}
.sm\:focus\:text-red-500:focus {
color: #f56565;
}
.sm\:focus\:text-red-600:focus {
color: #e53e3e;
}
.sm\:focus\:text-red-700:focus {
color: #c53030;
}
.sm\:focus\:text-red-800:focus {
color: #9b2c2c;
}
.sm\:focus\:text-red-900:focus {
color: #742a2a;
}
.sm\:focus\:text-orange-100:focus {
color: #fffaf0;
}
.sm\:focus\:text-orange-200:focus {
color: #feebc8;
}
.sm\:focus\:text-orange-300:focus {
color: #fbd38d;
}
.sm\:focus\:text-orange-400:focus {
color: #f6ad55;
}
.sm\:focus\:text-orange-500:focus {
color: #ed8936;
}
.sm\:focus\:text-orange-600:focus {
color: #dd6b20;
}
.sm\:focus\:text-orange-700:focus {
color: #c05621;
}
.sm\:focus\:text-orange-800:focus {
color: #9c4221;
}
.sm\:focus\:text-orange-900:focus {
color: #7b341e;
}
.sm\:focus\:text-yellow-100:focus {
color: #fffff0;
}
.sm\:focus\:text-yellow-200:focus {
color: #fefcbf;
}
.sm\:focus\:text-yellow-300:focus {
color: #faf089;
}
.sm\:focus\:text-yellow-400:focus {
color: #f6e05e;
}
.sm\:focus\:text-yellow-500:focus {
color: #ecc94b;
}
.sm\:focus\:text-yellow-600:focus {
color: #d69e2e;
}
.sm\:focus\:text-yellow-700:focus {
color: #b7791f;
}
.sm\:focus\:text-yellow-800:focus {
color: #975a16;
}
.sm\:focus\:text-yellow-900:focus {
color: #744210;
}
.sm\:focus\:text-green-100:focus {
color: #f0fff4;
}
.sm\:focus\:text-green-200:focus {
color: #c6f6d5;
}
.sm\:focus\:text-green-300:focus {
color: #9ae6b4;
}
.sm\:focus\:text-green-400:focus {
color: #68d391;
}
.sm\:focus\:text-green-500:focus {
color: #48bb78;
}
.sm\:focus\:text-green-600:focus {
color: #38a169;
}
.sm\:focus\:text-green-700:focus {
color: #2f855a;
}
.sm\:focus\:text-green-800:focus {
color: #276749;
}
.sm\:focus\:text-green-900:focus {
color: #22543d;
}
.sm\:focus\:text-teal-100:focus {
color: #e6fffa;
}
.sm\:focus\:text-teal-200:focus {
color: #b2f5ea;
}
.sm\:focus\:text-teal-300:focus {
color: #81e6d9;
}
.sm\:focus\:text-teal-400:focus {
color: #4fd1c5;
}
.sm\:focus\:text-teal-500:focus {
color: #38b2ac;
}
.sm\:focus\:text-teal-600:focus {
color: #319795;
}
.sm\:focus\:text-teal-700:focus {
color: #2c7a7b;
}
.sm\:focus\:text-teal-800:focus {
color: #285e61;
}
.sm\:focus\:text-teal-900:focus {
color: #234e52;
}
.sm\:focus\:text-blue-100:focus {
color: #ebf8ff;
}
.sm\:focus\:text-blue-200:focus {
color: #bee3f8;
}
.sm\:focus\:text-blue-300:focus {
color: #90cdf4;
}
.sm\:focus\:text-blue-400:focus {
color: #63b3ed;
}
.sm\:focus\:text-blue-500:focus {
color: #4299e1;
}
.sm\:focus\:text-blue-600:focus {
color: #3182ce;
}
.sm\:focus\:text-blue-700:focus {
color: #2b6cb0;
}
.sm\:focus\:text-blue-800:focus {
color: #2c5282;
}
.sm\:focus\:text-blue-900:focus {
color: #2a4365;
}
.sm\:focus\:text-indigo-100:focus {
color: #ebf4ff;
}
.sm\:focus\:text-indigo-200:focus {
color: #c3dafe;
}
.sm\:focus\:text-indigo-300:focus {
color: #a3bffa;
}
.sm\:focus\:text-indigo-400:focus {
color: #7f9cf5;
}
.sm\:focus\:text-indigo-500:focus {
color: #667eea;
}
.sm\:focus\:text-indigo-600:focus {
color: #5a67d8;
}
.sm\:focus\:text-indigo-700:focus {
color: #4c51bf;
}
.sm\:focus\:text-indigo-800:focus {
color: #434190;
}
.sm\:focus\:text-indigo-900:focus {
color: #3c366b;
}
.sm\:focus\:text-purple-100:focus {
color: #faf5ff;
}
.sm\:focus\:text-purple-200:focus {
color: #e9d8fd;
}
.sm\:focus\:text-purple-300:focus {
color: #d6bcfa;
}
.sm\:focus\:text-purple-400:focus {
color: #b794f4;
}
.sm\:focus\:text-purple-500:focus {
color: #9f7aea;
}
.sm\:focus\:text-purple-600:focus {
color: #805ad5;
}
.sm\:focus\:text-purple-700:focus {
color: #6b46c1;
}
.sm\:focus\:text-purple-800:focus {
color: #553c9a;
}
.sm\:focus\:text-purple-900:focus {
color: #44337a;
}
.sm\:focus\:text-pink-100:focus {
color: #fff5f7;
}
.sm\:focus\:text-pink-200:focus {
color: #fed7e2;
}
.sm\:focus\:text-pink-300:focus {
color: #fbb6ce;
}
.sm\:focus\:text-pink-400:focus {
color: #f687b3;
}
.sm\:focus\:text-pink-500:focus {
color: #ed64a6;
}
.sm\:focus\:text-pink-600:focus {
color: #d53f8c;
}
.sm\:focus\:text-pink-700:focus {
color: #b83280;
}
.sm\:focus\:text-pink-800:focus {
color: #97266d;
}
.sm\:focus\:text-pink-900:focus {
color: #702459;
}
.sm\:text-xs {
font-size: 0.75rem;
}
.sm\:text-sm {
font-size: 0.875rem;
}
.sm\:text-base {
font-size: 1rem;
}
.sm\:text-lg {
font-size: 1.125rem;
}
.sm\:text-xl {
font-size: 1.25rem;
}
.sm\:text-2xl {
font-size: 1.5rem;
}
.sm\:text-3xl {
font-size: 1.875rem;
}
.sm\:text-4xl {
font-size: 2.25rem;
}
.sm\:text-5xl {
font-size: 3rem;
}
.sm\:text-6xl {
font-size: 4rem;
}
.sm\:italic {
font-style: italic;
}
.sm\:not-italic {
font-style: normal;
}
.sm\:uppercase {
text-transform: uppercase;
}
.sm\:lowercase {
text-transform: lowercase;
}
.sm\:capitalize {
text-transform: capitalize;
}
.sm\:normal-case {
text-transform: none;
}
.sm\:underline {
text-decoration: underline;
}
.sm\:line-through {
text-decoration: line-through;
}
.sm\:no-underline {
text-decoration: none;
}
.sm\:hover\:underline:hover {
text-decoration: underline;
}
.sm\:hover\:line-through:hover {
text-decoration: line-through;
}
.sm\:hover\:no-underline:hover {
text-decoration: none;
}
.sm\:focus\:underline:focus {
text-decoration: underline;
}
.sm\:focus\:line-through:focus {
text-decoration: line-through;
}
.sm\:focus\:no-underline:focus {
text-decoration: none;
}
.sm\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sm\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.sm\:tracking-tighter {
letter-spacing: -0.05em;
}
.sm\:tracking-tight {
letter-spacing: -0.025em;
}
.sm\:tracking-normal {
letter-spacing: 0;
}
.sm\:tracking-wide {
letter-spacing: 0.025em;
}
.sm\:tracking-wider {
letter-spacing: 0.05em;
}
.sm\:tracking-widest {
letter-spacing: 0.1em;
}
.sm\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sm\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.sm\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.sm\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.sm\:align-baseline {
vertical-align: baseline;
}
.sm\:align-top {
vertical-align: top;
}
.sm\:align-middle {
vertical-align: middle;
}
.sm\:align-bottom {
vertical-align: bottom;
}
.sm\:align-text-top {
vertical-align: text-top;
}
.sm\:align-text-bottom {
vertical-align: text-bottom;
}
.sm\:visible {
visibility: visible;
}
.sm\:invisible {
visibility: hidden;
}
.sm\:whitespace-normal {
white-space: normal;
}
.sm\:whitespace-no-wrap {
white-space: nowrap;
}
.sm\:whitespace-pre {
white-space: pre;
}
.sm\:whitespace-pre-line {
white-space: pre-line;
}
.sm\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.sm\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.sm\:break-words {
overflow-wrap: break-word;
}
.sm\:break-all {
word-break: break-all;
}
.sm\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sm\:w-0 {
width: 0;
}
.sm\:w-1 {
width: 0.25rem;
}
.sm\:w-2 {
width: 0.5rem;
}
.sm\:w-3 {
width: 0.75rem;
}
.sm\:w-4 {
width: 1rem;
}
.sm\:w-5 {
width: 1.25rem;
}
.sm\:w-6 {
width: 1.5rem;
}
.sm\:w-8 {
width: 2rem;
}
.sm\:w-10 {
width: 2.5rem;
}
.sm\:w-12 {
width: 3rem;
}
.sm\:w-16 {
width: 4rem;
}
.sm\:w-20 {
width: 5rem;
}
.sm\:w-24 {
width: 6rem;
}
.sm\:w-32 {
width: 8rem;
}
.sm\:w-40 {
width: 10rem;
}
.sm\:w-48 {
width: 12rem;
}
.sm\:w-56 {
width: 14rem;
}
.sm\:w-64 {
width: 16rem;
}
.sm\:w-auto {
width: auto;
}
.sm\:w-px {
width: 1px;
}
.sm\:w-1\/2 {
width: 50%;
}
.sm\:w-1\/3 {
width: 33.333333%;
}
.sm\:w-2\/3 {
width: 66.666667%;
}
.sm\:w-1\/4 {
width: 25%;
}
.sm\:w-2\/4 {
width: 50%;
}
.sm\:w-3\/4 {
width: 75%;
}
.sm\:w-1\/5 {
width: 20%;
}
.sm\:w-2\/5 {
width: 40%;
}
.sm\:w-3\/5 {
width: 60%;
}
.sm\:w-4\/5 {
width: 80%;
}
.sm\:w-1\/6 {
width: 16.666667%;
}
.sm\:w-2\/6 {
width: 33.333333%;
}
.sm\:w-3\/6 {
width: 50%;
}
.sm\:w-4\/6 {
width: 66.666667%;
}
.sm\:w-5\/6 {
width: 83.333333%;
}
.sm\:w-1\/12 {
width: 8.333333%;
}
.sm\:w-2\/12 {
width: 16.666667%;
}
.sm\:w-3\/12 {
width: 25%;
}
.sm\:w-4\/12 {
width: 33.333333%;
}
.sm\:w-5\/12 {
width: 41.666667%;
}
.sm\:w-6\/12 {
width: 50%;
}
.sm\:w-7\/12 {
width: 58.333333%;
}
.sm\:w-8\/12 {
width: 66.666667%;
}
.sm\:w-9\/12 {
width: 75%;
}
.sm\:w-10\/12 {
width: 83.333333%;
}
.sm\:w-11\/12 {
width: 91.666667%;
}
.sm\:w-full {
width: 100%;
}
.sm\:w-screen {
width: 100vw;
}
.sm\:z-0 {
z-index: 0;
}
.sm\:z-10 {
z-index: 10;
}
.sm\:z-20 {
z-index: 20;
}
.sm\:z-30 {
z-index: 30;
}
.sm\:z-40 {
z-index: 40;
}
.sm\:z-50 {
z-index: 50;
}
.sm\:z-auto {
z-index: auto;
}
}
@media (min-width: 768px) {
.md\:sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.md\:not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.md\:focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.md\:focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.md\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.md\:bg-fixed {
background-attachment: fixed;
}
.md\:bg-local {
background-attachment: local;
}
.md\:bg-scroll {
background-attachment: scroll;
}
.md\:bg-transparent {
background-color: transparent;
}
.md\:bg-black {
background-color: #000;
}
.md\:bg-white {
background-color: #fff;
}
.md\:bg-gray-100 {
background-color: #f7fafc;
}
.md\:bg-gray-200 {
background-color: #edf2f7;
}
.md\:bg-gray-300 {
background-color: #e2e8f0;
}
.md\:bg-gray-400 {
background-color: #cbd5e0;
}
.md\:bg-gray-500 {
background-color: #a0aec0;
}
.md\:bg-gray-600 {
background-color: #718096;
}
.md\:bg-gray-700 {
background-color: #4a5568;
}
.md\:bg-gray-800 {
background-color: #2d3748;
}
.md\:bg-gray-900 {
background-color: #1a202c;
}
.md\:bg-red-100 {
background-color: #fff5f5;
}
.md\:bg-red-200 {
background-color: #fed7d7;
}
.md\:bg-red-300 {
background-color: #feb2b2;
}
.md\:bg-red-400 {
background-color: #fc8181;
}
.md\:bg-red-500 {
background-color: #f56565;
}
.md\:bg-red-600 {
background-color: #e53e3e;
}
.md\:bg-red-700 {
background-color: #c53030;
}
.md\:bg-red-800 {
background-color: #9b2c2c;
}
.md\:bg-red-900 {
background-color: #742a2a;
}
.md\:bg-orange-100 {
background-color: #fffaf0;
}
.md\:bg-orange-200 {
background-color: #feebc8;
}
.md\:bg-orange-300 {
background-color: #fbd38d;
}
.md\:bg-orange-400 {
background-color: #f6ad55;
}
.md\:bg-orange-500 {
background-color: #ed8936;
}
.md\:bg-orange-600 {
background-color: #dd6b20;
}
.md\:bg-orange-700 {
background-color: #c05621;
}
.md\:bg-orange-800 {
background-color: #9c4221;
}
.md\:bg-orange-900 {
background-color: #7b341e;
}
.md\:bg-yellow-100 {
background-color: #fffff0;
}
.md\:bg-yellow-200 {
background-color: #fefcbf;
}
.md\:bg-yellow-300 {
background-color: #faf089;
}
.md\:bg-yellow-400 {
background-color: #f6e05e;
}
.md\:bg-yellow-500 {
background-color: #ecc94b;
}
.md\:bg-yellow-600 {
background-color: #d69e2e;
}
.md\:bg-yellow-700 {
background-color: #b7791f;
}
.md\:bg-yellow-800 {
background-color: #975a16;
}
.md\:bg-yellow-900 {
background-color: #744210;
}
.md\:bg-green-100 {
background-color: #f0fff4;
}
.md\:bg-green-200 {
background-color: #c6f6d5;
}
.md\:bg-green-300 {
background-color: #9ae6b4;
}
.md\:bg-green-400 {
background-color: #68d391;
}
.md\:bg-green-500 {
background-color: #48bb78;
}
.md\:bg-green-600 {
background-color: #38a169;
}
.md\:bg-green-700 {
background-color: #2f855a;
}
.md\:bg-green-800 {
background-color: #276749;
}
.md\:bg-green-900 {
background-color: #22543d;
}
.md\:bg-teal-100 {
background-color: #e6fffa;
}
.md\:bg-teal-200 {
background-color: #b2f5ea;
}
.md\:bg-teal-300 {
background-color: #81e6d9;
}
.md\:bg-teal-400 {
background-color: #4fd1c5;
}
.md\:bg-teal-500 {
background-color: #38b2ac;
}
.md\:bg-teal-600 {
background-color: #319795;
}
.md\:bg-teal-700 {
background-color: #2c7a7b;
}
.md\:bg-teal-800 {
background-color: #285e61;
}
.md\:bg-teal-900 {
background-color: #234e52;
}
.md\:bg-blue-100 {
background-color: #ebf8ff;
}
.md\:bg-blue-200 {
background-color: #bee3f8;
}
.md\:bg-blue-300 {
background-color: #90cdf4;
}
.md\:bg-blue-400 {
background-color: #63b3ed;
}
.md\:bg-blue-500 {
background-color: #4299e1;
}
.md\:bg-blue-600 {
background-color: #3182ce;
}
.md\:bg-blue-700 {
background-color: #2b6cb0;
}
.md\:bg-blue-800 {
background-color: #2c5282;
}
.md\:bg-blue-900 {
background-color: #2a4365;
}
.md\:bg-indigo-100 {
background-color: #ebf4ff;
}
.md\:bg-indigo-200 {
background-color: #c3dafe;
}
.md\:bg-indigo-300 {
background-color: #a3bffa;
}
.md\:bg-indigo-400 {
background-color: #7f9cf5;
}
.md\:bg-indigo-500 {
background-color: #667eea;
}
.md\:bg-indigo-600 {
background-color: #5a67d8;
}
.md\:bg-indigo-700 {
background-color: #4c51bf;
}
.md\:bg-indigo-800 {
background-color: #434190;
}
.md\:bg-indigo-900 {
background-color: #3c366b;
}
.md\:bg-purple-100 {
background-color: #faf5ff;
}
.md\:bg-purple-200 {
background-color: #e9d8fd;
}
.md\:bg-purple-300 {
background-color: #d6bcfa;
}
.md\:bg-purple-400 {
background-color: #b794f4;
}
.md\:bg-purple-500 {
background-color: #9f7aea;
}
.md\:bg-purple-600 {
background-color: #805ad5;
}
.md\:bg-purple-700 {
background-color: #6b46c1;
}
.md\:bg-purple-800 {
background-color: #553c9a;
}
.md\:bg-purple-900 {
background-color: #44337a;
}
.md\:bg-pink-100 {
background-color: #fff5f7;
}
.md\:bg-pink-200 {
background-color: #fed7e2;
}
.md\:bg-pink-300 {
background-color: #fbb6ce;
}
.md\:bg-pink-400 {
background-color: #f687b3;
}
.md\:bg-pink-500 {
background-color: #ed64a6;
}
.md\:bg-pink-600 {
background-color: #d53f8c;
}
.md\:bg-pink-700 {
background-color: #b83280;
}
.md\:bg-pink-800 {
background-color: #97266d;
}
.md\:bg-pink-900 {
background-color: #702459;
}
.md\:hover\:bg-transparent:hover {
background-color: transparent;
}
.md\:hover\:bg-black:hover {
background-color: #000;
}
.md\:hover\:bg-white:hover {
background-color: #fff;
}
.md\:hover\:bg-gray-100:hover {
background-color: #f7fafc;
}
.md\:hover\:bg-gray-200:hover {
background-color: #edf2f7;
}
.md\:hover\:bg-gray-300:hover {
background-color: #e2e8f0;
}
.md\:hover\:bg-gray-400:hover {
background-color: #cbd5e0;
}
.md\:hover\:bg-gray-500:hover {
background-color: #a0aec0;
}
.md\:hover\:bg-gray-600:hover {
background-color: #718096;
}
.md\:hover\:bg-gray-700:hover {
background-color: #4a5568;
}
.md\:hover\:bg-gray-800:hover {
background-color: #2d3748;
}
.md\:hover\:bg-gray-900:hover {
background-color: #1a202c;
}
.md\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.md\:hover\:bg-red-200:hover {
background-color: #fed7d7;
}
.md\:hover\:bg-red-300:hover {
background-color: #feb2b2;
}
.md\:hover\:bg-red-400:hover {
background-color: #fc8181;
}
.md\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.md\:hover\:bg-red-600:hover {
background-color: #e53e3e;
}
.md\:hover\:bg-red-700:hover {
background-color: #c53030;
}
.md\:hover\:bg-red-800:hover {
background-color: #9b2c2c;
}
.md\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.md\:hover\:bg-orange-100:hover {
background-color: #fffaf0;
}
.md\:hover\:bg-orange-200:hover {
background-color: #feebc8;
}
.md\:hover\:bg-orange-300:hover {
background-color: #fbd38d;
}
.md\:hover\:bg-orange-400:hover {
background-color: #f6ad55;
}
.md\:hover\:bg-orange-500:hover {
background-color: #ed8936;
}
.md\:hover\:bg-orange-600:hover {
background-color: #dd6b20;
}
.md\:hover\:bg-orange-700:hover {
background-color: #c05621;
}
.md\:hover\:bg-orange-800:hover {
background-color: #9c4221;
}
.md\:hover\:bg-orange-900:hover {
background-color: #7b341e;
}
.md\:hover\:bg-yellow-100:hover {
background-color: #fffff0;
}
.md\:hover\:bg-yellow-200:hover {
background-color: #fefcbf;
}
.md\:hover\:bg-yellow-300:hover {
background-color: #faf089;
}
.md\:hover\:bg-yellow-400:hover {
background-color: #f6e05e;
}
.md\:hover\:bg-yellow-500:hover {
background-color: #ecc94b;
}
.md\:hover\:bg-yellow-600:hover {
background-color: #d69e2e;
}
.md\:hover\:bg-yellow-700:hover {
background-color: #b7791f;
}
.md\:hover\:bg-yellow-800:hover {
background-color: #975a16;
}
.md\:hover\:bg-yellow-900:hover {
background-color: #744210;
}
.md\:hover\:bg-green-100:hover {
background-color: #f0fff4;
}
.md\:hover\:bg-green-200:hover {
background-color: #c6f6d5;
}
.md\:hover\:bg-green-300:hover {
background-color: #9ae6b4;
}
.md\:hover\:bg-green-400:hover {
background-color: #68d391;
}
.md\:hover\:bg-green-500:hover {
background-color: #48bb78;
}
.md\:hover\:bg-green-600:hover {
background-color: #38a169;
}
.md\:hover\:bg-green-700:hover {
background-color: #2f855a;
}
.md\:hover\:bg-green-800:hover {
background-color: #276749;
}
.md\:hover\:bg-green-900:hover {
background-color: #22543d;
}
.md\:hover\:bg-teal-100:hover {
background-color: #e6fffa;
}
.md\:hover\:bg-teal-200:hover {
background-color: #b2f5ea;
}
.md\:hover\:bg-teal-300:hover {
background-color: #81e6d9;
}
.md\:hover\:bg-teal-400:hover {
background-color: #4fd1c5;
}
.md\:hover\:bg-teal-500:hover {
background-color: #38b2ac;
}
.md\:hover\:bg-teal-600:hover {
background-color: #319795;
}
.md\:hover\:bg-teal-700:hover {
background-color: #2c7a7b;
}
.md\:hover\:bg-teal-800:hover {
background-color: #285e61;
}
.md\:hover\:bg-teal-900:hover {
background-color: #234e52;
}
.md\:hover\:bg-blue-100:hover {
background-color: #ebf8ff;
}
.md\:hover\:bg-blue-200:hover {
background-color: #bee3f8;
}
.md\:hover\:bg-blue-300:hover {
background-color: #90cdf4;
}
.md\:hover\:bg-blue-400:hover {
background-color: #63b3ed;
}
.md\:hover\:bg-blue-500:hover {
background-color: #4299e1;
}
.md\:hover\:bg-blue-600:hover {
background-color: #3182ce;
}
.md\:hover\:bg-blue-700:hover {
background-color: #2b6cb0;
}
.md\:hover\:bg-blue-800:hover {
background-color: #2c5282;
}
.md\:hover\:bg-blue-900:hover {
background-color: #2a4365;
}
.md\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff;
}
.md\:hover\:bg-indigo-200:hover {
background-color: #c3dafe;
}
.md\:hover\:bg-indigo-300:hover {
background-color: #a3bffa;
}
.md\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5;
}
.md\:hover\:bg-indigo-500:hover {
background-color: #667eea;
}
.md\:hover\:bg-indigo-600:hover {
background-color: #5a67d8;
}
.md\:hover\:bg-indigo-700:hover {
background-color: #4c51bf;
}
.md\:hover\:bg-indigo-800:hover {
background-color: #434190;
}
.md\:hover\:bg-indigo-900:hover {
background-color: #3c366b;
}
.md\:hover\:bg-purple-100:hover {
background-color: #faf5ff;
}
.md\:hover\:bg-purple-200:hover {
background-color: #e9d8fd;
}
.md\:hover\:bg-purple-300:hover {
background-color: #d6bcfa;
}
.md\:hover\:bg-purple-400:hover {
background-color: #b794f4;
}
.md\:hover\:bg-purple-500:hover {
background-color: #9f7aea;
}
.md\:hover\:bg-purple-600:hover {
background-color: #805ad5;
}
.md\:hover\:bg-purple-700:hover {
background-color: #6b46c1;
}
.md\:hover\:bg-purple-800:hover {
background-color: #553c9a;
}
.md\:hover\:bg-purple-900:hover {
background-color: #44337a;
}
.md\:hover\:bg-pink-100:hover {
background-color: #fff5f7;
}
.md\:hover\:bg-pink-200:hover {
background-color: #fed7e2;
}
.md\:hover\:bg-pink-300:hover {
background-color: #fbb6ce;
}
.md\:hover\:bg-pink-400:hover {
background-color: #f687b3;
}
.md\:hover\:bg-pink-500:hover {
background-color: #ed64a6;
}
.md\:hover\:bg-pink-600:hover {
background-color: #d53f8c;
}
.md\:hover\:bg-pink-700:hover {
background-color: #b83280;
}
.md\:hover\:bg-pink-800:hover {
background-color: #97266d;
}
.md\:hover\:bg-pink-900:hover {
background-color: #702459;
}
.md\:focus\:bg-transparent:focus {
background-color: transparent;
}
.md\:focus\:bg-black:focus {
background-color: #000;
}
.md\:focus\:bg-white:focus {
background-color: #fff;
}
.md\:focus\:bg-gray-100:focus {
background-color: #f7fafc;
}
.md\:focus\:bg-gray-200:focus {
background-color: #edf2f7;
}
.md\:focus\:bg-gray-300:focus {
background-color: #e2e8f0;
}
.md\:focus\:bg-gray-400:focus {
background-color: #cbd5e0;
}
.md\:focus\:bg-gray-500:focus {
background-color: #a0aec0;
}
.md\:focus\:bg-gray-600:focus {
background-color: #718096;
}
.md\:focus\:bg-gray-700:focus {
background-color: #4a5568;
}
.md\:focus\:bg-gray-800:focus {
background-color: #2d3748;
}
.md\:focus\:bg-gray-900:focus {
background-color: #1a202c;
}
.md\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.md\:focus\:bg-red-200:focus {
background-color: #fed7d7;
}
.md\:focus\:bg-red-300:focus {
background-color: #feb2b2;
}
.md\:focus\:bg-red-400:focus {
background-color: #fc8181;
}
.md\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.md\:focus\:bg-red-600:focus {
background-color: #e53e3e;
}
.md\:focus\:bg-red-700:focus {
background-color: #c53030;
}
.md\:focus\:bg-red-800:focus {
background-color: #9b2c2c;
}
.md\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.md\:focus\:bg-orange-100:focus {
background-color: #fffaf0;
}
.md\:focus\:bg-orange-200:focus {
background-color: #feebc8;
}
.md\:focus\:bg-orange-300:focus {
background-color: #fbd38d;
}
.md\:focus\:bg-orange-400:focus {
background-color: #f6ad55;
}
.md\:focus\:bg-orange-500:focus {
background-color: #ed8936;
}
.md\:focus\:bg-orange-600:focus {
background-color: #dd6b20;
}
.md\:focus\:bg-orange-700:focus {
background-color: #c05621;
}
.md\:focus\:bg-orange-800:focus {
background-color: #9c4221;
}
.md\:focus\:bg-orange-900:focus {
background-color: #7b341e;
}
.md\:focus\:bg-yellow-100:focus {
background-color: #fffff0;
}
.md\:focus\:bg-yellow-200:focus {
background-color: #fefcbf;
}
.md\:focus\:bg-yellow-300:focus {
background-color: #faf089;
}
.md\:focus\:bg-yellow-400:focus {
background-color: #f6e05e;
}
.md\:focus\:bg-yellow-500:focus {
background-color: #ecc94b;
}
.md\:focus\:bg-yellow-600:focus {
background-color: #d69e2e;
}
.md\:focus\:bg-yellow-700:focus {
background-color: #b7791f;
}
.md\:focus\:bg-yellow-800:focus {
background-color: #975a16;
}
.md\:focus\:bg-yellow-900:focus {
background-color: #744210;
}
.md\:focus\:bg-green-100:focus {
background-color: #f0fff4;
}
.md\:focus\:bg-green-200:focus {
background-color: #c6f6d5;
}
.md\:focus\:bg-green-300:focus {
background-color: #9ae6b4;
}
.md\:focus\:bg-green-400:focus {
background-color: #68d391;
}
.md\:focus\:bg-green-500:focus {
background-color: #48bb78;
}
.md\:focus\:bg-green-600:focus {
background-color: #38a169;
}
.md\:focus\:bg-green-700:focus {
background-color: #2f855a;
}
.md\:focus\:bg-green-800:focus {
background-color: #276749;
}
.md\:focus\:bg-green-900:focus {
background-color: #22543d;
}
.md\:focus\:bg-teal-100:focus {
background-color: #e6fffa;
}
.md\:focus\:bg-teal-200:focus {
background-color: #b2f5ea;
}
.md\:focus\:bg-teal-300:focus {
background-color: #81e6d9;
}
.md\:focus\:bg-teal-400:focus {
background-color: #4fd1c5;
}
.md\:focus\:bg-teal-500:focus {
background-color: #38b2ac;
}
.md\:focus\:bg-teal-600:focus {
background-color: #319795;
}
.md\:focus\:bg-teal-700:focus {
background-color: #2c7a7b;
}
.md\:focus\:bg-teal-800:focus {
background-color: #285e61;
}
.md\:focus\:bg-teal-900:focus {
background-color: #234e52;
}
.md\:focus\:bg-blue-100:focus {
background-color: #ebf8ff;
}
.md\:focus\:bg-blue-200:focus {
background-color: #bee3f8;
}
.md\:focus\:bg-blue-300:focus {
background-color: #90cdf4;
}
.md\:focus\:bg-blue-400:focus {
background-color: #63b3ed;
}
.md\:focus\:bg-blue-500:focus {
background-color: #4299e1;
}
.md\:focus\:bg-blue-600:focus {
background-color: #3182ce;
}
.md\:focus\:bg-blue-700:focus {
background-color: #2b6cb0;
}
.md\:focus\:bg-blue-800:focus {
background-color: #2c5282;
}
.md\:focus\:bg-blue-900:focus {
background-color: #2a4365;
}
.md\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff;
}
.md\:focus\:bg-indigo-200:focus {
background-color: #c3dafe;
}
.md\:focus\:bg-indigo-300:focus {
background-color: #a3bffa;
}
.md\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5;
}
.md\:focus\:bg-indigo-500:focus {
background-color: #667eea;
}
.md\:focus\:bg-indigo-600:focus {
background-color: #5a67d8;
}
.md\:focus\:bg-indigo-700:focus {
background-color: #4c51bf;
}
.md\:focus\:bg-indigo-800:focus {
background-color: #434190;
}
.md\:focus\:bg-indigo-900:focus {
background-color: #3c366b;
}
.md\:focus\:bg-purple-100:focus {
background-color: #faf5ff;
}
.md\:focus\:bg-purple-200:focus {
background-color: #e9d8fd;
}
.md\:focus\:bg-purple-300:focus {
background-color: #d6bcfa;
}
.md\:focus\:bg-purple-400:focus {
background-color: #b794f4;
}
.md\:focus\:bg-purple-500:focus {
background-color: #9f7aea;
}
.md\:focus\:bg-purple-600:focus {
background-color: #805ad5;
}
.md\:focus\:bg-purple-700:focus {
background-color: #6b46c1;
}
.md\:focus\:bg-purple-800:focus {
background-color: #553c9a;
}
.md\:focus\:bg-purple-900:focus {
background-color: #44337a;
}
.md\:focus\:bg-pink-100:focus {
background-color: #fff5f7;
}
.md\:focus\:bg-pink-200:focus {
background-color: #fed7e2;
}
.md\:focus\:bg-pink-300:focus {
background-color: #fbb6ce;
}
.md\:focus\:bg-pink-400:focus {
background-color: #f687b3;
}
.md\:focus\:bg-pink-500:focus {
background-color: #ed64a6;
}
.md\:focus\:bg-pink-600:focus {
background-color: #d53f8c;
}
.md\:focus\:bg-pink-700:focus {
background-color: #b83280;
}
.md\:focus\:bg-pink-800:focus {
background-color: #97266d;
}
.md\:focus\:bg-pink-900:focus {
background-color: #702459;
}
.md\:bg-bottom {
background-position: bottom;
}
.md\:bg-center {
background-position: center;
}
.md\:bg-left {
background-position: left;
}
.md\:bg-left-bottom {
background-position: left bottom;
}
.md\:bg-left-top {
background-position: left top;
}
.md\:bg-right {
background-position: right;
}
.md\:bg-right-bottom {
background-position: right bottom;
}
.md\:bg-right-top {
background-position: right top;
}
.md\:bg-top {
background-position: top;
}
.md\:bg-repeat {
background-repeat: repeat;
}
.md\:bg-no-repeat {
background-repeat: no-repeat;
}
.md\:bg-repeat-x {
background-repeat: repeat-x;
}
.md\:bg-repeat-y {
background-repeat: repeat-y;
}
.md\:bg-repeat-round {
background-repeat: round;
}
.md\:bg-repeat-space {
background-repeat: space;
}
.md\:bg-auto {
background-size: auto;
}
.md\:bg-cover {
background-size: cover;
}
.md\:bg-contain {
background-size: contain;
}
.md\:border-collapse {
border-collapse: collapse;
}
.md\:border-separate {
border-collapse: separate;
}
.md\:border-transparent {
border-color: transparent;
}
.md\:border-black {
border-color: #000;
}
.md\:border-white {
border-color: #fff;
}
.md\:border-gray-100 {
border-color: #f7fafc;
}
.md\:border-gray-200 {
border-color: #edf2f7;
}
.md\:border-gray-300 {
border-color: #e2e8f0;
}
.md\:border-gray-400 {
border-color: #cbd5e0;
}
.md\:border-gray-500 {
border-color: #a0aec0;
}
.md\:border-gray-600 {
border-color: #718096;
}
.md\:border-gray-700 {
border-color: #4a5568;
}
.md\:border-gray-800 {
border-color: #2d3748;
}
.md\:border-gray-900 {
border-color: #1a202c;
}
.md\:border-red-100 {
border-color: #fff5f5;
}
.md\:border-red-200 {
border-color: #fed7d7;
}
.md\:border-red-300 {
border-color: #feb2b2;
}
.md\:border-red-400 {
border-color: #fc8181;
}
.md\:border-red-500 {
border-color: #f56565;
}
.md\:border-red-600 {
border-color: #e53e3e;
}
.md\:border-red-700 {
border-color: #c53030;
}
.md\:border-red-800 {
border-color: #9b2c2c;
}
.md\:border-red-900 {
border-color: #742a2a;
}
.md\:border-orange-100 {
border-color: #fffaf0;
}
.md\:border-orange-200 {
border-color: #feebc8;
}
.md\:border-orange-300 {
border-color: #fbd38d;
}
.md\:border-orange-400 {
border-color: #f6ad55;
}
.md\:border-orange-500 {
border-color: #ed8936;
}
.md\:border-orange-600 {
border-color: #dd6b20;
}
.md\:border-orange-700 {
border-color: #c05621;
}
.md\:border-orange-800 {
border-color: #9c4221;
}
.md\:border-orange-900 {
border-color: #7b341e;
}
.md\:border-yellow-100 {
border-color: #fffff0;
}
.md\:border-yellow-200 {
border-color: #fefcbf;
}
.md\:border-yellow-300 {
border-color: #faf089;
}
.md\:border-yellow-400 {
border-color: #f6e05e;
}
.md\:border-yellow-500 {
border-color: #ecc94b;
}
.md\:border-yellow-600 {
border-color: #d69e2e;
}
.md\:border-yellow-700 {
border-color: #b7791f;
}
.md\:border-yellow-800 {
border-color: #975a16;
}
.md\:border-yellow-900 {
border-color: #744210;
}
.md\:border-green-100 {
border-color: #f0fff4;
}
.md\:border-green-200 {
border-color: #c6f6d5;
}
.md\:border-green-300 {
border-color: #9ae6b4;
}
.md\:border-green-400 {
border-color: #68d391;
}
.md\:border-green-500 {
border-color: #48bb78;
}
.md\:border-green-600 {
border-color: #38a169;
}
.md\:border-green-700 {
border-color: #2f855a;
}
.md\:border-green-800 {
border-color: #276749;
}
.md\:border-green-900 {
border-color: #22543d;
}
.md\:border-teal-100 {
border-color: #e6fffa;
}
.md\:border-teal-200 {
border-color: #b2f5ea;
}
.md\:border-teal-300 {
border-color: #81e6d9;
}
.md\:border-teal-400 {
border-color: #4fd1c5;
}
.md\:border-teal-500 {
border-color: #38b2ac;
}
.md\:border-teal-600 {
border-color: #319795;
}
.md\:border-teal-700 {
border-color: #2c7a7b;
}
.md\:border-teal-800 {
border-color: #285e61;
}
.md\:border-teal-900 {
border-color: #234e52;
}
.md\:border-blue-100 {
border-color: #ebf8ff;
}
.md\:border-blue-200 {
border-color: #bee3f8;
}
.md\:border-blue-300 {
border-color: #90cdf4;
}
.md\:border-blue-400 {
border-color: #63b3ed;
}
.md\:border-blue-500 {
border-color: #4299e1;
}
.md\:border-blue-600 {
border-color: #3182ce;
}
.md\:border-blue-700 {
border-color: #2b6cb0;
}
.md\:border-blue-800 {
border-color: #2c5282;
}
.md\:border-blue-900 {
border-color: #2a4365;
}
.md\:border-indigo-100 {
border-color: #ebf4ff;
}
.md\:border-indigo-200 {
border-color: #c3dafe;
}
.md\:border-indigo-300 {
border-color: #a3bffa;
}
.md\:border-indigo-400 {
border-color: #7f9cf5;
}
.md\:border-indigo-500 {
border-color: #667eea;
}
.md\:border-indigo-600 {
border-color: #5a67d8;
}
.md\:border-indigo-700 {
border-color: #4c51bf;
}
.md\:border-indigo-800 {
border-color: #434190;
}
.md\:border-indigo-900 {
border-color: #3c366b;
}
.md\:border-purple-100 {
border-color: #faf5ff;
}
.md\:border-purple-200 {
border-color: #e9d8fd;
}
.md\:border-purple-300 {
border-color: #d6bcfa;
}
.md\:border-purple-400 {
border-color: #b794f4;
}
.md\:border-purple-500 {
border-color: #9f7aea;
}
.md\:border-purple-600 {
border-color: #805ad5;
}
.md\:border-purple-700 {
border-color: #6b46c1;
}
.md\:border-purple-800 {
border-color: #553c9a;
}
.md\:border-purple-900 {
border-color: #44337a;
}
.md\:border-pink-100 {
border-color: #fff5f7;
}
.md\:border-pink-200 {
border-color: #fed7e2;
}
.md\:border-pink-300 {
border-color: #fbb6ce;
}
.md\:border-pink-400 {
border-color: #f687b3;
}
.md\:border-pink-500 {
border-color: #ed64a6;
}
.md\:border-pink-600 {
border-color: #d53f8c;
}
.md\:border-pink-700 {
border-color: #b83280;
}
.md\:border-pink-800 {
border-color: #97266d;
}
.md\:border-pink-900 {
border-color: #702459;
}
.md\:hover\:border-transparent:hover {
border-color: transparent;
}
.md\:hover\:border-black:hover {
border-color: #000;
}
.md\:hover\:border-white:hover {
border-color: #fff;
}
.md\:hover\:border-gray-100:hover {
border-color: #f7fafc;
}
.md\:hover\:border-gray-200:hover {
border-color: #edf2f7;
}
.md\:hover\:border-gray-300:hover {
border-color: #e2e8f0;
}
.md\:hover\:border-gray-400:hover {
border-color: #cbd5e0;
}
.md\:hover\:border-gray-500:hover {
border-color: #a0aec0;
}
.md\:hover\:border-gray-600:hover {
border-color: #718096;
}
.md\:hover\:border-gray-700:hover {
border-color: #4a5568;
}
.md\:hover\:border-gray-800:hover {
border-color: #2d3748;
}
.md\:hover\:border-gray-900:hover {
border-color: #1a202c;
}
.md\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.md\:hover\:border-red-200:hover {
border-color: #fed7d7;
}
.md\:hover\:border-red-300:hover {
border-color: #feb2b2;
}
.md\:hover\:border-red-400:hover {
border-color: #fc8181;
}
.md\:hover\:border-red-500:hover {
border-color: #f56565;
}
.md\:hover\:border-red-600:hover {
border-color: #e53e3e;
}
.md\:hover\:border-red-700:hover {
border-color: #c53030;
}
.md\:hover\:border-red-800:hover {
border-color: #9b2c2c;
}
.md\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.md\:hover\:border-orange-100:hover {
border-color: #fffaf0;
}
.md\:hover\:border-orange-200:hover {
border-color: #feebc8;
}
.md\:hover\:border-orange-300:hover {
border-color: #fbd38d;
}
.md\:hover\:border-orange-400:hover {
border-color: #f6ad55;
}
.md\:hover\:border-orange-500:hover {
border-color: #ed8936;
}
.md\:hover\:border-orange-600:hover {
border-color: #dd6b20;
}
.md\:hover\:border-orange-700:hover {
border-color: #c05621;
}
.md\:hover\:border-orange-800:hover {
border-color: #9c4221;
}
.md\:hover\:border-orange-900:hover {
border-color: #7b341e;
}
.md\:hover\:border-yellow-100:hover {
border-color: #fffff0;
}
.md\:hover\:border-yellow-200:hover {
border-color: #fefcbf;
}
.md\:hover\:border-yellow-300:hover {
border-color: #faf089;
}
.md\:hover\:border-yellow-400:hover {
border-color: #f6e05e;
}
.md\:hover\:border-yellow-500:hover {
border-color: #ecc94b;
}
.md\:hover\:border-yellow-600:hover {
border-color: #d69e2e;
}
.md\:hover\:border-yellow-700:hover {
border-color: #b7791f;
}
.md\:hover\:border-yellow-800:hover {
border-color: #975a16;
}
.md\:hover\:border-yellow-900:hover {
border-color: #744210;
}
.md\:hover\:border-green-100:hover {
border-color: #f0fff4;
}
.md\:hover\:border-green-200:hover {
border-color: #c6f6d5;
}
.md\:hover\:border-green-300:hover {
border-color: #9ae6b4;
}
.md\:hover\:border-green-400:hover {
border-color: #68d391;
}
.md\:hover\:border-green-500:hover {
border-color: #48bb78;
}
.md\:hover\:border-green-600:hover {
border-color: #38a169;
}
.md\:hover\:border-green-700:hover {
border-color: #2f855a;
}
.md\:hover\:border-green-800:hover {
border-color: #276749;
}
.md\:hover\:border-green-900:hover {
border-color: #22543d;
}
.md\:hover\:border-teal-100:hover {
border-color: #e6fffa;
}
.md\:hover\:border-teal-200:hover {
border-color: #b2f5ea;
}
.md\:hover\:border-teal-300:hover {
border-color: #81e6d9;
}
.md\:hover\:border-teal-400:hover {
border-color: #4fd1c5;
}
.md\:hover\:border-teal-500:hover {
border-color: #38b2ac;
}
.md\:hover\:border-teal-600:hover {
border-color: #319795;
}
.md\:hover\:border-teal-700:hover {
border-color: #2c7a7b;
}
.md\:hover\:border-teal-800:hover {
border-color: #285e61;
}
.md\:hover\:border-teal-900:hover {
border-color: #234e52;
}
.md\:hover\:border-blue-100:hover {
border-color: #ebf8ff;
}
.md\:hover\:border-blue-200:hover {
border-color: #bee3f8;
}
.md\:hover\:border-blue-300:hover {
border-color: #90cdf4;
}
.md\:hover\:border-blue-400:hover {
border-color: #63b3ed;
}
.md\:hover\:border-blue-500:hover {
border-color: #4299e1;
}
.md\:hover\:border-blue-600:hover {
border-color: #3182ce;
}
.md\:hover\:border-blue-700:hover {
border-color: #2b6cb0;
}
.md\:hover\:border-blue-800:hover {
border-color: #2c5282;
}
.md\:hover\:border-blue-900:hover {
border-color: #2a4365;
}
.md\:hover\:border-indigo-100:hover {
border-color: #ebf4ff;
}
.md\:hover\:border-indigo-200:hover {
border-color: #c3dafe;
}
.md\:hover\:border-indigo-300:hover {
border-color: #a3bffa;
}
.md\:hover\:border-indigo-400:hover {
border-color: #7f9cf5;
}
.md\:hover\:border-indigo-500:hover {
border-color: #667eea;
}
.md\:hover\:border-indigo-600:hover {
border-color: #5a67d8;
}
.md\:hover\:border-indigo-700:hover {
border-color: #4c51bf;
}
.md\:hover\:border-indigo-800:hover {
border-color: #434190;
}
.md\:hover\:border-indigo-900:hover {
border-color: #3c366b;
}
.md\:hover\:border-purple-100:hover {
border-color: #faf5ff;
}
.md\:hover\:border-purple-200:hover {
border-color: #e9d8fd;
}
.md\:hover\:border-purple-300:hover {
border-color: #d6bcfa;
}
.md\:hover\:border-purple-400:hover {
border-color: #b794f4;
}
.md\:hover\:border-purple-500:hover {
border-color: #9f7aea;
}
.md\:hover\:border-purple-600:hover {
border-color: #805ad5;
}
.md\:hover\:border-purple-700:hover {
border-color: #6b46c1;
}
.md\:hover\:border-purple-800:hover {
border-color: #553c9a;
}
.md\:hover\:border-purple-900:hover {
border-color: #44337a;
}
.md\:hover\:border-pink-100:hover {
border-color: #fff5f7;
}
.md\:hover\:border-pink-200:hover {
border-color: #fed7e2;
}
.md\:hover\:border-pink-300:hover {
border-color: #fbb6ce;
}
.md\:hover\:border-pink-400:hover {
border-color: #f687b3;
}
.md\:hover\:border-pink-500:hover {
border-color: #ed64a6;
}
.md\:hover\:border-pink-600:hover {
border-color: #d53f8c;
}
.md\:hover\:border-pink-700:hover {
border-color: #b83280;
}
.md\:hover\:border-pink-800:hover {
border-color: #97266d;
}
.md\:hover\:border-pink-900:hover {
border-color: #702459;
}
.md\:focus\:border-transparent:focus {
border-color: transparent;
}
.md\:focus\:border-black:focus {
border-color: #000;
}
.md\:focus\:border-white:focus {
border-color: #fff;
}
.md\:focus\:border-gray-100:focus {
border-color: #f7fafc;
}
.md\:focus\:border-gray-200:focus {
border-color: #edf2f7;
}
.md\:focus\:border-gray-300:focus {
border-color: #e2e8f0;
}
.md\:focus\:border-gray-400:focus {
border-color: #cbd5e0;
}
.md\:focus\:border-gray-500:focus {
border-color: #a0aec0;
}
.md\:focus\:border-gray-600:focus {
border-color: #718096;
}
.md\:focus\:border-gray-700:focus {
border-color: #4a5568;
}
.md\:focus\:border-gray-800:focus {
border-color: #2d3748;
}
.md\:focus\:border-gray-900:focus {
border-color: #1a202c;
}
.md\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.md\:focus\:border-red-200:focus {
border-color: #fed7d7;
}
.md\:focus\:border-red-300:focus {
border-color: #feb2b2;
}
.md\:focus\:border-red-400:focus {
border-color: #fc8181;
}
.md\:focus\:border-red-500:focus {
border-color: #f56565;
}
.md\:focus\:border-red-600:focus {
border-color: #e53e3e;
}
.md\:focus\:border-red-700:focus {
border-color: #c53030;
}
.md\:focus\:border-red-800:focus {
border-color: #9b2c2c;
}
.md\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.md\:focus\:border-orange-100:focus {
border-color: #fffaf0;
}
.md\:focus\:border-orange-200:focus {
border-color: #feebc8;
}
.md\:focus\:border-orange-300:focus {
border-color: #fbd38d;
}
.md\:focus\:border-orange-400:focus {
border-color: #f6ad55;
}
.md\:focus\:border-orange-500:focus {
border-color: #ed8936;
}
.md\:focus\:border-orange-600:focus {
border-color: #dd6b20;
}
.md\:focus\:border-orange-700:focus {
border-color: #c05621;
}
.md\:focus\:border-orange-800:focus {
border-color: #9c4221;
}
.md\:focus\:border-orange-900:focus {
border-color: #7b341e;
}
.md\:focus\:border-yellow-100:focus {
border-color: #fffff0;
}
.md\:focus\:border-yellow-200:focus {
border-color: #fefcbf;
}
.md\:focus\:border-yellow-300:focus {
border-color: #faf089;
}
.md\:focus\:border-yellow-400:focus {
border-color: #f6e05e;
}
.md\:focus\:border-yellow-500:focus {
border-color: #ecc94b;
}
.md\:focus\:border-yellow-600:focus {
border-color: #d69e2e;
}
.md\:focus\:border-yellow-700:focus {
border-color: #b7791f;
}
.md\:focus\:border-yellow-800:focus {
border-color: #975a16;
}
.md\:focus\:border-yellow-900:focus {
border-color: #744210;
}
.md\:focus\:border-green-100:focus {
border-color: #f0fff4;
}
.md\:focus\:border-green-200:focus {
border-color: #c6f6d5;
}
.md\:focus\:border-green-300:focus {
border-color: #9ae6b4;
}
.md\:focus\:border-green-400:focus {
border-color: #68d391;
}
.md\:focus\:border-green-500:focus {
border-color: #48bb78;
}
.md\:focus\:border-green-600:focus {
border-color: #38a169;
}
.md\:focus\:border-green-700:focus {
border-color: #2f855a;
}
.md\:focus\:border-green-800:focus {
border-color: #276749;
}
.md\:focus\:border-green-900:focus {
border-color: #22543d;
}
.md\:focus\:border-teal-100:focus {
border-color: #e6fffa;
}
.md\:focus\:border-teal-200:focus {
border-color: #b2f5ea;
}
.md\:focus\:border-teal-300:focus {
border-color: #81e6d9;
}
.md\:focus\:border-teal-400:focus {
border-color: #4fd1c5;
}
.md\:focus\:border-teal-500:focus {
border-color: #38b2ac;
}
.md\:focus\:border-teal-600:focus {
border-color: #319795;
}
.md\:focus\:border-teal-700:focus {
border-color: #2c7a7b;
}
.md\:focus\:border-teal-800:focus {
border-color: #285e61;
}
.md\:focus\:border-teal-900:focus {
border-color: #234e52;
}
.md\:focus\:border-blue-100:focus {
border-color: #ebf8ff;
}
.md\:focus\:border-blue-200:focus {
border-color: #bee3f8;
}
.md\:focus\:border-blue-300:focus {
border-color: #90cdf4;
}
.md\:focus\:border-blue-400:focus {
border-color: #63b3ed;
}
.md\:focus\:border-blue-500:focus {
border-color: #4299e1;
}
.md\:focus\:border-blue-600:focus {
border-color: #3182ce;
}
.md\:focus\:border-blue-700:focus {
border-color: #2b6cb0;
}
.md\:focus\:border-blue-800:focus {
border-color: #2c5282;
}
.md\:focus\:border-blue-900:focus {
border-color: #2a4365;
}
.md\:focus\:border-indigo-100:focus {
border-color: #ebf4ff;
}
.md\:focus\:border-indigo-200:focus {
border-color: #c3dafe;
}
.md\:focus\:border-indigo-300:focus {
border-color: #a3bffa;
}
.md\:focus\:border-indigo-400:focus {
border-color: #7f9cf5;
}
.md\:focus\:border-indigo-500:focus {
border-color: #667eea;
}
.md\:focus\:border-indigo-600:focus {
border-color: #5a67d8;
}
.md\:focus\:border-indigo-700:focus {
border-color: #4c51bf;
}
.md\:focus\:border-indigo-800:focus {
border-color: #434190;
}
.md\:focus\:border-indigo-900:focus {
border-color: #3c366b;
}
.md\:focus\:border-purple-100:focus {
border-color: #faf5ff;
}
.md\:focus\:border-purple-200:focus {
border-color: #e9d8fd;
}
.md\:focus\:border-purple-300:focus {
border-color: #d6bcfa;
}
.md\:focus\:border-purple-400:focus {
border-color: #b794f4;
}
.md\:focus\:border-purple-500:focus {
border-color: #9f7aea;
}
.md\:focus\:border-purple-600:focus {
border-color: #805ad5;
}
.md\:focus\:border-purple-700:focus {
border-color: #6b46c1;
}
.md\:focus\:border-purple-800:focus {
border-color: #553c9a;
}
.md\:focus\:border-purple-900:focus {
border-color: #44337a;
}
.md\:focus\:border-pink-100:focus {
border-color: #fff5f7;
}
.md\:focus\:border-pink-200:focus {
border-color: #fed7e2;
}
.md\:focus\:border-pink-300:focus {
border-color: #fbb6ce;
}
.md\:focus\:border-pink-400:focus {
border-color: #f687b3;
}
.md\:focus\:border-pink-500:focus {
border-color: #ed64a6;
}
.md\:focus\:border-pink-600:focus {
border-color: #d53f8c;
}
.md\:focus\:border-pink-700:focus {
border-color: #b83280;
}
.md\:focus\:border-pink-800:focus {
border-color: #97266d;
}
.md\:focus\:border-pink-900:focus {
border-color: #702459;
}
.md\:rounded-none {
border-radius: 0;
}
.md\:rounded-sm {
border-radius: 0.125rem;
}
.md\:rounded {
border-radius: 0.25rem;
}
.md\:rounded-lg {
border-radius: 0.5rem;
}
.md\:rounded-full {
border-radius: 9999px;
}
.md\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.md\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.md\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.md\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.md\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.md\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.md\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.md\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.md\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.md\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.md\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.md\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.md\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.md\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.md\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.md\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.md\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.md\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.md\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.md\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.md\:rounded-tl-none {
border-top-left-radius: 0;
}
.md\:rounded-tr-none {
border-top-right-radius: 0;
}
.md\:rounded-br-none {
border-bottom-right-radius: 0;
}
.md\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.md\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.md\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.md\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.md\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.md\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.md\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.md\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.md\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.md\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.md\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.md\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.md\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.md\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.md\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.md\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.md\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.md\:border-solid {
border-style: solid;
}
.md\:border-dashed {
border-style: dashed;
}
.md\:border-dotted {
border-style: dotted;
}
.md\:border-double {
border-style: double;
}
.md\:border-none {
border-style: none;
}
.md\:border-0 {
border-width: 0;
}
.md\:border-2 {
border-width: 2px;
}
.md\:border-4 {
border-width: 4px;
}
.md\:border-8 {
border-width: 8px;
}
.md\:border {
border-width: 1px;
}
.md\:border-t-0 {
border-top-width: 0;
}
.md\:border-r-0 {
border-right-width: 0;
}
.md\:border-b-0 {
border-bottom-width: 0;
}
.md\:border-l-0 {
border-left-width: 0;
}
.md\:border-t-2 {
border-top-width: 2px;
}
.md\:border-r-2 {
border-right-width: 2px;
}
.md\:border-b-2 {
border-bottom-width: 2px;
}
.md\:border-l-2 {
border-left-width: 2px;
}
.md\:border-t-4 {
border-top-width: 4px;
}
.md\:border-r-4 {
border-right-width: 4px;
}
.md\:border-b-4 {
border-bottom-width: 4px;
}
.md\:border-l-4 {
border-left-width: 4px;
}
.md\:border-t-8 {
border-top-width: 8px;
}
.md\:border-r-8 {
border-right-width: 8px;
}
.md\:border-b-8 {
border-bottom-width: 8px;
}
.md\:border-l-8 {
border-left-width: 8px;
}
.md\:border-t {
border-top-width: 1px;
}
.md\:border-r {
border-right-width: 1px;
}
.md\:border-b {
border-bottom-width: 1px;
}
.md\:border-l {
border-left-width: 1px;
}
.md\:cursor-auto {
cursor: auto;
}
.md\:cursor-default {
cursor: default;
}
.md\:cursor-pointer {
cursor: pointer;
}
.md\:cursor-wait {
cursor: wait;
}
.md\:cursor-text {
cursor: text;
}
.md\:cursor-move {
cursor: move;
}
.md\:cursor-not-allowed {
cursor: not-allowed;
}
.md\:block {
display: block;
}
.md\:inline-block {
display: inline-block;
}
.md\:inline {
display: inline;
}
.md\:flex {
display: flex;
}
.md\:inline-flex {
display: inline-flex;
}
.md\:table {
display: table;
}
.md\:table-row {
display: table-row;
}
.md\:table-cell {
display: table-cell;
}
.md\:hidden {
display: none;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-row-reverse {
flex-direction: row-reverse;
}
.md\:flex-col {
flex-direction: column;
}
.md\:flex-col-reverse {
flex-direction: column-reverse;
}
.md\:flex-wrap {
flex-wrap: wrap;
}
.md\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.md\:flex-no-wrap {
flex-wrap: nowrap;
}
.md\:items-start {
align-items: flex-start;
}
.md\:items-end {
align-items: flex-end;
}
.md\:items-center {
align-items: center;
}
.md\:items-baseline {
align-items: baseline;
}
.md\:items-stretch {
align-items: stretch;
}
.md\:self-auto {
align-self: auto;
}
.md\:self-start {
align-self: flex-start;
}
.md\:self-end {
align-self: flex-end;
}
.md\:self-center {
align-self: center;
}
.md\:self-stretch {
align-self: stretch;
}
.md\:justify-start {
justify-content: flex-start;
}
.md\:justify-end {
justify-content: flex-end;
}
.md\:justify-center {
justify-content: center;
}
.md\:justify-between {
justify-content: space-between;
}
.md\:justify-around {
justify-content: space-around;
}
.md\:justify-evenly {
justify-content: space-evenly;
}
.md\:content-center {
align-content: center;
}
.md\:content-start {
align-content: flex-start;
}
.md\:content-end {
align-content: flex-end;
}
.md\:content-between {
align-content: space-between;
}
.md\:content-around {
align-content: space-around;
}
.md\:flex-1 {
flex: 1 1 0%;
}
.md\:flex-auto {
flex: 1 1 auto;
}
.md\:flex-initial {
flex: 0 1 auto;
}
.md\:flex-none {
flex: none;
}
.md\:flex-grow-0 {
flex-grow: 0;
}
.md\:flex-grow {
flex-grow: 1;
}
.md\:flex-shrink-0 {
flex-shrink: 0;
}
.md\:flex-shrink {
flex-shrink: 1;
}
.md\:order-1 {
order: 1;
}
.md\:order-2 {
order: 2;
}
.md\:order-3 {
order: 3;
}
.md\:order-4 {
order: 4;
}
.md\:order-5 {
order: 5;
}
.md\:order-6 {
order: 6;
}
.md\:order-7 {
order: 7;
}
.md\:order-8 {
order: 8;
}
.md\:order-9 {
order: 9;
}
.md\:order-10 {
order: 10;
}
.md\:order-11 {
order: 11;
}
.md\:order-12 {
order: 12;
}
.md\:order-first {
order: -9999;
}
.md\:order-last {
order: 9999;
}
.md\:order-none {
order: 0;
}
.md\:float-right {
float: right;
}
.md\:float-left {
float: left;
}
.md\:float-none {
float: none;
}
.md\:clearfix:after {
content: "";
display: table;
clear: both;
}
.md\:font-sans {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.md\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.md\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.md\:font-hairline {
font-weight: 100;
}
.md\:font-thin {
font-weight: 200;
}
.md\:font-light {
font-weight: 300;
}
.md\:font-normal {
font-weight: 400;
}
.md\:font-medium {
font-weight: 500;
}
.md\:font-semibold {
font-weight: 600;
}
.md\:font-bold {
font-weight: 700;
}
.md\:font-extrabold {
font-weight: 800;
}
.md\:font-black {
font-weight: 900;
}
.md\:hover\:font-hairline:hover {
font-weight: 100;
}
.md\:hover\:font-thin:hover {
font-weight: 200;
}
.md\:hover\:font-light:hover {
font-weight: 300;
}
.md\:hover\:font-normal:hover {
font-weight: 400;
}
.md\:hover\:font-medium:hover {
font-weight: 500;
}
.md\:hover\:font-semibold:hover {
font-weight: 600;
}
.md\:hover\:font-bold:hover {
font-weight: 700;
}
.md\:hover\:font-extrabold:hover {
font-weight: 800;
}
.md\:hover\:font-black:hover {
font-weight: 900;
}
.md\:focus\:font-hairline:focus {
font-weight: 100;
}
.md\:focus\:font-thin:focus {
font-weight: 200;
}
.md\:focus\:font-light:focus {
font-weight: 300;
}
.md\:focus\:font-normal:focus {
font-weight: 400;
}
.md\:focus\:font-medium:focus {
font-weight: 500;
}
.md\:focus\:font-semibold:focus {
font-weight: 600;
}
.md\:focus\:font-bold:focus {
font-weight: 700;
}
.md\:focus\:font-extrabold:focus {
font-weight: 800;
}
.md\:focus\:font-black:focus {
font-weight: 900;
}
.md\:h-0 {
height: 0;
}
.md\:h-1 {
height: 0.25rem;
}
.md\:h-2 {
height: 0.5rem;
}
.md\:h-3 {
height: 0.75rem;
}
.md\:h-4 {
height: 1rem;
}
.md\:h-5 {
height: 1.25rem;
}
.md\:h-6 {
height: 1.5rem;
}
.md\:h-8 {
height: 2rem;
}
.md\:h-10 {
height: 2.5rem;
}
.md\:h-12 {
height: 3rem;
}
.md\:h-16 {
height: 4rem;
}
.md\:h-20 {
height: 5rem;
}
.md\:h-24 {
height: 6rem;
}
.md\:h-32 {
height: 8rem;
}
.md\:h-40 {
height: 10rem;
}
.md\:h-48 {
height: 12rem;
}
.md\:h-56 {
height: 14rem;
}
.md\:h-64 {
height: 16rem;
}
.md\:h-auto {
height: auto;
}
.md\:h-px {
height: 1px;
}
.md\:h-full {
height: 100%;
}
.md\:h-screen {
height: 100vh;
}
.md\:leading-none {
line-height: 1;
}
.md\:leading-tight {
line-height: 1.25;
}
.md\:leading-snug {
line-height: 1.375;
}
.md\:leading-normal {
line-height: 1.5;
}
.md\:leading-relaxed {
line-height: 1.625;
}
.md\:leading-loose {
line-height: 2;
}
.md\:list-inside {
list-style-position: inside;
}
.md\:list-outside {
list-style-position: outside;
}
.md\:list-none {
list-style-type: none;
}
.md\:list-disc {
list-style-type: disc;
}
.md\:list-decimal {
list-style-type: decimal;
}
.md\:m-0 {
margin: 0;
}
.md\:m-1 {
margin: 0.25rem;
}
.md\:m-2 {
margin: 0.5rem;
}
.md\:m-3 {
margin: 0.75rem;
}
.md\:m-4 {
margin: 1rem;
}
.md\:m-5 {
margin: 1.25rem;
}
.md\:m-6 {
margin: 1.5rem;
}
.md\:m-8 {
margin: 2rem;
}
.md\:m-10 {
margin: 2.5rem;
}
.md\:m-12 {
margin: 3rem;
}
.md\:m-16 {
margin: 4rem;
}
.md\:m-20 {
margin: 5rem;
}
.md\:m-24 {
margin: 6rem;
}
.md\:m-32 {
margin: 8rem;
}
.md\:m-40 {
margin: 10rem;
}
.md\:m-48 {
margin: 12rem;
}
.md\:m-56 {
margin: 14rem;
}
.md\:m-64 {
margin: 16rem;
}
.md\:m-auto {
margin: auto;
}
.md\:m-px {
margin: 1px;
}
.md\:-m-1 {
margin: -0.25rem;
}
.md\:-m-2 {
margin: -0.5rem;
}
.md\:-m-3 {
margin: -0.75rem;
}
.md\:-m-4 {
margin: -1rem;
}
.md\:-m-5 {
margin: -1.25rem;
}
.md\:-m-6 {
margin: -1.5rem;
}
.md\:-m-8 {
margin: -2rem;
}
.md\:-m-10 {
margin: -2.5rem;
}
.md\:-m-12 {
margin: -3rem;
}
.md\:-m-16 {
margin: -4rem;
}
.md\:-m-20 {
margin: -5rem;
}
.md\:-m-24 {
margin: -6rem;
}
.md\:-m-32 {
margin: -8rem;
}
.md\:-m-40 {
margin: -10rem;
}
.md\:-m-48 {
margin: -12rem;
}
.md\:-m-56 {
margin: -14rem;
}
.md\:-m-64 {
margin: -16rem;
}
.md\:-m-px {
margin: -1px;
}
.md\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.md\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.md\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.md\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.md\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.md\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.md\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.md\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.md\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.md\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.md\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.md\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.md\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.md\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.md\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.md\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.md\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.md\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.md\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.md\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.md\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.md\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.md\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.md\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.md\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.md\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.md\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.md\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.md\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.md\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.md\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.md\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.md\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.md\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.md\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.md\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.md\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.md\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.md\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.md\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.md\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.md\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.md\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.md\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.md\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.md\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.md\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.md\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.md\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.md\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.md\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.md\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.md\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.md\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.md\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.md\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.md\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.md\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.md\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.md\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.md\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.md\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.md\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.md\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.md\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.md\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.md\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.md\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.md\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.md\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.md\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.md\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.md\:mt-0 {
margin-top: 0;
}
.md\:mr-0 {
margin-right: 0;
}
.md\:mb-0 {
margin-bottom: 0;
}
.md\:ml-0 {
margin-left: 0;
}
.md\:mt-1 {
margin-top: 0.25rem;
}
.md\:mr-1 {
margin-right: 0.25rem;
}
.md\:mb-1 {
margin-bottom: 0.25rem;
}
.md\:ml-1 {
margin-left: 0.25rem;
}
.md\:mt-2 {
margin-top: 0.5rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mb-2 {
margin-bottom: 0.5rem;
}
.md\:ml-2 {
margin-left: 0.5rem;
}
.md\:mt-3 {
margin-top: 0.75rem;
}
.md\:mr-3 {
margin-right: 0.75rem;
}
.md\:mb-3 {
margin-bottom: 0.75rem;
}
.md\:ml-3 {
margin-left: 0.75rem;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:mr-4 {
margin-right: 1rem;
}
.md\:mb-4 {
margin-bottom: 1rem;
}
.md\:ml-4 {
margin-left: 1rem;
}
.md\:mt-5 {
margin-top: 1.25rem;
}
.md\:mr-5 {
margin-right: 1.25rem;
}
.md\:mb-5 {
margin-bottom: 1.25rem;
}
.md\:ml-5 {
margin-left: 1.25rem;
}
.md\:mt-6 {
margin-top: 1.5rem;
}
.md\:mr-6 {
margin-right: 1.5rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:ml-6 {
margin-left: 1.5rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mr-8 {
margin-right: 2rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:ml-8 {
margin-left: 2rem;
}
.md\:mt-10 {
margin-top: 2.5rem;
}
.md\:mr-10 {
margin-right: 2.5rem;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:ml-10 {
margin-left: 2.5rem;
}
.md\:mt-12 {
margin-top: 3rem;
}
.md\:mr-12 {
margin-right: 3rem;
}
.md\:mb-12 {
margin-bottom: 3rem;
}
.md\:ml-12 {
margin-left: 3rem;
}
.md\:mt-16 {
margin-top: 4rem;
}
.md\:mr-16 {
margin-right: 4rem;
}
.md\:mb-16 {
margin-bottom: 4rem;
}
.md\:ml-16 {
margin-left: 4rem;
}
.md\:mt-20 {
margin-top: 5rem;
}
.md\:mr-20 {
margin-right: 5rem;
}
.md\:mb-20 {
margin-bottom: 5rem;
}
.md\:ml-20 {
margin-left: 5rem;
}
.md\:mt-24 {
margin-top: 6rem;
}
.md\:mr-24 {
margin-right: 6rem;
}
.md\:mb-24 {
margin-bottom: 6rem;
}
.md\:ml-24 {
margin-left: 6rem;
}
.md\:mt-32 {
margin-top: 8rem;
}
.md\:mr-32 {
margin-right: 8rem;
}
.md\:mb-32 {
margin-bottom: 8rem;
}
.md\:ml-32 {
margin-left: 8rem;
}
.md\:mt-40 {
margin-top: 10rem;
}
.md\:mr-40 {
margin-right: 10rem;
}
.md\:mb-40 {
margin-bottom: 10rem;
}
.md\:ml-40 {
margin-left: 10rem;
}
.md\:mt-48 {
margin-top: 12rem;
}
.md\:mr-48 {
margin-right: 12rem;
}
.md\:mb-48 {
margin-bottom: 12rem;
}
.md\:ml-48 {
margin-left: 12rem;
}
.md\:mt-56 {
margin-top: 14rem;
}
.md\:mr-56 {
margin-right: 14rem;
}
.md\:mb-56 {
margin-bottom: 14rem;
}
.md\:ml-56 {
margin-left: 14rem;
}
.md\:mt-64 {
margin-top: 16rem;
}
.md\:mr-64 {
margin-right: 16rem;
}
.md\:mb-64 {
margin-bottom: 16rem;
}
.md\:ml-64 {
margin-left: 16rem;
}
.md\:mt-auto {
margin-top: auto;
}
.md\:mr-auto {
margin-right: auto;
}
.md\:mb-auto {
margin-bottom: auto;
}
.md\:ml-auto {
margin-left: auto;
}
.md\:mt-px {
margin-top: 1px;
}
.md\:mr-px {
margin-right: 1px;
}
.md\:mb-px {
margin-bottom: 1px;
}
.md\:ml-px {
margin-left: 1px;
}
.md\:-mt-1 {
margin-top: -0.25rem;
}
.md\:-mr-1 {
margin-right: -0.25rem;
}
.md\:-mb-1 {
margin-bottom: -0.25rem;
}
.md\:-ml-1 {
margin-left: -0.25rem;
}
.md\:-mt-2 {
margin-top: -0.5rem;
}
.md\:-mr-2 {
margin-right: -0.5rem;
}
.md\:-mb-2 {
margin-bottom: -0.5rem;
}
.md\:-ml-2 {
margin-left: -0.5rem;
}
.md\:-mt-3 {
margin-top: -0.75rem;
}
.md\:-mr-3 {
margin-right: -0.75rem;
}
.md\:-mb-3 {
margin-bottom: -0.75rem;
}
.md\:-ml-3 {
margin-left: -0.75rem;
}
.md\:-mt-4 {
margin-top: -1rem;
}
.md\:-mr-4 {
margin-right: -1rem;
}
.md\:-mb-4 {
margin-bottom: -1rem;
}
.md\:-ml-4 {
margin-left: -1rem;
}
.md\:-mt-5 {
margin-top: -1.25rem;
}
.md\:-mr-5 {
margin-right: -1.25rem;
}
.md\:-mb-5 {
margin-bottom: -1.25rem;
}
.md\:-ml-5 {
margin-left: -1.25rem;
}
.md\:-mt-6 {
margin-top: -1.5rem;
}
.md\:-mr-6 {
margin-right: -1.5rem;
}
.md\:-mb-6 {
margin-bottom: -1.5rem;
}
.md\:-ml-6 {
margin-left: -1.5rem;
}
.md\:-mt-8 {
margin-top: -2rem;
}
.md\:-mr-8 {
margin-right: -2rem;
}
.md\:-mb-8 {
margin-bottom: -2rem;
}
.md\:-ml-8 {
margin-left: -2rem;
}
.md\:-mt-10 {
margin-top: -2.5rem;
}
.md\:-mr-10 {
margin-right: -2.5rem;
}
.md\:-mb-10 {
margin-bottom: -2.5rem;
}
.md\:-ml-10 {
margin-left: -2.5rem;
}
.md\:-mt-12 {
margin-top: -3rem;
}
.md\:-mr-12 {
margin-right: -3rem;
}
.md\:-mb-12 {
margin-bottom: -3rem;
}
.md\:-ml-12 {
margin-left: -3rem;
}
.md\:-mt-16 {
margin-top: -4rem;
}
.md\:-mr-16 {
margin-right: -4rem;
}
.md\:-mb-16 {
margin-bottom: -4rem;
}
.md\:-ml-16 {
margin-left: -4rem;
}
.md\:-mt-20 {
margin-top: -5rem;
}
.md\:-mr-20 {
margin-right: -5rem;
}
.md\:-mb-20 {
margin-bottom: -5rem;
}
.md\:-ml-20 {
margin-left: -5rem;
}
.md\:-mt-24 {
margin-top: -6rem;
}
.md\:-mr-24 {
margin-right: -6rem;
}
.md\:-mb-24 {
margin-bottom: -6rem;
}
.md\:-ml-24 {
margin-left: -6rem;
}
.md\:-mt-32 {
margin-top: -8rem;
}
.md\:-mr-32 {
margin-right: -8rem;
}
.md\:-mb-32 {
margin-bottom: -8rem;
}
.md\:-ml-32 {
margin-left: -8rem;
}
.md\:-mt-40 {
margin-top: -10rem;
}
.md\:-mr-40 {
margin-right: -10rem;
}
.md\:-mb-40 {
margin-bottom: -10rem;
}
.md\:-ml-40 {
margin-left: -10rem;
}
.md\:-mt-48 {
margin-top: -12rem;
}
.md\:-mr-48 {
margin-right: -12rem;
}
.md\:-mb-48 {
margin-bottom: -12rem;
}
.md\:-ml-48 {
margin-left: -12rem;
}
.md\:-mt-56 {
margin-top: -14rem;
}
.md\:-mr-56 {
margin-right: -14rem;
}
.md\:-mb-56 {
margin-bottom: -14rem;
}
.md\:-ml-56 {
margin-left: -14rem;
}
.md\:-mt-64 {
margin-top: -16rem;
}
.md\:-mr-64 {
margin-right: -16rem;
}
.md\:-mb-64 {
margin-bottom: -16rem;
}
.md\:-ml-64 {
margin-left: -16rem;
}
.md\:-mt-px {
margin-top: -1px;
}
.md\:-mr-px {
margin-right: -1px;
}
.md\:-mb-px {
margin-bottom: -1px;
}
.md\:-ml-px {
margin-left: -1px;
}
.md\:max-h-full {
max-height: 100%;
}
.md\:max-h-screen {
max-height: 100vh;
}
.md\:max-w-xs {
max-width: 20rem;
}
.md\:max-w-sm {
max-width: 24rem;
}
.md\:max-w-md {
max-width: 28rem;
}
.md\:max-w-lg {
max-width: 32rem;
}
.md\:max-w-xl {
max-width: 36rem;
}
.md\:max-w-2xl {
max-width: 42rem;
}
.md\:max-w-3xl {
max-width: 48rem;
}
.md\:max-w-4xl {
max-width: 56rem;
}
.md\:max-w-5xl {
max-width: 64rem;
}
.md\:max-w-6xl {
max-width: 72rem;
}
.md\:max-w-full {
max-width: 100%;
}
.md\:min-h-0 {
min-height: 0;
}
.md\:min-h-full {
min-height: 100%;
}
.md\:min-h-screen {
min-height: 100vh;
}
.md\:min-w-0 {
min-width: 0;
}
.md\:min-w-full {
min-width: 100%;
}
.md\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.md\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.md\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.md\:object-none {
-o-object-fit: none;
object-fit: none;
}
.md\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.md\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.md\:object-center {
-o-object-position: center;
object-position: center;
}
.md\:object-left {
-o-object-position: left;
object-position: left;
}
.md\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.md\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.md\:object-right {
-o-object-position: right;
object-position: right;
}
.md\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.md\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.md\:object-top {
-o-object-position: top;
object-position: top;
}
.md\:opacity-0 {
opacity: 0;
}
.md\:opacity-25 {
opacity: 0.25;
}
.md\:opacity-50 {
opacity: 0.5;
}
.md\:opacity-75 {
opacity: 0.75;
}
.md\:opacity-100 {
opacity: 1;
}
.md\:hover\:opacity-0:hover {
opacity: 0;
}
.md\:hover\:opacity-25:hover {
opacity: 0.25;
}
.md\:hover\:opacity-50:hover {
opacity: 0.5;
}
.md\:hover\:opacity-75:hover {
opacity: 0.75;
}
.md\:hover\:opacity-100:hover {
opacity: 1;
}
.md\:focus\:opacity-0:focus {
opacity: 0;
}
.md\:focus\:opacity-25:focus {
opacity: 0.25;
}
.md\:focus\:opacity-50:focus {
opacity: 0.5;
}
.md\:focus\:opacity-75:focus {
opacity: 0.75;
}
.md\:focus\:opacity-100:focus {
opacity: 1;
}
.md\:outline-none {
outline: 0;
}
.md\:focus\:outline-none:focus {
outline: 0;
}
.md\:overflow-auto {
overflow: auto;
}
.md\:overflow-hidden {
overflow: hidden;
}
.md\:overflow-visible {
overflow: visible;
}
.md\:overflow-scroll {
overflow: scroll;
}
.md\:overflow-x-auto {
overflow-x: auto;
}
.md\:overflow-y-auto {
overflow-y: auto;
}
.md\:overflow-x-hidden {
overflow-x: hidden;
}
.md\:overflow-y-hidden {
overflow-y: hidden;
}
.md\:overflow-x-visible {
overflow-x: visible;
}
.md\:overflow-y-visible {
overflow-y: visible;
}
.md\:overflow-x-scroll {
overflow-x: scroll;
}
.md\:overflow-y-scroll {
overflow-y: scroll;
}
.md\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.md\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.md\:p-0 {
padding: 0;
}
.md\:p-1 {
padding: 0.25rem;
}
.md\:p-2 {
padding: 0.5rem;
}
.md\:p-3 {
padding: 0.75rem;
}
.md\:p-4 {
padding: 1rem;
}
.md\:p-5 {
padding: 1.25rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:p-12 {
padding: 3rem;
}
.md\:p-16 {
padding: 4rem;
}
.md\:p-20 {
padding: 5rem;
}
.md\:p-24 {
padding: 6rem;
}
.md\:p-32 {
padding: 8rem;
}
.md\:p-40 {
padding: 10rem;
}
.md\:p-48 {
padding: 12rem;
}
.md\:p-56 {
padding: 14rem;
}
.md\:p-64 {
padding: 16rem;
}
.md\:p-px {
padding: 1px;
}
.md\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.md\:px-0 {
padding-left: 0;
padding-right: 0;
}
.md\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.md\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.md\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.md\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.md\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.md\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.md\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.md\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.md\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.md\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.md\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.md\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.md\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.md\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.md\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.md\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.md\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.md\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.md\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.md\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.md\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.md\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.md\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.md\:pt-0 {
padding-top: 0;
}
.md\:pr-0 {
padding-right: 0;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:pl-0 {
padding-left: 0;
}
.md\:pt-1 {
padding-top: 0.25rem;
}
.md\:pr-1 {
padding-right: 0.25rem;
}
.md\:pb-1 {
padding-bottom: 0.25rem;
}
.md\:pl-1 {
padding-left: 0.25rem;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
.md\:pr-2 {
padding-right: 0.5rem;
}
.md\:pb-2 {
padding-bottom: 0.5rem;
}
.md\:pl-2 {
padding-left: 0.5rem;
}
.md\:pt-3 {
padding-top: 0.75rem;
}
.md\:pr-3 {
padding-right: 0.75rem;
}
.md\:pb-3 {
padding-bottom: 0.75rem;
}
.md\:pl-3 {
padding-left: 0.75rem;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:pr-4 {
padding-right: 1rem;
}
.md\:pb-4 {
padding-bottom: 1rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
.md\:pt-5 {
padding-top: 1.25rem;
}
.md\:pr-5 {
padding-right: 1.25rem;
}
.md\:pb-5 {
padding-bottom: 1.25rem;
}
.md\:pl-5 {
padding-left: 1.25rem;
}
.md\:pt-6 {
padding-top: 1.5rem;
}
.md\:pr-6 {
padding-right: 1.5rem;
}
.md\:pb-6 {
padding-bottom: 1.5rem;
}
.md\:pl-6 {
padding-left: 1.5rem;
}
.md\:pt-8 {
padding-top: 2rem;
}
.md\:pr-8 {
padding-right: 2rem;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:pl-8 {
padding-left: 2rem;
}
.md\:pt-10 {
padding-top: 2.5rem;
}
.md\:pr-10 {
padding-right: 2.5rem;
}
.md\:pb-10 {
padding-bottom: 2.5rem;
}
.md\:pl-10 {
padding-left: 2.5rem;
}
.md\:pt-12 {
padding-top: 3rem;
}
.md\:pr-12 {
padding-right: 3rem;
}
.md\:pb-12 {
padding-bottom: 3rem;
}
.md\:pl-12 {
padding-left: 3rem;
}
.md\:pt-16 {
padding-top: 4rem;
}
.md\:pr-16 {
padding-right: 4rem;
}
.md\:pb-16 {
padding-bottom: 4rem;
}
.md\:pl-16 {
padding-left: 4rem;
}
.md\:pt-20 {
padding-top: 5rem;
}
.md\:pr-20 {
padding-right: 5rem;
}
.md\:pb-20 {
padding-bottom: 5rem;
}
.md\:pl-20 {
padding-left: 5rem;
}
.md\:pt-24 {
padding-top: 6rem;
}
.md\:pr-24 {
padding-right: 6rem;
}
.md\:pb-24 {
padding-bottom: 6rem;
}
.md\:pl-24 {
padding-left: 6rem;
}
.md\:pt-32 {
padding-top: 8rem;
}
.md\:pr-32 {
padding-right: 8rem;
}
.md\:pb-32 {
padding-bottom: 8rem;
}
.md\:pl-32 {
padding-left: 8rem;
}
.md\:pt-40 {
padding-top: 10rem;
}
.md\:pr-40 {
padding-right: 10rem;
}
.md\:pb-40 {
padding-bottom: 10rem;
}
.md\:pl-40 {
padding-left: 10rem;
}
.md\:pt-48 {
padding-top: 12rem;
}
.md\:pr-48 {
padding-right: 12rem;
}
.md\:pb-48 {
padding-bottom: 12rem;
}
.md\:pl-48 {
padding-left: 12rem;
}
.md\:pt-56 {
padding-top: 14rem;
}
.md\:pr-56 {
padding-right: 14rem;
}
.md\:pb-56 {
padding-bottom: 14rem;
}
.md\:pl-56 {
padding-left: 14rem;
}
.md\:pt-64 {
padding-top: 16rem;
}
.md\:pr-64 {
padding-right: 16rem;
}
.md\:pb-64 {
padding-bottom: 16rem;
}
.md\:pl-64 {
padding-left: 16rem;
}
.md\:pt-px {
padding-top: 1px;
}
.md\:pr-px {
padding-right: 1px;
}
.md\:pb-px {
padding-bottom: 1px;
}
.md\:pl-px {
padding-left: 1px;
}
.md\:placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
.md\:placeholder-transparent::-ms-input-placeholder {
color: transparent;
}
.md\:placeholder-transparent::placeholder {
color: transparent;
}
.md\:placeholder-black:-ms-input-placeholder {
color: #000;
}
.md\:placeholder-black::-ms-input-placeholder {
color: #000;
}
.md\:placeholder-black::placeholder {
color: #000;
}
.md\:placeholder-white:-ms-input-placeholder {
color: #fff;
}
.md\:placeholder-white::-ms-input-placeholder {
color: #fff;
}
.md\:placeholder-white::placeholder {
color: #fff;
}
.md\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc;
}
.md\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc;
}
.md\:placeholder-gray-100::placeholder {
color: #f7fafc;
}
.md\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7;
}
.md\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7;
}
.md\:placeholder-gray-200::placeholder {
color: #edf2f7;
}
.md\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0;
}
.md\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0;
}
.md\:placeholder-gray-300::placeholder {
color: #e2e8f0;
}
.md\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0;
}
.md\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0;
}
.md\:placeholder-gray-400::placeholder {
color: #cbd5e0;
}
.md\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0;
}
.md\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0;
}
.md\:placeholder-gray-500::placeholder {
color: #a0aec0;
}
.md\:placeholder-gray-600:-ms-input-placeholder {
color: #718096;
}
.md\:placeholder-gray-600::-ms-input-placeholder {
color: #718096;
}
.md\:placeholder-gray-600::placeholder {
color: #718096;
}
.md\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568;
}
.md\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568;
}
.md\:placeholder-gray-700::placeholder {
color: #4a5568;
}
.md\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748;
}
.md\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748;
}
.md\:placeholder-gray-800::placeholder {
color: #2d3748;
}
.md\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c;
}
.md\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c;
}
.md\:placeholder-gray-900::placeholder {
color: #1a202c;
}
.md\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5;
}
.md\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5;
}
.md\:placeholder-red-100::placeholder {
color: #fff5f5;
}
.md\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7;
}
.md\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7;
}
.md\:placeholder-red-200::placeholder {
color: #fed7d7;
}
.md\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2;
}
.md\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2;
}
.md\:placeholder-red-300::placeholder {
color: #feb2b2;
}
.md\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181;
}
.md\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181;
}
.md\:placeholder-red-400::placeholder {
color: #fc8181;
}
.md\:placeholder-red-500:-ms-input-placeholder {
color: #f56565;
}
.md\:placeholder-red-500::-ms-input-placeholder {
color: #f56565;
}
.md\:placeholder-red-500::placeholder {
color: #f56565;
}
.md\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e;
}
.md\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e;
}
.md\:placeholder-red-600::placeholder {
color: #e53e3e;
}
.md\:placeholder-red-700:-ms-input-placeholder {
color: #c53030;
}
.md\:placeholder-red-700::-ms-input-placeholder {
color: #c53030;
}
.md\:placeholder-red-700::placeholder {
color: #c53030;
}
.md\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c;
}
.md\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c;
}
.md\:placeholder-red-800::placeholder {
color: #9b2c2c;
}
.md\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a;
}
.md\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a;
}
.md\:placeholder-red-900::placeholder {
color: #742a2a;
}
.md\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0;
}
.md\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0;
}
.md\:placeholder-orange-100::placeholder {
color: #fffaf0;
}
.md\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8;
}
.md\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8;
}
.md\:placeholder-orange-200::placeholder {
color: #feebc8;
}
.md\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d;
}
.md\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d;
}
.md\:placeholder-orange-300::placeholder {
color: #fbd38d;
}
.md\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55;
}
.md\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55;
}
.md\:placeholder-orange-400::placeholder {
color: #f6ad55;
}
.md\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936;
}
.md\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936;
}
.md\:placeholder-orange-500::placeholder {
color: #ed8936;
}
.md\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20;
}
.md\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20;
}
.md\:placeholder-orange-600::placeholder {
color: #dd6b20;
}
.md\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621;
}
.md\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621;
}
.md\:placeholder-orange-700::placeholder {
color: #c05621;
}
.md\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221;
}
.md\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221;
}
.md\:placeholder-orange-800::placeholder {
color: #9c4221;
}
.md\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e;
}
.md\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e;
}
.md\:placeholder-orange-900::placeholder {
color: #7b341e;
}
.md\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0;
}
.md\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0;
}
.md\:placeholder-yellow-100::placeholder {
color: #fffff0;
}
.md\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf;
}
.md\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf;
}
.md\:placeholder-yellow-200::placeholder {
color: #fefcbf;
}
.md\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089;
}
.md\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089;
}
.md\:placeholder-yellow-300::placeholder {
color: #faf089;
}
.md\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e;
}
.md\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e;
}
.md\:placeholder-yellow-400::placeholder {
color: #f6e05e;
}
.md\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b;
}
.md\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b;
}
.md\:placeholder-yellow-500::placeholder {
color: #ecc94b;
}
.md\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e;
}
.md\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e;
}
.md\:placeholder-yellow-600::placeholder {
color: #d69e2e;
}
.md\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f;
}
.md\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f;
}
.md\:placeholder-yellow-700::placeholder {
color: #b7791f;
}
.md\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16;
}
.md\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16;
}
.md\:placeholder-yellow-800::placeholder {
color: #975a16;
}
.md\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210;
}
.md\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210;
}
.md\:placeholder-yellow-900::placeholder {
color: #744210;
}
.md\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4;
}
.md\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4;
}
.md\:placeholder-green-100::placeholder {
color: #f0fff4;
}
.md\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5;
}
.md\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5;
}
.md\:placeholder-green-200::placeholder {
color: #c6f6d5;
}
.md\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4;
}
.md\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4;
}
.md\:placeholder-green-300::placeholder {
color: #9ae6b4;
}
.md\:placeholder-green-400:-ms-input-placeholder {
color: #68d391;
}
.md\:placeholder-green-400::-ms-input-placeholder {
color: #68d391;
}
.md\:placeholder-green-400::placeholder {
color: #68d391;
}
.md\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78;
}
.md\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78;
}
.md\:placeholder-green-500::placeholder {
color: #48bb78;
}
.md\:placeholder-green-600:-ms-input-placeholder {
color: #38a169;
}
.md\:placeholder-green-600::-ms-input-placeholder {
color: #38a169;
}
.md\:placeholder-green-600::placeholder {
color: #38a169;
}
.md\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a;
}
.md\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a;
}
.md\:placeholder-green-700::placeholder {
color: #2f855a;
}
.md\:placeholder-green-800:-ms-input-placeholder {
color: #276749;
}
.md\:placeholder-green-800::-ms-input-placeholder {
color: #276749;
}
.md\:placeholder-green-800::placeholder {
color: #276749;
}
.md\:placeholder-green-900:-ms-input-placeholder {
color: #22543d;
}
.md\:placeholder-green-900::-ms-input-placeholder {
color: #22543d;
}
.md\:placeholder-green-900::placeholder {
color: #22543d;
}
.md\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa;
}
.md\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa;
}
.md\:placeholder-teal-100::placeholder {
color: #e6fffa;
}
.md\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea;
}
.md\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea;
}
.md\:placeholder-teal-200::placeholder {
color: #b2f5ea;
}
.md\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9;
}
.md\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9;
}
.md\:placeholder-teal-300::placeholder {
color: #81e6d9;
}
.md\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5;
}
.md\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5;
}
.md\:placeholder-teal-400::placeholder {
color: #4fd1c5;
}
.md\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac;
}
.md\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac;
}
.md\:placeholder-teal-500::placeholder {
color: #38b2ac;
}
.md\:placeholder-teal-600:-ms-input-placeholder {
color: #319795;
}
.md\:placeholder-teal-600::-ms-input-placeholder {
color: #319795;
}
.md\:placeholder-teal-600::placeholder {
color: #319795;
}
.md\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b;
}
.md\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b;
}
.md\:placeholder-teal-700::placeholder {
color: #2c7a7b;
}
.md\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61;
}
.md\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61;
}
.md\:placeholder-teal-800::placeholder {
color: #285e61;
}
.md\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52;
}
.md\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52;
}
.md\:placeholder-teal-900::placeholder {
color: #234e52;
}
.md\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff;
}
.md\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff;
}
.md\:placeholder-blue-100::placeholder {
color: #ebf8ff;
}
.md\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8;
}
.md\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8;
}
.md\:placeholder-blue-200::placeholder {
color: #bee3f8;
}
.md\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4;
}
.md\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4;
}
.md\:placeholder-blue-300::placeholder {
color: #90cdf4;
}
.md\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed;
}
.md\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed;
}
.md\:placeholder-blue-400::placeholder {
color: #63b3ed;
}
.md\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1;
}
.md\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1;
}
.md\:placeholder-blue-500::placeholder {
color: #4299e1;
}
.md\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce;
}
.md\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce;
}
.md\:placeholder-blue-600::placeholder {
color: #3182ce;
}
.md\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0;
}
.md\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0;
}
.md\:placeholder-blue-700::placeholder {
color: #2b6cb0;
}
.md\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282;
}
.md\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282;
}
.md\:placeholder-blue-800::placeholder {
color: #2c5282;
}
.md\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365;
}
.md\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365;
}
.md\:placeholder-blue-900::placeholder {
color: #2a4365;
}
.md\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff;
}
.md\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff;
}
.md\:placeholder-indigo-100::placeholder {
color: #ebf4ff;
}
.md\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe;
}
.md\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe;
}
.md\:placeholder-indigo-200::placeholder {
color: #c3dafe;
}
.md\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa;
}
.md\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa;
}
.md\:placeholder-indigo-300::placeholder {
color: #a3bffa;
}
.md\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5;
}
.md\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5;
}
.md\:placeholder-indigo-400::placeholder {
color: #7f9cf5;
}
.md\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea;
}
.md\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea;
}
.md\:placeholder-indigo-500::placeholder {
color: #667eea;
}
.md\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8;
}
.md\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8;
}
.md\:placeholder-indigo-600::placeholder {
color: #5a67d8;
}
.md\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf;
}
.md\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf;
}
.md\:placeholder-indigo-700::placeholder {
color: #4c51bf;
}
.md\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190;
}
.md\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190;
}
.md\:placeholder-indigo-800::placeholder {
color: #434190;
}
.md\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b;
}
.md\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b;
}
.md\:placeholder-indigo-900::placeholder {
color: #3c366b;
}
.md\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff;
}
.md\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff;
}
.md\:placeholder-purple-100::placeholder {
color: #faf5ff;
}
.md\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd;
}
.md\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd;
}
.md\:placeholder-purple-200::placeholder {
color: #e9d8fd;
}
.md\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa;
}
.md\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa;
}
.md\:placeholder-purple-300::placeholder {
color: #d6bcfa;
}
.md\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4;
}
.md\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4;
}
.md\:placeholder-purple-400::placeholder {
color: #b794f4;
}
.md\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea;
}
.md\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea;
}
.md\:placeholder-purple-500::placeholder {
color: #9f7aea;
}
.md\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5;
}
.md\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5;
}
.md\:placeholder-purple-600::placeholder {
color: #805ad5;
}
.md\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1;
}
.md\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1;
}
.md\:placeholder-purple-700::placeholder {
color: #6b46c1;
}
.md\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a;
}
.md\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a;
}
.md\:placeholder-purple-800::placeholder {
color: #553c9a;
}
.md\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a;
}
.md\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a;
}
.md\:placeholder-purple-900::placeholder {
color: #44337a;
}
.md\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7;
}
.md\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7;
}
.md\:placeholder-pink-100::placeholder {
color: #fff5f7;
}
.md\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2;
}
.md\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2;
}
.md\:placeholder-pink-200::placeholder {
color: #fed7e2;
}
.md\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce;
}
.md\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce;
}
.md\:placeholder-pink-300::placeholder {
color: #fbb6ce;
}
.md\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3;
}
.md\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3;
}
.md\:placeholder-pink-400::placeholder {
color: #f687b3;
}
.md\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6;
}
.md\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6;
}
.md\:placeholder-pink-500::placeholder {
color: #ed64a6;
}
.md\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c;
}
.md\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c;
}
.md\:placeholder-pink-600::placeholder {
color: #d53f8c;
}
.md\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280;
}
.md\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280;
}
.md\:placeholder-pink-700::placeholder {
color: #b83280;
}
.md\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d;
}
.md\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d;
}
.md\:placeholder-pink-800::placeholder {
color: #97266d;
}
.md\:placeholder-pink-900:-ms-input-placeholder {
color: #702459;
}
.md\:placeholder-pink-900::-ms-input-placeholder {
color: #702459;
}
.md\:placeholder-pink-900::placeholder {
color: #702459;
}
.md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
.md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent;
}
.md\:focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
.md\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000;
}
.md\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000;
}
.md\:focus\:placeholder-black:focus::placeholder {
color: #000;
}
.md\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff;
}
.md\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff;
}
.md\:focus\:placeholder-white:focus::placeholder {
color: #fff;
}
.md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc;
}
.md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc;
}
.md\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc;
}
.md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7;
}
.md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7;
}
.md\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7;
}
.md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0;
}
.md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0;
}
.md\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0;
}
.md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0;
}
.md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0;
}
.md\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0;
}
.md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0;
}
.md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0;
}
.md\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0;
}
.md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096;
}
.md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096;
}
.md\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096;
}
.md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568;
}
.md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568;
}
.md\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568;
}
.md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748;
}
.md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748;
}
.md\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748;
}
.md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c;
}
.md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c;
}
.md\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c;
}
.md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5;
}
.md\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5;
}
.md\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5;
}
.md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7;
}
.md\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7;
}
.md\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7;
}
.md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2;
}
.md\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2;
}
.md\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2;
}
.md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181;
}
.md\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181;
}
.md\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181;
}
.md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565;
}
.md\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565;
}
.md\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565;
}
.md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e;
}
.md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e;
}
.md\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e;
}
.md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030;
}
.md\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030;
}
.md\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030;
}
.md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c;
}
.md\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c;
}
.md\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c;
}
.md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a;
}
.md\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a;
}
.md\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a;
}
.md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0;
}
.md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0;
}
.md\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0;
}
.md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8;
}
.md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8;
}
.md\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8;
}
.md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d;
}
.md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d;
}
.md\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d;
}
.md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55;
}
.md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55;
}
.md\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55;
}
.md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936;
}
.md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936;
}
.md\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936;
}
.md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20;
}
.md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20;
}
.md\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20;
}
.md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621;
}
.md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621;
}
.md\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621;
}
.md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221;
}
.md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221;
}
.md\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221;
}
.md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e;
}
.md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e;
}
.md\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e;
}
.md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0;
}
.md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0;
}
.md\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0;
}
.md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf;
}
.md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf;
}
.md\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf;
}
.md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089;
}
.md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089;
}
.md\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089;
}
.md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e;
}
.md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e;
}
.md\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e;
}
.md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b;
}
.md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b;
}
.md\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b;
}
.md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e;
}
.md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e;
}
.md\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e;
}
.md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f;
}
.md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f;
}
.md\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f;
}
.md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16;
}
.md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16;
}
.md\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16;
}
.md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210;
}
.md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210;
}
.md\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210;
}
.md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4;
}
.md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4;
}
.md\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4;
}
.md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5;
}
.md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5;
}
.md\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5;
}
.md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4;
}
.md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4;
}
.md\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4;
}
.md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391;
}
.md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391;
}
.md\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391;
}
.md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78;
}
.md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78;
}
.md\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78;
}
.md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169;
}
.md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169;
}
.md\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169;
}
.md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a;
}
.md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a;
}
.md\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a;
}
.md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749;
}
.md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749;
}
.md\:focus\:placeholder-green-800:focus::placeholder {
color: #276749;
}
.md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d;
}
.md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d;
}
.md\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d;
}
.md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa;
}
.md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa;
}
.md\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa;
}
.md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea;
}
.md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea;
}
.md\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea;
}
.md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9;
}
.md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9;
}
.md\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9;
}
.md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5;
}
.md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5;
}
.md\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5;
}
.md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac;
}
.md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac;
}
.md\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac;
}
.md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795;
}
.md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795;
}
.md\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795;
}
.md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b;
}
.md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b;
}
.md\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b;
}
.md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61;
}
.md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61;
}
.md\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61;
}
.md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52;
}
.md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52;
}
.md\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52;
}
.md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff;
}
.md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff;
}
.md\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff;
}
.md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8;
}
.md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8;
}
.md\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8;
}
.md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4;
}
.md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4;
}
.md\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4;
}
.md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed;
}
.md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed;
}
.md\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed;
}
.md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1;
}
.md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1;
}
.md\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1;
}
.md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce;
}
.md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce;
}
.md\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce;
}
.md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0;
}
.md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0;
}
.md\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0;
}
.md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282;
}
.md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282;
}
.md\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282;
}
.md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365;
}
.md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365;
}
.md\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365;
}
.md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff;
}
.md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff;
}
.md\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff;
}
.md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe;
}
.md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe;
}
.md\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe;
}
.md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa;
}
.md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa;
}
.md\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa;
}
.md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5;
}
.md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5;
}
.md\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5;
}
.md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea;
}
.md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea;
}
.md\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea;
}
.md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8;
}
.md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8;
}
.md\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8;
}
.md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf;
}
.md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf;
}
.md\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf;
}
.md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190;
}
.md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190;
}
.md\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190;
}
.md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b;
}
.md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b;
}
.md\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b;
}
.md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff;
}
.md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff;
}
.md\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff;
}
.md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd;
}
.md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd;
}
.md\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd;
}
.md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa;
}
.md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa;
}
.md\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa;
}
.md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4;
}
.md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4;
}
.md\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4;
}
.md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea;
}
.md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea;
}
.md\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea;
}
.md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5;
}
.md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5;
}
.md\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5;
}
.md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1;
}
.md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1;
}
.md\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1;
}
.md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a;
}
.md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a;
}
.md\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a;
}
.md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a;
}
.md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a;
}
.md\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a;
}
.md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7;
}
.md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7;
}
.md\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7;
}
.md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2;
}
.md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2;
}
.md\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2;
}
.md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce;
}
.md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce;
}
.md\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce;
}
.md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3;
}
.md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3;
}
.md\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3;
}
.md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6;
}
.md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6;
}
.md\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6;
}
.md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c;
}
.md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c;
}
.md\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c;
}
.md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280;
}
.md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280;
}
.md\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280;
}
.md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d;
}
.md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d;
}
.md\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d;
}
.md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459;
}
.md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459;
}
.md\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459;
}
.md\:pointer-events-none {
pointer-events: none;
}
.md\:pointer-events-auto {
pointer-events: auto;
}
.md\:static {
position: static;
}
.md\:fixed {
position: fixed;
}
.md\:absolute {
position: absolute;
}
.md\:relative {
position: relative;
}
.md\:sticky {
position: -webkit-sticky;
position: sticky;
}
.md\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.md\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.md\:inset-y-0 {
top: 0;
bottom: 0;
}
.md\:inset-x-0 {
right: 0;
left: 0;
}
.md\:inset-y-auto {
top: auto;
bottom: auto;
}
.md\:inset-x-auto {
right: auto;
left: auto;
}
.md\:top-0 {
top: 0;
}
.md\:right-0 {
right: 0;
}
.md\:bottom-0 {
bottom: 0;
}
.md\:left-0 {
left: 0;
}
.md\:top-auto {
top: auto;
}
.md\:right-auto {
right: auto;
}
.md\:bottom-auto {
bottom: auto;
}
.md\:left-auto {
left: auto;
}
.md\:resize-none {
resize: none;
}
.md\:resize-y {
resize: vertical;
}
.md\:resize-x {
resize: horizontal;
}
.md\:resize {
resize: both;
}
.md\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.md\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.md\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.md\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.md\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.md\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.md\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.md\:shadow-none {
box-shadow: none;
}
.md\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.md\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.md\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.md\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.md\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.md\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.md\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.md\:hover\:shadow-none:hover {
box-shadow: none;
}
.md\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.md\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.md\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.md\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.md\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.md\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.md\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.md\:focus\:shadow-none:focus {
box-shadow: none;
}
.md\:fill-current {
fill: currentColor;
}
.md\:stroke-current {
stroke: currentColor;
}
.md\:table-auto {
table-layout: auto;
}
.md\:table-fixed {
table-layout: fixed;
}
.md\:text-left {
text-align: left;
}
.md\:text-center {
text-align: center;
}
.md\:text-right {
text-align: right;
}
.md\:text-justify {
text-align: justify;
}
.md\:text-transparent {
color: transparent;
}
.md\:text-black {
color: #000;
}
.md\:text-white {
color: #fff;
}
.md\:text-gray-100 {
color: #f7fafc;
}
.md\:text-gray-200 {
color: #edf2f7;
}
.md\:text-gray-300 {
color: #e2e8f0;
}
.md\:text-gray-400 {
color: #cbd5e0;
}
.md\:text-gray-500 {
color: #a0aec0;
}
.md\:text-gray-600 {
color: #718096;
}
.md\:text-gray-700 {
color: #4a5568;
}
.md\:text-gray-800 {
color: #2d3748;
}
.md\:text-gray-900 {
color: #1a202c;
}
.md\:text-red-100 {
color: #fff5f5;
}
.md\:text-red-200 {
color: #fed7d7;
}
.md\:text-red-300 {
color: #feb2b2;
}
.md\:text-red-400 {
color: #fc8181;
}
.md\:text-red-500 {
color: #f56565;
}
.md\:text-red-600 {
color: #e53e3e;
}
.md\:text-red-700 {
color: #c53030;
}
.md\:text-red-800 {
color: #9b2c2c;
}
.md\:text-red-900 {
color: #742a2a;
}
.md\:text-orange-100 {
color: #fffaf0;
}
.md\:text-orange-200 {
color: #feebc8;
}
.md\:text-orange-300 {
color: #fbd38d;
}
.md\:text-orange-400 {
color: #f6ad55;
}
.md\:text-orange-500 {
color: #ed8936;
}
.md\:text-orange-600 {
color: #dd6b20;
}
.md\:text-orange-700 {
color: #c05621;
}
.md\:text-orange-800 {
color: #9c4221;
}
.md\:text-orange-900 {
color: #7b341e;
}
.md\:text-yellow-100 {
color: #fffff0;
}
.md\:text-yellow-200 {
color: #fefcbf;
}
.md\:text-yellow-300 {
color: #faf089;
}
.md\:text-yellow-400 {
color: #f6e05e;
}
.md\:text-yellow-500 {
color: #ecc94b;
}
.md\:text-yellow-600 {
color: #d69e2e;
}
.md\:text-yellow-700 {
color: #b7791f;
}
.md\:text-yellow-800 {
color: #975a16;
}
.md\:text-yellow-900 {
color: #744210;
}
.md\:text-green-100 {
color: #f0fff4;
}
.md\:text-green-200 {
color: #c6f6d5;
}
.md\:text-green-300 {
color: #9ae6b4;
}
.md\:text-green-400 {
color: #68d391;
}
.md\:text-green-500 {
color: #48bb78;
}
.md\:text-green-600 {
color: #38a169;
}
.md\:text-green-700 {
color: #2f855a;
}
.md\:text-green-800 {
color: #276749;
}
.md\:text-green-900 {
color: #22543d;
}
.md\:text-teal-100 {
color: #e6fffa;
}
.md\:text-teal-200 {
color: #b2f5ea;
}
.md\:text-teal-300 {
color: #81e6d9;
}
.md\:text-teal-400 {
color: #4fd1c5;
}
.md\:text-teal-500 {
color: #38b2ac;
}
.md\:text-teal-600 {
color: #319795;
}
.md\:text-teal-700 {
color: #2c7a7b;
}
.md\:text-teal-800 {
color: #285e61;
}
.md\:text-teal-900 {
color: #234e52;
}
.md\:text-blue-100 {
color: #ebf8ff;
}
.md\:text-blue-200 {
color: #bee3f8;
}
.md\:text-blue-300 {
color: #90cdf4;
}
.md\:text-blue-400 {
color: #63b3ed;
}
.md\:text-blue-500 {
color: #4299e1;
}
.md\:text-blue-600 {
color: #3182ce;
}
.md\:text-blue-700 {
color: #2b6cb0;
}
.md\:text-blue-800 {
color: #2c5282;
}
.md\:text-blue-900 {
color: #2a4365;
}
.md\:text-indigo-100 {
color: #ebf4ff;
}
.md\:text-indigo-200 {
color: #c3dafe;
}
.md\:text-indigo-300 {
color: #a3bffa;
}
.md\:text-indigo-400 {
color: #7f9cf5;
}
.md\:text-indigo-500 {
color: #667eea;
}
.md\:text-indigo-600 {
color: #5a67d8;
}
.md\:text-indigo-700 {
color: #4c51bf;
}
.md\:text-indigo-800 {
color: #434190;
}
.md\:text-indigo-900 {
color: #3c366b;
}
.md\:text-purple-100 {
color: #faf5ff;
}
.md\:text-purple-200 {
color: #e9d8fd;
}
.md\:text-purple-300 {
color: #d6bcfa;
}
.md\:text-purple-400 {
color: #b794f4;
}
.md\:text-purple-500 {
color: #9f7aea;
}
.md\:text-purple-600 {
color: #805ad5;
}
.md\:text-purple-700 {
color: #6b46c1;
}
.md\:text-purple-800 {
color: #553c9a;
}
.md\:text-purple-900 {
color: #44337a;
}
.md\:text-pink-100 {
color: #fff5f7;
}
.md\:text-pink-200 {
color: #fed7e2;
}
.md\:text-pink-300 {
color: #fbb6ce;
}
.md\:text-pink-400 {
color: #f687b3;
}
.md\:text-pink-500 {
color: #ed64a6;
}
.md\:text-pink-600 {
color: #d53f8c;
}
.md\:text-pink-700 {
color: #b83280;
}
.md\:text-pink-800 {
color: #97266d;
}
.md\:text-pink-900 {
color: #702459;
}
.md\:hover\:text-transparent:hover {
color: transparent;
}
.md\:hover\:text-black:hover {
color: #000;
}
.md\:hover\:text-white:hover {
color: #fff;
}
.md\:hover\:text-gray-100:hover {
color: #f7fafc;
}
.md\:hover\:text-gray-200:hover {
color: #edf2f7;
}
.md\:hover\:text-gray-300:hover {
color: #e2e8f0;
}
.md\:hover\:text-gray-400:hover {
color: #cbd5e0;
}
.md\:hover\:text-gray-500:hover {
color: #a0aec0;
}
.md\:hover\:text-gray-600:hover {
color: #718096;
}
.md\:hover\:text-gray-700:hover {
color: #4a5568;
}
.md\:hover\:text-gray-800:hover {
color: #2d3748;
}
.md\:hover\:text-gray-900:hover {
color: #1a202c;
}
.md\:hover\:text-red-100:hover {
color: #fff5f5;
}
.md\:hover\:text-red-200:hover {
color: #fed7d7;
}
.md\:hover\:text-red-300:hover {
color: #feb2b2;
}
.md\:hover\:text-red-400:hover {
color: #fc8181;
}
.md\:hover\:text-red-500:hover {
color: #f56565;
}
.md\:hover\:text-red-600:hover {
color: #e53e3e;
}
.md\:hover\:text-red-700:hover {
color: #c53030;
}
.md\:hover\:text-red-800:hover {
color: #9b2c2c;
}
.md\:hover\:text-red-900:hover {
color: #742a2a;
}
.md\:hover\:text-orange-100:hover {
color: #fffaf0;
}
.md\:hover\:text-orange-200:hover {
color: #feebc8;
}
.md\:hover\:text-orange-300:hover {
color: #fbd38d;
}
.md\:hover\:text-orange-400:hover {
color: #f6ad55;
}
.md\:hover\:text-orange-500:hover {
color: #ed8936;
}
.md\:hover\:text-orange-600:hover {
color: #dd6b20;
}
.md\:hover\:text-orange-700:hover {
color: #c05621;
}
.md\:hover\:text-orange-800:hover {
color: #9c4221;
}
.md\:hover\:text-orange-900:hover {
color: #7b341e;
}
.md\:hover\:text-yellow-100:hover {
color: #fffff0;
}
.md\:hover\:text-yellow-200:hover {
color: #fefcbf;
}
.md\:hover\:text-yellow-300:hover {
color: #faf089;
}
.md\:hover\:text-yellow-400:hover {
color: #f6e05e;
}
.md\:hover\:text-yellow-500:hover {
color: #ecc94b;
}
.md\:hover\:text-yellow-600:hover {
color: #d69e2e;
}
.md\:hover\:text-yellow-700:hover {
color: #b7791f;
}
.md\:hover\:text-yellow-800:hover {
color: #975a16;
}
.md\:hover\:text-yellow-900:hover {
color: #744210;
}
.md\:hover\:text-green-100:hover {
color: #f0fff4;
}
.md\:hover\:text-green-200:hover {
color: #c6f6d5;
}
.md\:hover\:text-green-300:hover {
color: #9ae6b4;
}
.md\:hover\:text-green-400:hover {
color: #68d391;
}
.md\:hover\:text-green-500:hover {
color: #48bb78;
}
.md\:hover\:text-green-600:hover {
color: #38a169;
}
.md\:hover\:text-green-700:hover {
color: #2f855a;
}
.md\:hover\:text-green-800:hover {
color: #276749;
}
.md\:hover\:text-green-900:hover {
color: #22543d;
}
.md\:hover\:text-teal-100:hover {
color: #e6fffa;
}
.md\:hover\:text-teal-200:hover {
color: #b2f5ea;
}
.md\:hover\:text-teal-300:hover {
color: #81e6d9;
}
.md\:hover\:text-teal-400:hover {
color: #4fd1c5;
}
.md\:hover\:text-teal-500:hover {
color: #38b2ac;
}
.md\:hover\:text-teal-600:hover {
color: #319795;
}
.md\:hover\:text-teal-700:hover {
color: #2c7a7b;
}
.md\:hover\:text-teal-800:hover {
color: #285e61;
}
.md\:hover\:text-teal-900:hover {
color: #234e52;
}
.md\:hover\:text-blue-100:hover {
color: #ebf8ff;
}
.md\:hover\:text-blue-200:hover {
color: #bee3f8;
}
.md\:hover\:text-blue-300:hover {
color: #90cdf4;
}
.md\:hover\:text-blue-400:hover {
color: #63b3ed;
}
.md\:hover\:text-blue-500:hover {
color: #4299e1;
}
.md\:hover\:text-blue-600:hover {
color: #3182ce;
}
.md\:hover\:text-blue-700:hover {
color: #2b6cb0;
}
.md\:hover\:text-blue-800:hover {
color: #2c5282;
}
.md\:hover\:text-blue-900:hover {
color: #2a4365;
}
.md\:hover\:text-indigo-100:hover {
color: #ebf4ff;
}
.md\:hover\:text-indigo-200:hover {
color: #c3dafe;
}
.md\:hover\:text-indigo-300:hover {
color: #a3bffa;
}
.md\:hover\:text-indigo-400:hover {
color: #7f9cf5;
}
.md\:hover\:text-indigo-500:hover {
color: #667eea;
}
.md\:hover\:text-indigo-600:hover {
color: #5a67d8;
}
.md\:hover\:text-indigo-700:hover {
color: #4c51bf;
}
.md\:hover\:text-indigo-800:hover {
color: #434190;
}
.md\:hover\:text-indigo-900:hover {
color: #3c366b;
}
.md\:hover\:text-purple-100:hover {
color: #faf5ff;
}
.md\:hover\:text-purple-200:hover {
color: #e9d8fd;
}
.md\:hover\:text-purple-300:hover {
color: #d6bcfa;
}
.md\:hover\:text-purple-400:hover {
color: #b794f4;
}
.md\:hover\:text-purple-500:hover {
color: #9f7aea;
}
.md\:hover\:text-purple-600:hover {
color: #805ad5;
}
.md\:hover\:text-purple-700:hover {
color: #6b46c1;
}
.md\:hover\:text-purple-800:hover {
color: #553c9a;
}
.md\:hover\:text-purple-900:hover {
color: #44337a;
}
.md\:hover\:text-pink-100:hover {
color: #fff5f7;
}
.md\:hover\:text-pink-200:hover {
color: #fed7e2;
}
.md\:hover\:text-pink-300:hover {
color: #fbb6ce;
}
.md\:hover\:text-pink-400:hover {
color: #f687b3;
}
.md\:hover\:text-pink-500:hover {
color: #ed64a6;
}
.md\:hover\:text-pink-600:hover {
color: #d53f8c;
}
.md\:hover\:text-pink-700:hover {
color: #b83280;
}
.md\:hover\:text-pink-800:hover {
color: #97266d;
}
.md\:hover\:text-pink-900:hover {
color: #702459;
}
.md\:focus\:text-transparent:focus {
color: transparent;
}
.md\:focus\:text-black:focus {
color: #000;
}
.md\:focus\:text-white:focus {
color: #fff;
}
.md\:focus\:text-gray-100:focus {
color: #f7fafc;
}
.md\:focus\:text-gray-200:focus {
color: #edf2f7;
}
.md\:focus\:text-gray-300:focus {
color: #e2e8f0;
}
.md\:focus\:text-gray-400:focus {
color: #cbd5e0;
}
.md\:focus\:text-gray-500:focus {
color: #a0aec0;
}
.md\:focus\:text-gray-600:focus {
color: #718096;
}
.md\:focus\:text-gray-700:focus {
color: #4a5568;
}
.md\:focus\:text-gray-800:focus {
color: #2d3748;
}
.md\:focus\:text-gray-900:focus {
color: #1a202c;
}
.md\:focus\:text-red-100:focus {
color: #fff5f5;
}
.md\:focus\:text-red-200:focus {
color: #fed7d7;
}
.md\:focus\:text-red-300:focus {
color: #feb2b2;
}
.md\:focus\:text-red-400:focus {
color: #fc8181;
}
.md\:focus\:text-red-500:focus {
color: #f56565;
}
.md\:focus\:text-red-600:focus {
color: #e53e3e;
}
.md\:focus\:text-red-700:focus {
color: #c53030;
}
.md\:focus\:text-red-800:focus {
color: #9b2c2c;
}
.md\:focus\:text-red-900:focus {
color: #742a2a;
}
.md\:focus\:text-orange-100:focus {
color: #fffaf0;
}
.md\:focus\:text-orange-200:focus {
color: #feebc8;
}
.md\:focus\:text-orange-300:focus {
color: #fbd38d;
}
.md\:focus\:text-orange-400:focus {
color: #f6ad55;
}
.md\:focus\:text-orange-500:focus {
color: #ed8936;
}
.md\:focus\:text-orange-600:focus {
color: #dd6b20;
}
.md\:focus\:text-orange-700:focus {
color: #c05621;
}
.md\:focus\:text-orange-800:focus {
color: #9c4221;
}
.md\:focus\:text-orange-900:focus {
color: #7b341e;
}
.md\:focus\:text-yellow-100:focus {
color: #fffff0;
}
.md\:focus\:text-yellow-200:focus {
color: #fefcbf;
}
.md\:focus\:text-yellow-300:focus {
color: #faf089;
}
.md\:focus\:text-yellow-400:focus {
color: #f6e05e;
}
.md\:focus\:text-yellow-500:focus {
color: #ecc94b;
}
.md\:focus\:text-yellow-600:focus {
color: #d69e2e;
}
.md\:focus\:text-yellow-700:focus {
color: #b7791f;
}
.md\:focus\:text-yellow-800:focus {
color: #975a16;
}
.md\:focus\:text-yellow-900:focus {
color: #744210;
}
.md\:focus\:text-green-100:focus {
color: #f0fff4;
}
.md\:focus\:text-green-200:focus {
color: #c6f6d5;
}
.md\:focus\:text-green-300:focus {
color: #9ae6b4;
}
.md\:focus\:text-green-400:focus {
color: #68d391;
}
.md\:focus\:text-green-500:focus {
color: #48bb78;
}
.md\:focus\:text-green-600:focus {
color: #38a169;
}
.md\:focus\:text-green-700:focus {
color: #2f855a;
}
.md\:focus\:text-green-800:focus {
color: #276749;
}
.md\:focus\:text-green-900:focus {
color: #22543d;
}
.md\:focus\:text-teal-100:focus {
color: #e6fffa;
}
.md\:focus\:text-teal-200:focus {
color: #b2f5ea;
}
.md\:focus\:text-teal-300:focus {
color: #81e6d9;
}
.md\:focus\:text-teal-400:focus {
color: #4fd1c5;
}
.md\:focus\:text-teal-500:focus {
color: #38b2ac;
}
.md\:focus\:text-teal-600:focus {
color: #319795;
}
.md\:focus\:text-teal-700:focus {
color: #2c7a7b;
}
.md\:focus\:text-teal-800:focus {
color: #285e61;
}
.md\:focus\:text-teal-900:focus {
color: #234e52;
}
.md\:focus\:text-blue-100:focus {
color: #ebf8ff;
}
.md\:focus\:text-blue-200:focus {
color: #bee3f8;
}
.md\:focus\:text-blue-300:focus {
color: #90cdf4;
}
.md\:focus\:text-blue-400:focus {
color: #63b3ed;
}
.md\:focus\:text-blue-500:focus {
color: #4299e1;
}
.md\:focus\:text-blue-600:focus {
color: #3182ce;
}
.md\:focus\:text-blue-700:focus {
color: #2b6cb0;
}
.md\:focus\:text-blue-800:focus {
color: #2c5282;
}
.md\:focus\:text-blue-900:focus {
color: #2a4365;
}
.md\:focus\:text-indigo-100:focus {
color: #ebf4ff;
}
.md\:focus\:text-indigo-200:focus {
color: #c3dafe;
}
.md\:focus\:text-indigo-300:focus {
color: #a3bffa;
}
.md\:focus\:text-indigo-400:focus {
color: #7f9cf5;
}
.md\:focus\:text-indigo-500:focus {
color: #667eea;
}
.md\:focus\:text-indigo-600:focus {
color: #5a67d8;
}
.md\:focus\:text-indigo-700:focus {
color: #4c51bf;
}
.md\:focus\:text-indigo-800:focus {
color: #434190;
}
.md\:focus\:text-indigo-900:focus {
color: #3c366b;
}
.md\:focus\:text-purple-100:focus {
color: #faf5ff;
}
.md\:focus\:text-purple-200:focus {
color: #e9d8fd;
}
.md\:focus\:text-purple-300:focus {
color: #d6bcfa;
}
.md\:focus\:text-purple-400:focus {
color: #b794f4;
}
.md\:focus\:text-purple-500:focus {
color: #9f7aea;
}
.md\:focus\:text-purple-600:focus {
color: #805ad5;
}
.md\:focus\:text-purple-700:focus {
color: #6b46c1;
}
.md\:focus\:text-purple-800:focus {
color: #553c9a;
}
.md\:focus\:text-purple-900:focus {
color: #44337a;
}
.md\:focus\:text-pink-100:focus {
color: #fff5f7;
}
.md\:focus\:text-pink-200:focus {
color: #fed7e2;
}
.md\:focus\:text-pink-300:focus {
color: #fbb6ce;
}
.md\:focus\:text-pink-400:focus {
color: #f687b3;
}
.md\:focus\:text-pink-500:focus {
color: #ed64a6;
}
.md\:focus\:text-pink-600:focus {
color: #d53f8c;
}
.md\:focus\:text-pink-700:focus {
color: #b83280;
}
.md\:focus\:text-pink-800:focus {
color: #97266d;
}
.md\:focus\:text-pink-900:focus {
color: #702459;
}
.md\:text-xs {
font-size: 0.75rem;
}
.md\:text-sm {
font-size: 0.875rem;
}
.md\:text-base {
font-size: 1rem;
}
.md\:text-lg {
font-size: 1.125rem;
}
.md\:text-xl {
font-size: 1.25rem;
}
.md\:text-2xl {
font-size: 1.5rem;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-4xl {
font-size: 2.25rem;
}
.md\:text-5xl {
font-size: 3rem;
}
.md\:text-6xl {
font-size: 4rem;
}
.md\:italic {
font-style: italic;
}
.md\:not-italic {
font-style: normal;
}
.md\:uppercase {
text-transform: uppercase;
}
.md\:lowercase {
text-transform: lowercase;
}
.md\:capitalize {
text-transform: capitalize;
}
.md\:normal-case {
text-transform: none;
}
.md\:underline {
text-decoration: underline;
}
.md\:line-through {
text-decoration: line-through;
}
.md\:no-underline {
text-decoration: none;
}
.md\:hover\:underline:hover {
text-decoration: underline;
}
.md\:hover\:line-through:hover {
text-decoration: line-through;
}
.md\:hover\:no-underline:hover {
text-decoration: none;
}
.md\:focus\:underline:focus {
text-decoration: underline;
}
.md\:focus\:line-through:focus {
text-decoration: line-through;
}
.md\:focus\:no-underline:focus {
text-decoration: none;
}
.md\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.md\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.md\:tracking-tighter {
letter-spacing: -0.05em;
}
.md\:tracking-tight {
letter-spacing: -0.025em;
}
.md\:tracking-normal {
letter-spacing: 0;
}
.md\:tracking-wide {
letter-spacing: 0.025em;
}
.md\:tracking-wider {
letter-spacing: 0.05em;
}
.md\:tracking-widest {
letter-spacing: 0.1em;
}
.md\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.md\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.md\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.md\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.md\:align-baseline {
vertical-align: baseline;
}
.md\:align-top {
vertical-align: top;
}
.md\:align-middle {
vertical-align: middle;
}
.md\:align-bottom {
vertical-align: bottom;
}
.md\:align-text-top {
vertical-align: text-top;
}
.md\:align-text-bottom {
vertical-align: text-bottom;
}
.md\:visible {
visibility: visible;
}
.md\:invisible {
visibility: hidden;
}
.md\:whitespace-normal {
white-space: normal;
}
.md\:whitespace-no-wrap {
white-space: nowrap;
}
.md\:whitespace-pre {
white-space: pre;
}
.md\:whitespace-pre-line {
white-space: pre-line;
}
.md\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.md\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.md\:break-words {
overflow-wrap: break-word;
}
.md\:break-all {
word-break: break-all;
}
.md\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.md\:w-0 {
width: 0;
}
.md\:w-1 {
width: 0.25rem;
}
.md\:w-2 {
width: 0.5rem;
}
.md\:w-3 {
width: 0.75rem;
}
.md\:w-4 {
width: 1rem;
}
.md\:w-5 {
width: 1.25rem;
}
.md\:w-6 {
width: 1.5rem;
}
.md\:w-8 {
width: 2rem;
}
.md\:w-10 {
width: 2.5rem;
}
.md\:w-12 {
width: 3rem;
}
.md\:w-16 {
width: 4rem;
}
.md\:w-20 {
width: 5rem;
}
.md\:w-24 {
width: 6rem;
}
.md\:w-32 {
width: 8rem;
}
.md\:w-40 {
width: 10rem;
}
.md\:w-48 {
width: 12rem;
}
.md\:w-56 {
width: 14rem;
}
.md\:w-64 {
width: 16rem;
}
.md\:w-auto {
width: auto;
}
.md\:w-px {
width: 1px;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-2\/4 {
width: 50%;
}
.md\:w-3\/4 {
width: 75%;
}
.md\:w-1\/5 {
width: 20%;
}
.md\:w-2\/5 {
width: 40%;
}
.md\:w-3\/5 {
width: 60%;
}
.md\:w-4\/5 {
width: 80%;
}
.md\:w-1\/6 {
width: 16.666667%;
}
.md\:w-2\/6 {
width: 33.333333%;
}
.md\:w-3\/6 {
width: 50%;
}
.md\:w-4\/6 {
width: 66.666667%;
}
.md\:w-5\/6 {
width: 83.333333%;
}
.md\:w-1\/12 {
width: 8.333333%;
}
.md\:w-2\/12 {
width: 16.666667%;
}
.md\:w-3\/12 {
width: 25%;
}
.md\:w-4\/12 {
width: 33.333333%;
}
.md\:w-5\/12 {
width: 41.666667%;
}
.md\:w-6\/12 {
width: 50%;
}
.md\:w-7\/12 {
width: 58.333333%;
}
.md\:w-8\/12 {
width: 66.666667%;
}
.md\:w-9\/12 {
width: 75%;
}
.md\:w-10\/12 {
width: 83.333333%;
}
.md\:w-11\/12 {
width: 91.666667%;
}
.md\:w-full {
width: 100%;
}
.md\:w-screen {
width: 100vw;
}
.md\:z-0 {
z-index: 0;
}
.md\:z-10 {
z-index: 10;
}
.md\:z-20 {
z-index: 20;
}
.md\:z-30 {
z-index: 30;
}
.md\:z-40 {
z-index: 40;
}
.md\:z-50 {
z-index: 50;
}
.md\:z-auto {
z-index: auto;
}
}
@media (min-width: 1024px) {
.lg\:sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.lg\:not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.lg\:focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.lg\:focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.lg\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.lg\:bg-fixed {
background-attachment: fixed;
}
.lg\:bg-local {
background-attachment: local;
}
.lg\:bg-scroll {
background-attachment: scroll;
}
.lg\:bg-transparent {
background-color: transparent;
}
.lg\:bg-black {
background-color: #000;
}
.lg\:bg-white {
background-color: #fff;
}
.lg\:bg-gray-100 {
background-color: #f7fafc;
}
.lg\:bg-gray-200 {
background-color: #edf2f7;
}
.lg\:bg-gray-300 {
background-color: #e2e8f0;
}
.lg\:bg-gray-400 {
background-color: #cbd5e0;
}
.lg\:bg-gray-500 {
background-color: #a0aec0;
}
.lg\:bg-gray-600 {
background-color: #718096;
}
.lg\:bg-gray-700 {
background-color: #4a5568;
}
.lg\:bg-gray-800 {
background-color: #2d3748;
}
.lg\:bg-gray-900 {
background-color: #1a202c;
}
.lg\:bg-red-100 {
background-color: #fff5f5;
}
.lg\:bg-red-200 {
background-color: #fed7d7;
}
.lg\:bg-red-300 {
background-color: #feb2b2;
}
.lg\:bg-red-400 {
background-color: #fc8181;
}
.lg\:bg-red-500 {
background-color: #f56565;
}
.lg\:bg-red-600 {
background-color: #e53e3e;
}
.lg\:bg-red-700 {
background-color: #c53030;
}
.lg\:bg-red-800 {
background-color: #9b2c2c;
}
.lg\:bg-red-900 {
background-color: #742a2a;
}
.lg\:bg-orange-100 {
background-color: #fffaf0;
}
.lg\:bg-orange-200 {
background-color: #feebc8;
}
.lg\:bg-orange-300 {
background-color: #fbd38d;
}
.lg\:bg-orange-400 {
background-color: #f6ad55;
}
.lg\:bg-orange-500 {
background-color: #ed8936;
}
.lg\:bg-orange-600 {
background-color: #dd6b20;
}
.lg\:bg-orange-700 {
background-color: #c05621;
}
.lg\:bg-orange-800 {
background-color: #9c4221;
}
.lg\:bg-orange-900 {
background-color: #7b341e;
}
.lg\:bg-yellow-100 {
background-color: #fffff0;
}
.lg\:bg-yellow-200 {
background-color: #fefcbf;
}
.lg\:bg-yellow-300 {
background-color: #faf089;
}
.lg\:bg-yellow-400 {
background-color: #f6e05e;
}
.lg\:bg-yellow-500 {
background-color: #ecc94b;
}
.lg\:bg-yellow-600 {
background-color: #d69e2e;
}
.lg\:bg-yellow-700 {
background-color: #b7791f;
}
.lg\:bg-yellow-800 {
background-color: #975a16;
}
.lg\:bg-yellow-900 {
background-color: #744210;
}
.lg\:bg-green-100 {
background-color: #f0fff4;
}
.lg\:bg-green-200 {
background-color: #c6f6d5;
}
.lg\:bg-green-300 {
background-color: #9ae6b4;
}
.lg\:bg-green-400 {
background-color: #68d391;
}
.lg\:bg-green-500 {
background-color: #48bb78;
}
.lg\:bg-green-600 {
background-color: #38a169;
}
.lg\:bg-green-700 {
background-color: #2f855a;
}
.lg\:bg-green-800 {
background-color: #276749;
}
.lg\:bg-green-900 {
background-color: #22543d;
}
.lg\:bg-teal-100 {
background-color: #e6fffa;
}
.lg\:bg-teal-200 {
background-color: #b2f5ea;
}
.lg\:bg-teal-300 {
background-color: #81e6d9;
}
.lg\:bg-teal-400 {
background-color: #4fd1c5;
}
.lg\:bg-teal-500 {
background-color: #38b2ac;
}
.lg\:bg-teal-600 {
background-color: #319795;
}
.lg\:bg-teal-700 {
background-color: #2c7a7b;
}
.lg\:bg-teal-800 {
background-color: #285e61;
}
.lg\:bg-teal-900 {
background-color: #234e52;
}
.lg\:bg-blue-100 {
background-color: #ebf8ff;
}
.lg\:bg-blue-200 {
background-color: #bee3f8;
}
.lg\:bg-blue-300 {
background-color: #90cdf4;
}
.lg\:bg-blue-400 {
background-color: #63b3ed;
}
.lg\:bg-blue-500 {
background-color: #4299e1;
}
.lg\:bg-blue-600 {
background-color: #3182ce;
}
.lg\:bg-blue-700 {
background-color: #2b6cb0;
}
.lg\:bg-blue-800 {
background-color: #2c5282;
}
.lg\:bg-blue-900 {
background-color: #2a4365;
}
.lg\:bg-indigo-100 {
background-color: #ebf4ff;
}
.lg\:bg-indigo-200 {
background-color: #c3dafe;
}
.lg\:bg-indigo-300 {
background-color: #a3bffa;
}
.lg\:bg-indigo-400 {
background-color: #7f9cf5;
}
.lg\:bg-indigo-500 {
background-color: #667eea;
}
.lg\:bg-indigo-600 {
background-color: #5a67d8;
}
.lg\:bg-indigo-700 {
background-color: #4c51bf;
}
.lg\:bg-indigo-800 {
background-color: #434190;
}
.lg\:bg-indigo-900 {
background-color: #3c366b;
}
.lg\:bg-purple-100 {
background-color: #faf5ff;
}
.lg\:bg-purple-200 {
background-color: #e9d8fd;
}
.lg\:bg-purple-300 {
background-color: #d6bcfa;
}
.lg\:bg-purple-400 {
background-color: #b794f4;
}
.lg\:bg-purple-500 {
background-color: #9f7aea;
}
.lg\:bg-purple-600 {
background-color: #805ad5;
}
.lg\:bg-purple-700 {
background-color: #6b46c1;
}
.lg\:bg-purple-800 {
background-color: #553c9a;
}
.lg\:bg-purple-900 {
background-color: #44337a;
}
.lg\:bg-pink-100 {
background-color: #fff5f7;
}
.lg\:bg-pink-200 {
background-color: #fed7e2;
}
.lg\:bg-pink-300 {
background-color: #fbb6ce;
}
.lg\:bg-pink-400 {
background-color: #f687b3;
}
.lg\:bg-pink-500 {
background-color: #ed64a6;
}
.lg\:bg-pink-600 {
background-color: #d53f8c;
}
.lg\:bg-pink-700 {
background-color: #b83280;
}
.lg\:bg-pink-800 {
background-color: #97266d;
}
.lg\:bg-pink-900 {
background-color: #702459;
}
.lg\:hover\:bg-transparent:hover {
background-color: transparent;
}
.lg\:hover\:bg-black:hover {
background-color: #000;
}
.lg\:hover\:bg-white:hover {
background-color: #fff;
}
.lg\:hover\:bg-gray-100:hover {
background-color: #f7fafc;
}
.lg\:hover\:bg-gray-200:hover {
background-color: #edf2f7;
}
.lg\:hover\:bg-gray-300:hover {
background-color: #e2e8f0;
}
.lg\:hover\:bg-gray-400:hover {
background-color: #cbd5e0;
}
.lg\:hover\:bg-gray-500:hover {
background-color: #a0aec0;
}
.lg\:hover\:bg-gray-600:hover {
background-color: #718096;
}
.lg\:hover\:bg-gray-700:hover {
background-color: #4a5568;
}
.lg\:hover\:bg-gray-800:hover {
background-color: #2d3748;
}
.lg\:hover\:bg-gray-900:hover {
background-color: #1a202c;
}
.lg\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.lg\:hover\:bg-red-200:hover {
background-color: #fed7d7;
}
.lg\:hover\:bg-red-300:hover {
background-color: #feb2b2;
}
.lg\:hover\:bg-red-400:hover {
background-color: #fc8181;
}
.lg\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.lg\:hover\:bg-red-600:hover {
background-color: #e53e3e;
}
.lg\:hover\:bg-red-700:hover {
background-color: #c53030;
}
.lg\:hover\:bg-red-800:hover {
background-color: #9b2c2c;
}
.lg\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.lg\:hover\:bg-orange-100:hover {
background-color: #fffaf0;
}
.lg\:hover\:bg-orange-200:hover {
background-color: #feebc8;
}
.lg\:hover\:bg-orange-300:hover {
background-color: #fbd38d;
}
.lg\:hover\:bg-orange-400:hover {
background-color: #f6ad55;
}
.lg\:hover\:bg-orange-500:hover {
background-color: #ed8936;
}
.lg\:hover\:bg-orange-600:hover {
background-color: #dd6b20;
}
.lg\:hover\:bg-orange-700:hover {
background-color: #c05621;
}
.lg\:hover\:bg-orange-800:hover {
background-color: #9c4221;
}
.lg\:hover\:bg-orange-900:hover {
background-color: #7b341e;
}
.lg\:hover\:bg-yellow-100:hover {
background-color: #fffff0;
}
.lg\:hover\:bg-yellow-200:hover {
background-color: #fefcbf;
}
.lg\:hover\:bg-yellow-300:hover {
background-color: #faf089;
}
.lg\:hover\:bg-yellow-400:hover {
background-color: #f6e05e;
}
.lg\:hover\:bg-yellow-500:hover {
background-color: #ecc94b;
}
.lg\:hover\:bg-yellow-600:hover {
background-color: #d69e2e;
}
.lg\:hover\:bg-yellow-700:hover {
background-color: #b7791f;
}
.lg\:hover\:bg-yellow-800:hover {
background-color: #975a16;
}
.lg\:hover\:bg-yellow-900:hover {
background-color: #744210;
}
.lg\:hover\:bg-green-100:hover {
background-color: #f0fff4;
}
.lg\:hover\:bg-green-200:hover {
background-color: #c6f6d5;
}
.lg\:hover\:bg-green-300:hover {
background-color: #9ae6b4;
}
.lg\:hover\:bg-green-400:hover {
background-color: #68d391;
}
.lg\:hover\:bg-green-500:hover {
background-color: #48bb78;
}
.lg\:hover\:bg-green-600:hover {
background-color: #38a169;
}
.lg\:hover\:bg-green-700:hover {
background-color: #2f855a;
}
.lg\:hover\:bg-green-800:hover {
background-color: #276749;
}
.lg\:hover\:bg-green-900:hover {
background-color: #22543d;
}
.lg\:hover\:bg-teal-100:hover {
background-color: #e6fffa;
}
.lg\:hover\:bg-teal-200:hover {
background-color: #b2f5ea;
}
.lg\:hover\:bg-teal-300:hover {
background-color: #81e6d9;
}
.lg\:hover\:bg-teal-400:hover {
background-color: #4fd1c5;
}
.lg\:hover\:bg-teal-500:hover {
background-color: #38b2ac;
}
.lg\:hover\:bg-teal-600:hover {
background-color: #319795;
}
.lg\:hover\:bg-teal-700:hover {
background-color: #2c7a7b;
}
.lg\:hover\:bg-teal-800:hover {
background-color: #285e61;
}
.lg\:hover\:bg-teal-900:hover {
background-color: #234e52;
}
.lg\:hover\:bg-blue-100:hover {
background-color: #ebf8ff;
}
.lg\:hover\:bg-blue-200:hover {
background-color: #bee3f8;
}
.lg\:hover\:bg-blue-300:hover {
background-color: #90cdf4;
}
.lg\:hover\:bg-blue-400:hover {
background-color: #63b3ed;
}
.lg\:hover\:bg-blue-500:hover {
background-color: #4299e1;
}
.lg\:hover\:bg-blue-600:hover {
background-color: #3182ce;
}
.lg\:hover\:bg-blue-700:hover {
background-color: #2b6cb0;
}
.lg\:hover\:bg-blue-800:hover {
background-color: #2c5282;
}
.lg\:hover\:bg-blue-900:hover {
background-color: #2a4365;
}
.lg\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff;
}
.lg\:hover\:bg-indigo-200:hover {
background-color: #c3dafe;
}
.lg\:hover\:bg-indigo-300:hover {
background-color: #a3bffa;
}
.lg\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5;
}
.lg\:hover\:bg-indigo-500:hover {
background-color: #667eea;
}
.lg\:hover\:bg-indigo-600:hover {
background-color: #5a67d8;
}
.lg\:hover\:bg-indigo-700:hover {
background-color: #4c51bf;
}
.lg\:hover\:bg-indigo-800:hover {
background-color: #434190;
}
.lg\:hover\:bg-indigo-900:hover {
background-color: #3c366b;
}
.lg\:hover\:bg-purple-100:hover {
background-color: #faf5ff;
}
.lg\:hover\:bg-purple-200:hover {
background-color: #e9d8fd;
}
.lg\:hover\:bg-purple-300:hover {
background-color: #d6bcfa;
}
.lg\:hover\:bg-purple-400:hover {
background-color: #b794f4;
}
.lg\:hover\:bg-purple-500:hover {
background-color: #9f7aea;
}
.lg\:hover\:bg-purple-600:hover {
background-color: #805ad5;
}
.lg\:hover\:bg-purple-700:hover {
background-color: #6b46c1;
}
.lg\:hover\:bg-purple-800:hover {
background-color: #553c9a;
}
.lg\:hover\:bg-purple-900:hover {
background-color: #44337a;
}
.lg\:hover\:bg-pink-100:hover {
background-color: #fff5f7;
}
.lg\:hover\:bg-pink-200:hover {
background-color: #fed7e2;
}
.lg\:hover\:bg-pink-300:hover {
background-color: #fbb6ce;
}
.lg\:hover\:bg-pink-400:hover {
background-color: #f687b3;
}
.lg\:hover\:bg-pink-500:hover {
background-color: #ed64a6;
}
.lg\:hover\:bg-pink-600:hover {
background-color: #d53f8c;
}
.lg\:hover\:bg-pink-700:hover {
background-color: #b83280;
}
.lg\:hover\:bg-pink-800:hover {
background-color: #97266d;
}
.lg\:hover\:bg-pink-900:hover {
background-color: #702459;
}
.lg\:focus\:bg-transparent:focus {
background-color: transparent;
}
.lg\:focus\:bg-black:focus {
background-color: #000;
}
.lg\:focus\:bg-white:focus {
background-color: #fff;
}
.lg\:focus\:bg-gray-100:focus {
background-color: #f7fafc;
}
.lg\:focus\:bg-gray-200:focus {
background-color: #edf2f7;
}
.lg\:focus\:bg-gray-300:focus {
background-color: #e2e8f0;
}
.lg\:focus\:bg-gray-400:focus {
background-color: #cbd5e0;
}
.lg\:focus\:bg-gray-500:focus {
background-color: #a0aec0;
}
.lg\:focus\:bg-gray-600:focus {
background-color: #718096;
}
.lg\:focus\:bg-gray-700:focus {
background-color: #4a5568;
}
.lg\:focus\:bg-gray-800:focus {
background-color: #2d3748;
}
.lg\:focus\:bg-gray-900:focus {
background-color: #1a202c;
}
.lg\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.lg\:focus\:bg-red-200:focus {
background-color: #fed7d7;
}
.lg\:focus\:bg-red-300:focus {
background-color: #feb2b2;
}
.lg\:focus\:bg-red-400:focus {
background-color: #fc8181;
}
.lg\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.lg\:focus\:bg-red-600:focus {
background-color: #e53e3e;
}
.lg\:focus\:bg-red-700:focus {
background-color: #c53030;
}
.lg\:focus\:bg-red-800:focus {
background-color: #9b2c2c;
}
.lg\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.lg\:focus\:bg-orange-100:focus {
background-color: #fffaf0;
}
.lg\:focus\:bg-orange-200:focus {
background-color: #feebc8;
}
.lg\:focus\:bg-orange-300:focus {
background-color: #fbd38d;
}
.lg\:focus\:bg-orange-400:focus {
background-color: #f6ad55;
}
.lg\:focus\:bg-orange-500:focus {
background-color: #ed8936;
}
.lg\:focus\:bg-orange-600:focus {
background-color: #dd6b20;
}
.lg\:focus\:bg-orange-700:focus {
background-color: #c05621;
}
.lg\:focus\:bg-orange-800:focus {
background-color: #9c4221;
}
.lg\:focus\:bg-orange-900:focus {
background-color: #7b341e;
}
.lg\:focus\:bg-yellow-100:focus {
background-color: #fffff0;
}
.lg\:focus\:bg-yellow-200:focus {
background-color: #fefcbf;
}
.lg\:focus\:bg-yellow-300:focus {
background-color: #faf089;
}
.lg\:focus\:bg-yellow-400:focus {
background-color: #f6e05e;
}
.lg\:focus\:bg-yellow-500:focus {
background-color: #ecc94b;
}
.lg\:focus\:bg-yellow-600:focus {
background-color: #d69e2e;
}
.lg\:focus\:bg-yellow-700:focus {
background-color: #b7791f;
}
.lg\:focus\:bg-yellow-800:focus {
background-color: #975a16;
}
.lg\:focus\:bg-yellow-900:focus {
background-color: #744210;
}
.lg\:focus\:bg-green-100:focus {
background-color: #f0fff4;
}
.lg\:focus\:bg-green-200:focus {
background-color: #c6f6d5;
}
.lg\:focus\:bg-green-300:focus {
background-color: #9ae6b4;
}
.lg\:focus\:bg-green-400:focus {
background-color: #68d391;
}
.lg\:focus\:bg-green-500:focus {
background-color: #48bb78;
}
.lg\:focus\:bg-green-600:focus {
background-color: #38a169;
}
.lg\:focus\:bg-green-700:focus {
background-color: #2f855a;
}
.lg\:focus\:bg-green-800:focus {
background-color: #276749;
}
.lg\:focus\:bg-green-900:focus {
background-color: #22543d;
}
.lg\:focus\:bg-teal-100:focus {
background-color: #e6fffa;
}
.lg\:focus\:bg-teal-200:focus {
background-color: #b2f5ea;
}
.lg\:focus\:bg-teal-300:focus {
background-color: #81e6d9;
}
.lg\:focus\:bg-teal-400:focus {
background-color: #4fd1c5;
}
.lg\:focus\:bg-teal-500:focus {
background-color: #38b2ac;
}
.lg\:focus\:bg-teal-600:focus {
background-color: #319795;
}
.lg\:focus\:bg-teal-700:focus {
background-color: #2c7a7b;
}
.lg\:focus\:bg-teal-800:focus {
background-color: #285e61;
}
.lg\:focus\:bg-teal-900:focus {
background-color: #234e52;
}
.lg\:focus\:bg-blue-100:focus {
background-color: #ebf8ff;
}
.lg\:focus\:bg-blue-200:focus {
background-color: #bee3f8;
}
.lg\:focus\:bg-blue-300:focus {
background-color: #90cdf4;
}
.lg\:focus\:bg-blue-400:focus {
background-color: #63b3ed;
}
.lg\:focus\:bg-blue-500:focus {
background-color: #4299e1;
}
.lg\:focus\:bg-blue-600:focus {
background-color: #3182ce;
}
.lg\:focus\:bg-blue-700:focus {
background-color: #2b6cb0;
}
.lg\:focus\:bg-blue-800:focus {
background-color: #2c5282;
}
.lg\:focus\:bg-blue-900:focus {
background-color: #2a4365;
}
.lg\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff;
}
.lg\:focus\:bg-indigo-200:focus {
background-color: #c3dafe;
}
.lg\:focus\:bg-indigo-300:focus {
background-color: #a3bffa;
}
.lg\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5;
}
.lg\:focus\:bg-indigo-500:focus {
background-color: #667eea;
}
.lg\:focus\:bg-indigo-600:focus {
background-color: #5a67d8;
}
.lg\:focus\:bg-indigo-700:focus {
background-color: #4c51bf;
}
.lg\:focus\:bg-indigo-800:focus {
background-color: #434190;
}
.lg\:focus\:bg-indigo-900:focus {
background-color: #3c366b;
}
.lg\:focus\:bg-purple-100:focus {
background-color: #faf5ff;
}
.lg\:focus\:bg-purple-200:focus {
background-color: #e9d8fd;
}
.lg\:focus\:bg-purple-300:focus {
background-color: #d6bcfa;
}
.lg\:focus\:bg-purple-400:focus {
background-color: #b794f4;
}
.lg\:focus\:bg-purple-500:focus {
background-color: #9f7aea;
}
.lg\:focus\:bg-purple-600:focus {
background-color: #805ad5;
}
.lg\:focus\:bg-purple-700:focus {
background-color: #6b46c1;
}
.lg\:focus\:bg-purple-800:focus {
background-color: #553c9a;
}
.lg\:focus\:bg-purple-900:focus {
background-color: #44337a;
}
.lg\:focus\:bg-pink-100:focus {
background-color: #fff5f7;
}
.lg\:focus\:bg-pink-200:focus {
background-color: #fed7e2;
}
.lg\:focus\:bg-pink-300:focus {
background-color: #fbb6ce;
}
.lg\:focus\:bg-pink-400:focus {
background-color: #f687b3;
}
.lg\:focus\:bg-pink-500:focus {
background-color: #ed64a6;
}
.lg\:focus\:bg-pink-600:focus {
background-color: #d53f8c;
}
.lg\:focus\:bg-pink-700:focus {
background-color: #b83280;
}
.lg\:focus\:bg-pink-800:focus {
background-color: #97266d;
}
.lg\:focus\:bg-pink-900:focus {
background-color: #702459;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-repeat {
background-repeat: repeat;
}
.lg\:bg-no-repeat {
background-repeat: no-repeat;
}
.lg\:bg-repeat-x {
background-repeat: repeat-x;
}
.lg\:bg-repeat-y {
background-repeat: repeat-y;
}
.lg\:bg-repeat-round {
background-repeat: round;
}
.lg\:bg-repeat-space {
background-repeat: space;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:border-collapse {
border-collapse: collapse;
}
.lg\:border-separate {
border-collapse: separate;
}
.lg\:border-transparent {
border-color: transparent;
}
.lg\:border-black {
border-color: #000;
}
.lg\:border-white {
border-color: #fff;
}
.lg\:border-gray-100 {
border-color: #f7fafc;
}
.lg\:border-gray-200 {
border-color: #edf2f7;
}
.lg\:border-gray-300 {
border-color: #e2e8f0;
}
.lg\:border-gray-400 {
border-color: #cbd5e0;
}
.lg\:border-gray-500 {
border-color: #a0aec0;
}
.lg\:border-gray-600 {
border-color: #718096;
}
.lg\:border-gray-700 {
border-color: #4a5568;
}
.lg\:border-gray-800 {
border-color: #2d3748;
}
.lg\:border-gray-900 {
border-color: #1a202c;
}
.lg\:border-red-100 {
border-color: #fff5f5;
}
.lg\:border-red-200 {
border-color: #fed7d7;
}
.lg\:border-red-300 {
border-color: #feb2b2;
}
.lg\:border-red-400 {
border-color: #fc8181;
}
.lg\:border-red-500 {
border-color: #f56565;
}
.lg\:border-red-600 {
border-color: #e53e3e;
}
.lg\:border-red-700 {
border-color: #c53030;
}
.lg\:border-red-800 {
border-color: #9b2c2c;
}
.lg\:border-red-900 {
border-color: #742a2a;
}
.lg\:border-orange-100 {
border-color: #fffaf0;
}
.lg\:border-orange-200 {
border-color: #feebc8;
}
.lg\:border-orange-300 {
border-color: #fbd38d;
}
.lg\:border-orange-400 {
border-color: #f6ad55;
}
.lg\:border-orange-500 {
border-color: #ed8936;
}
.lg\:border-orange-600 {
border-color: #dd6b20;
}
.lg\:border-orange-700 {
border-color: #c05621;
}
.lg\:border-orange-800 {
border-color: #9c4221;
}
.lg\:border-orange-900 {
border-color: #7b341e;
}
.lg\:border-yellow-100 {
border-color: #fffff0;
}
.lg\:border-yellow-200 {
border-color: #fefcbf;
}
.lg\:border-yellow-300 {
border-color: #faf089;
}
.lg\:border-yellow-400 {
border-color: #f6e05e;
}
.lg\:border-yellow-500 {
border-color: #ecc94b;
}
.lg\:border-yellow-600 {
border-color: #d69e2e;
}
.lg\:border-yellow-700 {
border-color: #b7791f;
}
.lg\:border-yellow-800 {
border-color: #975a16;
}
.lg\:border-yellow-900 {
border-color: #744210;
}
.lg\:border-green-100 {
border-color: #f0fff4;
}
.lg\:border-green-200 {
border-color: #c6f6d5;
}
.lg\:border-green-300 {
border-color: #9ae6b4;
}
.lg\:border-green-400 {
border-color: #68d391;
}
.lg\:border-green-500 {
border-color: #48bb78;
}
.lg\:border-green-600 {
border-color: #38a169;
}
.lg\:border-green-700 {
border-color: #2f855a;
}
.lg\:border-green-800 {
border-color: #276749;
}
.lg\:border-green-900 {
border-color: #22543d;
}
.lg\:border-teal-100 {
border-color: #e6fffa;
}
.lg\:border-teal-200 {
border-color: #b2f5ea;
}
.lg\:border-teal-300 {
border-color: #81e6d9;
}
.lg\:border-teal-400 {
border-color: #4fd1c5;
}
.lg\:border-teal-500 {
border-color: #38b2ac;
}
.lg\:border-teal-600 {
border-color: #319795;
}
.lg\:border-teal-700 {
border-color: #2c7a7b;
}
.lg\:border-teal-800 {
border-color: #285e61;
}
.lg\:border-teal-900 {
border-color: #234e52;
}
.lg\:border-blue-100 {
border-color: #ebf8ff;
}
.lg\:border-blue-200 {
border-color: #bee3f8;
}
.lg\:border-blue-300 {
border-color: #90cdf4;
}
.lg\:border-blue-400 {
border-color: #63b3ed;
}
.lg\:border-blue-500 {
border-color: #4299e1;
}
.lg\:border-blue-600 {
border-color: #3182ce;
}
.lg\:border-blue-700 {
border-color: #2b6cb0;
}
.lg\:border-blue-800 {
border-color: #2c5282;
}
.lg\:border-blue-900 {
border-color: #2a4365;
}
.lg\:border-indigo-100 {
border-color: #ebf4ff;
}
.lg\:border-indigo-200 {
border-color: #c3dafe;
}
.lg\:border-indigo-300 {
border-color: #a3bffa;
}
.lg\:border-indigo-400 {
border-color: #7f9cf5;
}
.lg\:border-indigo-500 {
border-color: #667eea;
}
.lg\:border-indigo-600 {
border-color: #5a67d8;
}
.lg\:border-indigo-700 {
border-color: #4c51bf;
}
.lg\:border-indigo-800 {
border-color: #434190;
}
.lg\:border-indigo-900 {
border-color: #3c366b;
}
.lg\:border-purple-100 {
border-color: #faf5ff;
}
.lg\:border-purple-200 {
border-color: #e9d8fd;
}
.lg\:border-purple-300 {
border-color: #d6bcfa;
}
.lg\:border-purple-400 {
border-color: #b794f4;
}
.lg\:border-purple-500 {
border-color: #9f7aea;
}
.lg\:border-purple-600 {
border-color: #805ad5;
}
.lg\:border-purple-700 {
border-color: #6b46c1;
}
.lg\:border-purple-800 {
border-color: #553c9a;
}
.lg\:border-purple-900 {
border-color: #44337a;
}
.lg\:border-pink-100 {
border-color: #fff5f7;
}
.lg\:border-pink-200 {
border-color: #fed7e2;
}
.lg\:border-pink-300 {
border-color: #fbb6ce;
}
.lg\:border-pink-400 {
border-color: #f687b3;
}
.lg\:border-pink-500 {
border-color: #ed64a6;
}
.lg\:border-pink-600 {
border-color: #d53f8c;
}
.lg\:border-pink-700 {
border-color: #b83280;
}
.lg\:border-pink-800 {
border-color: #97266d;
}
.lg\:border-pink-900 {
border-color: #702459;
}
.lg\:hover\:border-transparent:hover {
border-color: transparent;
}
.lg\:hover\:border-black:hover {
border-color: #000;
}
.lg\:hover\:border-white:hover {
border-color: #fff;
}
.lg\:hover\:border-gray-100:hover {
border-color: #f7fafc;
}
.lg\:hover\:border-gray-200:hover {
border-color: #edf2f7;
}
.lg\:hover\:border-gray-300:hover {
border-color: #e2e8f0;
}
.lg\:hover\:border-gray-400:hover {
border-color: #cbd5e0;
}
.lg\:hover\:border-gray-500:hover {
border-color: #a0aec0;
}
.lg\:hover\:border-gray-600:hover {
border-color: #718096;
}
.lg\:hover\:border-gray-700:hover {
border-color: #4a5568;
}
.lg\:hover\:border-gray-800:hover {
border-color: #2d3748;
}
.lg\:hover\:border-gray-900:hover {
border-color: #1a202c;
}
.lg\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.lg\:hover\:border-red-200:hover {
border-color: #fed7d7;
}
.lg\:hover\:border-red-300:hover {
border-color: #feb2b2;
}
.lg\:hover\:border-red-400:hover {
border-color: #fc8181;
}
.lg\:hover\:border-red-500:hover {
border-color: #f56565;
}
.lg\:hover\:border-red-600:hover {
border-color: #e53e3e;
}
.lg\:hover\:border-red-700:hover {
border-color: #c53030;
}
.lg\:hover\:border-red-800:hover {
border-color: #9b2c2c;
}
.lg\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.lg\:hover\:border-orange-100:hover {
border-color: #fffaf0;
}
.lg\:hover\:border-orange-200:hover {
border-color: #feebc8;
}
.lg\:hover\:border-orange-300:hover {
border-color: #fbd38d;
}
.lg\:hover\:border-orange-400:hover {
border-color: #f6ad55;
}
.lg\:hover\:border-orange-500:hover {
border-color: #ed8936;
}
.lg\:hover\:border-orange-600:hover {
border-color: #dd6b20;
}
.lg\:hover\:border-orange-700:hover {
border-color: #c05621;
}
.lg\:hover\:border-orange-800:hover {
border-color: #9c4221;
}
.lg\:hover\:border-orange-900:hover {
border-color: #7b341e;
}
.lg\:hover\:border-yellow-100:hover {
border-color: #fffff0;
}
.lg\:hover\:border-yellow-200:hover {
border-color: #fefcbf;
}
.lg\:hover\:border-yellow-300:hover {
border-color: #faf089;
}
.lg\:hover\:border-yellow-400:hover {
border-color: #f6e05e;
}
.lg\:hover\:border-yellow-500:hover {
border-color: #ecc94b;
}
.lg\:hover\:border-yellow-600:hover {
border-color: #d69e2e;
}
.lg\:hover\:border-yellow-700:hover {
border-color: #b7791f;
}
.lg\:hover\:border-yellow-800:hover {
border-color: #975a16;
}
.lg\:hover\:border-yellow-900:hover {
border-color: #744210;
}
.lg\:hover\:border-green-100:hover {
border-color: #f0fff4;
}
.lg\:hover\:border-green-200:hover {
border-color: #c6f6d5;
}
.lg\:hover\:border-green-300:hover {
border-color: #9ae6b4;
}
.lg\:hover\:border-green-400:hover {
border-color: #68d391;
}
.lg\:hover\:border-green-500:hover {
border-color: #48bb78;
}
.lg\:hover\:border-green-600:hover {
border-color: #38a169;
}
.lg\:hover\:border-green-700:hover {
border-color: #2f855a;
}
.lg\:hover\:border-green-800:hover {
border-color: #276749;
}
.lg\:hover\:border-green-900:hover {
border-color: #22543d;
}
.lg\:hover\:border-teal-100:hover {
border-color: #e6fffa;
}
.lg\:hover\:border-teal-200:hover {
border-color: #b2f5ea;
}
.lg\:hover\:border-teal-300:hover {
border-color: #81e6d9;
}
.lg\:hover\:border-teal-400:hover {
border-color: #4fd1c5;
}
.lg\:hover\:border-teal-500:hover {
border-color: #38b2ac;
}
.lg\:hover\:border-teal-600:hover {
border-color: #319795;
}
.lg\:hover\:border-teal-700:hover {
border-color: #2c7a7b;
}
.lg\:hover\:border-teal-800:hover {
border-color: #285e61;
}
.lg\:hover\:border-teal-900:hover {
border-color: #234e52;
}
.lg\:hover\:border-blue-100:hover {
border-color: #ebf8ff;
}
.lg\:hover\:border-blue-200:hover {
border-color: #bee3f8;
}
.lg\:hover\:border-blue-300:hover {
border-color: #90cdf4;
}
.lg\:hover\:border-blue-400:hover {
border-color: #63b3ed;
}
.lg\:hover\:border-blue-500:hover {
border-color: #4299e1;
}
.lg\:hover\:border-blue-600:hover {
border-color: #3182ce;
}
.lg\:hover\:border-blue-700:hover {
border-color: #2b6cb0;
}
.lg\:hover\:border-blue-800:hover {
border-color: #2c5282;
}
.lg\:hover\:border-blue-900:hover {
border-color: #2a4365;
}
.lg\:hover\:border-indigo-100:hover {
border-color: #ebf4ff;
}
.lg\:hover\:border-indigo-200:hover {
border-color: #c3dafe;
}
.lg\:hover\:border-indigo-300:hover {
border-color: #a3bffa;
}
.lg\:hover\:border-indigo-400:hover {
border-color: #7f9cf5;
}
.lg\:hover\:border-indigo-500:hover {
border-color: #667eea;
}
.lg\:hover\:border-indigo-600:hover {
border-color: #5a67d8;
}
.lg\:hover\:border-indigo-700:hover {
border-color: #4c51bf;
}
.lg\:hover\:border-indigo-800:hover {
border-color: #434190;
}
.lg\:hover\:border-indigo-900:hover {
border-color: #3c366b;
}
.lg\:hover\:border-purple-100:hover {
border-color: #faf5ff;
}
.lg\:hover\:border-purple-200:hover {
border-color: #e9d8fd;
}
.lg\:hover\:border-purple-300:hover {
border-color: #d6bcfa;
}
.lg\:hover\:border-purple-400:hover {
border-color: #b794f4;
}
.lg\:hover\:border-purple-500:hover {
border-color: #9f7aea;
}
.lg\:hover\:border-purple-600:hover {
border-color: #805ad5;
}
.lg\:hover\:border-purple-700:hover {
border-color: #6b46c1;
}
.lg\:hover\:border-purple-800:hover {
border-color: #553c9a;
}
.lg\:hover\:border-purple-900:hover {
border-color: #44337a;
}
.lg\:hover\:border-pink-100:hover {
border-color: #fff5f7;
}
.lg\:hover\:border-pink-200:hover {
border-color: #fed7e2;
}
.lg\:hover\:border-pink-300:hover {
border-color: #fbb6ce;
}
.lg\:hover\:border-pink-400:hover {
border-color: #f687b3;
}
.lg\:hover\:border-pink-500:hover {
border-color: #ed64a6;
}
.lg\:hover\:border-pink-600:hover {
border-color: #d53f8c;
}
.lg\:hover\:border-pink-700:hover {
border-color: #b83280;
}
.lg\:hover\:border-pink-800:hover {
border-color: #97266d;
}
.lg\:hover\:border-pink-900:hover {
border-color: #702459;
}
.lg\:focus\:border-transparent:focus {
border-color: transparent;
}
.lg\:focus\:border-black:focus {
border-color: #000;
}
.lg\:focus\:border-white:focus {
border-color: #fff;
}
.lg\:focus\:border-gray-100:focus {
border-color: #f7fafc;
}
.lg\:focus\:border-gray-200:focus {
border-color: #edf2f7;
}
.lg\:focus\:border-gray-300:focus {
border-color: #e2e8f0;
}
.lg\:focus\:border-gray-400:focus {
border-color: #cbd5e0;
}
.lg\:focus\:border-gray-500:focus {
border-color: #a0aec0;
}
.lg\:focus\:border-gray-600:focus {
border-color: #718096;
}
.lg\:focus\:border-gray-700:focus {
border-color: #4a5568;
}
.lg\:focus\:border-gray-800:focus {
border-color: #2d3748;
}
.lg\:focus\:border-gray-900:focus {
border-color: #1a202c;
}
.lg\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.lg\:focus\:border-red-200:focus {
border-color: #fed7d7;
}
.lg\:focus\:border-red-300:focus {
border-color: #feb2b2;
}
.lg\:focus\:border-red-400:focus {
border-color: #fc8181;
}
.lg\:focus\:border-red-500:focus {
border-color: #f56565;
}
.lg\:focus\:border-red-600:focus {
border-color: #e53e3e;
}
.lg\:focus\:border-red-700:focus {
border-color: #c53030;
}
.lg\:focus\:border-red-800:focus {
border-color: #9b2c2c;
}
.lg\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.lg\:focus\:border-orange-100:focus {
border-color: #fffaf0;
}
.lg\:focus\:border-orange-200:focus {
border-color: #feebc8;
}
.lg\:focus\:border-orange-300:focus {
border-color: #fbd38d;
}
.lg\:focus\:border-orange-400:focus {
border-color: #f6ad55;
}
.lg\:focus\:border-orange-500:focus {
border-color: #ed8936;
}
.lg\:focus\:border-orange-600:focus {
border-color: #dd6b20;
}
.lg\:focus\:border-orange-700:focus {
border-color: #c05621;
}
.lg\:focus\:border-orange-800:focus {
border-color: #9c4221;
}
.lg\:focus\:border-orange-900:focus {
border-color: #7b341e;
}
.lg\:focus\:border-yellow-100:focus {
border-color: #fffff0;
}
.lg\:focus\:border-yellow-200:focus {
border-color: #fefcbf;
}
.lg\:focus\:border-yellow-300:focus {
border-color: #faf089;
}
.lg\:focus\:border-yellow-400:focus {
border-color: #f6e05e;
}
.lg\:focus\:border-yellow-500:focus {
border-color: #ecc94b;
}
.lg\:focus\:border-yellow-600:focus {
border-color: #d69e2e;
}
.lg\:focus\:border-yellow-700:focus {
border-color: #b7791f;
}
.lg\:focus\:border-yellow-800:focus {
border-color: #975a16;
}
.lg\:focus\:border-yellow-900:focus {
border-color: #744210;
}
.lg\:focus\:border-green-100:focus {
border-color: #f0fff4;
}
.lg\:focus\:border-green-200:focus {
border-color: #c6f6d5;
}
.lg\:focus\:border-green-300:focus {
border-color: #9ae6b4;
}
.lg\:focus\:border-green-400:focus {
border-color: #68d391;
}
.lg\:focus\:border-green-500:focus {
border-color: #48bb78;
}
.lg\:focus\:border-green-600:focus {
border-color: #38a169;
}
.lg\:focus\:border-green-700:focus {
border-color: #2f855a;
}
.lg\:focus\:border-green-800:focus {
border-color: #276749;
}
.lg\:focus\:border-green-900:focus {
border-color: #22543d;
}
.lg\:focus\:border-teal-100:focus {
border-color: #e6fffa;
}
.lg\:focus\:border-teal-200:focus {
border-color: #b2f5ea;
}
.lg\:focus\:border-teal-300:focus {
border-color: #81e6d9;
}
.lg\:focus\:border-teal-400:focus {
border-color: #4fd1c5;
}
.lg\:focus\:border-teal-500:focus {
border-color: #38b2ac;
}
.lg\:focus\:border-teal-600:focus {
border-color: #319795;
}
.lg\:focus\:border-teal-700:focus {
border-color: #2c7a7b;
}
.lg\:focus\:border-teal-800:focus {
border-color: #285e61;
}
.lg\:focus\:border-teal-900:focus {
border-color: #234e52;
}
.lg\:focus\:border-blue-100:focus {
border-color: #ebf8ff;
}
.lg\:focus\:border-blue-200:focus {
border-color: #bee3f8;
}
.lg\:focus\:border-blue-300:focus {
border-color: #90cdf4;
}
.lg\:focus\:border-blue-400:focus {
border-color: #63b3ed;
}
.lg\:focus\:border-blue-500:focus {
border-color: #4299e1;
}
.lg\:focus\:border-blue-600:focus {
border-color: #3182ce;
}
.lg\:focus\:border-blue-700:focus {
border-color: #2b6cb0;
}
.lg\:focus\:border-blue-800:focus {
border-color: #2c5282;
}
.lg\:focus\:border-blue-900:focus {
border-color: #2a4365;
}
.lg\:focus\:border-indigo-100:focus {
border-color: #ebf4ff;
}
.lg\:focus\:border-indigo-200:focus {
border-color: #c3dafe;
}
.lg\:focus\:border-indigo-300:focus {
border-color: #a3bffa;
}
.lg\:focus\:border-indigo-400:focus {
border-color: #7f9cf5;
}
.lg\:focus\:border-indigo-500:focus {
border-color: #667eea;
}
.lg\:focus\:border-indigo-600:focus {
border-color: #5a67d8;
}
.lg\:focus\:border-indigo-700:focus {
border-color: #4c51bf;
}
.lg\:focus\:border-indigo-800:focus {
border-color: #434190;
}
.lg\:focus\:border-indigo-900:focus {
border-color: #3c366b;
}
.lg\:focus\:border-purple-100:focus {
border-color: #faf5ff;
}
.lg\:focus\:border-purple-200:focus {
border-color: #e9d8fd;
}
.lg\:focus\:border-purple-300:focus {
border-color: #d6bcfa;
}
.lg\:focus\:border-purple-400:focus {
border-color: #b794f4;
}
.lg\:focus\:border-purple-500:focus {
border-color: #9f7aea;
}
.lg\:focus\:border-purple-600:focus {
border-color: #805ad5;
}
.lg\:focus\:border-purple-700:focus {
border-color: #6b46c1;
}
.lg\:focus\:border-purple-800:focus {
border-color: #553c9a;
}
.lg\:focus\:border-purple-900:focus {
border-color: #44337a;
}
.lg\:focus\:border-pink-100:focus {
border-color: #fff5f7;
}
.lg\:focus\:border-pink-200:focus {
border-color: #fed7e2;
}
.lg\:focus\:border-pink-300:focus {
border-color: #fbb6ce;
}
.lg\:focus\:border-pink-400:focus {
border-color: #f687b3;
}
.lg\:focus\:border-pink-500:focus {
border-color: #ed64a6;
}
.lg\:focus\:border-pink-600:focus {
border-color: #d53f8c;
}
.lg\:focus\:border-pink-700:focus {
border-color: #b83280;
}
.lg\:focus\:border-pink-800:focus {
border-color: #97266d;
}
.lg\:focus\:border-pink-900:focus {
border-color: #702459;
}
.lg\:rounded-none {
border-radius: 0;
}
.lg\:rounded-sm {
border-radius: 0.125rem;
}
.lg\:rounded {
border-radius: 0.25rem;
}
.lg\:rounded-lg {
border-radius: 0.5rem;
}
.lg\:rounded-full {
border-radius: 9999px;
}
.lg\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.lg\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.lg\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.lg\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.lg\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.lg\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.lg\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.lg\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.lg\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.lg\:rounded-tl-none {
border-top-left-radius: 0;
}
.lg\:rounded-tr-none {
border-top-right-radius: 0;
}
.lg\:rounded-br-none {
border-bottom-right-radius: 0;
}
.lg\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.lg\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.lg\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.lg\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.lg\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.lg\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.lg\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.lg\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.lg\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.lg\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.lg\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.lg\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.lg\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.lg\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.lg\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.lg\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.lg\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.lg\:border-solid {
border-style: solid;
}
.lg\:border-dashed {
border-style: dashed;
}
.lg\:border-dotted {
border-style: dotted;
}
.lg\:border-double {
border-style: double;
}
.lg\:border-none {
border-style: none;
}
.lg\:border-0 {
border-width: 0;
}
.lg\:border-2 {
border-width: 2px;
}
.lg\:border-4 {
border-width: 4px;
}
.lg\:border-8 {
border-width: 8px;
}
.lg\:border {
border-width: 1px;
}
.lg\:border-t-0 {
border-top-width: 0;
}
.lg\:border-r-0 {
border-right-width: 0;
}
.lg\:border-b-0 {
border-bottom-width: 0;
}
.lg\:border-l-0 {
border-left-width: 0;
}
.lg\:border-t-2 {
border-top-width: 2px;
}
.lg\:border-r-2 {
border-right-width: 2px;
}
.lg\:border-b-2 {
border-bottom-width: 2px;
}
.lg\:border-l-2 {
border-left-width: 2px;
}
.lg\:border-t-4 {
border-top-width: 4px;
}
.lg\:border-r-4 {
border-right-width: 4px;
}
.lg\:border-b-4 {
border-bottom-width: 4px;
}
.lg\:border-l-4 {
border-left-width: 4px;
}
.lg\:border-t-8 {
border-top-width: 8px;
}
.lg\:border-r-8 {
border-right-width: 8px;
}
.lg\:border-b-8 {
border-bottom-width: 8px;
}
.lg\:border-l-8 {
border-left-width: 8px;
}
.lg\:border-t {
border-top-width: 1px;
}
.lg\:border-r {
border-right-width: 1px;
}
.lg\:border-b {
border-bottom-width: 1px;
}
.lg\:border-l {
border-left-width: 1px;
}
.lg\:cursor-auto {
cursor: auto;
}
.lg\:cursor-default {
cursor: default;
}
.lg\:cursor-pointer {
cursor: pointer;
}
.lg\:cursor-wait {
cursor: wait;
}
.lg\:cursor-text {
cursor: text;
}
.lg\:cursor-move {
cursor: move;
}
.lg\:cursor-not-allowed {
cursor: not-allowed;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:inline {
display: inline;
}
.lg\:flex {
display: flex;
}
.lg\:inline-flex {
display: inline-flex;
}
.lg\:table {
display: table;
}
.lg\:table-row {
display: table-row;
}
.lg\:table-cell {
display: table-cell;
}
.lg\:hidden {
display: none;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:flex-col-reverse {
flex-direction: column-reverse;
}
.lg\:flex-wrap {
flex-wrap: wrap;
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex-no-wrap {
flex-wrap: nowrap;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:items-baseline {
align-items: baseline;
}
.lg\:items-stretch {
align-items: stretch;
}
.lg\:self-auto {
align-self: auto;
}
.lg\:self-start {
align-self: flex-start;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:self-center {
align-self: center;
}
.lg\:self-stretch {
align-self: stretch;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:justify-around {
justify-content: space-around;
}
.lg\:justify-evenly {
justify-content: space-evenly;
}
.lg\:content-center {
align-content: center;
}
.lg\:content-start {
align-content: flex-start;
}
.lg\:content-end {
align-content: flex-end;
}
.lg\:content-between {
align-content: space-between;
}
.lg\:content-around {
align-content: space-around;
}
.lg\:flex-1 {
flex: 1 1 0%;
}
.lg\:flex-auto {
flex: 1 1 auto;
}
.lg\:flex-initial {
flex: 0 1 auto;
}
.lg\:flex-none {
flex: none;
}
.lg\:flex-grow-0 {
flex-grow: 0;
}
.lg\:flex-grow {
flex-grow: 1;
}
.lg\:flex-shrink-0 {
flex-shrink: 0;
}
.lg\:flex-shrink {
flex-shrink: 1;
}
.lg\:order-1 {
order: 1;
}
.lg\:order-2 {
order: 2;
}
.lg\:order-3 {
order: 3;
}
.lg\:order-4 {
order: 4;
}
.lg\:order-5 {
order: 5;
}
.lg\:order-6 {
order: 6;
}
.lg\:order-7 {
order: 7;
}
.lg\:order-8 {
order: 8;
}
.lg\:order-9 {
order: 9;
}
.lg\:order-10 {
order: 10;
}
.lg\:order-11 {
order: 11;
}
.lg\:order-12 {
order: 12;
}
.lg\:order-first {
order: -9999;
}
.lg\:order-last {
order: 9999;
}
.lg\:order-none {
order: 0;
}
.lg\:float-right {
float: right;
}
.lg\:float-left {
float: left;
}
.lg\:float-none {
float: none;
}
.lg\:clearfix:after {
content: "";
display: table;
clear: both;
}
.lg\:font-sans {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.lg\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.lg\:font-hairline {
font-weight: 100;
}
.lg\:font-thin {
font-weight: 200;
}
.lg\:font-light {
font-weight: 300;
}
.lg\:font-normal {
font-weight: 400;
}
.lg\:font-medium {
font-weight: 500;
}
.lg\:font-semibold {
font-weight: 600;
}
.lg\:font-bold {
font-weight: 700;
}
.lg\:font-extrabold {
font-weight: 800;
}
.lg\:font-black {
font-weight: 900;
}
.lg\:hover\:font-hairline:hover {
font-weight: 100;
}
.lg\:hover\:font-thin:hover {
font-weight: 200;
}
.lg\:hover\:font-light:hover {
font-weight: 300;
}
.lg\:hover\:font-normal:hover {
font-weight: 400;
}
.lg\:hover\:font-medium:hover {
font-weight: 500;
}
.lg\:hover\:font-semibold:hover {
font-weight: 600;
}
.lg\:hover\:font-bold:hover {
font-weight: 700;
}
.lg\:hover\:font-extrabold:hover {
font-weight: 800;
}
.lg\:hover\:font-black:hover {
font-weight: 900;
}
.lg\:focus\:font-hairline:focus {
font-weight: 100;
}
.lg\:focus\:font-thin:focus {
font-weight: 200;
}
.lg\:focus\:font-light:focus {
font-weight: 300;
}
.lg\:focus\:font-normal:focus {
font-weight: 400;
}
.lg\:focus\:font-medium:focus {
font-weight: 500;
}
.lg\:focus\:font-semibold:focus {
font-weight: 600;
}
.lg\:focus\:font-bold:focus {
font-weight: 700;
}
.lg\:focus\:font-extrabold:focus {
font-weight: 800;
}
.lg\:focus\:font-black:focus {
font-weight: 900;
}
.lg\:h-0 {
height: 0;
}
.lg\:h-1 {
height: 0.25rem;
}
.lg\:h-2 {
height: 0.5rem;
}
.lg\:h-3 {
height: 0.75rem;
}
.lg\:h-4 {
height: 1rem;
}
.lg\:h-5 {
height: 1.25rem;
}
.lg\:h-6 {
height: 1.5rem;
}
.lg\:h-8 {
height: 2rem;
}
.lg\:h-10 {
height: 2.5rem;
}
.lg\:h-12 {
height: 3rem;
}
.lg\:h-16 {
height: 4rem;
}
.lg\:h-20 {
height: 5rem;
}
.lg\:h-24 {
height: 6rem;
}
.lg\:h-32 {
height: 8rem;
}
.lg\:h-40 {
height: 10rem;
}
.lg\:h-48 {
height: 12rem;
}
.lg\:h-56 {
height: 14rem;
}
.lg\:h-64 {
height: 16rem;
}
.lg\:h-auto {
height: auto;
}
.lg\:h-px {
height: 1px;
}
.lg\:h-full {
height: 100%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:leading-none {
line-height: 1;
}
.lg\:leading-tight {
line-height: 1.25;
}
.lg\:leading-snug {
line-height: 1.375;
}
.lg\:leading-normal {
line-height: 1.5;
}
.lg\:leading-relaxed {
line-height: 1.625;
}
.lg\:leading-loose {
line-height: 2;
}
.lg\:list-inside {
list-style-position: inside;
}
.lg\:list-outside {
list-style-position: outside;
}
.lg\:list-none {
list-style-type: none;
}
.lg\:list-disc {
list-style-type: disc;
}
.lg\:list-decimal {
list-style-type: decimal;
}
.lg\:m-0 {
margin: 0;
}
.lg\:m-1 {
margin: 0.25rem;
}
.lg\:m-2 {
margin: 0.5rem;
}
.lg\:m-3 {
margin: 0.75rem;
}
.lg\:m-4 {
margin: 1rem;
}
.lg\:m-5 {
margin: 1.25rem;
}
.lg\:m-6 {
margin: 1.5rem;
}
.lg\:m-8 {
margin: 2rem;
}
.lg\:m-10 {
margin: 2.5rem;
}
.lg\:m-12 {
margin: 3rem;
}
.lg\:m-16 {
margin: 4rem;
}
.lg\:m-20 {
margin: 5rem;
}
.lg\:m-24 {
margin: 6rem;
}
.lg\:m-32 {
margin: 8rem;
}
.lg\:m-40 {
margin: 10rem;
}
.lg\:m-48 {
margin: 12rem;
}
.lg\:m-56 {
margin: 14rem;
}
.lg\:m-64 {
margin: 16rem;
}
.lg\:m-auto {
margin: auto;
}
.lg\:m-px {
margin: 1px;
}
.lg\:-m-1 {
margin: -0.25rem;
}
.lg\:-m-2 {
margin: -0.5rem;
}
.lg\:-m-3 {
margin: -0.75rem;
}
.lg\:-m-4 {
margin: -1rem;
}
.lg\:-m-5 {
margin: -1.25rem;
}
.lg\:-m-6 {
margin: -1.5rem;
}
.lg\:-m-8 {
margin: -2rem;
}
.lg\:-m-10 {
margin: -2.5rem;
}
.lg\:-m-12 {
margin: -3rem;
}
.lg\:-m-16 {
margin: -4rem;
}
.lg\:-m-20 {
margin: -5rem;
}
.lg\:-m-24 {
margin: -6rem;
}
.lg\:-m-32 {
margin: -8rem;
}
.lg\:-m-40 {
margin: -10rem;
}
.lg\:-m-48 {
margin: -12rem;
}
.lg\:-m-56 {
margin: -14rem;
}
.lg\:-m-64 {
margin: -16rem;
}
.lg\:-m-px {
margin: -1px;
}
.lg\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.lg\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.lg\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.lg\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.lg\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.lg\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.lg\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.lg\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.lg\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.lg\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.lg\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.lg\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.lg\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.lg\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.lg\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.lg\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.lg\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.lg\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.lg\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.lg\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.lg\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.lg\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.lg\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.lg\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.lg\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.lg\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.lg\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.lg\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.lg\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.lg\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.lg\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.lg\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.lg\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.lg\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.lg\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.lg\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.lg\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.lg\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.lg\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.lg\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.lg\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.lg\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.lg\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.lg\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.lg\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.lg\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.lg\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.lg\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.lg\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.lg\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.lg\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.lg\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.lg\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.lg\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.lg\:mt-0 {
margin-top: 0;
}
.lg\:mr-0 {
margin-right: 0;
}
.lg\:mb-0 {
margin-bottom: 0;
}
.lg\:ml-0 {
margin-left: 0;
}
.lg\:mt-1 {
margin-top: 0.25rem;
}
.lg\:mr-1 {
margin-right: 0.25rem;
}
.lg\:mb-1 {
margin-bottom: 0.25rem;
}
.lg\:ml-1 {
margin-left: 0.25rem;
}
.lg\:mt-2 {
margin-top: 0.5rem;
}
.lg\:mr-2 {
margin-right: 0.5rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:ml-2 {
margin-left: 0.5rem;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mr-3 {
margin-right: 0.75rem;
}
.lg\:mb-3 {
margin-bottom: 0.75rem;
}
.lg\:ml-3 {
margin-left: 0.75rem;
}
.lg\:mt-4 {
margin-top: 1rem;
}
.lg\:mr-4 {
margin-right: 1rem;
}
.lg\:mb-4 {
margin-bottom: 1rem;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mb-5 {
margin-bottom: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mb-6 {
margin-bottom: 1.5rem;
}
.lg\:ml-6 {
margin-left: 1.5rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mr-8 {
margin-right: 2rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:ml-8 {
margin-left: 2rem;
}
.lg\:mt-10 {
margin-top: 2.5rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:mr-12 {
margin-right: 3rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:ml-12 {
margin-left: 3rem;
}
.lg\:mt-16 {
margin-top: 4rem;
}
.lg\:mr-16 {
margin-right: 4rem;
}
.lg\:mb-16 {
margin-bottom: 4rem;
}
.lg\:ml-16 {
margin-left: 4rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:mr-20 {
margin-right: 5rem;
}
.lg\:mb-20 {
margin-bottom: 5rem;
}
.lg\:ml-20 {
margin-left: 5rem;
}
.lg\:mt-24 {
margin-top: 6rem;
}
.lg\:mr-24 {
margin-right: 6rem;
}
.lg\:mb-24 {
margin-bottom: 6rem;
}
.lg\:ml-24 {
margin-left: 6rem;
}
.lg\:mt-32 {
margin-top: 8rem;
}
.lg\:mr-32 {
margin-right: 8rem;
}
.lg\:mb-32 {
margin-bottom: 8rem;
}
.lg\:ml-32 {
margin-left: 8rem;
}
.lg\:mt-40 {
margin-top: 10rem;
}
.lg\:mr-40 {
margin-right: 10rem;
}
.lg\:mb-40 {
margin-bottom: 10rem;
}
.lg\:ml-40 {
margin-left: 10rem;
}
.lg\:mt-48 {
margin-top: 12rem;
}
.lg\:mr-48 {
margin-right: 12rem;
}
.lg\:mb-48 {
margin-bottom: 12rem;
}
.lg\:ml-48 {
margin-left: 12rem;
}
.lg\:mt-56 {
margin-top: 14rem;
}
.lg\:mr-56 {
margin-right: 14rem;
}
.lg\:mb-56 {
margin-bottom: 14rem;
}
.lg\:ml-56 {
margin-left: 14rem;
}
.lg\:mt-64 {
margin-top: 16rem;
}
.lg\:mr-64 {
margin-right: 16rem;
}
.lg\:mb-64 {
margin-bottom: 16rem;
}
.lg\:ml-64 {
margin-left: 16rem;
}
.lg\:mt-auto {
margin-top: auto;
}
.lg\:mr-auto {
margin-right: auto;
}
.lg\:mb-auto {
margin-bottom: auto;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:mt-px {
margin-top: 1px;
}
.lg\:mr-px {
margin-right: 1px;
}
.lg\:mb-px {
margin-bottom: 1px;
}
.lg\:ml-px {
margin-left: 1px;
}
.lg\:-mt-1 {
margin-top: -0.25rem;
}
.lg\:-mr-1 {
margin-right: -0.25rem;
}
.lg\:-mb-1 {
margin-bottom: -0.25rem;
}
.lg\:-ml-1 {
margin-left: -0.25rem;
}
.lg\:-mt-2 {
margin-top: -0.5rem;
}
.lg\:-mr-2 {
margin-right: -0.5rem;
}
.lg\:-mb-2 {
margin-bottom: -0.5rem;
}
.lg\:-ml-2 {
margin-left: -0.5rem;
}
.lg\:-mt-3 {
margin-top: -0.75rem;
}
.lg\:-mr-3 {
margin-right: -0.75rem;
}
.lg\:-mb-3 {
margin-bottom: -0.75rem;
}
.lg\:-ml-3 {
margin-left: -0.75rem;
}
.lg\:-mt-4 {
margin-top: -1rem;
}
.lg\:-mr-4 {
margin-right: -1rem;
}
.lg\:-mb-4 {
margin-bottom: -1rem;
}
.lg\:-ml-4 {
margin-left: -1rem;
}
.lg\:-mt-5 {
margin-top: -1.25rem;
}
.lg\:-mr-5 {
margin-right: -1.25rem;
}
.lg\:-mb-5 {
margin-bottom: -1.25rem;
}
.lg\:-ml-5 {
margin-left: -1.25rem;
}
.lg\:-mt-6 {
margin-top: -1.5rem;
}
.lg\:-mr-6 {
margin-right: -1.5rem;
}
.lg\:-mb-6 {
margin-bottom: -1.5rem;
}
.lg\:-ml-6 {
margin-left: -1.5rem;
}
.lg\:-mt-8 {
margin-top: -2rem;
}
.lg\:-mr-8 {
margin-right: -2rem;
}
.lg\:-mb-8 {
margin-bottom: -2rem;
}
.lg\:-ml-8 {
margin-left: -2rem;
}
.lg\:-mt-10 {
margin-top: -2.5rem;
}
.lg\:-mr-10 {
margin-right: -2.5rem;
}
.lg\:-mb-10 {
margin-bottom: -2.5rem;
}
.lg\:-ml-10 {
margin-left: -2.5rem;
}
.lg\:-mt-12 {
margin-top: -3rem;
}
.lg\:-mr-12 {
margin-right: -3rem;
}
.lg\:-mb-12 {
margin-bottom: -3rem;
}
.lg\:-ml-12 {
margin-left: -3rem;
}
.lg\:-mt-16 {
margin-top: -4rem;
}
.lg\:-mr-16 {
margin-right: -4rem;
}
.lg\:-mb-16 {
margin-bottom: -4rem;
}
.lg\:-ml-16 {
margin-left: -4rem;
}
.lg\:-mt-20 {
margin-top: -5rem;
}
.lg\:-mr-20 {
margin-right: -5rem;
}
.lg\:-mb-20 {
margin-bottom: -5rem;
}
.lg\:-ml-20 {
margin-left: -5rem;
}
.lg\:-mt-24 {
margin-top: -6rem;
}
.lg\:-mr-24 {
margin-right: -6rem;
}
.lg\:-mb-24 {
margin-bottom: -6rem;
}
.lg\:-ml-24 {
margin-left: -6rem;
}
.lg\:-mt-32 {
margin-top: -8rem;
}
.lg\:-mr-32 {
margin-right: -8rem;
}
.lg\:-mb-32 {
margin-bottom: -8rem;
}
.lg\:-ml-32 {
margin-left: -8rem;
}
.lg\:-mt-40 {
margin-top: -10rem;
}
.lg\:-mr-40 {
margin-right: -10rem;
}
.lg\:-mb-40 {
margin-bottom: -10rem;
}
.lg\:-ml-40 {
margin-left: -10rem;
}
.lg\:-mt-48 {
margin-top: -12rem;
}
.lg\:-mr-48 {
margin-right: -12rem;
}
.lg\:-mb-48 {
margin-bottom: -12rem;
}
.lg\:-ml-48 {
margin-left: -12rem;
}
.lg\:-mt-56 {
margin-top: -14rem;
}
.lg\:-mr-56 {
margin-right: -14rem;
}
.lg\:-mb-56 {
margin-bottom: -14rem;
}
.lg\:-ml-56 {
margin-left: -14rem;
}
.lg\:-mt-64 {
margin-top: -16rem;
}
.lg\:-mr-64 {
margin-right: -16rem;
}
.lg\:-mb-64 {
margin-bottom: -16rem;
}
.lg\:-ml-64 {
margin-left: -16rem;
}
.lg\:-mt-px {
margin-top: -1px;
}
.lg\:-mr-px {
margin-right: -1px;
}
.lg\:-mb-px {
margin-bottom: -1px;
}
.lg\:-ml-px {
margin-left: -1px;
}
.lg\:max-h-full {
max-height: 100%;
}
.lg\:max-h-screen {
max-height: 100vh;
}
.lg\:max-w-xs {
max-width: 20rem;
}
.lg\:max-w-sm {
max-width: 24rem;
}
.lg\:max-w-md {
max-width: 28rem;
}
.lg\:max-w-lg {
max-width: 32rem;
}
.lg\:max-w-xl {
max-width: 36rem;
}
.lg\:max-w-2xl {
max-width: 42rem;
}
.lg\:max-w-3xl {
max-width: 48rem;
}
.lg\:max-w-4xl {
max-width: 56rem;
}
.lg\:max-w-5xl {
max-width: 64rem;
}
.lg\:max-w-6xl {
max-width: 72rem;
}
.lg\:max-w-full {
max-width: 100%;
}
.lg\:min-h-0 {
min-height: 0;
}
.lg\:min-h-full {
min-height: 100%;
}
.lg\:min-h-screen {
min-height: 100vh;
}
.lg\:min-w-0 {
min-width: 0;
}
.lg\:min-w-full {
min-width: 100%;
}
.lg\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.lg\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.lg\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.lg\:object-none {
-o-object-fit: none;
object-fit: none;
}
.lg\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.lg\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.lg\:object-center {
-o-object-position: center;
object-position: center;
}
.lg\:object-left {
-o-object-position: left;
object-position: left;
}
.lg\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.lg\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.lg\:object-right {
-o-object-position: right;
object-position: right;
}
.lg\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.lg\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.lg\:object-top {
-o-object-position: top;
object-position: top;
}
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-25 {
opacity: 0.25;
}
.lg\:opacity-50 {
opacity: 0.5;
}
.lg\:opacity-75 {
opacity: 0.75;
}
.lg\:opacity-100 {
opacity: 1;
}
.lg\:hover\:opacity-0:hover {
opacity: 0;
}
.lg\:hover\:opacity-25:hover {
opacity: 0.25;
}
.lg\:hover\:opacity-50:hover {
opacity: 0.5;
}
.lg\:hover\:opacity-75:hover {
opacity: 0.75;
}
.lg\:hover\:opacity-100:hover {
opacity: 1;
}
.lg\:focus\:opacity-0:focus {
opacity: 0;
}
.lg\:focus\:opacity-25:focus {
opacity: 0.25;
}
.lg\:focus\:opacity-50:focus {
opacity: 0.5;
}
.lg\:focus\:opacity-75:focus {
opacity: 0.75;
}
.lg\:focus\:opacity-100:focus {
opacity: 1;
}
.lg\:outline-none {
outline: 0;
}
.lg\:focus\:outline-none:focus {
outline: 0;
}
.lg\:overflow-auto {
overflow: auto;
}
.lg\:overflow-hidden {
overflow: hidden;
}
.lg\:overflow-visible {
overflow: visible;
}
.lg\:overflow-scroll {
overflow: scroll;
}
.lg\:overflow-x-auto {
overflow-x: auto;
}
.lg\:overflow-y-auto {
overflow-y: auto;
}
.lg\:overflow-x-hidden {
overflow-x: hidden;
}
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-x-visible {
overflow-x: visible;
}
.lg\:overflow-y-visible {
overflow-y: visible;
}
.lg\:overflow-x-scroll {
overflow-x: scroll;
}
.lg\:overflow-y-scroll {
overflow-y: scroll;
}
.lg\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.lg\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.lg\:p-0 {
padding: 0;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:p-16 {
padding: 4rem;
}
.lg\:p-20 {
padding: 5rem;
}
.lg\:p-24 {
padding: 6rem;
}
.lg\:p-32 {
padding: 8rem;
}
.lg\:p-40 {
padding: 10rem;
}
.lg\:p-48 {
padding: 12rem;
}
.lg\:p-56 {
padding: 14rem;
}
.lg\:p-64 {
padding: 16rem;
}
.lg\:p-px {
padding: 1px;
}
.lg\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.lg\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.lg\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.lg\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.lg\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.lg\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.lg\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.lg\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.lg\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.lg\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.lg\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.lg\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.lg\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.lg\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.lg\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.lg\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.lg\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.lg\:pt-0 {
padding-top: 0;
}
.lg\:pr-0 {
padding-right: 0;
}
.lg\:pb-0 {
padding-bottom: 0;
}
.lg\:pl-0 {
padding-left: 0;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:pt-16 {
padding-top: 4rem;
}
.lg\:pr-16 {
padding-right: 4rem;
}
.lg\:pb-16 {
padding-bottom: 4rem;
}
.lg\:pl-16 {
padding-left: 4rem;
}
.lg\:pt-20 {
padding-top: 5rem;
}
.lg\:pr-20 {
padding-right: 5rem;
}
.lg\:pb-20 {
padding-bottom: 5rem;
}
.lg\:pl-20 {
padding-left: 5rem;
}
.lg\:pt-24 {
padding-top: 6rem;
}
.lg\:pr-24 {
padding-right: 6rem;
}
.lg\:pb-24 {
padding-bottom: 6rem;
}
.lg\:pl-24 {
padding-left: 6rem;
}
.lg\:pt-32 {
padding-top: 8rem;
}
.lg\:pr-32 {
padding-right: 8rem;
}
.lg\:pb-32 {
padding-bottom: 8rem;
}
.lg\:pl-32 {
padding-left: 8rem;
}
.lg\:pt-40 {
padding-top: 10rem;
}
.lg\:pr-40 {
padding-right: 10rem;
}
.lg\:pb-40 {
padding-bottom: 10rem;
}
.lg\:pl-40 {
padding-left: 10rem;
}
.lg\:pt-48 {
padding-top: 12rem;
}
.lg\:pr-48 {
padding-right: 12rem;
}
.lg\:pb-48 {
padding-bottom: 12rem;
}
.lg\:pl-48 {
padding-left: 12rem;
}
.lg\:pt-56 {
padding-top: 14rem;
}
.lg\:pr-56 {
padding-right: 14rem;
}
.lg\:pb-56 {
padding-bottom: 14rem;
}
.lg\:pl-56 {
padding-left: 14rem;
}
.lg\:pt-64 {
padding-top: 16rem;
}
.lg\:pr-64 {
padding-right: 16rem;
}
.lg\:pb-64 {
padding-bottom: 16rem;
}
.lg\:pl-64 {
padding-left: 16rem;
}
.lg\:pt-px {
padding-top: 1px;
}
.lg\:pr-px {
padding-right: 1px;
}
.lg\:pb-px {
padding-bottom: 1px;
}
.lg\:pl-px {
padding-left: 1px;
}
.lg\:placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
.lg\:placeholder-transparent::-ms-input-placeholder {
color: transparent;
}
.lg\:placeholder-transparent::placeholder {
color: transparent;
}
.lg\:placeholder-black:-ms-input-placeholder {
color: #000;
}
.lg\:placeholder-black::-ms-input-placeholder {
color: #000;
}
.lg\:placeholder-black::placeholder {
color: #000;
}
.lg\:placeholder-white:-ms-input-placeholder {
color: #fff;
}
.lg\:placeholder-white::-ms-input-placeholder {
color: #fff;
}
.lg\:placeholder-white::placeholder {
color: #fff;
}
.lg\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc;
}
.lg\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc;
}
.lg\:placeholder-gray-100::placeholder {
color: #f7fafc;
}
.lg\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7;
}
.lg\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7;
}
.lg\:placeholder-gray-200::placeholder {
color: #edf2f7;
}
.lg\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0;
}
.lg\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0;
}
.lg\:placeholder-gray-300::placeholder {
color: #e2e8f0;
}
.lg\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0;
}
.lg\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0;
}
.lg\:placeholder-gray-400::placeholder {
color: #cbd5e0;
}
.lg\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0;
}
.lg\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0;
}
.lg\:placeholder-gray-500::placeholder {
color: #a0aec0;
}
.lg\:placeholder-gray-600:-ms-input-placeholder {
color: #718096;
}
.lg\:placeholder-gray-600::-ms-input-placeholder {
color: #718096;
}
.lg\:placeholder-gray-600::placeholder {
color: #718096;
}
.lg\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568;
}
.lg\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568;
}
.lg\:placeholder-gray-700::placeholder {
color: #4a5568;
}
.lg\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748;
}
.lg\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748;
}
.lg\:placeholder-gray-800::placeholder {
color: #2d3748;
}
.lg\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c;
}
.lg\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c;
}
.lg\:placeholder-gray-900::placeholder {
color: #1a202c;
}
.lg\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5;
}
.lg\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5;
}
.lg\:placeholder-red-100::placeholder {
color: #fff5f5;
}
.lg\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7;
}
.lg\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7;
}
.lg\:placeholder-red-200::placeholder {
color: #fed7d7;
}
.lg\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2;
}
.lg\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2;
}
.lg\:placeholder-red-300::placeholder {
color: #feb2b2;
}
.lg\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181;
}
.lg\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181;
}
.lg\:placeholder-red-400::placeholder {
color: #fc8181;
}
.lg\:placeholder-red-500:-ms-input-placeholder {
color: #f56565;
}
.lg\:placeholder-red-500::-ms-input-placeholder {
color: #f56565;
}
.lg\:placeholder-red-500::placeholder {
color: #f56565;
}
.lg\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e;
}
.lg\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e;
}
.lg\:placeholder-red-600::placeholder {
color: #e53e3e;
}
.lg\:placeholder-red-700:-ms-input-placeholder {
color: #c53030;
}
.lg\:placeholder-red-700::-ms-input-placeholder {
color: #c53030;
}
.lg\:placeholder-red-700::placeholder {
color: #c53030;
}
.lg\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c;
}
.lg\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c;
}
.lg\:placeholder-red-800::placeholder {
color: #9b2c2c;
}
.lg\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a;
}
.lg\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a;
}
.lg\:placeholder-red-900::placeholder {
color: #742a2a;
}
.lg\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0;
}
.lg\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0;
}
.lg\:placeholder-orange-100::placeholder {
color: #fffaf0;
}
.lg\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8;
}
.lg\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8;
}
.lg\:placeholder-orange-200::placeholder {
color: #feebc8;
}
.lg\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d;
}
.lg\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d;
}
.lg\:placeholder-orange-300::placeholder {
color: #fbd38d;
}
.lg\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55;
}
.lg\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55;
}
.lg\:placeholder-orange-400::placeholder {
color: #f6ad55;
}
.lg\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936;
}
.lg\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936;
}
.lg\:placeholder-orange-500::placeholder {
color: #ed8936;
}
.lg\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20;
}
.lg\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20;
}
.lg\:placeholder-orange-600::placeholder {
color: #dd6b20;
}
.lg\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621;
}
.lg\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621;
}
.lg\:placeholder-orange-700::placeholder {
color: #c05621;
}
.lg\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221;
}
.lg\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221;
}
.lg\:placeholder-orange-800::placeholder {
color: #9c4221;
}
.lg\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e;
}
.lg\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e;
}
.lg\:placeholder-orange-900::placeholder {
color: #7b341e;
}
.lg\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0;
}
.lg\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0;
}
.lg\:placeholder-yellow-100::placeholder {
color: #fffff0;
}
.lg\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf;
}
.lg\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf;
}
.lg\:placeholder-yellow-200::placeholder {
color: #fefcbf;
}
.lg\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089;
}
.lg\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089;
}
.lg\:placeholder-yellow-300::placeholder {
color: #faf089;
}
.lg\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e;
}
.lg\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e;
}
.lg\:placeholder-yellow-400::placeholder {
color: #f6e05e;
}
.lg\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b;
}
.lg\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b;
}
.lg\:placeholder-yellow-500::placeholder {
color: #ecc94b;
}
.lg\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e;
}
.lg\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e;
}
.lg\:placeholder-yellow-600::placeholder {
color: #d69e2e;
}
.lg\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f;
}
.lg\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f;
}
.lg\:placeholder-yellow-700::placeholder {
color: #b7791f;
}
.lg\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16;
}
.lg\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16;
}
.lg\:placeholder-yellow-800::placeholder {
color: #975a16;
}
.lg\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210;
}
.lg\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210;
}
.lg\:placeholder-yellow-900::placeholder {
color: #744210;
}
.lg\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4;
}
.lg\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4;
}
.lg\:placeholder-green-100::placeholder {
color: #f0fff4;
}
.lg\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5;
}
.lg\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5;
}
.lg\:placeholder-green-200::placeholder {
color: #c6f6d5;
}
.lg\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4;
}
.lg\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4;
}
.lg\:placeholder-green-300::placeholder {
color: #9ae6b4;
}
.lg\:placeholder-green-400:-ms-input-placeholder {
color: #68d391;
}
.lg\:placeholder-green-400::-ms-input-placeholder {
color: #68d391;
}
.lg\:placeholder-green-400::placeholder {
color: #68d391;
}
.lg\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78;
}
.lg\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78;
}
.lg\:placeholder-green-500::placeholder {
color: #48bb78;
}
.lg\:placeholder-green-600:-ms-input-placeholder {
color: #38a169;
}
.lg\:placeholder-green-600::-ms-input-placeholder {
color: #38a169;
}
.lg\:placeholder-green-600::placeholder {
color: #38a169;
}
.lg\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a;
}
.lg\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a;
}
.lg\:placeholder-green-700::placeholder {
color: #2f855a;
}
.lg\:placeholder-green-800:-ms-input-placeholder {
color: #276749;
}
.lg\:placeholder-green-800::-ms-input-placeholder {
color: #276749;
}
.lg\:placeholder-green-800::placeholder {
color: #276749;
}
.lg\:placeholder-green-900:-ms-input-placeholder {
color: #22543d;
}
.lg\:placeholder-green-900::-ms-input-placeholder {
color: #22543d;
}
.lg\:placeholder-green-900::placeholder {
color: #22543d;
}
.lg\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa;
}
.lg\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa;
}
.lg\:placeholder-teal-100::placeholder {
color: #e6fffa;
}
.lg\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea;
}
.lg\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea;
}
.lg\:placeholder-teal-200::placeholder {
color: #b2f5ea;
}
.lg\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9;
}
.lg\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9;
}
.lg\:placeholder-teal-300::placeholder {
color: #81e6d9;
}
.lg\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5;
}
.lg\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5;
}
.lg\:placeholder-teal-400::placeholder {
color: #4fd1c5;
}
.lg\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac;
}
.lg\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac;
}
.lg\:placeholder-teal-500::placeholder {
color: #38b2ac;
}
.lg\:placeholder-teal-600:-ms-input-placeholder {
color: #319795;
}
.lg\:placeholder-teal-600::-ms-input-placeholder {
color: #319795;
}
.lg\:placeholder-teal-600::placeholder {
color: #319795;
}
.lg\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b;
}
.lg\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b;
}
.lg\:placeholder-teal-700::placeholder {
color: #2c7a7b;
}
.lg\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61;
}
.lg\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61;
}
.lg\:placeholder-teal-800::placeholder {
color: #285e61;
}
.lg\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52;
}
.lg\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52;
}
.lg\:placeholder-teal-900::placeholder {
color: #234e52;
}
.lg\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff;
}
.lg\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff;
}
.lg\:placeholder-blue-100::placeholder {
color: #ebf8ff;
}
.lg\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8;
}
.lg\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8;
}
.lg\:placeholder-blue-200::placeholder {
color: #bee3f8;
}
.lg\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4;
}
.lg\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4;
}
.lg\:placeholder-blue-300::placeholder {
color: #90cdf4;
}
.lg\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed;
}
.lg\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed;
}
.lg\:placeholder-blue-400::placeholder {
color: #63b3ed;
}
.lg\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1;
}
.lg\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1;
}
.lg\:placeholder-blue-500::placeholder {
color: #4299e1;
}
.lg\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce;
}
.lg\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce;
}
.lg\:placeholder-blue-600::placeholder {
color: #3182ce;
}
.lg\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0;
}
.lg\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0;
}
.lg\:placeholder-blue-700::placeholder {
color: #2b6cb0;
}
.lg\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282;
}
.lg\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282;
}
.lg\:placeholder-blue-800::placeholder {
color: #2c5282;
}
.lg\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365;
}
.lg\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365;
}
.lg\:placeholder-blue-900::placeholder {
color: #2a4365;
}
.lg\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff;
}
.lg\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff;
}
.lg\:placeholder-indigo-100::placeholder {
color: #ebf4ff;
}
.lg\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe;
}
.lg\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe;
}
.lg\:placeholder-indigo-200::placeholder {
color: #c3dafe;
}
.lg\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa;
}
.lg\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa;
}
.lg\:placeholder-indigo-300::placeholder {
color: #a3bffa;
}
.lg\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5;
}
.lg\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5;
}
.lg\:placeholder-indigo-400::placeholder {
color: #7f9cf5;
}
.lg\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea;
}
.lg\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea;
}
.lg\:placeholder-indigo-500::placeholder {
color: #667eea;
}
.lg\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8;
}
.lg\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8;
}
.lg\:placeholder-indigo-600::placeholder {
color: #5a67d8;
}
.lg\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf;
}
.lg\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf;
}
.lg\:placeholder-indigo-700::placeholder {
color: #4c51bf;
}
.lg\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190;
}
.lg\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190;
}
.lg\:placeholder-indigo-800::placeholder {
color: #434190;
}
.lg\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b;
}
.lg\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b;
}
.lg\:placeholder-indigo-900::placeholder {
color: #3c366b;
}
.lg\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff;
}
.lg\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff;
}
.lg\:placeholder-purple-100::placeholder {
color: #faf5ff;
}
.lg\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd;
}
.lg\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd;
}
.lg\:placeholder-purple-200::placeholder {
color: #e9d8fd;
}
.lg\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa;
}
.lg\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa;
}
.lg\:placeholder-purple-300::placeholder {
color: #d6bcfa;
}
.lg\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4;
}
.lg\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4;
}
.lg\:placeholder-purple-400::placeholder {
color: #b794f4;
}
.lg\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea;
}
.lg\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea;
}
.lg\:placeholder-purple-500::placeholder {
color: #9f7aea;
}
.lg\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5;
}
.lg\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5;
}
.lg\:placeholder-purple-600::placeholder {
color: #805ad5;
}
.lg\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1;
}
.lg\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1;
}
.lg\:placeholder-purple-700::placeholder {
color: #6b46c1;
}
.lg\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a;
}
.lg\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a;
}
.lg\:placeholder-purple-800::placeholder {
color: #553c9a;
}
.lg\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a;
}
.lg\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a;
}
.lg\:placeholder-purple-900::placeholder {
color: #44337a;
}
.lg\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7;
}
.lg\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7;
}
.lg\:placeholder-pink-100::placeholder {
color: #fff5f7;
}
.lg\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2;
}
.lg\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2;
}
.lg\:placeholder-pink-200::placeholder {
color: #fed7e2;
}
.lg\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce;
}
.lg\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce;
}
.lg\:placeholder-pink-300::placeholder {
color: #fbb6ce;
}
.lg\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3;
}
.lg\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3;
}
.lg\:placeholder-pink-400::placeholder {
color: #f687b3;
}
.lg\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6;
}
.lg\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6;
}
.lg\:placeholder-pink-500::placeholder {
color: #ed64a6;
}
.lg\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c;
}
.lg\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c;
}
.lg\:placeholder-pink-600::placeholder {
color: #d53f8c;
}
.lg\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280;
}
.lg\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280;
}
.lg\:placeholder-pink-700::placeholder {
color: #b83280;
}
.lg\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d;
}
.lg\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d;
}
.lg\:placeholder-pink-800::placeholder {
color: #97266d;
}
.lg\:placeholder-pink-900:-ms-input-placeholder {
color: #702459;
}
.lg\:placeholder-pink-900::-ms-input-placeholder {
color: #702459;
}
.lg\:placeholder-pink-900::placeholder {
color: #702459;
}
.lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
.lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent;
}
.lg\:focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
.lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000;
}
.lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000;
}
.lg\:focus\:placeholder-black:focus::placeholder {
color: #000;
}
.lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff;
}
.lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff;
}
.lg\:focus\:placeholder-white:focus::placeholder {
color: #fff;
}
.lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc;
}
.lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc;
}
.lg\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc;
}
.lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7;
}
.lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7;
}
.lg\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7;
}
.lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0;
}
.lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0;
}
.lg\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0;
}
.lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0;
}
.lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0;
}
.lg\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0;
}
.lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0;
}
.lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0;
}
.lg\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0;
}
.lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096;
}
.lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096;
}
.lg\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096;
}
.lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568;
}
.lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568;
}
.lg\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568;
}
.lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748;
}
.lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748;
}
.lg\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748;
}
.lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c;
}
.lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c;
}
.lg\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c;
}
.lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5;
}
.lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5;
}
.lg\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5;
}
.lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7;
}
.lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7;
}
.lg\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7;
}
.lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2;
}
.lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2;
}
.lg\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2;
}
.lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181;
}
.lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181;
}
.lg\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181;
}
.lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565;
}
.lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565;
}
.lg\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565;
}
.lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e;
}
.lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e;
}
.lg\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e;
}
.lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030;
}
.lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030;
}
.lg\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030;
}
.lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c;
}
.lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c;
}
.lg\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c;
}
.lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a;
}
.lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a;
}
.lg\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a;
}
.lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0;
}
.lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0;
}
.lg\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0;
}
.lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8;
}
.lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8;
}
.lg\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8;
}
.lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d;
}
.lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d;
}
.lg\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d;
}
.lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55;
}
.lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55;
}
.lg\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55;
}
.lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936;
}
.lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936;
}
.lg\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936;
}
.lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20;
}
.lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20;
}
.lg\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20;
}
.lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621;
}
.lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621;
}
.lg\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621;
}
.lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221;
}
.lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221;
}
.lg\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221;
}
.lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e;
}
.lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e;
}
.lg\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e;
}
.lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0;
}
.lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0;
}
.lg\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0;
}
.lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf;
}
.lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf;
}
.lg\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf;
}
.lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089;
}
.lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089;
}
.lg\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089;
}
.lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e;
}
.lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e;
}
.lg\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e;
}
.lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b;
}
.lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b;
}
.lg\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b;
}
.lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e;
}
.lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e;
}
.lg\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e;
}
.lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f;
}
.lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f;
}
.lg\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f;
}
.lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16;
}
.lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16;
}
.lg\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16;
}
.lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210;
}
.lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210;
}
.lg\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210;
}
.lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4;
}
.lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4;
}
.lg\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4;
}
.lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5;
}
.lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5;
}
.lg\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5;
}
.lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4;
}
.lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4;
}
.lg\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4;
}
.lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391;
}
.lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391;
}
.lg\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391;
}
.lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78;
}
.lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78;
}
.lg\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78;
}
.lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169;
}
.lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169;
}
.lg\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169;
}
.lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a;
}
.lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a;
}
.lg\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a;
}
.lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749;
}
.lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749;
}
.lg\:focus\:placeholder-green-800:focus::placeholder {
color: #276749;
}
.lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d;
}
.lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d;
}
.lg\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d;
}
.lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa;
}
.lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa;
}
.lg\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa;
}
.lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea;
}
.lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea;
}
.lg\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea;
}
.lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9;
}
.lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9;
}
.lg\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9;
}
.lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5;
}
.lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5;
}
.lg\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5;
}
.lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac;
}
.lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac;
}
.lg\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac;
}
.lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795;
}
.lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795;
}
.lg\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795;
}
.lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b;
}
.lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b;
}
.lg\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b;
}
.lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61;
}
.lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61;
}
.lg\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61;
}
.lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52;
}
.lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52;
}
.lg\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52;
}
.lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff;
}
.lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff;
}
.lg\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff;
}
.lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8;
}
.lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8;
}
.lg\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8;
}
.lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4;
}
.lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4;
}
.lg\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4;
}
.lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed;
}
.lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed;
}
.lg\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed;
}
.lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1;
}
.lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1;
}
.lg\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1;
}
.lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce;
}
.lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce;
}
.lg\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce;
}
.lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0;
}
.lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0;
}
.lg\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0;
}
.lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282;
}
.lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282;
}
.lg\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282;
}
.lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365;
}
.lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365;
}
.lg\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365;
}
.lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff;
}
.lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff;
}
.lg\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff;
}
.lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe;
}
.lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe;
}
.lg\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe;
}
.lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa;
}
.lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa;
}
.lg\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa;
}
.lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5;
}
.lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5;
}
.lg\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5;
}
.lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea;
}
.lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea;
}
.lg\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea;
}
.lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8;
}
.lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8;
}
.lg\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8;
}
.lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf;
}
.lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf;
}
.lg\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf;
}
.lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190;
}
.lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190;
}
.lg\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190;
}
.lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b;
}
.lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b;
}
.lg\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b;
}
.lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff;
}
.lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff;
}
.lg\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff;
}
.lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd;
}
.lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd;
}
.lg\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd;
}
.lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa;
}
.lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa;
}
.lg\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa;
}
.lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4;
}
.lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4;
}
.lg\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4;
}
.lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea;
}
.lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea;
}
.lg\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea;
}
.lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5;
}
.lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5;
}
.lg\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5;
}
.lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1;
}
.lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1;
}
.lg\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1;
}
.lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a;
}
.lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a;
}
.lg\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a;
}
.lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a;
}
.lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a;
}
.lg\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a;
}
.lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7;
}
.lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7;
}
.lg\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7;
}
.lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2;
}
.lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2;
}
.lg\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2;
}
.lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce;
}
.lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce;
}
.lg\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce;
}
.lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3;
}
.lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3;
}
.lg\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3;
}
.lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6;
}
.lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6;
}
.lg\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6;
}
.lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c;
}
.lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c;
}
.lg\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c;
}
.lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280;
}
.lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280;
}
.lg\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280;
}
.lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d;
}
.lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d;
}
.lg\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d;
}
.lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459;
}
.lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459;
}
.lg\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459;
}
.lg\:pointer-events-none {
pointer-events: none;
}
.lg\:pointer-events-auto {
pointer-events: auto;
}
.lg\:static {
position: static;
}
.lg\:fixed {
position: fixed;
}
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:sticky {
position: -webkit-sticky;
position: sticky;
}
.lg\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.lg\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.lg\:inset-y-0 {
top: 0;
bottom: 0;
}
.lg\:inset-x-0 {
right: 0;
left: 0;
}
.lg\:inset-y-auto {
top: auto;
bottom: auto;
}
.lg\:inset-x-auto {
right: auto;
left: auto;
}
.lg\:top-0 {
top: 0;
}
.lg\:right-0 {
right: 0;
}
.lg\:bottom-0 {
bottom: 0;
}
.lg\:left-0 {
left: 0;
}
.lg\:top-auto {
top: auto;
}
.lg\:right-auto {
right: auto;
}
.lg\:bottom-auto {
bottom: auto;
}
.lg\:left-auto {
left: auto;
}
.lg\:resize-none {
resize: none;
}
.lg\:resize-y {
resize: vertical;
}
.lg\:resize-x {
resize: horizontal;
}
.lg\:resize {
resize: both;
}
.lg\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:shadow-none {
box-shadow: none;
}
.lg\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:hover\:shadow-none:hover {
box-shadow: none;
}
.lg\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.lg\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lg\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.lg\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.lg\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.lg\:focus\:shadow-none:focus {
box-shadow: none;
}
.lg\:fill-current {
fill: currentColor;
}
.lg\:stroke-current {
stroke: currentColor;
}
.lg\:table-auto {
table-layout: auto;
}
.lg\:table-fixed {
table-layout: fixed;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-justify {
text-align: justify;
}
.lg\:text-transparent {
color: transparent;
}
.lg\:text-black {
color: #000;
}
.lg\:text-white {
color: #fff;
}
.lg\:text-gray-100 {
color: #f7fafc;
}
.lg\:text-gray-200 {
color: #edf2f7;
}
.lg\:text-gray-300 {
color: #e2e8f0;
}
.lg\:text-gray-400 {
color: #cbd5e0;
}
.lg\:text-gray-500 {
color: #a0aec0;
}
.lg\:text-gray-600 {
color: #718096;
}
.lg\:text-gray-700 {
color: #4a5568;
}
.lg\:text-gray-800 {
color: #2d3748;
}
.lg\:text-gray-900 {
color: #1a202c;
}
.lg\:text-red-100 {
color: #fff5f5;
}
.lg\:text-red-200 {
color: #fed7d7;
}
.lg\:text-red-300 {
color: #feb2b2;
}
.lg\:text-red-400 {
color: #fc8181;
}
.lg\:text-red-500 {
color: #f56565;
}
.lg\:text-red-600 {
color: #e53e3e;
}
.lg\:text-red-700 {
color: #c53030;
}
.lg\:text-red-800 {
color: #9b2c2c;
}
.lg\:text-red-900 {
color: #742a2a;
}
.lg\:text-orange-100 {
color: #fffaf0;
}
.lg\:text-orange-200 {
color: #feebc8;
}
.lg\:text-orange-300 {
color: #fbd38d;
}
.lg\:text-orange-400 {
color: #f6ad55;
}
.lg\:text-orange-500 {
color: #ed8936;
}
.lg\:text-orange-600 {
color: #dd6b20;
}
.lg\:text-orange-700 {
color: #c05621;
}
.lg\:text-orange-800 {
color: #9c4221;
}
.lg\:text-orange-900 {
color: #7b341e;
}
.lg\:text-yellow-100 {
color: #fffff0;
}
.lg\:text-yellow-200 {
color: #fefcbf;
}
.lg\:text-yellow-300 {
color: #faf089;
}
.lg\:text-yellow-400 {
color: #f6e05e;
}
.lg\:text-yellow-500 {
color: #ecc94b;
}
.lg\:text-yellow-600 {
color: #d69e2e;
}
.lg\:text-yellow-700 {
color: #b7791f;
}
.lg\:text-yellow-800 {
color: #975a16;
}
.lg\:text-yellow-900 {
color: #744210;
}
.lg\:text-green-100 {
color: #f0fff4;
}
.lg\:text-green-200 {
color: #c6f6d5;
}
.lg\:text-green-300 {
color: #9ae6b4;
}
.lg\:text-green-400 {
color: #68d391;
}
.lg\:text-green-500 {
color: #48bb78;
}
.lg\:text-green-600 {
color: #38a169;
}
.lg\:text-green-700 {
color: #2f855a;
}
.lg\:text-green-800 {
color: #276749;
}
.lg\:text-green-900 {
color: #22543d;
}
.lg\:text-teal-100 {
color: #e6fffa;
}
.lg\:text-teal-200 {
color: #b2f5ea;
}
.lg\:text-teal-300 {
color: #81e6d9;
}
.lg\:text-teal-400 {
color: #4fd1c5;
}
.lg\:text-teal-500 {
color: #38b2ac;
}
.lg\:text-teal-600 {
color: #319795;
}
.lg\:text-teal-700 {
color: #2c7a7b;
}
.lg\:text-teal-800 {
color: #285e61;
}
.lg\:text-teal-900 {
color: #234e52;
}
.lg\:text-blue-100 {
color: #ebf8ff;
}
.lg\:text-blue-200 {
color: #bee3f8;
}
.lg\:text-blue-300 {
color: #90cdf4;
}
.lg\:text-blue-400 {
color: #63b3ed;
}
.lg\:text-blue-500 {
color: #4299e1;
}
.lg\:text-blue-600 {
color: #3182ce;
}
.lg\:text-blue-700 {
color: #2b6cb0;
}
.lg\:text-blue-800 {
color: #2c5282;
}
.lg\:text-blue-900 {
color: #2a4365;
}
.lg\:text-indigo-100 {
color: #ebf4ff;
}
.lg\:text-indigo-200 {
color: #c3dafe;
}
.lg\:text-indigo-300 {
color: #a3bffa;
}
.lg\:text-indigo-400 {
color: #7f9cf5;
}
.lg\:text-indigo-500 {
color: #667eea;
}
.lg\:text-indigo-600 {
color: #5a67d8;
}
.lg\:text-indigo-700 {
color: #4c51bf;
}
.lg\:text-indigo-800 {
color: #434190;
}
.lg\:text-indigo-900 {
color: #3c366b;
}
.lg\:text-purple-100 {
color: #faf5ff;
}
.lg\:text-purple-200 {
color: #e9d8fd;
}
.lg\:text-purple-300 {
color: #d6bcfa;
}
.lg\:text-purple-400 {
color: #b794f4;
}
.lg\:text-purple-500 {
color: #9f7aea;
}
.lg\:text-purple-600 {
color: #805ad5;
}
.lg\:text-purple-700 {
color: #6b46c1;
}
.lg\:text-purple-800 {
color: #553c9a;
}
.lg\:text-purple-900 {
color: #44337a;
}
.lg\:text-pink-100 {
color: #fff5f7;
}
.lg\:text-pink-200 {
color: #fed7e2;
}
.lg\:text-pink-300 {
color: #fbb6ce;
}
.lg\:text-pink-400 {
color: #f687b3;
}
.lg\:text-pink-500 {
color: #ed64a6;
}
.lg\:text-pink-600 {
color: #d53f8c;
}
.lg\:text-pink-700 {
color: #b83280;
}
.lg\:text-pink-800 {
color: #97266d;
}
.lg\:text-pink-900 {
color: #702459;
}
.lg\:hover\:text-transparent:hover {
color: transparent;
}
.lg\:hover\:text-black:hover {
color: #000;
}
.lg\:hover\:text-white:hover {
color: #fff;
}
.lg\:hover\:text-gray-100:hover {
color: #f7fafc;
}
.lg\:hover\:text-gray-200:hover {
color: #edf2f7;
}
.lg\:hover\:text-gray-300:hover {
color: #e2e8f0;
}
.lg\:hover\:text-gray-400:hover {
color: #cbd5e0;
}
.lg\:hover\:text-gray-500:hover {
color: #a0aec0;
}
.lg\:hover\:text-gray-600:hover {
color: #718096;
}
.lg\:hover\:text-gray-700:hover {
color: #4a5568;
}
.lg\:hover\:text-gray-800:hover {
color: #2d3748;
}
.lg\:hover\:text-gray-900:hover {
color: #1a202c;
}
.lg\:hover\:text-red-100:hover {
color: #fff5f5;
}
.lg\:hover\:text-red-200:hover {
color: #fed7d7;
}
.lg\:hover\:text-red-300:hover {
color: #feb2b2;
}
.lg\:hover\:text-red-400:hover {
color: #fc8181;
}
.lg\:hover\:text-red-500:hover {
color: #f56565;
}
.lg\:hover\:text-red-600:hover {
color: #e53e3e;
}
.lg\:hover\:text-red-700:hover {
color: #c53030;
}
.lg\:hover\:text-red-800:hover {
color: #9b2c2c;
}
.lg\:hover\:text-red-900:hover {
color: #742a2a;
}
.lg\:hover\:text-orange-100:hover {
color: #fffaf0;
}
.lg\:hover\:text-orange-200:hover {
color: #feebc8;
}
.lg\:hover\:text-orange-300:hover {
color: #fbd38d;
}
.lg\:hover\:text-orange-400:hover {
color: #f6ad55;
}
.lg\:hover\:text-orange-500:hover {
color: #ed8936;
}
.lg\:hover\:text-orange-600:hover {
color: #dd6b20;
}
.lg\:hover\:text-orange-700:hover {
color: #c05621;
}
.lg\:hover\:text-orange-800:hover {
color: #9c4221;
}
.lg\:hover\:text-orange-900:hover {
color: #7b341e;
}
.lg\:hover\:text-yellow-100:hover {
color: #fffff0;
}
.lg\:hover\:text-yellow-200:hover {
color: #fefcbf;
}
.lg\:hover\:text-yellow-300:hover {
color: #faf089;
}
.lg\:hover\:text-yellow-400:hover {
color: #f6e05e;
}
.lg\:hover\:text-yellow-500:hover {
color: #ecc94b;
}
.lg\:hover\:text-yellow-600:hover {
color: #d69e2e;
}
.lg\:hover\:text-yellow-700:hover {
color: #b7791f;
}
.lg\:hover\:text-yellow-800:hover {
color: #975a16;
}
.lg\:hover\:text-yellow-900:hover {
color: #744210;
}
.lg\:hover\:text-green-100:hover {
color: #f0fff4;
}
.lg\:hover\:text-green-200:hover {
color: #c6f6d5;
}
.lg\:hover\:text-green-300:hover {
color: #9ae6b4;
}
.lg\:hover\:text-green-400:hover {
color: #68d391;
}
.lg\:hover\:text-green-500:hover {
color: #48bb78;
}
.lg\:hover\:text-green-600:hover {
color: #38a169;
}
.lg\:hover\:text-green-700:hover {
color: #2f855a;
}
.lg\:hover\:text-green-800:hover {
color: #276749;
}
.lg\:hover\:text-green-900:hover {
color: #22543d;
}
.lg\:hover\:text-teal-100:hover {
color: #e6fffa;
}
.lg\:hover\:text-teal-200:hover {
color: #b2f5ea;
}
.lg\:hover\:text-teal-300:hover {
color: #81e6d9;
}
.lg\:hover\:text-teal-400:hover {
color: #4fd1c5;
}
.lg\:hover\:text-teal-500:hover {
color: #38b2ac;
}
.lg\:hover\:text-teal-600:hover {
color: #319795;
}
.lg\:hover\:text-teal-700:hover {
color: #2c7a7b;
}
.lg\:hover\:text-teal-800:hover {
color: #285e61;
}
.lg\:hover\:text-teal-900:hover {
color: #234e52;
}
.lg\:hover\:text-blue-100:hover {
color: #ebf8ff;
}
.lg\:hover\:text-blue-200:hover {
color: #bee3f8;
}
.lg\:hover\:text-blue-300:hover {
color: #90cdf4;
}
.lg\:hover\:text-blue-400:hover {
color: #63b3ed;
}
.lg\:hover\:text-blue-500:hover {
color: #4299e1;
}
.lg\:hover\:text-blue-600:hover {
color: #3182ce;
}
.lg\:hover\:text-blue-700:hover {
color: #2b6cb0;
}
.lg\:hover\:text-blue-800:hover {
color: #2c5282;
}
.lg\:hover\:text-blue-900:hover {
color: #2a4365;
}
.lg\:hover\:text-indigo-100:hover {
color: #ebf4ff;
}
.lg\:hover\:text-indigo-200:hover {
color: #c3dafe;
}
.lg\:hover\:text-indigo-300:hover {
color: #a3bffa;
}
.lg\:hover\:text-indigo-400:hover {
color: #7f9cf5;
}
.lg\:hover\:text-indigo-500:hover {
color: #667eea;
}
.lg\:hover\:text-indigo-600:hover {
color: #5a67d8;
}
.lg\:hover\:text-indigo-700:hover {
color: #4c51bf;
}
.lg\:hover\:text-indigo-800:hover {
color: #434190;
}
.lg\:hover\:text-indigo-900:hover {
color: #3c366b;
}
.lg\:hover\:text-purple-100:hover {
color: #faf5ff;
}
.lg\:hover\:text-purple-200:hover {
color: #e9d8fd;
}
.lg\:hover\:text-purple-300:hover {
color: #d6bcfa;
}
.lg\:hover\:text-purple-400:hover {
color: #b794f4;
}
.lg\:hover\:text-purple-500:hover {
color: #9f7aea;
}
.lg\:hover\:text-purple-600:hover {
color: #805ad5;
}
.lg\:hover\:text-purple-700:hover {
color: #6b46c1;
}
.lg\:hover\:text-purple-800:hover {
color: #553c9a;
}
.lg\:hover\:text-purple-900:hover {
color: #44337a;
}
.lg\:hover\:text-pink-100:hover {
color: #fff5f7;
}
.lg\:hover\:text-pink-200:hover {
color: #fed7e2;
}
.lg\:hover\:text-pink-300:hover {
color: #fbb6ce;
}
.lg\:hover\:text-pink-400:hover {
color: #f687b3;
}
.lg\:hover\:text-pink-500:hover {
color: #ed64a6;
}
.lg\:hover\:text-pink-600:hover {
color: #d53f8c;
}
.lg\:hover\:text-pink-700:hover {
color: #b83280;
}
.lg\:hover\:text-pink-800:hover {
color: #97266d;
}
.lg\:hover\:text-pink-900:hover {
color: #702459;
}
.lg\:focus\:text-transparent:focus {
color: transparent;
}
.lg\:focus\:text-black:focus {
color: #000;
}
.lg\:focus\:text-white:focus {
color: #fff;
}
.lg\:focus\:text-gray-100:focus {
color: #f7fafc;
}
.lg\:focus\:text-gray-200:focus {
color: #edf2f7;
}
.lg\:focus\:text-gray-300:focus {
color: #e2e8f0;
}
.lg\:focus\:text-gray-400:focus {
color: #cbd5e0;
}
.lg\:focus\:text-gray-500:focus {
color: #a0aec0;
}
.lg\:focus\:text-gray-600:focus {
color: #718096;
}
.lg\:focus\:text-gray-700:focus {
color: #4a5568;
}
.lg\:focus\:text-gray-800:focus {
color: #2d3748;
}
.lg\:focus\:text-gray-900:focus {
color: #1a202c;
}
.lg\:focus\:text-red-100:focus {
color: #fff5f5;
}
.lg\:focus\:text-red-200:focus {
color: #fed7d7;
}
.lg\:focus\:text-red-300:focus {
color: #feb2b2;
}
.lg\:focus\:text-red-400:focus {
color: #fc8181;
}
.lg\:focus\:text-red-500:focus {
color: #f56565;
}
.lg\:focus\:text-red-600:focus {
color: #e53e3e;
}
.lg\:focus\:text-red-700:focus {
color: #c53030;
}
.lg\:focus\:text-red-800:focus {
color: #9b2c2c;
}
.lg\:focus\:text-red-900:focus {
color: #742a2a;
}
.lg\:focus\:text-orange-100:focus {
color: #fffaf0;
}
.lg\:focus\:text-orange-200:focus {
color: #feebc8;
}
.lg\:focus\:text-orange-300:focus {
color: #fbd38d;
}
.lg\:focus\:text-orange-400:focus {
color: #f6ad55;
}
.lg\:focus\:text-orange-500:focus {
color: #ed8936;
}
.lg\:focus\:text-orange-600:focus {
color: #dd6b20;
}
.lg\:focus\:text-orange-700:focus {
color: #c05621;
}
.lg\:focus\:text-orange-800:focus {
color: #9c4221;
}
.lg\:focus\:text-orange-900:focus {
color: #7b341e;
}
.lg\:focus\:text-yellow-100:focus {
color: #fffff0;
}
.lg\:focus\:text-yellow-200:focus {
color: #fefcbf;
}
.lg\:focus\:text-yellow-300:focus {
color: #faf089;
}
.lg\:focus\:text-yellow-400:focus {
color: #f6e05e;
}
.lg\:focus\:text-yellow-500:focus {
color: #ecc94b;
}
.lg\:focus\:text-yellow-600:focus {
color: #d69e2e;
}
.lg\:focus\:text-yellow-700:focus {
color: #b7791f;
}
.lg\:focus\:text-yellow-800:focus {
color: #975a16;
}
.lg\:focus\:text-yellow-900:focus {
color: #744210;
}
.lg\:focus\:text-green-100:focus {
color: #f0fff4;
}
.lg\:focus\:text-green-200:focus {
color: #c6f6d5;
}
.lg\:focus\:text-green-300:focus {
color: #9ae6b4;
}
.lg\:focus\:text-green-400:focus {
color: #68d391;
}
.lg\:focus\:text-green-500:focus {
color: #48bb78;
}
.lg\:focus\:text-green-600:focus {
color: #38a169;
}
.lg\:focus\:text-green-700:focus {
color: #2f855a;
}
.lg\:focus\:text-green-800:focus {
color: #276749;
}
.lg\:focus\:text-green-900:focus {
color: #22543d;
}
.lg\:focus\:text-teal-100:focus {
color: #e6fffa;
}
.lg\:focus\:text-teal-200:focus {
color: #b2f5ea;
}
.lg\:focus\:text-teal-300:focus {
color: #81e6d9;
}
.lg\:focus\:text-teal-400:focus {
color: #4fd1c5;
}
.lg\:focus\:text-teal-500:focus {
color: #38b2ac;
}
.lg\:focus\:text-teal-600:focus {
color: #319795;
}
.lg\:focus\:text-teal-700:focus {
color: #2c7a7b;
}
.lg\:focus\:text-teal-800:focus {
color: #285e61;
}
.lg\:focus\:text-teal-900:focus {
color: #234e52;
}
.lg\:focus\:text-blue-100:focus {
color: #ebf8ff;
}
.lg\:focus\:text-blue-200:focus {
color: #bee3f8;
}
.lg\:focus\:text-blue-300:focus {
color: #90cdf4;
}
.lg\:focus\:text-blue-400:focus {
color: #63b3ed;
}
.lg\:focus\:text-blue-500:focus {
color: #4299e1;
}
.lg\:focus\:text-blue-600:focus {
color: #3182ce;
}
.lg\:focus\:text-blue-700:focus {
color: #2b6cb0;
}
.lg\:focus\:text-blue-800:focus {
color: #2c5282;
}
.lg\:focus\:text-blue-900:focus {
color: #2a4365;
}
.lg\:focus\:text-indigo-100:focus {
color: #ebf4ff;
}
.lg\:focus\:text-indigo-200:focus {
color: #c3dafe;
}
.lg\:focus\:text-indigo-300:focus {
color: #a3bffa;
}
.lg\:focus\:text-indigo-400:focus {
color: #7f9cf5;
}
.lg\:focus\:text-indigo-500:focus {
color: #667eea;
}
.lg\:focus\:text-indigo-600:focus {
color: #5a67d8;
}
.lg\:focus\:text-indigo-700:focus {
color: #4c51bf;
}
.lg\:focus\:text-indigo-800:focus {
color: #434190;
}
.lg\:focus\:text-indigo-900:focus {
color: #3c366b;
}
.lg\:focus\:text-purple-100:focus {
color: #faf5ff;
}
.lg\:focus\:text-purple-200:focus {
color: #e9d8fd;
}
.lg\:focus\:text-purple-300:focus {
color: #d6bcfa;
}
.lg\:focus\:text-purple-400:focus {
color: #b794f4;
}
.lg\:focus\:text-purple-500:focus {
color: #9f7aea;
}
.lg\:focus\:text-purple-600:focus {
color: #805ad5;
}
.lg\:focus\:text-purple-700:focus {
color: #6b46c1;
}
.lg\:focus\:text-purple-800:focus {
color: #553c9a;
}
.lg\:focus\:text-purple-900:focus {
color: #44337a;
}
.lg\:focus\:text-pink-100:focus {
color: #fff5f7;
}
.lg\:focus\:text-pink-200:focus {
color: #fed7e2;
}
.lg\:focus\:text-pink-300:focus {
color: #fbb6ce;
}
.lg\:focus\:text-pink-400:focus {
color: #f687b3;
}
.lg\:focus\:text-pink-500:focus {
color: #ed64a6;
}
.lg\:focus\:text-pink-600:focus {
color: #d53f8c;
}
.lg\:focus\:text-pink-700:focus {
color: #b83280;
}
.lg\:focus\:text-pink-800:focus {
color: #97266d;
}
.lg\:focus\:text-pink-900:focus {
color: #702459;
}
.lg\:text-xs {
font-size: 0.75rem;
}
.lg\:text-sm {
font-size: 0.875rem;
}
.lg\:text-base {
font-size: 1rem;
}
.lg\:text-lg {
font-size: 1.125rem;
}
.lg\:text-xl {
font-size: 1.25rem;
}
.lg\:text-2xl {
font-size: 1.5rem;
}
.lg\:text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.lg\:text-5xl {
font-size: 3rem;
}
.lg\:text-6xl {
font-size: 4rem;
}
.lg\:italic {
font-style: italic;
}
.lg\:not-italic {
font-style: normal;
}
.lg\:uppercase {
text-transform: uppercase;
}
.lg\:lowercase {
text-transform: lowercase;
}
.lg\:capitalize {
text-transform: capitalize;
}
.lg\:normal-case {
text-transform: none;
}
.lg\:underline {
text-decoration: underline;
}
.lg\:line-through {
text-decoration: line-through;
}
.lg\:no-underline {
text-decoration: none;
}
.lg\:hover\:underline:hover {
text-decoration: underline;
}
.lg\:hover\:line-through:hover {
text-decoration: line-through;
}
.lg\:hover\:no-underline:hover {
text-decoration: none;
}
.lg\:focus\:underline:focus {
text-decoration: underline;
}
.lg\:focus\:line-through:focus {
text-decoration: line-through;
}
.lg\:focus\:no-underline:focus {
text-decoration: none;
}
.lg\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.lg\:tracking-tighter {
letter-spacing: -0.05em;
}
.lg\:tracking-tight {
letter-spacing: -0.025em;
}
.lg\:tracking-normal {
letter-spacing: 0;
}
.lg\:tracking-wide {
letter-spacing: 0.025em;
}
.lg\:tracking-wider {
letter-spacing: 0.05em;
}
.lg\:tracking-widest {
letter-spacing: 0.1em;
}
.lg\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lg\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.lg\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.lg\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.lg\:align-baseline {
vertical-align: baseline;
}
.lg\:align-top {
vertical-align: top;
}
.lg\:align-middle {
vertical-align: middle;
}
.lg\:align-bottom {
vertical-align: bottom;
}
.lg\:align-text-top {
vertical-align: text-top;
}
.lg\:align-text-bottom {
vertical-align: text-bottom;
}
.lg\:visible {
visibility: visible;
}
.lg\:invisible {
visibility: hidden;
}
.lg\:whitespace-normal {
white-space: normal;
}
.lg\:whitespace-no-wrap {
white-space: nowrap;
}
.lg\:whitespace-pre {
white-space: pre;
}
.lg\:whitespace-pre-line {
white-space: pre-line;
}
.lg\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.lg\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.lg\:break-words {
overflow-wrap: break-word;
}
.lg\:break-all {
word-break: break-all;
}
.lg\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lg\:w-0 {
width: 0;
}
.lg\:w-1 {
width: 0.25rem;
}
.lg\:w-2 {
width: 0.5rem;
}
.lg\:w-3 {
width: 0.75rem;
}
.lg\:w-4 {
width: 1rem;
}
.lg\:w-5 {
width: 1.25rem;
}
.lg\:w-6 {
width: 1.5rem;
}
.lg\:w-8 {
width: 2rem;
}
.lg\:w-10 {
width: 2.5rem;
}
.lg\:w-12 {
width: 3rem;
}
.lg\:w-16 {
width: 4rem;
}
.lg\:w-20 {
width: 5rem;
}
.lg\:w-24 {
width: 6rem;
}
.lg\:w-32 {
width: 8rem;
}
.lg\:w-40 {
width: 10rem;
}
.lg\:w-48 {
width: 12rem;
}
.lg\:w-56 {
width: 14rem;
}
.lg\:w-64 {
width: 16rem;
}
.lg\:w-auto {
width: auto;
}
.lg\:w-px {
width: 1px;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-2\/3 {
width: 66.666667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-2\/4 {
width: 50%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.666667%;
}
.lg\:w-2\/6 {
width: 33.333333%;
}
.lg\:w-3\/6 {
width: 50%;
}
.lg\:w-4\/6 {
width: 66.666667%;
}
.lg\:w-5\/6 {
width: 83.333333%;
}
.lg\:w-1\/12 {
width: 8.333333%;
}
.lg\:w-2\/12 {
width: 16.666667%;
}
.lg\:w-3\/12 {
width: 25%;
}
.lg\:w-4\/12 {
width: 33.333333%;
}
.lg\:w-5\/12 {
width: 41.666667%;
}
.lg\:w-6\/12 {
width: 50%;
}
.lg\:w-7\/12 {
width: 58.333333%;
}
.lg\:w-8\/12 {
width: 66.666667%;
}
.lg\:w-9\/12 {
width: 75%;
}
.lg\:w-10\/12 {
width: 83.333333%;
}
.lg\:w-11\/12 {
width: 91.666667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:w-screen {
width: 100vw;
}
.lg\:z-0 {
z-index: 0;
}
.lg\:z-10 {
z-index: 10;
}
.lg\:z-20 {
z-index: 20;
}
.lg\:z-30 {
z-index: 30;
}
.lg\:z-40 {
z-index: 40;
}
.lg\:z-50 {
z-index: 50;
}
.lg\:z-auto {
z-index: auto;
}
}
@media (min-width: 1280px) {
.xl\:sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.xl\:not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.xl\:focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.xl\:focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.xl\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.xl\:bg-fixed {
background-attachment: fixed;
}
.xl\:bg-local {
background-attachment: local;
}
.xl\:bg-scroll {
background-attachment: scroll;
}
.xl\:bg-transparent {
background-color: transparent;
}
.xl\:bg-black {
background-color: #000;
}
.xl\:bg-white {
background-color: #fff;
}
.xl\:bg-gray-100 {
background-color: #f7fafc;
}
.xl\:bg-gray-200 {
background-color: #edf2f7;
}
.xl\:bg-gray-300 {
background-color: #e2e8f0;
}
.xl\:bg-gray-400 {
background-color: #cbd5e0;
}
.xl\:bg-gray-500 {
background-color: #a0aec0;
}
.xl\:bg-gray-600 {
background-color: #718096;
}
.xl\:bg-gray-700 {
background-color: #4a5568;
}
.xl\:bg-gray-800 {
background-color: #2d3748;
}
.xl\:bg-gray-900 {
background-color: #1a202c;
}
.xl\:bg-red-100 {
background-color: #fff5f5;
}
.xl\:bg-red-200 {
background-color: #fed7d7;
}
.xl\:bg-red-300 {
background-color: #feb2b2;
}
.xl\:bg-red-400 {
background-color: #fc8181;
}
.xl\:bg-red-500 {
background-color: #f56565;
}
.xl\:bg-red-600 {
background-color: #e53e3e;
}
.xl\:bg-red-700 {
background-color: #c53030;
}
.xl\:bg-red-800 {
background-color: #9b2c2c;
}
.xl\:bg-red-900 {
background-color: #742a2a;
}
.xl\:bg-orange-100 {
background-color: #fffaf0;
}
.xl\:bg-orange-200 {
background-color: #feebc8;
}
.xl\:bg-orange-300 {
background-color: #fbd38d;
}
.xl\:bg-orange-400 {
background-color: #f6ad55;
}
.xl\:bg-orange-500 {
background-color: #ed8936;
}
.xl\:bg-orange-600 {
background-color: #dd6b20;
}
.xl\:bg-orange-700 {
background-color: #c05621;
}
.xl\:bg-orange-800 {
background-color: #9c4221;
}
.xl\:bg-orange-900 {
background-color: #7b341e;
}
.xl\:bg-yellow-100 {
background-color: #fffff0;
}
.xl\:bg-yellow-200 {
background-color: #fefcbf;
}
.xl\:bg-yellow-300 {
background-color: #faf089;
}
.xl\:bg-yellow-400 {
background-color: #f6e05e;
}
.xl\:bg-yellow-500 {
background-color: #ecc94b;
}
.xl\:bg-yellow-600 {
background-color: #d69e2e;
}
.xl\:bg-yellow-700 {
background-color: #b7791f;
}
.xl\:bg-yellow-800 {
background-color: #975a16;
}
.xl\:bg-yellow-900 {
background-color: #744210;
}
.xl\:bg-green-100 {
background-color: #f0fff4;
}
.xl\:bg-green-200 {
background-color: #c6f6d5;
}
.xl\:bg-green-300 {
background-color: #9ae6b4;
}
.xl\:bg-green-400 {
background-color: #68d391;
}
.xl\:bg-green-500 {
background-color: #48bb78;
}
.xl\:bg-green-600 {
background-color: #38a169;
}
.xl\:bg-green-700 {
background-color: #2f855a;
}
.xl\:bg-green-800 {
background-color: #276749;
}
.xl\:bg-green-900 {
background-color: #22543d;
}
.xl\:bg-teal-100 {
background-color: #e6fffa;
}
.xl\:bg-teal-200 {
background-color: #b2f5ea;
}
.xl\:bg-teal-300 {
background-color: #81e6d9;
}
.xl\:bg-teal-400 {
background-color: #4fd1c5;
}
.xl\:bg-teal-500 {
background-color: #38b2ac;
}
.xl\:bg-teal-600 {
background-color: #319795;
}
.xl\:bg-teal-700 {
background-color: #2c7a7b;
}
.xl\:bg-teal-800 {
background-color: #285e61;
}
.xl\:bg-teal-900 {
background-color: #234e52;
}
.xl\:bg-blue-100 {
background-color: #ebf8ff;
}
.xl\:bg-blue-200 {
background-color: #bee3f8;
}
.xl\:bg-blue-300 {
background-color: #90cdf4;
}
.xl\:bg-blue-400 {
background-color: #63b3ed;
}
.xl\:bg-blue-500 {
background-color: #4299e1;
}
.xl\:bg-blue-600 {
background-color: #3182ce;
}
.xl\:bg-blue-700 {
background-color: #2b6cb0;
}
.xl\:bg-blue-800 {
background-color: #2c5282;
}
.xl\:bg-blue-900 {
background-color: #2a4365;
}
.xl\:bg-indigo-100 {
background-color: #ebf4ff;
}
.xl\:bg-indigo-200 {
background-color: #c3dafe;
}
.xl\:bg-indigo-300 {
background-color: #a3bffa;
}
.xl\:bg-indigo-400 {
background-color: #7f9cf5;
}
.xl\:bg-indigo-500 {
background-color: #667eea;
}
.xl\:bg-indigo-600 {
background-color: #5a67d8;
}
.xl\:bg-indigo-700 {
background-color: #4c51bf;
}
.xl\:bg-indigo-800 {
background-color: #434190;
}
.xl\:bg-indigo-900 {
background-color: #3c366b;
}
.xl\:bg-purple-100 {
background-color: #faf5ff;
}
.xl\:bg-purple-200 {
background-color: #e9d8fd;
}
.xl\:bg-purple-300 {
background-color: #d6bcfa;
}
.xl\:bg-purple-400 {
background-color: #b794f4;
}
.xl\:bg-purple-500 {
background-color: #9f7aea;
}
.xl\:bg-purple-600 {
background-color: #805ad5;
}
.xl\:bg-purple-700 {
background-color: #6b46c1;
}
.xl\:bg-purple-800 {
background-color: #553c9a;
}
.xl\:bg-purple-900 {
background-color: #44337a;
}
.xl\:bg-pink-100 {
background-color: #fff5f7;
}
.xl\:bg-pink-200 {
background-color: #fed7e2;
}
.xl\:bg-pink-300 {
background-color: #fbb6ce;
}
.xl\:bg-pink-400 {
background-color: #f687b3;
}
.xl\:bg-pink-500 {
background-color: #ed64a6;
}
.xl\:bg-pink-600 {
background-color: #d53f8c;
}
.xl\:bg-pink-700 {
background-color: #b83280;
}
.xl\:bg-pink-800 {
background-color: #97266d;
}
.xl\:bg-pink-900 {
background-color: #702459;
}
.xl\:hover\:bg-transparent:hover {
background-color: transparent;
}
.xl\:hover\:bg-black:hover {
background-color: #000;
}
.xl\:hover\:bg-white:hover {
background-color: #fff;
}
.xl\:hover\:bg-gray-100:hover {
background-color: #f7fafc;
}
.xl\:hover\:bg-gray-200:hover {
background-color: #edf2f7;
}
.xl\:hover\:bg-gray-300:hover {
background-color: #e2e8f0;
}
.xl\:hover\:bg-gray-400:hover {
background-color: #cbd5e0;
}
.xl\:hover\:bg-gray-500:hover {
background-color: #a0aec0;
}
.xl\:hover\:bg-gray-600:hover {
background-color: #718096;
}
.xl\:hover\:bg-gray-700:hover {
background-color: #4a5568;
}
.xl\:hover\:bg-gray-800:hover {
background-color: #2d3748;
}
.xl\:hover\:bg-gray-900:hover {
background-color: #1a202c;
}
.xl\:hover\:bg-red-100:hover {
background-color: #fff5f5;
}
.xl\:hover\:bg-red-200:hover {
background-color: #fed7d7;
}
.xl\:hover\:bg-red-300:hover {
background-color: #feb2b2;
}
.xl\:hover\:bg-red-400:hover {
background-color: #fc8181;
}
.xl\:hover\:bg-red-500:hover {
background-color: #f56565;
}
.xl\:hover\:bg-red-600:hover {
background-color: #e53e3e;
}
.xl\:hover\:bg-red-700:hover {
background-color: #c53030;
}
.xl\:hover\:bg-red-800:hover {
background-color: #9b2c2c;
}
.xl\:hover\:bg-red-900:hover {
background-color: #742a2a;
}
.xl\:hover\:bg-orange-100:hover {
background-color: #fffaf0;
}
.xl\:hover\:bg-orange-200:hover {
background-color: #feebc8;
}
.xl\:hover\:bg-orange-300:hover {
background-color: #fbd38d;
}
.xl\:hover\:bg-orange-400:hover {
background-color: #f6ad55;
}
.xl\:hover\:bg-orange-500:hover {
background-color: #ed8936;
}
.xl\:hover\:bg-orange-600:hover {
background-color: #dd6b20;
}
.xl\:hover\:bg-orange-700:hover {
background-color: #c05621;
}
.xl\:hover\:bg-orange-800:hover {
background-color: #9c4221;
}
.xl\:hover\:bg-orange-900:hover {
background-color: #7b341e;
}
.xl\:hover\:bg-yellow-100:hover {
background-color: #fffff0;
}
.xl\:hover\:bg-yellow-200:hover {
background-color: #fefcbf;
}
.xl\:hover\:bg-yellow-300:hover {
background-color: #faf089;
}
.xl\:hover\:bg-yellow-400:hover {
background-color: #f6e05e;
}
.xl\:hover\:bg-yellow-500:hover {
background-color: #ecc94b;
}
.xl\:hover\:bg-yellow-600:hover {
background-color: #d69e2e;
}
.xl\:hover\:bg-yellow-700:hover {
background-color: #b7791f;
}
.xl\:hover\:bg-yellow-800:hover {
background-color: #975a16;
}
.xl\:hover\:bg-yellow-900:hover {
background-color: #744210;
}
.xl\:hover\:bg-green-100:hover {
background-color: #f0fff4;
}
.xl\:hover\:bg-green-200:hover {
background-color: #c6f6d5;
}
.xl\:hover\:bg-green-300:hover {
background-color: #9ae6b4;
}
.xl\:hover\:bg-green-400:hover {
background-color: #68d391;
}
.xl\:hover\:bg-green-500:hover {
background-color: #48bb78;
}
.xl\:hover\:bg-green-600:hover {
background-color: #38a169;
}
.xl\:hover\:bg-green-700:hover {
background-color: #2f855a;
}
.xl\:hover\:bg-green-800:hover {
background-color: #276749;
}
.xl\:hover\:bg-green-900:hover {
background-color: #22543d;
}
.xl\:hover\:bg-teal-100:hover {
background-color: #e6fffa;
}
.xl\:hover\:bg-teal-200:hover {
background-color: #b2f5ea;
}
.xl\:hover\:bg-teal-300:hover {
background-color: #81e6d9;
}
.xl\:hover\:bg-teal-400:hover {
background-color: #4fd1c5;
}
.xl\:hover\:bg-teal-500:hover {
background-color: #38b2ac;
}
.xl\:hover\:bg-teal-600:hover {
background-color: #319795;
}
.xl\:hover\:bg-teal-700:hover {
background-color: #2c7a7b;
}
.xl\:hover\:bg-teal-800:hover {
background-color: #285e61;
}
.xl\:hover\:bg-teal-900:hover {
background-color: #234e52;
}
.xl\:hover\:bg-blue-100:hover {
background-color: #ebf8ff;
}
.xl\:hover\:bg-blue-200:hover {
background-color: #bee3f8;
}
.xl\:hover\:bg-blue-300:hover {
background-color: #90cdf4;
}
.xl\:hover\:bg-blue-400:hover {
background-color: #63b3ed;
}
.xl\:hover\:bg-blue-500:hover {
background-color: #4299e1;
}
.xl\:hover\:bg-blue-600:hover {
background-color: #3182ce;
}
.xl\:hover\:bg-blue-700:hover {
background-color: #2b6cb0;
}
.xl\:hover\:bg-blue-800:hover {
background-color: #2c5282;
}
.xl\:hover\:bg-blue-900:hover {
background-color: #2a4365;
}
.xl\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff;
}
.xl\:hover\:bg-indigo-200:hover {
background-color: #c3dafe;
}
.xl\:hover\:bg-indigo-300:hover {
background-color: #a3bffa;
}
.xl\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5;
}
.xl\:hover\:bg-indigo-500:hover {
background-color: #667eea;
}
.xl\:hover\:bg-indigo-600:hover {
background-color: #5a67d8;
}
.xl\:hover\:bg-indigo-700:hover {
background-color: #4c51bf;
}
.xl\:hover\:bg-indigo-800:hover {
background-color: #434190;
}
.xl\:hover\:bg-indigo-900:hover {
background-color: #3c366b;
}
.xl\:hover\:bg-purple-100:hover {
background-color: #faf5ff;
}
.xl\:hover\:bg-purple-200:hover {
background-color: #e9d8fd;
}
.xl\:hover\:bg-purple-300:hover {
background-color: #d6bcfa;
}
.xl\:hover\:bg-purple-400:hover {
background-color: #b794f4;
}
.xl\:hover\:bg-purple-500:hover {
background-color: #9f7aea;
}
.xl\:hover\:bg-purple-600:hover {
background-color: #805ad5;
}
.xl\:hover\:bg-purple-700:hover {
background-color: #6b46c1;
}
.xl\:hover\:bg-purple-800:hover {
background-color: #553c9a;
}
.xl\:hover\:bg-purple-900:hover {
background-color: #44337a;
}
.xl\:hover\:bg-pink-100:hover {
background-color: #fff5f7;
}
.xl\:hover\:bg-pink-200:hover {
background-color: #fed7e2;
}
.xl\:hover\:bg-pink-300:hover {
background-color: #fbb6ce;
}
.xl\:hover\:bg-pink-400:hover {
background-color: #f687b3;
}
.xl\:hover\:bg-pink-500:hover {
background-color: #ed64a6;
}
.xl\:hover\:bg-pink-600:hover {
background-color: #d53f8c;
}
.xl\:hover\:bg-pink-700:hover {
background-color: #b83280;
}
.xl\:hover\:bg-pink-800:hover {
background-color: #97266d;
}
.xl\:hover\:bg-pink-900:hover {
background-color: #702459;
}
.xl\:focus\:bg-transparent:focus {
background-color: transparent;
}
.xl\:focus\:bg-black:focus {
background-color: #000;
}
.xl\:focus\:bg-white:focus {
background-color: #fff;
}
.xl\:focus\:bg-gray-100:focus {
background-color: #f7fafc;
}
.xl\:focus\:bg-gray-200:focus {
background-color: #edf2f7;
}
.xl\:focus\:bg-gray-300:focus {
background-color: #e2e8f0;
}
.xl\:focus\:bg-gray-400:focus {
background-color: #cbd5e0;
}
.xl\:focus\:bg-gray-500:focus {
background-color: #a0aec0;
}
.xl\:focus\:bg-gray-600:focus {
background-color: #718096;
}
.xl\:focus\:bg-gray-700:focus {
background-color: #4a5568;
}
.xl\:focus\:bg-gray-800:focus {
background-color: #2d3748;
}
.xl\:focus\:bg-gray-900:focus {
background-color: #1a202c;
}
.xl\:focus\:bg-red-100:focus {
background-color: #fff5f5;
}
.xl\:focus\:bg-red-200:focus {
background-color: #fed7d7;
}
.xl\:focus\:bg-red-300:focus {
background-color: #feb2b2;
}
.xl\:focus\:bg-red-400:focus {
background-color: #fc8181;
}
.xl\:focus\:bg-red-500:focus {
background-color: #f56565;
}
.xl\:focus\:bg-red-600:focus {
background-color: #e53e3e;
}
.xl\:focus\:bg-red-700:focus {
background-color: #c53030;
}
.xl\:focus\:bg-red-800:focus {
background-color: #9b2c2c;
}
.xl\:focus\:bg-red-900:focus {
background-color: #742a2a;
}
.xl\:focus\:bg-orange-100:focus {
background-color: #fffaf0;
}
.xl\:focus\:bg-orange-200:focus {
background-color: #feebc8;
}
.xl\:focus\:bg-orange-300:focus {
background-color: #fbd38d;
}
.xl\:focus\:bg-orange-400:focus {
background-color: #f6ad55;
}
.xl\:focus\:bg-orange-500:focus {
background-color: #ed8936;
}
.xl\:focus\:bg-orange-600:focus {
background-color: #dd6b20;
}
.xl\:focus\:bg-orange-700:focus {
background-color: #c05621;
}
.xl\:focus\:bg-orange-800:focus {
background-color: #9c4221;
}
.xl\:focus\:bg-orange-900:focus {
background-color: #7b341e;
}
.xl\:focus\:bg-yellow-100:focus {
background-color: #fffff0;
}
.xl\:focus\:bg-yellow-200:focus {
background-color: #fefcbf;
}
.xl\:focus\:bg-yellow-300:focus {
background-color: #faf089;
}
.xl\:focus\:bg-yellow-400:focus {
background-color: #f6e05e;
}
.xl\:focus\:bg-yellow-500:focus {
background-color: #ecc94b;
}
.xl\:focus\:bg-yellow-600:focus {
background-color: #d69e2e;
}
.xl\:focus\:bg-yellow-700:focus {
background-color: #b7791f;
}
.xl\:focus\:bg-yellow-800:focus {
background-color: #975a16;
}
.xl\:focus\:bg-yellow-900:focus {
background-color: #744210;
}
.xl\:focus\:bg-green-100:focus {
background-color: #f0fff4;
}
.xl\:focus\:bg-green-200:focus {
background-color: #c6f6d5;
}
.xl\:focus\:bg-green-300:focus {
background-color: #9ae6b4;
}
.xl\:focus\:bg-green-400:focus {
background-color: #68d391;
}
.xl\:focus\:bg-green-500:focus {
background-color: #48bb78;
}
.xl\:focus\:bg-green-600:focus {
background-color: #38a169;
}
.xl\:focus\:bg-green-700:focus {
background-color: #2f855a;
}
.xl\:focus\:bg-green-800:focus {
background-color: #276749;
}
.xl\:focus\:bg-green-900:focus {
background-color: #22543d;
}
.xl\:focus\:bg-teal-100:focus {
background-color: #e6fffa;
}
.xl\:focus\:bg-teal-200:focus {
background-color: #b2f5ea;
}
.xl\:focus\:bg-teal-300:focus {
background-color: #81e6d9;
}
.xl\:focus\:bg-teal-400:focus {
background-color: #4fd1c5;
}
.xl\:focus\:bg-teal-500:focus {
background-color: #38b2ac;
}
.xl\:focus\:bg-teal-600:focus {
background-color: #319795;
}
.xl\:focus\:bg-teal-700:focus {
background-color: #2c7a7b;
}
.xl\:focus\:bg-teal-800:focus {
background-color: #285e61;
}
.xl\:focus\:bg-teal-900:focus {
background-color: #234e52;
}
.xl\:focus\:bg-blue-100:focus {
background-color: #ebf8ff;
}
.xl\:focus\:bg-blue-200:focus {
background-color: #bee3f8;
}
.xl\:focus\:bg-blue-300:focus {
background-color: #90cdf4;
}
.xl\:focus\:bg-blue-400:focus {
background-color: #63b3ed;
}
.xl\:focus\:bg-blue-500:focus {
background-color: #4299e1;
}
.xl\:focus\:bg-blue-600:focus {
background-color: #3182ce;
}
.xl\:focus\:bg-blue-700:focus {
background-color: #2b6cb0;
}
.xl\:focus\:bg-blue-800:focus {
background-color: #2c5282;
}
.xl\:focus\:bg-blue-900:focus {
background-color: #2a4365;
}
.xl\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff;
}
.xl\:focus\:bg-indigo-200:focus {
background-color: #c3dafe;
}
.xl\:focus\:bg-indigo-300:focus {
background-color: #a3bffa;
}
.xl\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5;
}
.xl\:focus\:bg-indigo-500:focus {
background-color: #667eea;
}
.xl\:focus\:bg-indigo-600:focus {
background-color: #5a67d8;
}
.xl\:focus\:bg-indigo-700:focus {
background-color: #4c51bf;
}
.xl\:focus\:bg-indigo-800:focus {
background-color: #434190;
}
.xl\:focus\:bg-indigo-900:focus {
background-color: #3c366b;
}
.xl\:focus\:bg-purple-100:focus {
background-color: #faf5ff;
}
.xl\:focus\:bg-purple-200:focus {
background-color: #e9d8fd;
}
.xl\:focus\:bg-purple-300:focus {
background-color: #d6bcfa;
}
.xl\:focus\:bg-purple-400:focus {
background-color: #b794f4;
}
.xl\:focus\:bg-purple-500:focus {
background-color: #9f7aea;
}
.xl\:focus\:bg-purple-600:focus {
background-color: #805ad5;
}
.xl\:focus\:bg-purple-700:focus {
background-color: #6b46c1;
}
.xl\:focus\:bg-purple-800:focus {
background-color: #553c9a;
}
.xl\:focus\:bg-purple-900:focus {
background-color: #44337a;
}
.xl\:focus\:bg-pink-100:focus {
background-color: #fff5f7;
}
.xl\:focus\:bg-pink-200:focus {
background-color: #fed7e2;
}
.xl\:focus\:bg-pink-300:focus {
background-color: #fbb6ce;
}
.xl\:focus\:bg-pink-400:focus {
background-color: #f687b3;
}
.xl\:focus\:bg-pink-500:focus {
background-color: #ed64a6;
}
.xl\:focus\:bg-pink-600:focus {
background-color: #d53f8c;
}
.xl\:focus\:bg-pink-700:focus {
background-color: #b83280;
}
.xl\:focus\:bg-pink-800:focus {
background-color: #97266d;
}
.xl\:focus\:bg-pink-900:focus {
background-color: #702459;
}
.xl\:bg-bottom {
background-position: bottom;
}
.xl\:bg-center {
background-position: center;
}
.xl\:bg-left {
background-position: left;
}
.xl\:bg-left-bottom {
background-position: left bottom;
}
.xl\:bg-left-top {
background-position: left top;
}
.xl\:bg-right {
background-position: right;
}
.xl\:bg-right-bottom {
background-position: right bottom;
}
.xl\:bg-right-top {
background-position: right top;
}
.xl\:bg-top {
background-position: top;
}
.xl\:bg-repeat {
background-repeat: repeat;
}
.xl\:bg-no-repeat {
background-repeat: no-repeat;
}
.xl\:bg-repeat-x {
background-repeat: repeat-x;
}
.xl\:bg-repeat-y {
background-repeat: repeat-y;
}
.xl\:bg-repeat-round {
background-repeat: round;
}
.xl\:bg-repeat-space {
background-repeat: space;
}
.xl\:bg-auto {
background-size: auto;
}
.xl\:bg-cover {
background-size: cover;
}
.xl\:bg-contain {
background-size: contain;
}
.xl\:border-collapse {
border-collapse: collapse;
}
.xl\:border-separate {
border-collapse: separate;
}
.xl\:border-transparent {
border-color: transparent;
}
.xl\:border-black {
border-color: #000;
}
.xl\:border-white {
border-color: #fff;
}
.xl\:border-gray-100 {
border-color: #f7fafc;
}
.xl\:border-gray-200 {
border-color: #edf2f7;
}
.xl\:border-gray-300 {
border-color: #e2e8f0;
}
.xl\:border-gray-400 {
border-color: #cbd5e0;
}
.xl\:border-gray-500 {
border-color: #a0aec0;
}
.xl\:border-gray-600 {
border-color: #718096;
}
.xl\:border-gray-700 {
border-color: #4a5568;
}
.xl\:border-gray-800 {
border-color: #2d3748;
}
.xl\:border-gray-900 {
border-color: #1a202c;
}
.xl\:border-red-100 {
border-color: #fff5f5;
}
.xl\:border-red-200 {
border-color: #fed7d7;
}
.xl\:border-red-300 {
border-color: #feb2b2;
}
.xl\:border-red-400 {
border-color: #fc8181;
}
.xl\:border-red-500 {
border-color: #f56565;
}
.xl\:border-red-600 {
border-color: #e53e3e;
}
.xl\:border-red-700 {
border-color: #c53030;
}
.xl\:border-red-800 {
border-color: #9b2c2c;
}
.xl\:border-red-900 {
border-color: #742a2a;
}
.xl\:border-orange-100 {
border-color: #fffaf0;
}
.xl\:border-orange-200 {
border-color: #feebc8;
}
.xl\:border-orange-300 {
border-color: #fbd38d;
}
.xl\:border-orange-400 {
border-color: #f6ad55;
}
.xl\:border-orange-500 {
border-color: #ed8936;
}
.xl\:border-orange-600 {
border-color: #dd6b20;
}
.xl\:border-orange-700 {
border-color: #c05621;
}
.xl\:border-orange-800 {
border-color: #9c4221;
}
.xl\:border-orange-900 {
border-color: #7b341e;
}
.xl\:border-yellow-100 {
border-color: #fffff0;
}
.xl\:border-yellow-200 {
border-color: #fefcbf;
}
.xl\:border-yellow-300 {
border-color: #faf089;
}
.xl\:border-yellow-400 {
border-color: #f6e05e;
}
.xl\:border-yellow-500 {
border-color: #ecc94b;
}
.xl\:border-yellow-600 {
border-color: #d69e2e;
}
.xl\:border-yellow-700 {
border-color: #b7791f;
}
.xl\:border-yellow-800 {
border-color: #975a16;
}
.xl\:border-yellow-900 {
border-color: #744210;
}
.xl\:border-green-100 {
border-color: #f0fff4;
}
.xl\:border-green-200 {
border-color: #c6f6d5;
}
.xl\:border-green-300 {
border-color: #9ae6b4;
}
.xl\:border-green-400 {
border-color: #68d391;
}
.xl\:border-green-500 {
border-color: #48bb78;
}
.xl\:border-green-600 {
border-color: #38a169;
}
.xl\:border-green-700 {
border-color: #2f855a;
}
.xl\:border-green-800 {
border-color: #276749;
}
.xl\:border-green-900 {
border-color: #22543d;
}
.xl\:border-teal-100 {
border-color: #e6fffa;
}
.xl\:border-teal-200 {
border-color: #b2f5ea;
}
.xl\:border-teal-300 {
border-color: #81e6d9;
}
.xl\:border-teal-400 {
border-color: #4fd1c5;
}
.xl\:border-teal-500 {
border-color: #38b2ac;
}
.xl\:border-teal-600 {
border-color: #319795;
}
.xl\:border-teal-700 {
border-color: #2c7a7b;
}
.xl\:border-teal-800 {
border-color: #285e61;
}
.xl\:border-teal-900 {
border-color: #234e52;
}
.xl\:border-blue-100 {
border-color: #ebf8ff;
}
.xl\:border-blue-200 {
border-color: #bee3f8;
}
.xl\:border-blue-300 {
border-color: #90cdf4;
}
.xl\:border-blue-400 {
border-color: #63b3ed;
}
.xl\:border-blue-500 {
border-color: #4299e1;
}
.xl\:border-blue-600 {
border-color: #3182ce;
}
.xl\:border-blue-700 {
border-color: #2b6cb0;
}
.xl\:border-blue-800 {
border-color: #2c5282;
}
.xl\:border-blue-900 {
border-color: #2a4365;
}
.xl\:border-indigo-100 {
border-color: #ebf4ff;
}
.xl\:border-indigo-200 {
border-color: #c3dafe;
}
.xl\:border-indigo-300 {
border-color: #a3bffa;
}
.xl\:border-indigo-400 {
border-color: #7f9cf5;
}
.xl\:border-indigo-500 {
border-color: #667eea;
}
.xl\:border-indigo-600 {
border-color: #5a67d8;
}
.xl\:border-indigo-700 {
border-color: #4c51bf;
}
.xl\:border-indigo-800 {
border-color: #434190;
}
.xl\:border-indigo-900 {
border-color: #3c366b;
}
.xl\:border-purple-100 {
border-color: #faf5ff;
}
.xl\:border-purple-200 {
border-color: #e9d8fd;
}
.xl\:border-purple-300 {
border-color: #d6bcfa;
}
.xl\:border-purple-400 {
border-color: #b794f4;
}
.xl\:border-purple-500 {
border-color: #9f7aea;
}
.xl\:border-purple-600 {
border-color: #805ad5;
}
.xl\:border-purple-700 {
border-color: #6b46c1;
}
.xl\:border-purple-800 {
border-color: #553c9a;
}
.xl\:border-purple-900 {
border-color: #44337a;
}
.xl\:border-pink-100 {
border-color: #fff5f7;
}
.xl\:border-pink-200 {
border-color: #fed7e2;
}
.xl\:border-pink-300 {
border-color: #fbb6ce;
}
.xl\:border-pink-400 {
border-color: #f687b3;
}
.xl\:border-pink-500 {
border-color: #ed64a6;
}
.xl\:border-pink-600 {
border-color: #d53f8c;
}
.xl\:border-pink-700 {
border-color: #b83280;
}
.xl\:border-pink-800 {
border-color: #97266d;
}
.xl\:border-pink-900 {
border-color: #702459;
}
.xl\:hover\:border-transparent:hover {
border-color: transparent;
}
.xl\:hover\:border-black:hover {
border-color: #000;
}
.xl\:hover\:border-white:hover {
border-color: #fff;
}
.xl\:hover\:border-gray-100:hover {
border-color: #f7fafc;
}
.xl\:hover\:border-gray-200:hover {
border-color: #edf2f7;
}
.xl\:hover\:border-gray-300:hover {
border-color: #e2e8f0;
}
.xl\:hover\:border-gray-400:hover {
border-color: #cbd5e0;
}
.xl\:hover\:border-gray-500:hover {
border-color: #a0aec0;
}
.xl\:hover\:border-gray-600:hover {
border-color: #718096;
}
.xl\:hover\:border-gray-700:hover {
border-color: #4a5568;
}
.xl\:hover\:border-gray-800:hover {
border-color: #2d3748;
}
.xl\:hover\:border-gray-900:hover {
border-color: #1a202c;
}
.xl\:hover\:border-red-100:hover {
border-color: #fff5f5;
}
.xl\:hover\:border-red-200:hover {
border-color: #fed7d7;
}
.xl\:hover\:border-red-300:hover {
border-color: #feb2b2;
}
.xl\:hover\:border-red-400:hover {
border-color: #fc8181;
}
.xl\:hover\:border-red-500:hover {
border-color: #f56565;
}
.xl\:hover\:border-red-600:hover {
border-color: #e53e3e;
}
.xl\:hover\:border-red-700:hover {
border-color: #c53030;
}
.xl\:hover\:border-red-800:hover {
border-color: #9b2c2c;
}
.xl\:hover\:border-red-900:hover {
border-color: #742a2a;
}
.xl\:hover\:border-orange-100:hover {
border-color: #fffaf0;
}
.xl\:hover\:border-orange-200:hover {
border-color: #feebc8;
}
.xl\:hover\:border-orange-300:hover {
border-color: #fbd38d;
}
.xl\:hover\:border-orange-400:hover {
border-color: #f6ad55;
}
.xl\:hover\:border-orange-500:hover {
border-color: #ed8936;
}
.xl\:hover\:border-orange-600:hover {
border-color: #dd6b20;
}
.xl\:hover\:border-orange-700:hover {
border-color: #c05621;
}
.xl\:hover\:border-orange-800:hover {
border-color: #9c4221;
}
.xl\:hover\:border-orange-900:hover {
border-color: #7b341e;
}
.xl\:hover\:border-yellow-100:hover {
border-color: #fffff0;
}
.xl\:hover\:border-yellow-200:hover {
border-color: #fefcbf;
}
.xl\:hover\:border-yellow-300:hover {
border-color: #faf089;
}
.xl\:hover\:border-yellow-400:hover {
border-color: #f6e05e;
}
.xl\:hover\:border-yellow-500:hover {
border-color: #ecc94b;
}
.xl\:hover\:border-yellow-600:hover {
border-color: #d69e2e;
}
.xl\:hover\:border-yellow-700:hover {
border-color: #b7791f;
}
.xl\:hover\:border-yellow-800:hover {
border-color: #975a16;
}
.xl\:hover\:border-yellow-900:hover {
border-color: #744210;
}
.xl\:hover\:border-green-100:hover {
border-color: #f0fff4;
}
.xl\:hover\:border-green-200:hover {
border-color: #c6f6d5;
}
.xl\:hover\:border-green-300:hover {
border-color: #9ae6b4;
}
.xl\:hover\:border-green-400:hover {
border-color: #68d391;
}
.xl\:hover\:border-green-500:hover {
border-color: #48bb78;
}
.xl\:hover\:border-green-600:hover {
border-color: #38a169;
}
.xl\:hover\:border-green-700:hover {
border-color: #2f855a;
}
.xl\:hover\:border-green-800:hover {
border-color: #276749;
}
.xl\:hover\:border-green-900:hover {
border-color: #22543d;
}
.xl\:hover\:border-teal-100:hover {
border-color: #e6fffa;
}
.xl\:hover\:border-teal-200:hover {
border-color: #b2f5ea;
}
.xl\:hover\:border-teal-300:hover {
border-color: #81e6d9;
}
.xl\:hover\:border-teal-400:hover {
border-color: #4fd1c5;
}
.xl\:hover\:border-teal-500:hover {
border-color: #38b2ac;
}
.xl\:hover\:border-teal-600:hover {
border-color: #319795;
}
.xl\:hover\:border-teal-700:hover {
border-color: #2c7a7b;
}
.xl\:hover\:border-teal-800:hover {
border-color: #285e61;
}
.xl\:hover\:border-teal-900:hover {
border-color: #234e52;
}
.xl\:hover\:border-blue-100:hover {
border-color: #ebf8ff;
}
.xl\:hover\:border-blue-200:hover {
border-color: #bee3f8;
}
.xl\:hover\:border-blue-300:hover {
border-color: #90cdf4;
}
.xl\:hover\:border-blue-400:hover {
border-color: #63b3ed;
}
.xl\:hover\:border-blue-500:hover {
border-color: #4299e1;
}
.xl\:hover\:border-blue-600:hover {
border-color: #3182ce;
}
.xl\:hover\:border-blue-700:hover {
border-color: #2b6cb0;
}
.xl\:hover\:border-blue-800:hover {
border-color: #2c5282;
}
.xl\:hover\:border-blue-900:hover {
border-color: #2a4365;
}
.xl\:hover\:border-indigo-100:hover {
border-color: #ebf4ff;
}
.xl\:hover\:border-indigo-200:hover {
border-color: #c3dafe;
}
.xl\:hover\:border-indigo-300:hover {
border-color: #a3bffa;
}
.xl\:hover\:border-indigo-400:hover {
border-color: #7f9cf5;
}
.xl\:hover\:border-indigo-500:hover {
border-color: #667eea;
}
.xl\:hover\:border-indigo-600:hover {
border-color: #5a67d8;
}
.xl\:hover\:border-indigo-700:hover {
border-color: #4c51bf;
}
.xl\:hover\:border-indigo-800:hover {
border-color: #434190;
}
.xl\:hover\:border-indigo-900:hover {
border-color: #3c366b;
}
.xl\:hover\:border-purple-100:hover {
border-color: #faf5ff;
}
.xl\:hover\:border-purple-200:hover {
border-color: #e9d8fd;
}
.xl\:hover\:border-purple-300:hover {
border-color: #d6bcfa;
}
.xl\:hover\:border-purple-400:hover {
border-color: #b794f4;
}
.xl\:hover\:border-purple-500:hover {
border-color: #9f7aea;
}
.xl\:hover\:border-purple-600:hover {
border-color: #805ad5;
}
.xl\:hover\:border-purple-700:hover {
border-color: #6b46c1;
}
.xl\:hover\:border-purple-800:hover {
border-color: #553c9a;
}
.xl\:hover\:border-purple-900:hover {
border-color: #44337a;
}
.xl\:hover\:border-pink-100:hover {
border-color: #fff5f7;
}
.xl\:hover\:border-pink-200:hover {
border-color: #fed7e2;
}
.xl\:hover\:border-pink-300:hover {
border-color: #fbb6ce;
}
.xl\:hover\:border-pink-400:hover {
border-color: #f687b3;
}
.xl\:hover\:border-pink-500:hover {
border-color: #ed64a6;
}
.xl\:hover\:border-pink-600:hover {
border-color: #d53f8c;
}
.xl\:hover\:border-pink-700:hover {
border-color: #b83280;
}
.xl\:hover\:border-pink-800:hover {
border-color: #97266d;
}
.xl\:hover\:border-pink-900:hover {
border-color: #702459;
}
.xl\:focus\:border-transparent:focus {
border-color: transparent;
}
.xl\:focus\:border-black:focus {
border-color: #000;
}
.xl\:focus\:border-white:focus {
border-color: #fff;
}
.xl\:focus\:border-gray-100:focus {
border-color: #f7fafc;
}
.xl\:focus\:border-gray-200:focus {
border-color: #edf2f7;
}
.xl\:focus\:border-gray-300:focus {
border-color: #e2e8f0;
}
.xl\:focus\:border-gray-400:focus {
border-color: #cbd5e0;
}
.xl\:focus\:border-gray-500:focus {
border-color: #a0aec0;
}
.xl\:focus\:border-gray-600:focus {
border-color: #718096;
}
.xl\:focus\:border-gray-700:focus {
border-color: #4a5568;
}
.xl\:focus\:border-gray-800:focus {
border-color: #2d3748;
}
.xl\:focus\:border-gray-900:focus {
border-color: #1a202c;
}
.xl\:focus\:border-red-100:focus {
border-color: #fff5f5;
}
.xl\:focus\:border-red-200:focus {
border-color: #fed7d7;
}
.xl\:focus\:border-red-300:focus {
border-color: #feb2b2;
}
.xl\:focus\:border-red-400:focus {
border-color: #fc8181;
}
.xl\:focus\:border-red-500:focus {
border-color: #f56565;
}
.xl\:focus\:border-red-600:focus {
border-color: #e53e3e;
}
.xl\:focus\:border-red-700:focus {
border-color: #c53030;
}
.xl\:focus\:border-red-800:focus {
border-color: #9b2c2c;
}
.xl\:focus\:border-red-900:focus {
border-color: #742a2a;
}
.xl\:focus\:border-orange-100:focus {
border-color: #fffaf0;
}
.xl\:focus\:border-orange-200:focus {
border-color: #feebc8;
}
.xl\:focus\:border-orange-300:focus {
border-color: #fbd38d;
}
.xl\:focus\:border-orange-400:focus {
border-color: #f6ad55;
}
.xl\:focus\:border-orange-500:focus {
border-color: #ed8936;
}
.xl\:focus\:border-orange-600:focus {
border-color: #dd6b20;
}
.xl\:focus\:border-orange-700:focus {
border-color: #c05621;
}
.xl\:focus\:border-orange-800:focus {
border-color: #9c4221;
}
.xl\:focus\:border-orange-900:focus {
border-color: #7b341e;
}
.xl\:focus\:border-yellow-100:focus {
border-color: #fffff0;
}
.xl\:focus\:border-yellow-200:focus {
border-color: #fefcbf;
}
.xl\:focus\:border-yellow-300:focus {
border-color: #faf089;
}
.xl\:focus\:border-yellow-400:focus {
border-color: #f6e05e;
}
.xl\:focus\:border-yellow-500:focus {
border-color: #ecc94b;
}
.xl\:focus\:border-yellow-600:focus {
border-color: #d69e2e;
}
.xl\:focus\:border-yellow-700:focus {
border-color: #b7791f;
}
.xl\:focus\:border-yellow-800:focus {
border-color: #975a16;
}
.xl\:focus\:border-yellow-900:focus {
border-color: #744210;
}
.xl\:focus\:border-green-100:focus {
border-color: #f0fff4;
}
.xl\:focus\:border-green-200:focus {
border-color: #c6f6d5;
}
.xl\:focus\:border-green-300:focus {
border-color: #9ae6b4;
}
.xl\:focus\:border-green-400:focus {
border-color: #68d391;
}
.xl\:focus\:border-green-500:focus {
border-color: #48bb78;
}
.xl\:focus\:border-green-600:focus {
border-color: #38a169;
}
.xl\:focus\:border-green-700:focus {
border-color: #2f855a;
}
.xl\:focus\:border-green-800:focus {
border-color: #276749;
}
.xl\:focus\:border-green-900:focus {
border-color: #22543d;
}
.xl\:focus\:border-teal-100:focus {
border-color: #e6fffa;
}
.xl\:focus\:border-teal-200:focus {
border-color: #b2f5ea;
}
.xl\:focus\:border-teal-300:focus {
border-color: #81e6d9;
}
.xl\:focus\:border-teal-400:focus {
border-color: #4fd1c5;
}
.xl\:focus\:border-teal-500:focus {
border-color: #38b2ac;
}
.xl\:focus\:border-teal-600:focus {
border-color: #319795;
}
.xl\:focus\:border-teal-700:focus {
border-color: #2c7a7b;
}
.xl\:focus\:border-teal-800:focus {
border-color: #285e61;
}
.xl\:focus\:border-teal-900:focus {
border-color: #234e52;
}
.xl\:focus\:border-blue-100:focus {
border-color: #ebf8ff;
}
.xl\:focus\:border-blue-200:focus {
border-color: #bee3f8;
}
.xl\:focus\:border-blue-300:focus {
border-color: #90cdf4;
}
.xl\:focus\:border-blue-400:focus {
border-color: #63b3ed;
}
.xl\:focus\:border-blue-500:focus {
border-color: #4299e1;
}
.xl\:focus\:border-blue-600:focus {
border-color: #3182ce;
}
.xl\:focus\:border-blue-700:focus {
border-color: #2b6cb0;
}
.xl\:focus\:border-blue-800:focus {
border-color: #2c5282;
}
.xl\:focus\:border-blue-900:focus {
border-color: #2a4365;
}
.xl\:focus\:border-indigo-100:focus {
border-color: #ebf4ff;
}
.xl\:focus\:border-indigo-200:focus {
border-color: #c3dafe;
}
.xl\:focus\:border-indigo-300:focus {
border-color: #a3bffa;
}
.xl\:focus\:border-indigo-400:focus {
border-color: #7f9cf5;
}
.xl\:focus\:border-indigo-500:focus {
border-color: #667eea;
}
.xl\:focus\:border-indigo-600:focus {
border-color: #5a67d8;
}
.xl\:focus\:border-indigo-700:focus {
border-color: #4c51bf;
}
.xl\:focus\:border-indigo-800:focus {
border-color: #434190;
}
.xl\:focus\:border-indigo-900:focus {
border-color: #3c366b;
}
.xl\:focus\:border-purple-100:focus {
border-color: #faf5ff;
}
.xl\:focus\:border-purple-200:focus {
border-color: #e9d8fd;
}
.xl\:focus\:border-purple-300:focus {
border-color: #d6bcfa;
}
.xl\:focus\:border-purple-400:focus {
border-color: #b794f4;
}
.xl\:focus\:border-purple-500:focus {
border-color: #9f7aea;
}
.xl\:focus\:border-purple-600:focus {
border-color: #805ad5;
}
.xl\:focus\:border-purple-700:focus {
border-color: #6b46c1;
}
.xl\:focus\:border-purple-800:focus {
border-color: #553c9a;
}
.xl\:focus\:border-purple-900:focus {
border-color: #44337a;
}
.xl\:focus\:border-pink-100:focus {
border-color: #fff5f7;
}
.xl\:focus\:border-pink-200:focus {
border-color: #fed7e2;
}
.xl\:focus\:border-pink-300:focus {
border-color: #fbb6ce;
}
.xl\:focus\:border-pink-400:focus {
border-color: #f687b3;
}
.xl\:focus\:border-pink-500:focus {
border-color: #ed64a6;
}
.xl\:focus\:border-pink-600:focus {
border-color: #d53f8c;
}
.xl\:focus\:border-pink-700:focus {
border-color: #b83280;
}
.xl\:focus\:border-pink-800:focus {
border-color: #97266d;
}
.xl\:focus\:border-pink-900:focus {
border-color: #702459;
}
.xl\:rounded-none {
border-radius: 0;
}
.xl\:rounded-sm {
border-radius: 0.125rem;
}
.xl\:rounded {
border-radius: 0.25rem;
}
.xl\:rounded-lg {
border-radius: 0.5rem;
}
.xl\:rounded-full {
border-radius: 9999px;
}
.xl\:rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.xl\:rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.xl\:rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.xl\:rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.xl\:rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.xl\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.xl\:rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.xl\:rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.xl\:rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.xl\:rounded-tl-none {
border-top-left-radius: 0;
}
.xl\:rounded-tr-none {
border-top-right-radius: 0;
}
.xl\:rounded-br-none {
border-bottom-right-radius: 0;
}
.xl\:rounded-bl-none {
border-bottom-left-radius: 0;
}
.xl\:rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.xl\:rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.xl\:rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.xl\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.xl\:rounded-tl {
border-top-left-radius: 0.25rem;
}
.xl\:rounded-tr {
border-top-right-radius: 0.25rem;
}
.xl\:rounded-br {
border-bottom-right-radius: 0.25rem;
}
.xl\:rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.xl\:rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.xl\:rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.xl\:rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.xl\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.xl\:rounded-tl-full {
border-top-left-radius: 9999px;
}
.xl\:rounded-tr-full {
border-top-right-radius: 9999px;
}
.xl\:rounded-br-full {
border-bottom-right-radius: 9999px;
}
.xl\:rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.xl\:border-solid {
border-style: solid;
}
.xl\:border-dashed {
border-style: dashed;
}
.xl\:border-dotted {
border-style: dotted;
}
.xl\:border-double {
border-style: double;
}
.xl\:border-none {
border-style: none;
}
.xl\:border-0 {
border-width: 0;
}
.xl\:border-2 {
border-width: 2px;
}
.xl\:border-4 {
border-width: 4px;
}
.xl\:border-8 {
border-width: 8px;
}
.xl\:border {
border-width: 1px;
}
.xl\:border-t-0 {
border-top-width: 0;
}
.xl\:border-r-0 {
border-right-width: 0;
}
.xl\:border-b-0 {
border-bottom-width: 0;
}
.xl\:border-l-0 {
border-left-width: 0;
}
.xl\:border-t-2 {
border-top-width: 2px;
}
.xl\:border-r-2 {
border-right-width: 2px;
}
.xl\:border-b-2 {
border-bottom-width: 2px;
}
.xl\:border-l-2 {
border-left-width: 2px;
}
.xl\:border-t-4 {
border-top-width: 4px;
}
.xl\:border-r-4 {
border-right-width: 4px;
}
.xl\:border-b-4 {
border-bottom-width: 4px;
}
.xl\:border-l-4 {
border-left-width: 4px;
}
.xl\:border-t-8 {
border-top-width: 8px;
}
.xl\:border-r-8 {
border-right-width: 8px;
}
.xl\:border-b-8 {
border-bottom-width: 8px;
}
.xl\:border-l-8 {
border-left-width: 8px;
}
.xl\:border-t {
border-top-width: 1px;
}
.xl\:border-r {
border-right-width: 1px;
}
.xl\:border-b {
border-bottom-width: 1px;
}
.xl\:border-l {
border-left-width: 1px;
}
.xl\:cursor-auto {
cursor: auto;
}
.xl\:cursor-default {
cursor: default;
}
.xl\:cursor-pointer {
cursor: pointer;
}
.xl\:cursor-wait {
cursor: wait;
}
.xl\:cursor-text {
cursor: text;
}
.xl\:cursor-move {
cursor: move;
}
.xl\:cursor-not-allowed {
cursor: not-allowed;
}
.xl\:block {
display: block;
}
.xl\:inline-block {
display: inline-block;
}
.xl\:inline {
display: inline;
}
.xl\:flex {
display: flex;
}
.xl\:inline-flex {
display: inline-flex;
}
.xl\:table {
display: table;
}
.xl\:table-row {
display: table-row;
}
.xl\:table-cell {
display: table-cell;
}
.xl\:hidden {
display: none;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:flex-col {
flex-direction: column;
}
.xl\:flex-col-reverse {
flex-direction: column-reverse;
}
.xl\:flex-wrap {
flex-wrap: wrap;
}
.xl\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex-no-wrap {
flex-wrap: nowrap;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:items-end {
align-items: flex-end;
}
.xl\:items-center {
align-items: center;
}
.xl\:items-baseline {
align-items: baseline;
}
.xl\:items-stretch {
align-items: stretch;
}
.xl\:self-auto {
align-self: auto;
}
.xl\:self-start {
align-self: flex-start;
}
.xl\:self-end {
align-self: flex-end;
}
.xl\:self-center {
align-self: center;
}
.xl\:self-stretch {
align-self: stretch;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-end {
justify-content: flex-end;
}
.xl\:justify-center {
justify-content: center;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:justify-evenly {
justify-content: space-evenly;
}
.xl\:content-center {
align-content: center;
}
.xl\:content-start {
align-content: flex-start;
}
.xl\:content-end {
align-content: flex-end;
}
.xl\:content-between {
align-content: space-between;
}
.xl\:content-around {
align-content: space-around;
}
.xl\:flex-1 {
flex: 1 1 0%;
}
.xl\:flex-auto {
flex: 1 1 auto;
}
.xl\:flex-initial {
flex: 0 1 auto;
}
.xl\:flex-none {
flex: none;
}
.xl\:flex-grow-0 {
flex-grow: 0;
}
.xl\:flex-grow {
flex-grow: 1;
}
.xl\:flex-shrink-0 {
flex-shrink: 0;
}
.xl\:flex-shrink {
flex-shrink: 1;
}
.xl\:order-1 {
order: 1;
}
.xl\:order-2 {
order: 2;
}
.xl\:order-3 {
order: 3;
}
.xl\:order-4 {
order: 4;
}
.xl\:order-5 {
order: 5;
}
.xl\:order-6 {
order: 6;
}
.xl\:order-7 {
order: 7;
}
.xl\:order-8 {
order: 8;
}
.xl\:order-9 {
order: 9;
}
.xl\:order-10 {
order: 10;
}
.xl\:order-11 {
order: 11;
}
.xl\:order-12 {
order: 12;
}
.xl\:order-first {
order: -9999;
}
.xl\:order-last {
order: 9999;
}
.xl\:order-none {
order: 0;
}
.xl\:float-right {
float: right;
}
.xl\:float-left {
float: left;
}
.xl\:float-none {
float: none;
}
.xl\:clearfix:after {
content: "";
display: table;
clear: both;
}
.xl\:font-sans {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.xl\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.xl\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.xl\:font-hairline {
font-weight: 100;
}
.xl\:font-thin {
font-weight: 200;
}
.xl\:font-light {
font-weight: 300;
}
.xl\:font-normal {
font-weight: 400;
}
.xl\:font-medium {
font-weight: 500;
}
.xl\:font-semibold {
font-weight: 600;
}
.xl\:font-bold {
font-weight: 700;
}
.xl\:font-extrabold {
font-weight: 800;
}
.xl\:font-black {
font-weight: 900;
}
.xl\:hover\:font-hairline:hover {
font-weight: 100;
}
.xl\:hover\:font-thin:hover {
font-weight: 200;
}
.xl\:hover\:font-light:hover {
font-weight: 300;
}
.xl\:hover\:font-normal:hover {
font-weight: 400;
}
.xl\:hover\:font-medium:hover {
font-weight: 500;
}
.xl\:hover\:font-semibold:hover {
font-weight: 600;
}
.xl\:hover\:font-bold:hover {
font-weight: 700;
}
.xl\:hover\:font-extrabold:hover {
font-weight: 800;
}
.xl\:hover\:font-black:hover {
font-weight: 900;
}
.xl\:focus\:font-hairline:focus {
font-weight: 100;
}
.xl\:focus\:font-thin:focus {
font-weight: 200;
}
.xl\:focus\:font-light:focus {
font-weight: 300;
}
.xl\:focus\:font-normal:focus {
font-weight: 400;
}
.xl\:focus\:font-medium:focus {
font-weight: 500;
}
.xl\:focus\:font-semibold:focus {
font-weight: 600;
}
.xl\:focus\:font-bold:focus {
font-weight: 700;
}
.xl\:focus\:font-extrabold:focus {
font-weight: 800;
}
.xl\:focus\:font-black:focus {
font-weight: 900;
}
.xl\:h-0 {
height: 0;
}
.xl\:h-1 {
height: 0.25rem;
}
.xl\:h-2 {
height: 0.5rem;
}
.xl\:h-3 {
height: 0.75rem;
}
.xl\:h-4 {
height: 1rem;
}
.xl\:h-5 {
height: 1.25rem;
}
.xl\:h-6 {
height: 1.5rem;
}
.xl\:h-8 {
height: 2rem;
}
.xl\:h-10 {
height: 2.5rem;
}
.xl\:h-12 {
height: 3rem;
}
.xl\:h-16 {
height: 4rem;
}
.xl\:h-20 {
height: 5rem;
}
.xl\:h-24 {
height: 6rem;
}
.xl\:h-32 {
height: 8rem;
}
.xl\:h-40 {
height: 10rem;
}
.xl\:h-48 {
height: 12rem;
}
.xl\:h-56 {
height: 14rem;
}
.xl\:h-64 {
height: 16rem;
}
.xl\:h-auto {
height: auto;
}
.xl\:h-px {
height: 1px;
}
.xl\:h-full {
height: 100%;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:leading-none {
line-height: 1;
}
.xl\:leading-tight {
line-height: 1.25;
}
.xl\:leading-snug {
line-height: 1.375;
}
.xl\:leading-normal {
line-height: 1.5;
}
.xl\:leading-relaxed {
line-height: 1.625;
}
.xl\:leading-loose {
line-height: 2;
}
.xl\:list-inside {
list-style-position: inside;
}
.xl\:list-outside {
list-style-position: outside;
}
.xl\:list-none {
list-style-type: none;
}
.xl\:list-disc {
list-style-type: disc;
}
.xl\:list-decimal {
list-style-type: decimal;
}
.xl\:m-0 {
margin: 0;
}
.xl\:m-1 {
margin: 0.25rem;
}
.xl\:m-2 {
margin: 0.5rem;
}
.xl\:m-3 {
margin: 0.75rem;
}
.xl\:m-4 {
margin: 1rem;
}
.xl\:m-5 {
margin: 1.25rem;
}
.xl\:m-6 {
margin: 1.5rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:m-10 {
margin: 2.5rem;
}
.xl\:m-12 {
margin: 3rem;
}
.xl\:m-16 {
margin: 4rem;
}
.xl\:m-20 {
margin: 5rem;
}
.xl\:m-24 {
margin: 6rem;
}
.xl\:m-32 {
margin: 8rem;
}
.xl\:m-40 {
margin: 10rem;
}
.xl\:m-48 {
margin: 12rem;
}
.xl\:m-56 {
margin: 14rem;
}
.xl\:m-64 {
margin: 16rem;
}
.xl\:m-auto {
margin: auto;
}
.xl\:m-px {
margin: 1px;
}
.xl\:-m-1 {
margin: -0.25rem;
}
.xl\:-m-2 {
margin: -0.5rem;
}
.xl\:-m-3 {
margin: -0.75rem;
}
.xl\:-m-4 {
margin: -1rem;
}
.xl\:-m-5 {
margin: -1.25rem;
}
.xl\:-m-6 {
margin: -1.5rem;
}
.xl\:-m-8 {
margin: -2rem;
}
.xl\:-m-10 {
margin: -2.5rem;
}
.xl\:-m-12 {
margin: -3rem;
}
.xl\:-m-16 {
margin: -4rem;
}
.xl\:-m-20 {
margin: -5rem;
}
.xl\:-m-24 {
margin: -6rem;
}
.xl\:-m-32 {
margin: -8rem;
}
.xl\:-m-40 {
margin: -10rem;
}
.xl\:-m-48 {
margin: -12rem;
}
.xl\:-m-56 {
margin: -14rem;
}
.xl\:-m-64 {
margin: -16rem;
}
.xl\:-m-px {
margin: -1px;
}
.xl\:my-0 {
margin-top: 0;
margin-bottom: 0;
}
.xl\:mx-0 {
margin-left: 0;
margin-right: 0;
}
.xl\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.xl\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.xl\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.xl\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.xl\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.xl\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.xl\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.xl\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.xl\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.xl\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.xl\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.xl\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.xl\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.xl\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.xl\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.xl\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.xl\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.xl\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
.xl\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.xl\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.xl\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.xl\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.xl\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.xl\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.xl\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.xl\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.xl\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.xl\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.xl\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.xl\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.xl\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.xl\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.xl\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.xl\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.xl\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.xl\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.xl\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.xl\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.xl\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.xl\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.xl\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.xl\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.xl\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.xl\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.xl\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.xl\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.xl\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.xl\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.xl\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.xl\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.xl\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.xl\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.xl\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.xl\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.xl\:mt-0 {
margin-top: 0;
}
.xl\:mr-0 {
margin-right: 0;
}
.xl\:mb-0 {
margin-bottom: 0;
}
.xl\:ml-0 {
margin-left: 0;
}
.xl\:mt-1 {
margin-top: 0.25rem;
}
.xl\:mr-1 {
margin-right: 0.25rem;
}
.xl\:mb-1 {
margin-bottom: 0.25rem;
}
.xl\:ml-1 {
margin-left: 0.25rem;
}
.xl\:mt-2 {
margin-top: 0.5rem;
}
.xl\:mr-2 {
margin-right: 0.5rem;
}
.xl\:mb-2 {
margin-bottom: 0.5rem;
}
.xl\:ml-2 {
margin-left: 0.5rem;
}
.xl\:mt-3 {
margin-top: 0.75rem;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mb-3 {
margin-bottom: 0.75rem;
}
.xl\:ml-3 {
margin-left: 0.75rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mr-4 {
margin-right: 1rem;
}
.xl\:mb-4 {
margin-bottom: 1rem;
}
.xl\:ml-4 {
margin-left: 1rem;
}
.xl\:mt-5 {
margin-top: 1.25rem;
}
.xl\:mr-5 {
margin-right: 1.25rem;
}
.xl\:mb-5 {
margin-bottom: 1.25rem;
}
.xl\:ml-5 {
margin-left: 1.25rem;
}
.xl\:mt-6 {
margin-top: 1.5rem;
}
.xl\:mr-6 {
margin-right: 1.5rem;
}
.xl\:mb-6 {
margin-bottom: 1.5rem;
}
.xl\:ml-6 {
margin-left: 1.5rem;
}
.xl\:mt-8 {
margin-top: 2rem;
}
.xl\:mr-8 {
margin-right: 2rem;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mr-10 {
margin-right: 2.5rem;
}
.xl\:mb-10 {
margin-bottom: 2.5rem;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:mt-12 {
margin-top: 3rem;
}
.xl\:mr-12 {
margin-right: 3rem;
}
.xl\:mb-12 {
margin-bottom: 3rem;
}
.xl\:ml-12 {
margin-left: 3rem;
}
.xl\:mt-16 {
margin-top: 4rem;
}
.xl\:mr-16 {
margin-right: 4rem;
}
.xl\:mb-16 {
margin-bottom: 4rem;
}
.xl\:ml-16 {
margin-left: 4rem;
}
.xl\:mt-20 {
margin-top: 5rem;
}
.xl\:mr-20 {
margin-right: 5rem;
}
.xl\:mb-20 {
margin-bottom: 5rem;
}
.xl\:ml-20 {
margin-left: 5rem;
}
.xl\:mt-24 {
margin-top: 6rem;
}
.xl\:mr-24 {
margin-right: 6rem;
}
.xl\:mb-24 {
margin-bottom: 6rem;
}
.xl\:ml-24 {
margin-left: 6rem;
}
.xl\:mt-32 {
margin-top: 8rem;
}
.xl\:mr-32 {
margin-right: 8rem;
}
.xl\:mb-32 {
margin-bottom: 8rem;
}
.xl\:ml-32 {
margin-left: 8rem;
}
.xl\:mt-40 {
margin-top: 10rem;
}
.xl\:mr-40 {
margin-right: 10rem;
}
.xl\:mb-40 {
margin-bottom: 10rem;
}
.xl\:ml-40 {
margin-left: 10rem;
}
.xl\:mt-48 {
margin-top: 12rem;
}
.xl\:mr-48 {
margin-right: 12rem;
}
.xl\:mb-48 {
margin-bottom: 12rem;
}
.xl\:ml-48 {
margin-left: 12rem;
}
.xl\:mt-56 {
margin-top: 14rem;
}
.xl\:mr-56 {
margin-right: 14rem;
}
.xl\:mb-56 {
margin-bottom: 14rem;
}
.xl\:ml-56 {
margin-left: 14rem;
}
.xl\:mt-64 {
margin-top: 16rem;
}
.xl\:mr-64 {
margin-right: 16rem;
}
.xl\:mb-64 {
margin-bottom: 16rem;
}
.xl\:ml-64 {
margin-left: 16rem;
}
.xl\:mt-auto {
margin-top: auto;
}
.xl\:mr-auto {
margin-right: auto;
}
.xl\:mb-auto {
margin-bottom: auto;
}
.xl\:ml-auto {
margin-left: auto;
}
.xl\:mt-px {
margin-top: 1px;
}
.xl\:mr-px {
margin-right: 1px;
}
.xl\:mb-px {
margin-bottom: 1px;
}
.xl\:ml-px {
margin-left: 1px;
}
.xl\:-mt-1 {
margin-top: -0.25rem;
}
.xl\:-mr-1 {
margin-right: -0.25rem;
}
.xl\:-mb-1 {
margin-bottom: -0.25rem;
}
.xl\:-ml-1 {
margin-left: -0.25rem;
}
.xl\:-mt-2 {
margin-top: -0.5rem;
}
.xl\:-mr-2 {
margin-right: -0.5rem;
}
.xl\:-mb-2 {
margin-bottom: -0.5rem;
}
.xl\:-ml-2 {
margin-left: -0.5rem;
}
.xl\:-mt-3 {
margin-top: -0.75rem;
}
.xl\:-mr-3 {
margin-right: -0.75rem;
}
.xl\:-mb-3 {
margin-bottom: -0.75rem;
}
.xl\:-ml-3 {
margin-left: -0.75rem;
}
.xl\:-mt-4 {
margin-top: -1rem;
}
.xl\:-mr-4 {
margin-right: -1rem;
}
.xl\:-mb-4 {
margin-bottom: -1rem;
}
.xl\:-ml-4 {
margin-left: -1rem;
}
.xl\:-mt-5 {
margin-top: -1.25rem;
}
.xl\:-mr-5 {
margin-right: -1.25rem;
}
.xl\:-mb-5 {
margin-bottom: -1.25rem;
}
.xl\:-ml-5 {
margin-left: -1.25rem;
}
.xl\:-mt-6 {
margin-top: -1.5rem;
}
.xl\:-mr-6 {
margin-right: -1.5rem;
}
.xl\:-mb-6 {
margin-bottom: -1.5rem;
}
.xl\:-ml-6 {
margin-left: -1.5rem;
}
.xl\:-mt-8 {
margin-top: -2rem;
}
.xl\:-mr-8 {
margin-right: -2rem;
}
.xl\:-mb-8 {
margin-bottom: -2rem;
}
.xl\:-ml-8 {
margin-left: -2rem;
}
.xl\:-mt-10 {
margin-top: -2.5rem;
}
.xl\:-mr-10 {
margin-right: -2.5rem;
}
.xl\:-mb-10 {
margin-bottom: -2.5rem;
}
.xl\:-ml-10 {
margin-left: -2.5rem;
}
.xl\:-mt-12 {
margin-top: -3rem;
}
.xl\:-mr-12 {
margin-right: -3rem;
}
.xl\:-mb-12 {
margin-bottom: -3rem;
}
.xl\:-ml-12 {
margin-left: -3rem;
}
.xl\:-mt-16 {
margin-top: -4rem;
}
.xl\:-mr-16 {
margin-right: -4rem;
}
.xl\:-mb-16 {
margin-bottom: -4rem;
}
.xl\:-ml-16 {
margin-left: -4rem;
}
.xl\:-mt-20 {
margin-top: -5rem;
}
.xl\:-mr-20 {
margin-right: -5rem;
}
.xl\:-mb-20 {
margin-bottom: -5rem;
}
.xl\:-ml-20 {
margin-left: -5rem;
}
.xl\:-mt-24 {
margin-top: -6rem;
}
.xl\:-mr-24 {
margin-right: -6rem;
}
.xl\:-mb-24 {
margin-bottom: -6rem;
}
.xl\:-ml-24 {
margin-left: -6rem;
}
.xl\:-mt-32 {
margin-top: -8rem;
}
.xl\:-mr-32 {
margin-right: -8rem;
}
.xl\:-mb-32 {
margin-bottom: -8rem;
}
.xl\:-ml-32 {
margin-left: -8rem;
}
.xl\:-mt-40 {
margin-top: -10rem;
}
.xl\:-mr-40 {
margin-right: -10rem;
}
.xl\:-mb-40 {
margin-bottom: -10rem;
}
.xl\:-ml-40 {
margin-left: -10rem;
}
.xl\:-mt-48 {
margin-top: -12rem;
}
.xl\:-mr-48 {
margin-right: -12rem;
}
.xl\:-mb-48 {
margin-bottom: -12rem;
}
.xl\:-ml-48 {
margin-left: -12rem;
}
.xl\:-mt-56 {
margin-top: -14rem;
}
.xl\:-mr-56 {
margin-right: -14rem;
}
.xl\:-mb-56 {
margin-bottom: -14rem;
}
.xl\:-ml-56 {
margin-left: -14rem;
}
.xl\:-mt-64 {
margin-top: -16rem;
}
.xl\:-mr-64 {
margin-right: -16rem;
}
.xl\:-mb-64 {
margin-bottom: -16rem;
}
.xl\:-ml-64 {
margin-left: -16rem;
}
.xl\:-mt-px {
margin-top: -1px;
}
.xl\:-mr-px {
margin-right: -1px;
}
.xl\:-mb-px {
margin-bottom: -1px;
}
.xl\:-ml-px {
margin-left: -1px;
}
.xl\:max-h-full {
max-height: 100%;
}
.xl\:max-h-screen {
max-height: 100vh;
}
.xl\:max-w-xs {
max-width: 20rem;
}
.xl\:max-w-sm {
max-width: 24rem;
}
.xl\:max-w-md {
max-width: 28rem;
}
.xl\:max-w-lg {
max-width: 32rem;
}
.xl\:max-w-xl {
max-width: 36rem;
}
.xl\:max-w-2xl {
max-width: 42rem;
}
.xl\:max-w-3xl {
max-width: 48rem;
}
.xl\:max-w-4xl {
max-width: 56rem;
}
.xl\:max-w-5xl {
max-width: 64rem;
}
.xl\:max-w-6xl {
max-width: 72rem;
}
.xl\:max-w-full {
max-width: 100%;
}
.xl\:min-h-0 {
min-height: 0;
}
.xl\:min-h-full {
min-height: 100%;
}
.xl\:min-h-screen {
min-height: 100vh;
}
.xl\:min-w-0 {
min-width: 0;
}
.xl\:min-w-full {
min-width: 100%;
}
.xl\:object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.xl\:object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.xl\:object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.xl\:object-none {
-o-object-fit: none;
object-fit: none;
}
.xl\:object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.xl\:object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.xl\:object-center {
-o-object-position: center;
object-position: center;
}
.xl\:object-left {
-o-object-position: left;
object-position: left;
}
.xl\:object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.xl\:object-left-top {
-o-object-position: left top;
object-position: left top;
}
.xl\:object-right {
-o-object-position: right;
object-position: right;
}
.xl\:object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.xl\:object-right-top {
-o-object-position: right top;
object-position: right top;
}
.xl\:object-top {
-o-object-position: top;
object-position: top;
}
.xl\:opacity-0 {
opacity: 0;
}
.xl\:opacity-25 {
opacity: 0.25;
}
.xl\:opacity-50 {
opacity: 0.5;
}
.xl\:opacity-75 {
opacity: 0.75;
}
.xl\:opacity-100 {
opacity: 1;
}
.xl\:hover\:opacity-0:hover {
opacity: 0;
}
.xl\:hover\:opacity-25:hover {
opacity: 0.25;
}
.xl\:hover\:opacity-50:hover {
opacity: 0.5;
}
.xl\:hover\:opacity-75:hover {
opacity: 0.75;
}
.xl\:hover\:opacity-100:hover {
opacity: 1;
}
.xl\:focus\:opacity-0:focus {
opacity: 0;
}
.xl\:focus\:opacity-25:focus {
opacity: 0.25;
}
.xl\:focus\:opacity-50:focus {
opacity: 0.5;
}
.xl\:focus\:opacity-75:focus {
opacity: 0.75;
}
.xl\:focus\:opacity-100:focus {
opacity: 1;
}
.xl\:outline-none {
outline: 0;
}
.xl\:focus\:outline-none:focus {
outline: 0;
}
.xl\:overflow-auto {
overflow: auto;
}
.xl\:overflow-hidden {
overflow: hidden;
}
.xl\:overflow-visible {
overflow: visible;
}
.xl\:overflow-scroll {
overflow: scroll;
}
.xl\:overflow-x-auto {
overflow-x: auto;
}
.xl\:overflow-y-auto {
overflow-y: auto;
}
.xl\:overflow-x-hidden {
overflow-x: hidden;
}
.xl\:overflow-y-hidden {
overflow-y: hidden;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:overflow-y-visible {
overflow-y: visible;
}
.xl\:overflow-x-scroll {
overflow-x: scroll;
}
.xl\:overflow-y-scroll {
overflow-y: scroll;
}
.xl\:scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.xl\:scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.xl\:p-0 {
padding: 0;
}
.xl\:p-1 {
padding: 0.25rem;
}
.xl\:p-2 {
padding: 0.5rem;
}
.xl\:p-3 {
padding: 0.75rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:p-5 {
padding: 1.25rem;
}
.xl\:p-6 {
padding: 1.5rem;
}
.xl\:p-8 {
padding: 2rem;
}
.xl\:p-10 {
padding: 2.5rem;
}
.xl\:p-12 {
padding: 3rem;
}
.xl\:p-16 {
padding: 4rem;
}
.xl\:p-20 {
padding: 5rem;
}
.xl\:p-24 {
padding: 6rem;
}
.xl\:p-32 {
padding: 8rem;
}
.xl\:p-40 {
padding: 10rem;
}
.xl\:p-48 {
padding: 12rem;
}
.xl\:p-56 {
padding: 14rem;
}
.xl\:p-64 {
padding: 16rem;
}
.xl\:p-px {
padding: 1px;
}
.xl\:py-0 {
padding-top: 0;
padding-bottom: 0;
}
.xl\:px-0 {
padding-left: 0;
padding-right: 0;
}
.xl\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.xl\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.xl\:px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.xl\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.xl\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.xl\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.xl\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.xl\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.xl\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.xl\:py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.xl\:px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.xl\:py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.xl\:px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.xl\:py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.xl\:px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.xl\:py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.xl\:px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.xl\:py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.xl\:px-px {
padding-left: 1px;
padding-right: 1px;
}
.xl\:pt-0 {
padding-top: 0;
}
.xl\:pr-0 {
padding-right: 0;
}
.xl\:pb-0 {
padding-bottom: 0;
}
.xl\:pl-0 {
padding-left: 0;
}
.xl\:pt-1 {
padding-top: 0.25rem;
}
.xl\:pr-1 {
padding-right: 0.25rem;
}
.xl\:pb-1 {
padding-bottom: 0.25rem;
}
.xl\:pl-1 {
padding-left: 0.25rem;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pr-2 {
padding-right: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pl-2 {
padding-left: 0.5rem;
}
.xl\:pt-3 {
padding-top: 0.75rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pb-3 {
padding-bottom: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pr-4 {
padding-right: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:pt-5 {
padding-top: 1.25rem;
}
.xl\:pr-5 {
padding-right: 1.25rem;
}
.xl\:pb-5 {
padding-bottom: 1.25rem;
}
.xl\:pl-5 {
padding-left: 1.25rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pl-8 {
padding-left: 2rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pr-10 {
padding-right: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pl-10 {
padding-left: 2.5rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pl-12 {
padding-left: 3rem;
}
.xl\:pt-16 {
padding-top: 4rem;
}
.xl\:pr-16 {
padding-right: 4rem;
}
.xl\:pb-16 {
padding-bottom: 4rem;
}
.xl\:pl-16 {
padding-left: 4rem;
}
.xl\:pt-20 {
padding-top: 5rem;
}
.xl\:pr-20 {
padding-right: 5rem;
}
.xl\:pb-20 {
padding-bottom: 5rem;
}
.xl\:pl-20 {
padding-left: 5rem;
}
.xl\:pt-24 {
padding-top: 6rem;
}
.xl\:pr-24 {
padding-right: 6rem;
}
.xl\:pb-24 {
padding-bottom: 6rem;
}
.xl\:pl-24 {
padding-left: 6rem;
}
.xl\:pt-32 {
padding-top: 8rem;
}
.xl\:pr-32 {
padding-right: 8rem;
}
.xl\:pb-32 {
padding-bottom: 8rem;
}
.xl\:pl-32 {
padding-left: 8rem;
}
.xl\:pt-40 {
padding-top: 10rem;
}
.xl\:pr-40 {
padding-right: 10rem;
}
.xl\:pb-40 {
padding-bottom: 10rem;
}
.xl\:pl-40 {
padding-left: 10rem;
}
.xl\:pt-48 {
padding-top: 12rem;
}
.xl\:pr-48 {
padding-right: 12rem;
}
.xl\:pb-48 {
padding-bottom: 12rem;
}
.xl\:pl-48 {
padding-left: 12rem;
}
.xl\:pt-56 {
padding-top: 14rem;
}
.xl\:pr-56 {
padding-right: 14rem;
}
.xl\:pb-56 {
padding-bottom: 14rem;
}
.xl\:pl-56 {
padding-left: 14rem;
}
.xl\:pt-64 {
padding-top: 16rem;
}
.xl\:pr-64 {
padding-right: 16rem;
}
.xl\:pb-64 {
padding-bottom: 16rem;
}
.xl\:pl-64 {
padding-left: 16rem;
}
.xl\:pt-px {
padding-top: 1px;
}
.xl\:pr-px {
padding-right: 1px;
}
.xl\:pb-px {
padding-bottom: 1px;
}
.xl\:pl-px {
padding-left: 1px;
}
.xl\:placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
.xl\:placeholder-transparent::-ms-input-placeholder {
color: transparent;
}
.xl\:placeholder-transparent::placeholder {
color: transparent;
}
.xl\:placeholder-black:-ms-input-placeholder {
color: #000;
}
.xl\:placeholder-black::-ms-input-placeholder {
color: #000;
}
.xl\:placeholder-black::placeholder {
color: #000;
}
.xl\:placeholder-white:-ms-input-placeholder {
color: #fff;
}
.xl\:placeholder-white::-ms-input-placeholder {
color: #fff;
}
.xl\:placeholder-white::placeholder {
color: #fff;
}
.xl\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc;
}
.xl\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc;
}
.xl\:placeholder-gray-100::placeholder {
color: #f7fafc;
}
.xl\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7;
}
.xl\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7;
}
.xl\:placeholder-gray-200::placeholder {
color: #edf2f7;
}
.xl\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0;
}
.xl\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0;
}
.xl\:placeholder-gray-300::placeholder {
color: #e2e8f0;
}
.xl\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0;
}
.xl\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0;
}
.xl\:placeholder-gray-400::placeholder {
color: #cbd5e0;
}
.xl\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0;
}
.xl\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0;
}
.xl\:placeholder-gray-500::placeholder {
color: #a0aec0;
}
.xl\:placeholder-gray-600:-ms-input-placeholder {
color: #718096;
}
.xl\:placeholder-gray-600::-ms-input-placeholder {
color: #718096;
}
.xl\:placeholder-gray-600::placeholder {
color: #718096;
}
.xl\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568;
}
.xl\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568;
}
.xl\:placeholder-gray-700::placeholder {
color: #4a5568;
}
.xl\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748;
}
.xl\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748;
}
.xl\:placeholder-gray-800::placeholder {
color: #2d3748;
}
.xl\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c;
}
.xl\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c;
}
.xl\:placeholder-gray-900::placeholder {
color: #1a202c;
}
.xl\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5;
}
.xl\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5;
}
.xl\:placeholder-red-100::placeholder {
color: #fff5f5;
}
.xl\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7;
}
.xl\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7;
}
.xl\:placeholder-red-200::placeholder {
color: #fed7d7;
}
.xl\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2;
}
.xl\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2;
}
.xl\:placeholder-red-300::placeholder {
color: #feb2b2;
}
.xl\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181;
}
.xl\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181;
}
.xl\:placeholder-red-400::placeholder {
color: #fc8181;
}
.xl\:placeholder-red-500:-ms-input-placeholder {
color: #f56565;
}
.xl\:placeholder-red-500::-ms-input-placeholder {
color: #f56565;
}
.xl\:placeholder-red-500::placeholder {
color: #f56565;
}
.xl\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e;
}
.xl\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e;
}
.xl\:placeholder-red-600::placeholder {
color: #e53e3e;
}
.xl\:placeholder-red-700:-ms-input-placeholder {
color: #c53030;
}
.xl\:placeholder-red-700::-ms-input-placeholder {
color: #c53030;
}
.xl\:placeholder-red-700::placeholder {
color: #c53030;
}
.xl\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c;
}
.xl\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c;
}
.xl\:placeholder-red-800::placeholder {
color: #9b2c2c;
}
.xl\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a;
}
.xl\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a;
}
.xl\:placeholder-red-900::placeholder {
color: #742a2a;
}
.xl\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0;
}
.xl\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0;
}
.xl\:placeholder-orange-100::placeholder {
color: #fffaf0;
}
.xl\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8;
}
.xl\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8;
}
.xl\:placeholder-orange-200::placeholder {
color: #feebc8;
}
.xl\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d;
}
.xl\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d;
}
.xl\:placeholder-orange-300::placeholder {
color: #fbd38d;
}
.xl\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55;
}
.xl\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55;
}
.xl\:placeholder-orange-400::placeholder {
color: #f6ad55;
}
.xl\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936;
}
.xl\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936;
}
.xl\:placeholder-orange-500::placeholder {
color: #ed8936;
}
.xl\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20;
}
.xl\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20;
}
.xl\:placeholder-orange-600::placeholder {
color: #dd6b20;
}
.xl\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621;
}
.xl\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621;
}
.xl\:placeholder-orange-700::placeholder {
color: #c05621;
}
.xl\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221;
}
.xl\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221;
}
.xl\:placeholder-orange-800::placeholder {
color: #9c4221;
}
.xl\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e;
}
.xl\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e;
}
.xl\:placeholder-orange-900::placeholder {
color: #7b341e;
}
.xl\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0;
}
.xl\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0;
}
.xl\:placeholder-yellow-100::placeholder {
color: #fffff0;
}
.xl\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf;
}
.xl\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf;
}
.xl\:placeholder-yellow-200::placeholder {
color: #fefcbf;
}
.xl\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089;
}
.xl\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089;
}
.xl\:placeholder-yellow-300::placeholder {
color: #faf089;
}
.xl\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e;
}
.xl\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e;
}
.xl\:placeholder-yellow-400::placeholder {
color: #f6e05e;
}
.xl\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b;
}
.xl\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b;
}
.xl\:placeholder-yellow-500::placeholder {
color: #ecc94b;
}
.xl\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e;
}
.xl\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e;
}
.xl\:placeholder-yellow-600::placeholder {
color: #d69e2e;
}
.xl\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f;
}
.xl\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f;
}
.xl\:placeholder-yellow-700::placeholder {
color: #b7791f;
}
.xl\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16;
}
.xl\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16;
}
.xl\:placeholder-yellow-800::placeholder {
color: #975a16;
}
.xl\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210;
}
.xl\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210;
}
.xl\:placeholder-yellow-900::placeholder {
color: #744210;
}
.xl\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4;
}
.xl\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4;
}
.xl\:placeholder-green-100::placeholder {
color: #f0fff4;
}
.xl\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5;
}
.xl\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5;
}
.xl\:placeholder-green-200::placeholder {
color: #c6f6d5;
}
.xl\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4;
}
.xl\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4;
}
.xl\:placeholder-green-300::placeholder {
color: #9ae6b4;
}
.xl\:placeholder-green-400:-ms-input-placeholder {
color: #68d391;
}
.xl\:placeholder-green-400::-ms-input-placeholder {
color: #68d391;
}
.xl\:placeholder-green-400::placeholder {
color: #68d391;
}
.xl\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78;
}
.xl\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78;
}
.xl\:placeholder-green-500::placeholder {
color: #48bb78;
}
.xl\:placeholder-green-600:-ms-input-placeholder {
color: #38a169;
}
.xl\:placeholder-green-600::-ms-input-placeholder {
color: #38a169;
}
.xl\:placeholder-green-600::placeholder {
color: #38a169;
}
.xl\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a;
}
.xl\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a;
}
.xl\:placeholder-green-700::placeholder {
color: #2f855a;
}
.xl\:placeholder-green-800:-ms-input-placeholder {
color: #276749;
}
.xl\:placeholder-green-800::-ms-input-placeholder {
color: #276749;
}
.xl\:placeholder-green-800::placeholder {
color: #276749;
}
.xl\:placeholder-green-900:-ms-input-placeholder {
color: #22543d;
}
.xl\:placeholder-green-900::-ms-input-placeholder {
color: #22543d;
}
.xl\:placeholder-green-900::placeholder {
color: #22543d;
}
.xl\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa;
}
.xl\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa;
}
.xl\:placeholder-teal-100::placeholder {
color: #e6fffa;
}
.xl\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea;
}
.xl\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea;
}
.xl\:placeholder-teal-200::placeholder {
color: #b2f5ea;
}
.xl\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9;
}
.xl\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9;
}
.xl\:placeholder-teal-300::placeholder {
color: #81e6d9;
}
.xl\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5;
}
.xl\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5;
}
.xl\:placeholder-teal-400::placeholder {
color: #4fd1c5;
}
.xl\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac;
}
.xl\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac;
}
.xl\:placeholder-teal-500::placeholder {
color: #38b2ac;
}
.xl\:placeholder-teal-600:-ms-input-placeholder {
color: #319795;
}
.xl\:placeholder-teal-600::-ms-input-placeholder {
color: #319795;
}
.xl\:placeholder-teal-600::placeholder {
color: #319795;
}
.xl\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b;
}
.xl\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b;
}
.xl\:placeholder-teal-700::placeholder {
color: #2c7a7b;
}
.xl\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61;
}
.xl\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61;
}
.xl\:placeholder-teal-800::placeholder {
color: #285e61;
}
.xl\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52;
}
.xl\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52;
}
.xl\:placeholder-teal-900::placeholder {
color: #234e52;
}
.xl\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff;
}
.xl\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff;
}
.xl\:placeholder-blue-100::placeholder {
color: #ebf8ff;
}
.xl\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8;
}
.xl\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8;
}
.xl\:placeholder-blue-200::placeholder {
color: #bee3f8;
}
.xl\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4;
}
.xl\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4;
}
.xl\:placeholder-blue-300::placeholder {
color: #90cdf4;
}
.xl\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed;
}
.xl\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed;
}
.xl\:placeholder-blue-400::placeholder {
color: #63b3ed;
}
.xl\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1;
}
.xl\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1;
}
.xl\:placeholder-blue-500::placeholder {
color: #4299e1;
}
.xl\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce;
}
.xl\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce;
}
.xl\:placeholder-blue-600::placeholder {
color: #3182ce;
}
.xl\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0;
}
.xl\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0;
}
.xl\:placeholder-blue-700::placeholder {
color: #2b6cb0;
}
.xl\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282;
}
.xl\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282;
}
.xl\:placeholder-blue-800::placeholder {
color: #2c5282;
}
.xl\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365;
}
.xl\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365;
}
.xl\:placeholder-blue-900::placeholder {
color: #2a4365;
}
.xl\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff;
}
.xl\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff;
}
.xl\:placeholder-indigo-100::placeholder {
color: #ebf4ff;
}
.xl\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe;
}
.xl\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe;
}
.xl\:placeholder-indigo-200::placeholder {
color: #c3dafe;
}
.xl\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa;
}
.xl\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa;
}
.xl\:placeholder-indigo-300::placeholder {
color: #a3bffa;
}
.xl\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5;
}
.xl\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5;
}
.xl\:placeholder-indigo-400::placeholder {
color: #7f9cf5;
}
.xl\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea;
}
.xl\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea;
}
.xl\:placeholder-indigo-500::placeholder {
color: #667eea;
}
.xl\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8;
}
.xl\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8;
}
.xl\:placeholder-indigo-600::placeholder {
color: #5a67d8;
}
.xl\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf;
}
.xl\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf;
}
.xl\:placeholder-indigo-700::placeholder {
color: #4c51bf;
}
.xl\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190;
}
.xl\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190;
}
.xl\:placeholder-indigo-800::placeholder {
color: #434190;
}
.xl\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b;
}
.xl\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b;
}
.xl\:placeholder-indigo-900::placeholder {
color: #3c366b;
}
.xl\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff;
}
.xl\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff;
}
.xl\:placeholder-purple-100::placeholder {
color: #faf5ff;
}
.xl\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd;
}
.xl\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd;
}
.xl\:placeholder-purple-200::placeholder {
color: #e9d8fd;
}
.xl\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa;
}
.xl\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa;
}
.xl\:placeholder-purple-300::placeholder {
color: #d6bcfa;
}
.xl\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4;
}
.xl\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4;
}
.xl\:placeholder-purple-400::placeholder {
color: #b794f4;
}
.xl\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea;
}
.xl\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea;
}
.xl\:placeholder-purple-500::placeholder {
color: #9f7aea;
}
.xl\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5;
}
.xl\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5;
}
.xl\:placeholder-purple-600::placeholder {
color: #805ad5;
}
.xl\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1;
}
.xl\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1;
}
.xl\:placeholder-purple-700::placeholder {
color: #6b46c1;
}
.xl\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a;
}
.xl\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a;
}
.xl\:placeholder-purple-800::placeholder {
color: #553c9a;
}
.xl\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a;
}
.xl\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a;
}
.xl\:placeholder-purple-900::placeholder {
color: #44337a;
}
.xl\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7;
}
.xl\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7;
}
.xl\:placeholder-pink-100::placeholder {
color: #fff5f7;
}
.xl\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2;
}
.xl\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2;
}
.xl\:placeholder-pink-200::placeholder {
color: #fed7e2;
}
.xl\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce;
}
.xl\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce;
}
.xl\:placeholder-pink-300::placeholder {
color: #fbb6ce;
}
.xl\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3;
}
.xl\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3;
}
.xl\:placeholder-pink-400::placeholder {
color: #f687b3;
}
.xl\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6;
}
.xl\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6;
}
.xl\:placeholder-pink-500::placeholder {
color: #ed64a6;
}
.xl\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c;
}
.xl\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c;
}
.xl\:placeholder-pink-600::placeholder {
color: #d53f8c;
}
.xl\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280;
}
.xl\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280;
}
.xl\:placeholder-pink-700::placeholder {
color: #b83280;
}
.xl\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d;
}
.xl\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d;
}
.xl\:placeholder-pink-800::placeholder {
color: #97266d;
}
.xl\:placeholder-pink-900:-ms-input-placeholder {
color: #702459;
}
.xl\:placeholder-pink-900::-ms-input-placeholder {
color: #702459;
}
.xl\:placeholder-pink-900::placeholder {
color: #702459;
}
.xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
.xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent;
}
.xl\:focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
.xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000;
}
.xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000;
}
.xl\:focus\:placeholder-black:focus::placeholder {
color: #000;
}
.xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff;
}
.xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff;
}
.xl\:focus\:placeholder-white:focus::placeholder {
color: #fff;
}
.xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc;
}
.xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc;
}
.xl\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc;
}
.xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7;
}
.xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7;
}
.xl\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7;
}
.xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0;
}
.xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0;
}
.xl\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0;
}
.xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0;
}
.xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0;
}
.xl\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0;
}
.xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0;
}
.xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0;
}
.xl\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0;
}
.xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096;
}
.xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096;
}
.xl\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096;
}
.xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568;
}
.xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568;
}
.xl\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568;
}
.xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748;
}
.xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748;
}
.xl\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748;
}
.xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c;
}
.xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c;
}
.xl\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c;
}
.xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5;
}
.xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5;
}
.xl\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5;
}
.xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7;
}
.xl\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7;
}
.xl\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7;
}
.xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2;
}
.xl\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2;
}
.xl\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2;
}
.xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181;
}
.xl\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181;
}
.xl\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181;
}
.xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565;
}
.xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565;
}
.xl\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565;
}
.xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e;
}
.xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e;
}
.xl\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e;
}
.xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030;
}
.xl\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030;
}
.xl\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030;
}
.xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c;
}
.xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c;
}
.xl\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c;
}
.xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a;
}
.xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a;
}
.xl\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a;
}
.xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0;
}
.xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0;
}
.xl\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0;
}
.xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8;
}
.xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8;
}
.xl\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8;
}
.xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d;
}
.xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d;
}
.xl\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d;
}
.xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55;
}
.xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55;
}
.xl\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55;
}
.xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936;
}
.xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936;
}
.xl\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936;
}
.xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20;
}
.xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20;
}
.xl\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20;
}
.xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621;
}
.xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621;
}
.xl\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621;
}
.xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221;
}
.xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221;
}
.xl\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221;
}
.xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e;
}
.xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e;
}
.xl\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e;
}
.xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0;
}
.xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0;
}
.xl\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0;
}
.xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf;
}
.xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf;
}
.xl\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf;
}
.xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089;
}
.xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089;
}
.xl\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089;
}
.xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e;
}
.xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e;
}
.xl\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e;
}
.xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b;
}
.xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b;
}
.xl\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b;
}
.xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e;
}
.xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e;
}
.xl\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e;
}
.xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f;
}
.xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f;
}
.xl\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f;
}
.xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16;
}
.xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16;
}
.xl\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16;
}
.xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210;
}
.xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210;
}
.xl\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210;
}
.xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4;
}
.xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4;
}
.xl\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4;
}
.xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5;
}
.xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5;
}
.xl\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5;
}
.xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4;
}
.xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4;
}
.xl\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4;
}
.xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391;
}
.xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391;
}
.xl\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391;
}
.xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78;
}
.xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78;
}
.xl\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78;
}
.xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169;
}
.xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169;
}
.xl\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169;
}
.xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a;
}
.xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a;
}
.xl\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a;
}
.xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749;
}
.xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749;
}
.xl\:focus\:placeholder-green-800:focus::placeholder {
color: #276749;
}
.xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d;
}
.xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d;
}
.xl\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d;
}
.xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa;
}
.xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa;
}
.xl\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa;
}
.xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea;
}
.xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea;
}
.xl\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea;
}
.xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9;
}
.xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9;
}
.xl\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9;
}
.xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5;
}
.xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5;
}
.xl\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5;
}
.xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac;
}
.xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac;
}
.xl\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac;
}
.xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795;
}
.xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795;
}
.xl\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795;
}
.xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b;
}
.xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b;
}
.xl\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b;
}
.xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61;
}
.xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61;
}
.xl\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61;
}
.xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52;
}
.xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52;
}
.xl\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52;
}
.xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff;
}
.xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff;
}
.xl\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff;
}
.xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8;
}
.xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8;
}
.xl\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8;
}
.xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4;
}
.xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4;
}
.xl\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4;
}
.xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed;
}
.xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed;
}
.xl\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed;
}
.xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1;
}
.xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1;
}
.xl\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1;
}
.xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce;
}
.xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce;
}
.xl\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce;
}
.xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0;
}
.xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0;
}
.xl\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0;
}
.xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282;
}
.xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282;
}
.xl\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282;
}
.xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365;
}
.xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365;
}
.xl\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365;
}
.xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff;
}
.xl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff;
}
.xl\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff;
}
.xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe;
}
.xl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe;
}
.xl\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe;
}
.xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa;
}
.xl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa;
}
.xl\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa;
}
.xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5;
}
.xl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5;
}
.xl\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5;
}
.xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea;
}
.xl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea;
}
.xl\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea;
}
.xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8;
}
.xl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8;
}
.xl\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8;
}
.xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf;
}
.xl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf;
}
.xl\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf;
}
.xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190;
}
.xl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190;
}
.xl\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190;
}
.xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b;
}
.xl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b;
}
.xl\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b;
}
.xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff;
}
.xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff;
}
.xl\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff;
}
.xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd;
}
.xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd;
}
.xl\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd;
}
.xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa;
}
.xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa;
}
.xl\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa;
}
.xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4;
}
.xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4;
}
.xl\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4;
}
.xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea;
}
.xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea;
}
.xl\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea;
}
.xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5;
}
.xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5;
}
.xl\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5;
}
.xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1;
}
.xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1;
}
.xl\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1;
}
.xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a;
}
.xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a;
}
.xl\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a;
}
.xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a;
}
.xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a;
}
.xl\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a;
}
.xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7;
}
.xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7;
}
.xl\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7;
}
.xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2;
}
.xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2;
}
.xl\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2;
}
.xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce;
}
.xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce;
}
.xl\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce;
}
.xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3;
}
.xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3;
}
.xl\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3;
}
.xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6;
}
.xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6;
}
.xl\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6;
}
.xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c;
}
.xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c;
}
.xl\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c;
}
.xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280;
}
.xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280;
}
.xl\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280;
}
.xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d;
}
.xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d;
}
.xl\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d;
}
.xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459;
}
.xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459;
}
.xl\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459;
}
.xl\:pointer-events-none {
pointer-events: none;
}
.xl\:pointer-events-auto {
pointer-events: auto;
}
.xl\:static {
position: static;
}
.xl\:fixed {
position: fixed;
}
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:sticky {
position: -webkit-sticky;
position: sticky;
}
.xl\:inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.xl\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.xl\:inset-y-0 {
top: 0;
bottom: 0;
}
.xl\:inset-x-0 {
right: 0;
left: 0;
}
.xl\:inset-y-auto {
top: auto;
bottom: auto;
}
.xl\:inset-x-auto {
right: auto;
left: auto;
}
.xl\:top-0 {
top: 0;
}
.xl\:right-0 {
right: 0;
}
.xl\:bottom-0 {
bottom: 0;
}
.xl\:left-0 {
left: 0;
}
.xl\:top-auto {
top: auto;
}
.xl\:right-auto {
right: auto;
}
.xl\:bottom-auto {
bottom: auto;
}
.xl\:left-auto {
left: auto;
}
.xl\:resize-none {
resize: none;
}
.xl\:resize-y {
resize: vertical;
}
.xl\:resize-x {
resize: horizontal;
}
.xl\:resize {
resize: both;
}
.xl\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:shadow-none {
box-shadow: none;
}
.xl\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:hover\:shadow-none:hover {
box-shadow: none;
}
.xl\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.xl\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.xl\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xl\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.xl\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.xl\:focus\:shadow-none:focus {
box-shadow: none;
}
.xl\:fill-current {
fill: currentColor;
}
.xl\:stroke-current {
stroke: currentColor;
}
.xl\:table-auto {
table-layout: auto;
}
.xl\:table-fixed {
table-layout: fixed;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-center {
text-align: center;
}
.xl\:text-right {
text-align: right;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-transparent {
color: transparent;
}
.xl\:text-black {
color: #000;
}
.xl\:text-white {
color: #fff;
}
.xl\:text-gray-100 {
color: #f7fafc;
}
.xl\:text-gray-200 {
color: #edf2f7;
}
.xl\:text-gray-300 {
color: #e2e8f0;
}
.xl\:text-gray-400 {
color: #cbd5e0;
}
.xl\:text-gray-500 {
color: #a0aec0;
}
.xl\:text-gray-600 {
color: #718096;
}
.xl\:text-gray-700 {
color: #4a5568;
}
.xl\:text-gray-800 {
color: #2d3748;
}
.xl\:text-gray-900 {
color: #1a202c;
}
.xl\:text-red-100 {
color: #fff5f5;
}
.xl\:text-red-200 {
color: #fed7d7;
}
.xl\:text-red-300 {
color: #feb2b2;
}
.xl\:text-red-400 {
color: #fc8181;
}
.xl\:text-red-500 {
color: #f56565;
}
.xl\:text-red-600 {
color: #e53e3e;
}
.xl\:text-red-700 {
color: #c53030;
}
.xl\:text-red-800 {
color: #9b2c2c;
}
.xl\:text-red-900 {
color: #742a2a;
}
.xl\:text-orange-100 {
color: #fffaf0;
}
.xl\:text-orange-200 {
color: #feebc8;
}
.xl\:text-orange-300 {
color: #fbd38d;
}
.xl\:text-orange-400 {
color: #f6ad55;
}
.xl\:text-orange-500 {
color: #ed8936;
}
.xl\:text-orange-600 {
color: #dd6b20;
}
.xl\:text-orange-700 {
color: #c05621;
}
.xl\:text-orange-800 {
color: #9c4221;
}
.xl\:text-orange-900 {
color: #7b341e;
}
.xl\:text-yellow-100 {
color: #fffff0;
}
.xl\:text-yellow-200 {
color: #fefcbf;
}
.xl\:text-yellow-300 {
color: #faf089;
}
.xl\:text-yellow-400 {
color: #f6e05e;
}
.xl\:text-yellow-500 {
color: #ecc94b;
}
.xl\:text-yellow-600 {
color: #d69e2e;
}
.xl\:text-yellow-700 {
color: #b7791f;
}
.xl\:text-yellow-800 {
color: #975a16;
}
.xl\:text-yellow-900 {
color: #744210;
}
.xl\:text-green-100 {
color: #f0fff4;
}
.xl\:text-green-200 {
color: #c6f6d5;
}
.xl\:text-green-300 {
color: #9ae6b4;
}
.xl\:text-green-400 {
color: #68d391;
}
.xl\:text-green-500 {
color: #48bb78;
}
.xl\:text-green-600 {
color: #38a169;
}
.xl\:text-green-700 {
color: #2f855a;
}
.xl\:text-green-800 {
color: #276749;
}
.xl\:text-green-900 {
color: #22543d;
}
.xl\:text-teal-100 {
color: #e6fffa;
}
.xl\:text-teal-200 {
color: #b2f5ea;
}
.xl\:text-teal-300 {
color: #81e6d9;
}
.xl\:text-teal-400 {
color: #4fd1c5;
}
.xl\:text-teal-500 {
color: #38b2ac;
}
.xl\:text-teal-600 {
color: #319795;
}
.xl\:text-teal-700 {
color: #2c7a7b;
}
.xl\:text-teal-800 {
color: #285e61;
}
.xl\:text-teal-900 {
color: #234e52;
}
.xl\:text-blue-100 {
color: #ebf8ff;
}
.xl\:text-blue-200 {
color: #bee3f8;
}
.xl\:text-blue-300 {
color: #90cdf4;
}
.xl\:text-blue-400 {
color: #63b3ed;
}
.xl\:text-blue-500 {
color: #4299e1;
}
.xl\:text-blue-600 {
color: #3182ce;
}
.xl\:text-blue-700 {
color: #2b6cb0;
}
.xl\:text-blue-800 {
color: #2c5282;
}
.xl\:text-blue-900 {
color: #2a4365;
}
.xl\:text-indigo-100 {
color: #ebf4ff;
}
.xl\:text-indigo-200 {
color: #c3dafe;
}
.xl\:text-indigo-300 {
color: #a3bffa;
}
.xl\:text-indigo-400 {
color: #7f9cf5;
}
.xl\:text-indigo-500 {
color: #667eea;
}
.xl\:text-indigo-600 {
color: #5a67d8;
}
.xl\:text-indigo-700 {
color: #4c51bf;
}
.xl\:text-indigo-800 {
color: #434190;
}
.xl\:text-indigo-900 {
color: #3c366b;
}
.xl\:text-purple-100 {
color: #faf5ff;
}
.xl\:text-purple-200 {
color: #e9d8fd;
}
.xl\:text-purple-300 {
color: #d6bcfa;
}
.xl\:text-purple-400 {
color: #b794f4;
}
.xl\:text-purple-500 {
color: #9f7aea;
}
.xl\:text-purple-600 {
color: #805ad5;
}
.xl\:text-purple-700 {
color: #6b46c1;
}
.xl\:text-purple-800 {
color: #553c9a;
}
.xl\:text-purple-900 {
color: #44337a;
}
.xl\:text-pink-100 {
color: #fff5f7;
}
.xl\:text-pink-200 {
color: #fed7e2;
}
.xl\:text-pink-300 {
color: #fbb6ce;
}
.xl\:text-pink-400 {
color: #f687b3;
}
.xl\:text-pink-500 {
color: #ed64a6;
}
.xl\:text-pink-600 {
color: #d53f8c;
}
.xl\:text-pink-700 {
color: #b83280;
}
.xl\:text-pink-800 {
color: #97266d;
}
.xl\:text-pink-900 {
color: #702459;
}
.xl\:hover\:text-transparent:hover {
color: transparent;
}
.xl\:hover\:text-black:hover {
color: #000;
}
.xl\:hover\:text-white:hover {
color: #fff;
}
.xl\:hover\:text-gray-100:hover {
color: #f7fafc;
}
.xl\:hover\:text-gray-200:hover {
color: #edf2f7;
}
.xl\:hover\:text-gray-300:hover {
color: #e2e8f0;
}
.xl\:hover\:text-gray-400:hover {
color: #cbd5e0;
}
.xl\:hover\:text-gray-500:hover {
color: #a0aec0;
}
.xl\:hover\:text-gray-600:hover {
color: #718096;
}
.xl\:hover\:text-gray-700:hover {
color: #4a5568;
}
.xl\:hover\:text-gray-800:hover {
color: #2d3748;
}
.xl\:hover\:text-gray-900:hover {
color: #1a202c;
}
.xl\:hover\:text-red-100:hover {
color: #fff5f5;
}
.xl\:hover\:text-red-200:hover {
color: #fed7d7;
}
.xl\:hover\:text-red-300:hover {
color: #feb2b2;
}
.xl\:hover\:text-red-400:hover {
color: #fc8181;
}
.xl\:hover\:text-red-500:hover {
color: #f56565;
}
.xl\:hover\:text-red-600:hover {
color: #e53e3e;
}
.xl\:hover\:text-red-700:hover {
color: #c53030;
}
.xl\:hover\:text-red-800:hover {
color: #9b2c2c;
}
.xl\:hover\:text-red-900:hover {
color: #742a2a;
}
.xl\:hover\:text-orange-100:hover {
color: #fffaf0;
}
.xl\:hover\:text-orange-200:hover {
color: #feebc8;
}
.xl\:hover\:text-orange-300:hover {
color: #fbd38d;
}
.xl\:hover\:text-orange-400:hover {
color: #f6ad55;
}
.xl\:hover\:text-orange-500:hover {
color: #ed8936;
}
.xl\:hover\:text-orange-600:hover {
color: #dd6b20;
}
.xl\:hover\:text-orange-700:hover {
color: #c05621;
}
.xl\:hover\:text-orange-800:hover {
color: #9c4221;
}
.xl\:hover\:text-orange-900:hover {
color: #7b341e;
}
.xl\:hover\:text-yellow-100:hover {
color: #fffff0;
}
.xl\:hover\:text-yellow-200:hover {
color: #fefcbf;
}
.xl\:hover\:text-yellow-300:hover {
color: #faf089;
}
.xl\:hover\:text-yellow-400:hover {
color: #f6e05e;
}
.xl\:hover\:text-yellow-500:hover {
color: #ecc94b;
}
.xl\:hover\:text-yellow-600:hover {
color: #d69e2e;
}
.xl\:hover\:text-yellow-700:hover {
color: #b7791f;
}
.xl\:hover\:text-yellow-800:hover {
color: #975a16;
}
.xl\:hover\:text-yellow-900:hover {
color: #744210;
}
.xl\:hover\:text-green-100:hover {
color: #f0fff4;
}
.xl\:hover\:text-green-200:hover {
color: #c6f6d5;
}
.xl\:hover\:text-green-300:hover {
color: #9ae6b4;
}
.xl\:hover\:text-green-400:hover {
color: #68d391;
}
.xl\:hover\:text-green-500:hover {
color: #48bb78;
}
.xl\:hover\:text-green-600:hover {
color: #38a169;
}
.xl\:hover\:text-green-700:hover {
color: #2f855a;
}
.xl\:hover\:text-green-800:hover {
color: #276749;
}
.xl\:hover\:text-green-900:hover {
color: #22543d;
}
.xl\:hover\:text-teal-100:hover {
color: #e6fffa;
}
.xl\:hover\:text-teal-200:hover {
color: #b2f5ea;
}
.xl\:hover\:text-teal-300:hover {
color: #81e6d9;
}
.xl\:hover\:text-teal-400:hover {
color: #4fd1c5;
}
.xl\:hover\:text-teal-500:hover {
color: #38b2ac;
}
.xl\:hover\:text-teal-600:hover {
color: #319795;
}
.xl\:hover\:text-teal-700:hover {
color: #2c7a7b;
}
.xl\:hover\:text-teal-800:hover {
color: #285e61;
}
.xl\:hover\:text-teal-900:hover {
color: #234e52;
}
.xl\:hover\:text-blue-100:hover {
color: #ebf8ff;
}
.xl\:hover\:text-blue-200:hover {
color: #bee3f8;
}
.xl\:hover\:text-blue-300:hover {
color: #90cdf4;
}
.xl\:hover\:text-blue-400:hover {
color: #63b3ed;
}
.xl\:hover\:text-blue-500:hover {
color: #4299e1;
}
.xl\:hover\:text-blue-600:hover {
color: #3182ce;
}
.xl\:hover\:text-blue-700:hover {
color: #2b6cb0;
}
.xl\:hover\:text-blue-800:hover {
color: #2c5282;
}
.xl\:hover\:text-blue-900:hover {
color: #2a4365;
}
.xl\:hover\:text-indigo-100:hover {
color: #ebf4ff;
}
.xl\:hover\:text-indigo-200:hover {
color: #c3dafe;
}
.xl\:hover\:text-indigo-300:hover {
color: #a3bffa;
}
.xl\:hover\:text-indigo-400:hover {
color: #7f9cf5;
}
.xl\:hover\:text-indigo-500:hover {
color: #667eea;
}
.xl\:hover\:text-indigo-600:hover {
color: #5a67d8;
}
.xl\:hover\:text-indigo-700:hover {
color: #4c51bf;
}
.xl\:hover\:text-indigo-800:hover {
color: #434190;
}
.xl\:hover\:text-indigo-900:hover {
color: #3c366b;
}
.xl\:hover\:text-purple-100:hover {
color: #faf5ff;
}
.xl\:hover\:text-purple-200:hover {
color: #e9d8fd;
}
.xl\:hover\:text-purple-300:hover {
color: #d6bcfa;
}
.xl\:hover\:text-purple-400:hover {
color: #b794f4;
}
.xl\:hover\:text-purple-500:hover {
color: #9f7aea;
}
.xl\:hover\:text-purple-600:hover {
color: #805ad5;
}
.xl\:hover\:text-purple-700:hover {
color: #6b46c1;
}
.xl\:hover\:text-purple-800:hover {
color: #553c9a;
}
.xl\:hover\:text-purple-900:hover {
color: #44337a;
}
.xl\:hover\:text-pink-100:hover {
color: #fff5f7;
}
.xl\:hover\:text-pink-200:hover {
color: #fed7e2;
}
.xl\:hover\:text-pink-300:hover {
color: #fbb6ce;
}
.xl\:hover\:text-pink-400:hover {
color: #f687b3;
}
.xl\:hover\:text-pink-500:hover {
color: #ed64a6;
}
.xl\:hover\:text-pink-600:hover {
color: #d53f8c;
}
.xl\:hover\:text-pink-700:hover {
color: #b83280;
}
.xl\:hover\:text-pink-800:hover {
color: #97266d;
}
.xl\:hover\:text-pink-900:hover {
color: #702459;
}
.xl\:focus\:text-transparent:focus {
color: transparent;
}
.xl\:focus\:text-black:focus {
color: #000;
}
.xl\:focus\:text-white:focus {
color: #fff;
}
.xl\:focus\:text-gray-100:focus {
color: #f7fafc;
}
.xl\:focus\:text-gray-200:focus {
color: #edf2f7;
}
.xl\:focus\:text-gray-300:focus {
color: #e2e8f0;
}
.xl\:focus\:text-gray-400:focus {
color: #cbd5e0;
}
.xl\:focus\:text-gray-500:focus {
color: #a0aec0;
}
.xl\:focus\:text-gray-600:focus {
color: #718096;
}
.xl\:focus\:text-gray-700:focus {
color: #4a5568;
}
.xl\:focus\:text-gray-800:focus {
color: #2d3748;
}
.xl\:focus\:text-gray-900:focus {
color: #1a202c;
}
.xl\:focus\:text-red-100:focus {
color: #fff5f5;
}
.xl\:focus\:text-red-200:focus {
color: #fed7d7;
}
.xl\:focus\:text-red-300:focus {
color: #feb2b2;
}
.xl\:focus\:text-red-400:focus {
color: #fc8181;
}
.xl\:focus\:text-red-500:focus {
color: #f56565;
}
.xl\:focus\:text-red-600:focus {
color: #e53e3e;
}
.xl\:focus\:text-red-700:focus {
color: #c53030;
}
.xl\:focus\:text-red-800:focus {
color: #9b2c2c;
}
.xl\:focus\:text-red-900:focus {
color: #742a2a;
}
.xl\:focus\:text-orange-100:focus {
color: #fffaf0;
}
.xl\:focus\:text-orange-200:focus {
color: #feebc8;
}
.xl\:focus\:text-orange-300:focus {
color: #fbd38d;
}
.xl\:focus\:text-orange-400:focus {
color: #f6ad55;
}
.xl\:focus\:text-orange-500:focus {
color: #ed8936;
}
.xl\:focus\:text-orange-600:focus {
color: #dd6b20;
}
.xl\:focus\:text-orange-700:focus {
color: #c05621;
}
.xl\:focus\:text-orange-800:focus {
color: #9c4221;
}
.xl\:focus\:text-orange-900:focus {
color: #7b341e;
}
.xl\:focus\:text-yellow-100:focus {
color: #fffff0;
}
.xl\:focus\:text-yellow-200:focus {
color: #fefcbf;
}
.xl\:focus\:text-yellow-300:focus {
color: #faf089;
}
.xl\:focus\:text-yellow-400:focus {
color: #f6e05e;
}
.xl\:focus\:text-yellow-500:focus {
color: #ecc94b;
}
.xl\:focus\:text-yellow-600:focus {
color: #d69e2e;
}
.xl\:focus\:text-yellow-700:focus {
color: #b7791f;
}
.xl\:focus\:text-yellow-800:focus {
color: #975a16;
}
.xl\:focus\:text-yellow-900:focus {
color: #744210;
}
.xl\:focus\:text-green-100:focus {
color: #f0fff4;
}
.xl\:focus\:text-green-200:focus {
color: #c6f6d5;
}
.xl\:focus\:text-green-300:focus {
color: #9ae6b4;
}
.xl\:focus\:text-green-400:focus {
color: #68d391;
}
.xl\:focus\:text-green-500:focus {
color: #48bb78;
}
.xl\:focus\:text-green-600:focus {
color: #38a169;
}
.xl\:focus\:text-green-700:focus {
color: #2f855a;
}
.xl\:focus\:text-green-800:focus {
color: #276749;
}
.xl\:focus\:text-green-900:focus {
color: #22543d;
}
.xl\:focus\:text-teal-100:focus {
color: #e6fffa;
}
.xl\:focus\:text-teal-200:focus {
color: #b2f5ea;
}
.xl\:focus\:text-teal-300:focus {
color: #81e6d9;
}
.xl\:focus\:text-teal-400:focus {
color: #4fd1c5;
}
.xl\:focus\:text-teal-500:focus {
color: #38b2ac;
}
.xl\:focus\:text-teal-600:focus {
color: #319795;
}
.xl\:focus\:text-teal-700:focus {
color: #2c7a7b;
}
.xl\:focus\:text-teal-800:focus {
color: #285e61;
}
.xl\:focus\:text-teal-900:focus {
color: #234e52;
}
.xl\:focus\:text-blue-100:focus {
color: #ebf8ff;
}
.xl\:focus\:text-blue-200:focus {
color: #bee3f8;
}
.xl\:focus\:text-blue-300:focus {
color: #90cdf4;
}
.xl\:focus\:text-blue-400:focus {
color: #63b3ed;
}
.xl\:focus\:text-blue-500:focus {
color: #4299e1;
}
.xl\:focus\:text-blue-600:focus {
color: #3182ce;
}
.xl\:focus\:text-blue-700:focus {
color: #2b6cb0;
}
.xl\:focus\:text-blue-800:focus {
color: #2c5282;
}
.xl\:focus\:text-blue-900:focus {
color: #2a4365;
}
.xl\:focus\:text-indigo-100:focus {
color: #ebf4ff;
}
.xl\:focus\:text-indigo-200:focus {
color: #c3dafe;
}
.xl\:focus\:text-indigo-300:focus {
color: #a3bffa;
}
.xl\:focus\:text-indigo-400:focus {
color: #7f9cf5;
}
.xl\:focus\:text-indigo-500:focus {
color: #667eea;
}
.xl\:focus\:text-indigo-600:focus {
color: #5a67d8;
}
.xl\:focus\:text-indigo-700:focus {
color: #4c51bf;
}
.xl\:focus\:text-indigo-800:focus {
color: #434190;
}
.xl\:focus\:text-indigo-900:focus {
color: #3c366b;
}
.xl\:focus\:text-purple-100:focus {
color: #faf5ff;
}
.xl\:focus\:text-purple-200:focus {
color: #e9d8fd;
}
.xl\:focus\:text-purple-300:focus {
color: #d6bcfa;
}
.xl\:focus\:text-purple-400:focus {
color: #b794f4;
}
.xl\:focus\:text-purple-500:focus {
color: #9f7aea;
}
.xl\:focus\:text-purple-600:focus {
color: #805ad5;
}
.xl\:focus\:text-purple-700:focus {
color: #6b46c1;
}
.xl\:focus\:text-purple-800:focus {
color: #553c9a;
}
.xl\:focus\:text-purple-900:focus {
color: #44337a;
}
.xl\:focus\:text-pink-100:focus {
color: #fff5f7;
}
.xl\:focus\:text-pink-200:focus {
color: #fed7e2;
}
.xl\:focus\:text-pink-300:focus {
color: #fbb6ce;
}
.xl\:focus\:text-pink-400:focus {
color: #f687b3;
}
.xl\:focus\:text-pink-500:focus {
color: #ed64a6;
}
.xl\:focus\:text-pink-600:focus {
color: #d53f8c;
}
.xl\:focus\:text-pink-700:focus {
color: #b83280;
}
.xl\:focus\:text-pink-800:focus {
color: #97266d;
}
.xl\:focus\:text-pink-900:focus {
color: #702459;
}
.xl\:text-xs {
font-size: 0.75rem;
}
.xl\:text-sm {
font-size: 0.875rem;
}
.xl\:text-base {
font-size: 1rem;
}
.xl\:text-lg {
font-size: 1.125rem;
}
.xl\:text-xl {
font-size: 1.25rem;
}
.xl\:text-2xl {
font-size: 1.5rem;
}
.xl\:text-3xl {
font-size: 1.875rem;
}
.xl\:text-4xl {
font-size: 2.25rem;
}
.xl\:text-5xl {
font-size: 3rem;
}
.xl\:text-6xl {
font-size: 4rem;
}
.xl\:italic {
font-style: italic;
}
.xl\:not-italic {
font-style: normal;
}
.xl\:uppercase {
text-transform: uppercase;
}
.xl\:lowercase {
text-transform: lowercase;
}
.xl\:capitalize {
text-transform: capitalize;
}
.xl\:normal-case {
text-transform: none;
}
.xl\:underline {
text-decoration: underline;
}
.xl\:line-through {
text-decoration: line-through;
}
.xl\:no-underline {
text-decoration: none;
}
.xl\:hover\:underline:hover {
text-decoration: underline;
}
.xl\:hover\:line-through:hover {
text-decoration: line-through;
}
.xl\:hover\:no-underline:hover {
text-decoration: none;
}
.xl\:focus\:underline:focus {
text-decoration: underline;
}
.xl\:focus\:line-through:focus {
text-decoration: line-through;
}
.xl\:focus\:no-underline:focus {
text-decoration: none;
}
.xl\:antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xl\:subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.xl\:tracking-tighter {
letter-spacing: -0.05em;
}
.xl\:tracking-tight {
letter-spacing: -0.025em;
}
.xl\:tracking-normal {
letter-spacing: 0;
}
.xl\:tracking-wide {
letter-spacing: 0.025em;
}
.xl\:tracking-wider {
letter-spacing: 0.05em;
}
.xl\:tracking-widest {
letter-spacing: 0.1em;
}
.xl\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.xl\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.xl\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.xl\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.xl\:align-baseline {
vertical-align: baseline;
}
.xl\:align-top {
vertical-align: top;
}
.xl\:align-middle {
vertical-align: middle;
}
.xl\:align-bottom {
vertical-align: bottom;
}
.xl\:align-text-top {
vertical-align: text-top;
}
.xl\:align-text-bottom {
vertical-align: text-bottom;
}
.xl\:visible {
visibility: visible;
}
.xl\:invisible {
visibility: hidden;
}
.xl\:whitespace-normal {
white-space: normal;
}
.xl\:whitespace-no-wrap {
white-space: nowrap;
}
.xl\:whitespace-pre {
white-space: pre;
}
.xl\:whitespace-pre-line {
white-space: pre-line;
}
.xl\:whitespace-pre-wrap {
white-space: pre-wrap;
}
.xl\:break-normal {
overflow-wrap: normal;
word-break: normal;
}
.xl\:break-words {
overflow-wrap: break-word;
}
.xl\:break-all {
word-break: break-all;
}
.xl\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xl\:w-0 {
width: 0;
}
.xl\:w-1 {
width: 0.25rem;
}
.xl\:w-2 {
width: 0.5rem;
}
.xl\:w-3 {
width: 0.75rem;
}
.xl\:w-4 {
width: 1rem;
}
.xl\:w-5 {
width: 1.25rem;
}
.xl\:w-6 {
width: 1.5rem;
}
.xl\:w-8 {
width: 2rem;
}
.xl\:w-10 {
width: 2.5rem;
}
.xl\:w-12 {
width: 3rem;
}
.xl\:w-16 {
width: 4rem;
}
.xl\:w-20 {
width: 5rem;
}
.xl\:w-24 {
width: 6rem;
}
.xl\:w-32 {
width: 8rem;
}
.xl\:w-40 {
width: 10rem;
}
.xl\:w-48 {
width: 12rem;
}
.xl\:w-56 {
width: 14rem;
}
.xl\:w-64 {
width: 16rem;
}
.xl\:w-auto {
width: auto;
}
.xl\:w-px {
width: 1px;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.333333%;
}
.xl\:w-2\/3 {
width: 66.666667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-2\/4 {
width: 50%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.666667%;
}
.xl\:w-2\/6 {
width: 33.333333%;
}
.xl\:w-3\/6 {
width: 50%;
}
.xl\:w-4\/6 {
width: 66.666667%;
}
.xl\:w-5\/6 {
width: 83.333333%;
}
.xl\:w-1\/12 {
width: 8.333333%;
}
.xl\:w-2\/12 {
width: 16.666667%;
}
.xl\:w-3\/12 {
width: 25%;
}
.xl\:w-4\/12 {
width: 33.333333%;
}
.xl\:w-5\/12 {
width: 41.666667%;
}
.xl\:w-6\/12 {
width: 50%;
}
.xl\:w-7\/12 {
width: 58.333333%;
}
.xl\:w-8\/12 {
width: 66.666667%;
}
.xl\:w-9\/12 {
width: 75%;
}
.xl\:w-10\/12 {
width: 83.333333%;
}
.xl\:w-11\/12 {
width: 91.666667%;
}
.xl\:w-full {
width: 100%;
}
.xl\:w-screen {
width: 100vw;
}
.xl\:z-0 {
z-index: 0;
}
.xl\:z-10 {
z-index: 10;
}
.xl\:z-20 {
z-index: 20;
}
.xl\:z-30 {
z-index: 30;
}
.xl\:z-40 {
z-index: 40;
}
.xl\:z-50 {
z-index: 50;
}
.xl\:z-auto {
z-index: auto;
}
}
/*# sourceMappingURL=tailwind.css.map */
|
WebUIBasic/WithEgoing/JavaScript/2.html
|
miyaeyo/1stSemester-nhnnext
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style media="screen">
.em{
text-decoration:underline;
color:black;
}
</style>
</head>
<body>
<ol id="target">
<li>html</li>
<li>css</li>
<li>javascript</li>
</ol>
<ul>
<li>정승미</li>
<li>정필성</li>
<li>송창호</li>
<li>송창환</li>
</ul>
<input type="button" value="강조" onclick="document.getElementById('target').className='em'"/>
</body>
</html>
|
docs/modal.html
|
LIII/uikit-uikit-ed6ddd0
|
<!DOCTYPE html>
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Modal component - UIkit documentation</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png">
<link id="data-uikit-theme" rel="stylesheet" href="css/uikit.docs.min.css">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="../vendor/highlight/highlight.css">
<script src="../vendor/jquery.js"></script>
<script src="../dist/js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
</head>
<body class="tm-background">
<nav class="tm-navbar uk-navbar uk-navbar-attached">
<div class="uk-container uk-container-center">
<a class="uk-navbar-brand uk-hidden-small" href="../index.html"><img class="uk-margin uk-margin-remove" src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
<ul class="uk-navbar-nav uk-hidden-small">
<li><a href="documentation_get-started.html">Get Started</a></li>
<li class="uk-active"><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="customizer.html">Customizer</a></li>
</ul>
<a href="#tm-offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
<div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></div>
</div>
</nav>
<div class="tm-middle">
<div class="uk-container uk-container-center">
<div class="uk-grid" data-uk-grid-margin>
<div class="tm-sidebar uk-width-medium-1-4 uk-hidden-small">
<ul class="tm-nav uk-nav" data-uk-nav>
<li class="uk-nav-header">Defaults</li>
<li><a href="normalize.html">Normalize</a></li>
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
<li class="uk-nav-header">Layout</li>
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
<li class="uk-nav-header">Navigations</li>
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
<li class="uk-nav-header">Elements</li>
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
<li class="uk-nav-header">Common</li>
<li><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
<li class="uk-nav-header">JavaScript</li>
<li><a href="dropdown.html">Dropdown</a></li>
<li class="uk-active"><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="tooltip.html">Tooltip</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</div>
<div class="tm-main uk-width-medium-3-4">
<article class="uk-article">
<h1 class="uk-article-title">Modal</h1>
<p class="uk-article-lead">Create modal dialogs with different styles and transitions.</p>
<h2>Usage</h2>
<p>The modal component consists of an overlay, a dialog and a close button.</p>
<table class="uk-table">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>.uk-modal</code></td>
<td>Add this class to a <code><div></code> element to create the dialog container and an overlay that blanks out the page. It is important to add an id to indicate the element for toggling.</td>
</tr>
<tr>
<td><code>.uk-modal-dialog</code></td>
<td>Add this class to a child <code><div></code> element to create the dialog box.</td>
</tr>
<tr>
<td><code>.uk-modal-close</code></td>
<td>Add this class to an <code><a></code> or <code><button></code> element to create a close button within the dialog box. We recommend adding the <code>.uk-close</code> class from the <a href="close.html">Close component</a> to give the button a proper styling, though you can also use text or an image.</td>
</tr>
</tbody>
</table>
<p>You can use any element to toggle a modal dialog. An <code><a></code> element needs to be linked to the modal's id. To enable the necessary JavaScript, add the <code>data-uk-modal</code> attribute. If you are using another element, like a button, just add the <code>data-uk-modal="{target:'#ID'}"</code> attribute to target the modal's id.</p>
<h3 class="tm-article-subtitle">Example</h3>
<button class="uk-button" data-uk-modal="{target:'#modal'}">Open</button>
<a href="#modal" data-uk-modal>Open</a>
<div id="modal" class="uk-modal">
<div class="uk-modal-dialog">
<a href="" class="uk-modal-close uk-close"></a>
<h1>Headline</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is an anchor toggling the modal -->
<a href="#my-id" data-uk-modal>...</a>
<!-- This is a button toggling the modal -->
<button class="uk-button" data-uk-modal="{target:'#my-id'}">...</button>
<!-- This is the modal -->
<div id="my-id" class="uk-modal">
<div class="uk-modal-dialog">
<a class="uk-modal-close uk-close"></a>
...
</div>
</div></code></pre>
<hr class="uk-article-divider">
<h3>JavaScript options</h3>
<p>By default, the modal closes automatically when clicking on the modal overlay. To prevent this from happening, just add the <code>data-uk-modal="{target:'#ID',bgclose:false}"</code> attribute.</p>
<hr class="uk-article-divider">
<h2>Slide transition</h2>
<p>By default the modal dialog simply fades in. To enhance it with a slide effect, add the <code>.uk-modal-dialog-slide</code> class.</p>
<h3 class="tm-article-subtitle">Example</h3>
<button class="uk-button" data-uk-modal="{target:'#modal-2'}">Open</button>
<div id="modal-2" class="uk-modal">
<div class="uk-modal-dialog uk-modal-dialog-slide">
<a href="" class="uk-modal-close uk-close"></a>
<h1>Headline</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is the anchor toggling the modal -->
<a href="#my-id" data-uk-modal>...</a>
<!-- This is the modal -->
<div id="my-id" class="uk-modal">
<div class="uk-modal-dialog uk-modal-dialog-slide">
<a href="" class="uk-modal-close uk-close"></a>
...
</div>
</div></code></pre>
<hr class="uk-article-divider">
<h2>Frameless modifier</h2>
<p>By default, the modal box has a padding. To avoid this and remove any framing, just add the <code>.uk-modal-dialog-frameless</code> class. This can be useful, if you want to use the modal as a lightbox for your images. The close button will adjust its position automatically to the frameless dialog.</p>
<h3 class="tm-article-subtitle">Example</h3>
<button class="uk-button" data-uk-modal="{target:'#modal-3'}">Open</button>
<div id="modal-3" class="uk-modal">
<div class="uk-modal-dialog uk-modal-dialog-frameless">
<a href="" class="uk-modal-close uk-close uk-close-alt"></a>
<img src="http://placekitten.com/600/400" alt="">
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is the anchor toggling the modal -->
<a href="#my-id" data-uk-modal>...</a>
<!-- This is the modal -->
<div id="my-id" class="uk-modal">
<div class="uk-modal-dialog uk-modal-dialog-frameless">
<a href="" class="uk-modal-close uk-close uk-close-alt"></a>
<img src="" alt="">
</div>
</div></code></pre>
<p><span class="uk-badge">NOTE</span> When creating a close button within the frameless modifier, we also recommend adding the <code>.uk-close</code> class from the <a href="close.html">Close component</a>. In that case you need to add the <code>.uk-close-alt</code> class as well to give your button a styling that fits the frameless modal.</p>
<hr class="uk-article-divider">
<h2>Javascript</h2>
<p>You cand handle modal dialogs via raw javascript.</p>
<h3 class="tm-article-subtitle">Example</h3>
<pre><code>var modal = new $.UIkit.modal.Modal(".modalSelector");
if ( modal.isActive() ) {
modal.hide();
} else {
modal.show();
}</code></pre>
<hr class="uk-article-divider">
<h3>Events</h3>
<p>The modal component triggers an <code>uk.modal.show</code> event every time a modal is opened and <code>uk.modal.hide</code> when a modal is closed.</p>
<h3 class="tm-article-subtitle">Example</h3>
<pre><code>$('.modalSelector').on({
'uk.modal.show': function(){
console.log("Modal is visible.");
},
'uk.modal.hide': function(){
console.log("Element is not visible.");
}
});</code></pre>
</article>
</div>
</div>
</div>
</div>
<div class="tm-footer">
<div class="uk-container uk-container-center uk-text-center">
<ul class="uk-subnav uk-subnav-line">
<li><a href="http://github.com/uikit/uikit">GitHub</a></li>
<li><a href="http://github.com/uikit/uikit/issues">Issues</a></li>
<li><a href="http://github.com/uikit/uikit/blob/master/CHANGELOG.md">Changelog</a></li>
<li><a href="https://twitter.com/getuikit">Twitter</a></li>
</ul>
<div class="uk-panel">
<p>Made by <a href="http://www.yootheme.com">YOOtheme</a> with love and caffeine.<br>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
<a href="../index.html"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
</div>
</div>
</div>
<div id="tm-offcanvas" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-offcanvas uk-nav-parent-icon" data-uk-nav="{multiple:true}">
<li class="uk-parent"><a href="#">Documentation</a>
<ul class="uk-nav-sub">
<li><a href="documentation_get-started.html">Get started</a></li>
<li><a href="documentation_how-to-customize.html">How to customize</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="documentation_project-structure.html">Project structure</a></li>
<li><a href="documentation_create-a-theme.html">Create a theme</a></li>
<li><a href="documentation_create-a-style.html">Create a style</a></li>
<li><a href="documentation_customizer-json.html">Customizer.json</a></li>
</ul>
</li>
<li class="uk-nav-header">Components</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-wrench"></i> Defaults</a>
<ul class="uk-nav-sub">
<li><a href="normalize.html">Normalize</a></li>
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a>
<ul class="uk-nav-sub">
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a>
<ul class="uk-nav-sub">
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-check"></i> Elements</a>
<ul class="uk-nav-sub">
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-folder-open"></i> Common</a>
<ul class="uk-nav-sub">
<li><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
</ul>
</li>
<li class="uk-parent uk-active"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a>
<ul class="uk-nav-sub">
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="tooltip.html">Tooltip</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#">Add-ons</a>
<ul class="uk-nav-sub">
<li><a href="addons_markdownarea.html">Markdown Area</a></li>
<li><a href="addons_sortable.html">Sortable</a></li>
<li><a href="addons_datepicker.html">Datepicker</a></li>
<li><a href="addons_timepicker.html">Timepicker</a></li>
<li><a href="addons_sticky.html">Sticky</a></li>
<li><a href="addons_notify.html">Notify</a></li>
<li><a href="addons_form-password.html">Form Password</a></li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>
|
docs/api/org/springframework/jdbc/core/CallableStatementCreatorFactory.html
|
dachengxi/spring1.1.1_source
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 30 22:16:09 GMT+01:00 2004 -->
<TITLE>
CallableStatementCreatorFactory (Spring Framework)
</TITLE>
<META NAME="keywords" CONTENT="org.springframework.jdbc.core.CallableStatementCreatorFactory class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="CallableStatementCreatorFactory (Spring Framework)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CallableStatementCreatorFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../../org/springframework/jdbc/core/JdbcTemplate.html" title="class in org.springframework.jdbc.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CallableStatementCreatorFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.springframework.jdbc.core</FONT>
<BR>
Class CallableStatementCreatorFactory</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.springframework.jdbc.core.CallableStatementCreatorFactory</B>
</PRE>
<HR>
<DL>
<DT>public class <B>CallableStatementCreatorFactory</B><DT>extends java.lang.Object</DL>
<P>
Helper class that can efficiently create multiple CallableStatementCreator
objects with different parameters based on a SQL statement and a single
set of parameter declarations.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Rod Johnson, Thomas Risberg, Juergen Hoeller</DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#CallableStatementCreatorFactory(java.lang.String)">CallableStatementCreatorFactory</A></B>(java.lang.String callString)</CODE>
<BR>
Create a new factory. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#CallableStatementCreatorFactory(java.lang.String, java.util.List)">CallableStatementCreatorFactory</A></B>(java.lang.String callString,
java.util.List declaredParameters)</CODE>
<BR>
Create a new factory with sql and the given parameters.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#addParameter(org.springframework.jdbc.core.SqlParameter)">addParameter</A></B>(<A HREF="../../../../org/springframework/jdbc/core/SqlParameter.html" title="class in org.springframework.jdbc.core">SqlParameter</A> param)</CODE>
<BR>
Add a new declared parameter.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreator.html" title="interface in org.springframework.jdbc.core">CallableStatementCreator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#newCallableStatementCreator(java.util.Map)">newCallableStatementCreator</A></B>(java.util.Map inParams)</CODE>
<BR>
Return a new CallableStatementCreator instance given this parameters.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreator.html" title="interface in org.springframework.jdbc.core">CallableStatementCreator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#newCallableStatementCreator(org.springframework.jdbc.core.ParameterMapper)">newCallableStatementCreator</A></B>(<A HREF="../../../../org/springframework/jdbc/core/ParameterMapper.html" title="interface in org.springframework.jdbc.core">ParameterMapper</A> inParamMapper)</CODE>
<BR>
Return a new CallableStatementCreator instance given this parameter mapper.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#setNativeJdbcExtractor(org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor)">setNativeJdbcExtractor</A></B>(<A HREF="../../../../org/springframework/jdbc/support/nativejdbc/NativeJdbcExtractor.html" title="interface in org.springframework.jdbc.support.nativejdbc">NativeJdbcExtractor</A> nativeJdbcExtractor)</CODE>
<BR>
Specify the NativeJdbcExtractor to use for unwrapping
CallableStatements, if any.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#setResultSetType(int)">setResultSetType</A></B>(int resultSetType)</CODE>
<BR>
Set whether to use prepared statements that return a
specific type of ResultSet.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreatorFactory.html#setUpdatableResults(boolean)">setUpdatableResults</A></B>(boolean updatableResults)</CODE>
<BR>
Set whether to use prepared statements capable of returning
updatable ResultSets.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="CallableStatementCreatorFactory(java.lang.String)"><!-- --></A><H3>
CallableStatementCreatorFactory</H3>
<PRE>
public <B>CallableStatementCreatorFactory</B>(java.lang.String callString)</PRE>
<DL>
<DD>Create a new factory. Will need to add parameters
via the addParameter() method or have no parameters.
<P>
</DL>
<HR>
<A NAME="CallableStatementCreatorFactory(java.lang.String, java.util.List)"><!-- --></A><H3>
CallableStatementCreatorFactory</H3>
<PRE>
public <B>CallableStatementCreatorFactory</B>(java.lang.String callString,
java.util.List declaredParameters)</PRE>
<DL>
<DD>Create a new factory with sql and the given parameters.
<P>
<DT><B>Parameters:</B><DD><CODE>callString</CODE> - the SQL call string<DD><CODE>declaredParameters</CODE> - list of SqlParameter objects</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="addParameter(org.springframework.jdbc.core.SqlParameter)"><!-- --></A><H3>
addParameter</H3>
<PRE>
public void <B>addParameter</B>(<A HREF="../../../../org/springframework/jdbc/core/SqlParameter.html" title="class in org.springframework.jdbc.core">SqlParameter</A> param)</PRE>
<DL>
<DD>Add a new declared parameter.
Order of parameter addition is significant.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setResultSetType(int)"><!-- --></A><H3>
setResultSetType</H3>
<PRE>
public void <B>setResultSetType</B>(int resultSetType)</PRE>
<DL>
<DD>Set whether to use prepared statements that return a
specific type of ResultSet.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resultSetType</CODE> - the ResultSet type<DT><B>See Also:</B><DD><CODE>ResultSet.TYPE_FORWARD_ONLY</CODE>,
<CODE>ResultSet.TYPE_SCROLL_INSENSITIVE</CODE>,
<CODE>ResultSet.TYPE_SCROLL_SENSITIVE</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setUpdatableResults(boolean)"><!-- --></A><H3>
setUpdatableResults</H3>
<PRE>
public void <B>setUpdatableResults</B>(boolean updatableResults)</PRE>
<DL>
<DD>Set whether to use prepared statements capable of returning
updatable ResultSets.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNativeJdbcExtractor(org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor)"><!-- --></A><H3>
setNativeJdbcExtractor</H3>
<PRE>
public void <B>setNativeJdbcExtractor</B>(<A HREF="../../../../org/springframework/jdbc/support/nativejdbc/NativeJdbcExtractor.html" title="interface in org.springframework.jdbc.support.nativejdbc">NativeJdbcExtractor</A> nativeJdbcExtractor)</PRE>
<DL>
<DD>Specify the NativeJdbcExtractor to use for unwrapping
CallableStatements, if any.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="newCallableStatementCreator(java.util.Map)"><!-- --></A><H3>
newCallableStatementCreator</H3>
<PRE>
public <A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreator.html" title="interface in org.springframework.jdbc.core">CallableStatementCreator</A> <B>newCallableStatementCreator</B>(java.util.Map inParams)</PRE>
<DL>
<DD>Return a new CallableStatementCreator instance given this parameters.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>inParams</CODE> - List of parameters. May be null.</DL>
</DD>
</DL>
<HR>
<A NAME="newCallableStatementCreator(org.springframework.jdbc.core.ParameterMapper)"><!-- --></A><H3>
newCallableStatementCreator</H3>
<PRE>
public <A HREF="../../../../org/springframework/jdbc/core/CallableStatementCreator.html" title="interface in org.springframework.jdbc.core">CallableStatementCreator</A> <B>newCallableStatementCreator</B>(<A HREF="../../../../org/springframework/jdbc/core/ParameterMapper.html" title="interface in org.springframework.jdbc.core">ParameterMapper</A> inParamMapper)</PRE>
<DL>
<DD>Return a new CallableStatementCreator instance given this parameter mapper.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>inParamMapper</CODE> - ParameterMapper implementation that will return a Map of parameters. May not be null.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CallableStatementCreatorFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../../org/springframework/jdbc/core/JdbcTemplate.html" title="class in org.springframework.jdbc.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CallableStatementCreatorFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright (C) 2003-2004 The Spring Framework Project.</i>
</BODY>
</HTML>
|
_layouts/default.html
|
IanQian/IanQian.github.io
|
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
<section id="projects">
{% include projects.html %}
</section>
<section id="about">
{% include about.html %}
</section>
{{ content }}
{% include footer.html %}
</body>
|
courses/ecn104/spring19/plaigiarism-assignment3/results/289570066/match118-top.html
|
suyashmahar/suyashmahar.github.io
|
<HTML>
<HEAD>
<TITLE>Top</TITLE>
</HEAD><BODY BGCOLOR=white><CENTER><TABLE BORDER="1" CELLSPACING="0" BGCOLOR="#d0d0d0"><TR><TH>18112069/ (11%)<TH><IMG SRC="../../bitmaps/tm_0_11.gif" BORDER="0" ALIGN=left><TH>18116044/ (12%)<TH><IMG SRC="../../bitmaps/tm_0_12.gif" BORDER="0" ALIGN=left><TH>
<TR><TD><A HREF="match118-0.html#0" NAME="0" TARGET="0">122-153</A>
<TD><A HREF="match118-0.html#0" NAME="0" TARGET="0"><IMG SRC="../../bitmaps/tm_0_7.gif" ALT="link" BORDER="0" ALIGN=left></A>
<TD><A HREF="match118-1.html#0" NAME="0" TARGET="1">108-139</A>
<TD><A HREF="match118-1.html#0" NAME="0" TARGET="1"><IMG SRC="../../bitmaps/tm_0_7.gif" ALT="link" BORDER="0" ALIGN=left></A>
<TR><TD><A HREF="match118-0.html#1" NAME="1" TARGET="0">24-27</A>
<TD><A HREF="match118-0.html#1" NAME="1" TARGET="0"><IMG SRC="../../bitmaps/tm_1_3.gif" ALT="link" BORDER="0" ALIGN=left></A>
<TD><A HREF="match118-1.html#1" NAME="1" TARGET="1">24-27</A>
<TD><A HREF="match118-1.html#1" NAME="1" TARGET="1"><IMG SRC="../../bitmaps/tm_1_4.gif" ALT="link" BORDER="0" ALIGN=left></A>
</TABLE></CENTER></BODY></BODY></HTML>
|
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format-members.html
|
tzmartin/gae-python.docset
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>App Engine Python SDK: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>mapreduce</b></li><li class="navelem"><b>file_formats</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html">_LinesFormat</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">google.appengine.ext.mapreduce.file_formats._LinesFormat Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html">google.appengine.ext.mapreduce.file_formats._LinesFormat</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a0e1c85e41c3e30de62f6773fcf45e224">__init__</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>__iter__</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__repr__</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>__str__</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ARGUMENTS</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___text_format.html">google.appengine.ext.mapreduce.file_formats._TextFormat</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___text_format.html">google.appengine.ext.mapreduce.file_formats._TextFormat</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a2df5e8bbca3cd54c4266a7d0090eb9bd">can_split</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a103c129025148cd12eeaff72805b735c">checkpoint</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#ac534df95bea153f96157695e941a2dcd">default_instance</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a0bb1f698ec27912e511c7f9f485b0ad5">from_json</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a0306836bb9e7305603369d8d792d0fd0">get_cache</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a559c3c3d5985c5f91ffb4a0cfd9289e0">get_current_file</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a791acd096d52bb00d736deb4efa0a415">get_index</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html#a8842c6533f5db07f405574b924a93ab1">get_next</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html">google.appengine.ext.mapreduce.file_formats._LinesFormat</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a1a6832b1dd4fa48f1b08f7f231f418c0">increment_index</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NAME</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html">google.appengine.ext.mapreduce.file_formats._LinesFormat</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___lines_format.html">google.appengine.ext.mapreduce.file_formats._LinesFormat</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#aa9726cd6cbf7309b6cb3f459fbc4a198">next</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___text_format.html#a16e2e17a773f18e39acdc6ff4158a1f6">preprocess</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1___text_format.html">google.appengine.ext.mapreduce.file_formats._TextFormat</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#a71cc3b9cc16e93aa417f8896616c44ab">split</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html#ad3ac7b060d97e7c3cad1e7033e53d5c4">to_json</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1file__formats_1_1_file_format.html">google.appengine.ext.mapreduce.file_formats.FileFormat</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address>
|
admin/SRC/Catalyst/CatalystClientUI/Site.css
|
prashantkakde31/Catalyst
|
/* Global classes */
.DDMainHeader
{
font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
color: #888;
padding-bottom: 12px;
border-bottom: 1px dotted #bbbbbb;
}
.DDSubHeader
{
margin-bottom: 10px;
font: 1.2em Trebuchet MS, Arial, sans-serif;
color: #888;
}
.DD
{
padding: 0px 8px;
font: .75em Tahoma, Arial, sans-serif;
color: #666;
}
.DDLightHeader
{
font-weight: bold;
background-color: #3399FF;
horizontal-align: Center;
vertical-align: Middle;
font-family: arial, Helvetica, sans-serif;
color: white;
}
.DDTextBox, .DDDropDown
{
padding: 2px;
border: 1px solid #0066FF;
background-color: #FFFFFF;
line-height: normal;
}
.DDDropDown
{
padding: 2px;
}
.DDFilter
{
font: .95em Arial, Helvetica, sans-serif;
color: #666;
}
.DDControl
{
padding: 0px;
font: .95em Tahoma, Arial, Sans-Serif;
color: #666;
}
.DDFloatLeft
{
float: left;
}
.DDFloatRight
{
float: right;
}
.DDFooter
{
background-color: #dbddff;
}
.DDSelected
{
background-color: #E1F0FF;
color: #224C99;
font-weight: bold;
font-family: arial, Helvetica, sans-serif;
}
div.DDNoItem
{
color: Red;
font-family: Trebuchet MS, Arial, sans-serif;
}
.DDValidator
{
color: Red;
font-family: Trebuchet MS, Arial, sans-serif;
}
.DDAlternateRow
{
background-color: #C0C0C0;
color: #ECE9D8;
}
/* Navigation */
div.DDNavigation
{
font: .75em Tahoma, Arial, Sans-Serif;
position: relative;
top: -28px;
margin-bottom: 10px;
padding: 0px 5px;
left: 0px;
}
div.DDNavigation img
{
position: relative;
margin-top: 0em;
padding: 0px 8px;
border: none;
background-color: #fff;
}
div.DDNavigation a
{
color: #839ce7;
text-decoration: none;
background-color: #fff;
padding-right: 8px;
top: -.2em;
left: .25em;
}
div.DDNavigation a:hover
{
color: #000099;
text-decoration: underline !important;
}
.hide
{
visibility: hidden;
display: none;
}
/* Details VIEW/EDIT */
table.DDDetailsTable
{
color: #666;
background-color: #FCFDFE;
border: 1px solid #dbddff;
border-bottom-width: 3px;
}
table.DDDetailsTable a
{
color: #718ABE;
text-decoration: none;
padding-right: 6px;
}
table.DDDetailsTable a:hover
{
color: #000099;
text-decoration: underline !important;
}
table.DDDetailsTable .td
{
padding: 3px 6px;
border: 1px solid #dbddff;
border-bottom-style: dotted;
font-size: .7em;
font-family: Tahoma, Arial, Sans-Serif;
}
/* DDGridView/DDListView */
table.DDGridView, table.DDListView
{
color: #666;
border: solid 1px #dbddff;
font: .7em Tahoma, Arial, Sans-Serif;
margin-left: 19px;
}
table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
white-space: nowrap;
}
table.DDGridView .th, table.DDListView .th
{
background: url(../master/Images/header_back.gif) repeat-x;
line-height: 1.3em;
text-align: left;
font-size: 1em;
border: solid 1px #dbddff;
}
table.DDGridView .th a, table.DDListView .th a
{
color: #666;
text-decoration: none;
}
table.DDGridView .td, table.DDListView .td
{
border: dotted 1px #dbddff;
border-left-width: 0px;
border-right-width: 0px;
padding: 6px;
}
table.DDGridView .td a, table.DDListView .td a
{
color: #718ABE;
text-decoration: none;
margin-right: 6px;
}
table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
color: #718ABE;
text-decoration: none;
margin-right: 6px;
}
table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
color: #000099;
text-decoration: underline;
}
table.DDGridView .td a:hover, table.DDListView .td a:hover
{
color: #000099;
text-decoration: underline;
}
/* DataPager */
div.DDPager
{
padding: 0px 6px;
}
/* Bottom hyperlink design*/
div.DDBottomHyperLink
{
font: .75em Tahoma, Arial, Sans-Serif;
}
div.DDBottomHyperLink a
{
color: #839ce7;
text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
color: #000099;
text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
padding-right: 5px;
border: none;
}
/* Added By Nitin */
.logout:hover
{
color: #FFFFFF;
background-color: #0099FF;
font-weight: bold;
font-size: 14px;
}
.rad
{
border: 1px solid #2D588F;
border-radius: 25px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
}
.left_link_bg
{
font-size: 13px;
border-bottom: 1px solid #053A74;
color: #0B3B76;
font-family: arial,Helvetica, sans-serif;
width: 180px;
height: 20px;
}
.left_link_bg:hover
{
background-color: #3399FF;
color: #FFFFFF; /*font-family: arial, Helvetica, sans-serif; font-weight: bold;*/
}
.SelectedNode
{
color: #0070AF;
font-size: 13px;
font-weight: bold;
background-color: #E6F8E0;
}
.twentyFive
{
border-right: 1px dotted #0099FF;
width: 207px;
}
.pos
{
}
.leftDivStyle
{
}
.height
{
height: 600px;
}
.RightDivStyle
{
}
.seventy
{
width: 83%;
}
.clear
{
clear: both;
}
.overRide
{
margin: 0;
padding: 0;
}
.DDFooterTopBoreder
{
color: #888;
padding-bottom: 12px;
border-top: 1px dotted #bbbbbb;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h4, h5, h6
{
font-size: 1.5em;
color: #666666;
font-variant: small-caps;
text-transform: none;
font-weight: 200;
margin-bottom: 0px;
}
h1
{
font-size: 1.6em;
padding-bottom: 0px;
margin-bottom: 0px;
}
h2
{
font-size: 1.5em;
font-weight: 600;
}
h3
{
font-size: 1.5em;
font-family: arial, Helvetica, sans-serif;
color: #009AFF;
font-variant: small-caps;
font-weight: bold;
}
h4
{
font-size: 1.1em;
}
h5, h6
{
font-size: 1em;
}
.linkButton
{
font-weight: bold;
background-color: #F7F7FF;
forecolor: #333333;
color: #333333;
}
Button:Hover
{
background-color: #CCCCCC;
color: #000000;
font-weight: bold;
}
label
{
font-family: calibri;
font-size: small;
background-color: #FFFFFF;
color: #666666;
font-weight: 700;
padding-right: 3px;
padding-left: 3px;
}
# lContainer td
{
padding-right: 5px;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
}
.bgsave
{
background-image: url('Master/Images/saveButton.png');
background-repeat: no-repeat;
background-position: center center;
}
.button-8
{
background: #25A6E1;
background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background: linear-gradient(top,#25A6E1 0%,#188BC0 100%); /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);*/
padding: 3px 8px;
color: #fff;
font-family: Calibri;
font-size: 15px; /*border-radius:4px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #1A87B9;
cursor: pointer;
}
.Reportlabel
{
font-family: Verdana;
font-size: 12px;
}
|
_layouts/archive.html
|
zddhub/gravid
|
---
layout: default
---
<article class="container typo">
<h1 class="post-title text-left">{{ page.title }}</h1>
<section class="posts">
<ul class="post-list">
{% for post in site.posts %}
{% if post.journal == nil %}
<li>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
{% assign date_format = site.gravid.date_format | default: "%m/%d/%Y" %}
<small class="post-meta archive">{{ post.date | date: date_format }}</small>
</li>
{% endif %}
{% endfor %}
</ul>
</section>
</article>
|
core/templates/core/job_harvest_tabular_data.html
|
WSULib/combine
|
{% extends 'core/base.html' %}
{% block content %}
<div class="row">
<div class="col-md-12">
<h3>New Job: <span class="font-weight-bold">Tabular Data Harvest</span></h3>
<p>Harvest Records from tabular data, including .CSV and JSON Lines.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<form id="job_init_form" method="POST"
action="{% url 'job_harvest_tabular_data' org_id=record_group.organization.id record_group_id=record_group.id %}"
enctype="multipart/form-data">
<div class="row">
<div class="col-md-12">
<!-- optional job details -->
{% include 'core/job_optional_details.html' %}
</div>
</div>
<!-- static payload -->
<div class="row">
<div class="col-md-12">
<div class="alert alert-danger alert-dismissible fade show" role="alert">
The following are <strong>required</strong> parameters for this Job
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
{% csrf_token %}
<!-- payload -->
<h5>Provide Static Content</h5>
<p>For static harvests, upload content, or provide a location on the filesystem where a file can
be found.</p>
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#upload_tab">Upload</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#filesystem_tab">Filesystem</a>
</li>
</ul>
<div class="tab-content">
<div id="upload_tab" class="tab-pane active container"
style="margin-top:20px; margin-bottom:20px; margin-left:0px;">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
Accepts CSV files with extension <code>.csv</code>, or JSON-Lines files with an
extension of <code>.json</code>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="custom-file">
<input type="file" id="static_payload" name="static_payload"
class="custom-file-input">
<label for="static_payload" class="custom-file-label">Choose file...</label>
</div>
<script>
$('.custom-file-input').on('change', function () {
let fileName = $(this).val().split('\\').pop();
$(this).next('.custom-file-label').addClass("selected").html(fileName);
});
</script>
</div>
<div id="filesystem_tab" class="tab-pane container"
style="margin-top:20px; margin-bottom:20px; margin-left:0px;">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
Absolute path of file on disk. Accepts CSV files with extension <code>.csv</code>,
or JSON-Lines files with an extension of <code>.json</code>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<label for="static_filepath">Location of <code>.csv</code> or <code>.json</code> file on
disk:</label>
<input type="text" class="form-control" id="static_filepath" name="static_filepath"
placeholder="e.g. /foo/bar/baz/tabular_harvest.csv">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="gray_box">
<h5>Ingest Parameters</h5>
<p>The same configuration language used to map fields from XML, is the same used to create
XML from fields! Select a pre-existing field mapper configuration, or edit the one
below, to be used for this tabular harvest.</p>
<div class="form-group">
<label for="harvest_field_mapper">Configuration Name</label>
<select class="form-control" id="harvest_field_mapper" name="harvest_field_mapper">
{% if orig_fm_config_json %}
<option value="job_fm_config_json">Configuration used for
Job: {{ cjob.job.name }}</option>
{% endif %}
<option value="default">Default</option>
{% for fm in field_mappers %}
<option value='{{ fm.id }}'>{{ fm.name }}</option>
{% endfor %}
</select>
</div>
<!-- hidden textarea for JSON to submit with form -->
<textarea style="display:none;" rows=10 class="code_style form-control"
name="fm_harvest_config_json" id="fm_harvest_config_json"></textarea>
<!-- visible JSON editor -->
<div id="harvest_config_editor" style="height:450px;"></div>
<script>
// create the editor
var container = document.getElementById("harvest_config_editor");
var options = {
mode: 'code',
modes: ['code', 'text', 'tree'],
onChange: function () {
// update hidden textarea from editor contents
$("#fm_harvest_config_json").val(JSON.stringify(harvest_editor.get()));
},
sortObjectKeys: true,
name: 'harvest_field_mapping_configuration',
schema: {{xml2kvp_handle.schema|safe}},
navigationBar: false
};
var harvest_editor = new JSONEditor(container, options);
// set json to editor
harvest_editor.set({% if orig_fm_config_json %}{{ orig_fm_config_json|safe }}{% else %}{{ xml2kvp_handle.config_json|safe }}{% endif %});
// update textarea
$("#fm_harvest_config_json").val(JSON.stringify(harvest_editor.get()));
</script>
<div class="row" style="margin-top:15px;">
<div class="col-md-12">
<p>
<button class="btn btn-outline-success btn-sm"
onclick="save_current_fm_harvest_config_json('new'); return false;">Save
as new configurations
</button>
<button style="display:none;"
class="btn btn-outline-warning btn-sm pre_harvest_fm_config_options"
onclick="save_current_fm_harvest_config_json('update'); return false;">
Update saved configurations
</button>
<button style="display:none;"
class="btn btn-outline-danger btn-sm pre_harvest_fm_config_options"
onclick="confirm('Are you sure you want to delete these saved Field Mapping configurations?'); save_current_fm_harvest_config_json('delete'); return false;">
Delete saved configurations
</button>
<button class="btn btn-outline-info btn-sm"
onclick="$('#fm_harvest_config_help').toggle(); return false;">What do
these configurations mean?
</button>
</p>
<div id="fm_harvest_config_alerts"></div>
<div id="fm_harvest_config_help" style="display:none;">
<!-- loop through configurations from schema, creating table of their description -->
<table id="jobs_table" class="table table-bordered table-hover">
<thead>
<tr>
<th style="width: 20%">Parameter</th>
<th>Type</th>
<th>Description></th>
</tr>
</thead>
<tbody>
{% for param,details in xml2kvp_handle.schema.properties.items|dictsort:"0.lower" %}
<tr>
<td><code>{{ param }}</code></td>
<td><code>{{ details.type }}</code></td>
<td>{{ details.description }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<script>
// store default config json
default_fm_harvest_config = {{ xml2kvp_handle.config_json|safe }};
// load saved field mapper configs
$(document).ready(function () {
$("#harvest_field_mapper").change(function () {
if (this.value != 'default') {
// get payload
$.ajax({
type: "GET",
url: "/combine/configuration/field_mapper/FM_ID/payload".replace('FM_ID', this.value),
dataType: 'json',
success: function (data) {
// update harvest_editor
harvest_editor.set(data);
// update textarea
$("#fm_harvest_config_json").val(JSON.stringify(harvest_editor.get()));
// show update button
$(".pre_harvest_fm_config_options").show();
}
});
} else {
// update harvest_editor
harvest_editor.set(default_fm_harvest_config);
// update textarea
$("#fm_harvest_config_json").val(JSON.stringify(harvest_editor.get()));
// hide update options
$(".pre_harvest_fm_config_options").hide();
}
})
});
// save current config
function save_current_fm_harvest_config_json(update_type, fm_id = null, fm_name = null) {
// grab config
fm_harvest_config_json = $("#fm_harvest_config_json").val();
console.log(fm_harvest_config_json);
if (update_type == 'new') {
// get name of new FieldMapper from user
var fm_name = prompt("Save these Field Mapper configurations as:");
} else if (update_type == 'update') {
// get current id of FieldMapper selected
fm_id = $("#harvest_field_mapper").val();
fm_name = $("#harvest_field_mapper").html();
} else if (update_type == 'delete') {
// get current id of FieldMapper selected
fm_id = $("#harvest_field_mapper").val();
fm_name = $("#harvest_field_mapper").html();
// switch back to default
$("#harvest_field_mapper").val('default');
$("#harvest_field_mapper").change();
}
// fire ajax to create/save
if (fm_name != null && fm_name != '') {
$.ajax({
type: "POST",
url: "/combine/configuration/field_mapper/update",
data: {
'update_type': update_type,
'fm_id': fm_id,
'fm_config_json': fm_harvest_config_json,
'fm_name': fm_name,
'csrfmiddlewaretoken': '{{ csrf_token }}'
},
dataType: 'json',
success: function (data) {
// notify user
alert = `<div class="alert alert-success alert-dismissible fade show expiring" role="alert">
${data.msg}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>`
$("#fm_harvest_config_alerts").append(alert);
},
error: function (data) {
// notify user
alert = `<div class="alert alert-danger alert-dismissible fade show expiring" role="alert">
${data.responseJSON.msg}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>`
$("#fm_harvest_config_alerts").append(alert);
}
});
} else {
alert('A name for this configuration is required!');
}
}
</script>
</div>
<!-- Optional Job Processing -->
{% include 'core/job_optional_processing.html' %}
<button type="submit" class="btn btn-success btn-sm">Run Tabular Harvest Job <i class="la la-play"></i>
</button>
</form>
</div>
</div>
{% endblock %}
|
doc/edu/brandeis/flow/core/operator/package-summary.html
|
edenzik/Poseidon
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Sat Mar 21 01:01:42 EDT 2015 -->
<title>edu.brandeis.flow.core.operator</title>
<meta name="date" content="2015-03-21">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="edu.brandeis.flow.core.operator";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/flow/ui/workspace/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../edu/brandeis/flow/ui/inspector/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?edu/brandeis/flow/core/operator/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package edu.brandeis.flow.core.operator</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../edu/brandeis/flow/core/operator/Operator.html" title="interface in edu.brandeis.flow.core.operator">Operator</a><E></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../edu/brandeis/flow/core/operator/Filter.html" title="class in edu.brandeis.flow.core.operator">Filter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../edu/brandeis/flow/core/operator/JSONOperator.html" title="class in edu.brandeis.flow.core.operator">JSONOperator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../edu/brandeis/flow/core/operator/Map.html" title="class in edu.brandeis.flow.core.operator">Map</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/flow/ui/workspace/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../edu/brandeis/flow/ui/inspector/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?edu/brandeis/flow/core/operator/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
html/index.html
|
dawsK/SlackJiffy
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="styles/bootstrap.min.css" rel="stylesheet" />
<style type="text/css">
body {
padding-top: 50px;
font-family: "Segoe UI";
}
h1, h2, h3 {
font-family: "Segoe UI Light";
}
.starter-template {
padding: 40px 15px;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<span class="navbar-brand">SlackJiffy</span>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="/swagger-ui">Swagger UI</a></li>
<li><a href="/api/data/swagger">Swagger JSON</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="starter-template">
<h1>Slack Jiffy</h1>
<p>Hook SlackJiffy up to Slack to see what it can do.</p>
</div>
</div><!-- /.container -->
</body>
</html>
|
src/layouts/index.css
|
omahajs/omahajs.github.io
|
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
progress {
vertical-align: baseline;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
font-weight: bolder;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0;
}
optgroup {
font-weight: 700;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
textarea {
overflow: auto;
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
html {
font: 112.5%/1.45em georgia, serif;
box-sizing: border-box;
overflow-y: scroll;
}
* {
box-sizing: inherit;
}
*:before {
box-sizing: inherit;
}
*:after {
box-sizing: inherit;
}
body {
background-color: #F4E57E;
color: hsla(0, 0%, 0%, 0.8);
font-family: georgia, serif;
font-weight: normal;
word-wrap: break-word;
font-kerning: normal;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "calt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
img {
max-width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
h1 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 2.25rem;
line-height: 1.1;
}
h2 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.62671rem;
line-height: 1.1;
}
h3 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.38316rem;
line-height: 1.1;
}
h4 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1rem;
line-height: 1.1;
}
h5 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.85028rem;
line-height: 1.1;
}
h6 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.78405rem;
line-height: 1.1;
}
hgroup {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
ul {
margin-left: 1.45rem;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
list-style-position: outside;
list-style-image: none;
}
ol {
margin-left: 1.45rem;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
list-style-position: outside;
list-style-image: none;
}
dl {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
dd {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
figure {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
pre {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
font-size: 0.85rem;
line-height: 1.42;
background: hsla(0, 0%, 0%, 0.04);
border-radius: 3px;
overflow: auto;
word-wrap: normal;
padding: 1.45rem;
}
table {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
font-size: 1rem;
line-height: 1.45rem;
border-collapse: collapse;
width: 100%;
}
fieldset {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
blockquote {
margin-left: 1.45rem;
margin-right: 1.45rem;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
form {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
noscript {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
iframe {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
hr {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: calc(1.45rem - 1px);
background: hsla(0, 0%, 0%, 0.2);
border: none;
height: 1px;
}
address {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
b {
font-weight: bold;
}
strong {
font-weight: bold;
}
dt {
font-weight: bold;
}
th {
font-weight: bold;
}
li {
margin-bottom: calc(1.45rem / 2);
}
ol li {
padding-left: 0;
}
ul li {
padding-left: 0;
}
li > ol {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
li > ul {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
blockquote *:last-child {
margin-bottom: 0;
}
li *:last-child {
margin-bottom: 0;
}
p *:last-child {
margin-bottom: 0;
}
li > p {
margin-bottom: calc(1.45rem / 2);
}
code {
font-size: 0.85rem;
line-height: 1.45rem;
}
kbd {
font-size: 0.85rem;
line-height: 1.45rem;
}
samp {
font-size: 0.85rem;
line-height: 1.45rem;
}
abbr {
border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
cursor: help;
}
acronym {
border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
cursor: help;
}
abbr[title] {
border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
cursor: help;
text-decoration: none;
}
thead {
text-align: left;
}
td,
th {
text-align: left;
border-bottom: 1px solid hsla(0, 0%, 0%, 0.12);
font-feature-settings: "tnum";
-moz-font-feature-settings: "tnum";
-ms-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";
padding-left: 0.96667rem;
padding-right: 0.96667rem;
padding-top: 0.725rem;
padding-bottom: calc(0.725rem - 1px);
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}
tt,
code {
background-color: hsla(0, 0%, 0%, 0.04);
border-radius: 3px;
font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
"Liberation Mono", Menlo, Courier, monospace;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
pre code {
background: none;
line-height: 1.42;
}
code:before,
code:after,
tt:before,
tt:after {
letter-spacing: -0.2em;
content: " ";
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
content: "";
}
@media only screen and (max-width: 480px) {
html {
font-size: 100%;
}
}
|
SCNDISC.FrontEnd/SCNDISC.Admin.UI/src/app/partner/components/gallery-image/gallery-image.component.html
|
ScienceSoft-Inc/XamarinDiscountsApp
|
<div class="gallery-image">
<div class="x-item-image" [ngStyle]=getImageStyle()></div>
<label class="x-image-number">{{'partner.GalleryImage' | translate}}# {{id + 1}}</label>
<a title="{{'Button.Delete' | translate}}" (click)="onClickedRemove()" class="x-form-delete"></a>
</div>
|
courses/aug_dec2014/Probability_Models.html
|
siddhartha-gadgil/www.math.iisc.ernet.in
|
<html>
<!-- Mirrored from www.math.iisc.ernet.in/courses/aug_dec2014/Probability_Models.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:54:20 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title>Probability Models</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF">
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font color="#CC6600">Probability Models</font> </b></font></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> Sample spaces, events, probability, discrete and continuous random variables, Conditioning and independence, Bayes’ formula, moments and moment generating function, characteristic function, laws of large numbers, central limit theorem, Markov chains, Poisson processes.
</font></p>
<p> </p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Recommended books</b></font></p>
<ul>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> Ross, S.M., Introduction to Probability Models, Academic Press 1993.</font></li>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Taylor, H.M., and Karlin, S., An Introduction to Stochastic Modelling, Academic Press, 1994.</font></li>
</ul>
</body>
<!-- Mirrored from www.math.iisc.ernet.in/courses/aug_dec2014/Probability_Models.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:54:20 GMT -->
</html>
|
_includes/speaker-large.html
|
subvisual/rubyconf-pt
|
<section class="row speaker-large" id="{{ speaker.twitter }}">
<section class="col-xs-12 col-xs-offset-0 col-md-3 col-md-offset-2 speaker-info">
<div class="speaker-picture-container">
<img class="speaker-picture" src="images/speakers/{{ speaker.picture_name }}" />
</div>
<div class="speaker-name-container">
<h1 class="speaker-name">{{ speaker.name }}</h1>
<ul class="list-unstyled list-inline speaker-countries">
{% for country in speaker.countries %}
<li><img src="images/countries/{{ country }}.png" alt="{{ country }}" title="{{ country }}" /></li>
{% endfor %}
</ul>
<a href="https://twitter.com/{{speaker.twitter}}"><h2 class="speaker-twitter">@{{ speaker.twitter }}</h2></a>
<a href="{{ speaker.website }}" class="speaker-website">{{ speaker.website }}</a>
</div>
</section>
<section class="col-xs-10 col-xs-offset-1 col-md-5 col-md-offset-0 talk-info markdown">
<h1>Talk Title</h1>
<p><strong>{{ speaker.talk_title }}</strong></p>
<h1>Talk Description</h1>
{% capture file_name %}{{ speaker.name | downcase | replace:' ','_' | append:'.md'| prepend:'talk_descriptions/' }}{% endcapture %}
{% capture markdown_text %}{% include {{ file_name }} %}{% endcapture %}
{{ markdown_text | markdownify }}
</section>
</section>
|
press/releases/2008-03-10/index.html
|
WebStandardsSherpa/webstandards.org
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Mirrored from www.webstandards.org/press/releases/2008-03-10/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 18:30:05 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title> WaSP Expanding Scope of Its Collaboration with Adobe to Advance Web Standards - The Web Standards Project</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The Web Standards Project is a grassroots coalition fighting for standards which ensure simple, affordable access to web technologies for all." />
<meta name="MSSmartTagsPreventParsing" content="true" />
<script type="text/javascript" src="../../../wp/wp-content/themes/web-standards-project/collapse.js"></script>
<link rel="stylesheet" type="text/css" media="screen, projection" href="/wp/wp-content/themes/web-standards-project/styles.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wp/wp-content/themes/web-standards-project/print.css" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feed/index.html" />
<link rel="alternate" type="text/xml" title="RSS .92" href="/feed/rss/index.html" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="/feed/atom/index.html" />
<link rel="pingback" href="/wp/xmlrpc.php" />
<link rel="Shortcut Icon" type="image/ico" href="/files/theme/wasp.ico" />
<link rel="home" title="Web Standards Project Home" href="/index.html" />
<link rel='archives' title='March 2013' href='/2013/03/index.html' />
<link rel='archives' title='February 2012' href='/2012/02/index.html' />
<link rel='archives' title='December 2011' href='/2011/12/index.html' />
<link rel='archives' title='November 2011' href='/2011/11/index.html' />
<link rel='archives' title='March 2011' href='/2011/03/index.html' />
<link rel='archives' title='February 2011' href='/2011/02/index.html' />
<link rel='archives' title='January 2011' href='/2011/01/index.html' />
<link rel='archives' title='August 2010' href='/2010/08/index.html' />
<link rel='archives' title='June 2010' href='/2010/06/index.html' />
<link rel='archives' title='March 2010' href='/2010/03/index.html' />
<link rel='archives' title='February 2010' href='/2010/02/index.html' />
<link rel='archives' title='January 2010' href='/2010/01/index.html' />
<link rel='archives' title='November 2009' href='/2009/11/index.html' />
<link rel='archives' title='June 2009' href='/2009/06/index.html' />
<link rel='archives' title='May 2009' href='/2009/05/index.html' />
<link rel='archives' title='April 2009' href='/2009/04/index.html' />
<link rel='archives' title='March 2009' href='/2009/03/index.html' />
<link rel='archives' title='February 2009' href='/2009/02/index.html' />
<link rel='archives' title='January 2009' href='/2009/01/index.html' />
<link rel='archives' title='December 2008' href='/2008/12/index.html' />
<link rel='archives' title='November 2008' href='/2008/11/index.html' />
<link rel='archives' title='October 2008' href='/2008/10/index.html' />
<link rel='archives' title='September 2008' href='/2008/09/index.html' />
<link rel='archives' title='August 2008' href='/2008/08/index.html' />
<link rel='archives' title='July 2008' href='/2008/07/index.html' />
<link rel='archives' title='June 2008' href='/2008/06/index.html' />
<link rel='archives' title='May 2008' href='/2008/05/index.html' />
<link rel='archives' title='April 2008' href='/2008/04/index.html' />
<link rel='archives' title='March 2008' href='/2008/03/index.html' />
<link rel='archives' title='February 2008' href='/2008/02/index.html' />
<link rel='archives' title='January 2008' href='/2008/01/index.html' />
<link rel='archives' title='December 2007' href='/2007/12/index.html' />
<link rel='archives' title='November 2007' href='/2007/11/index.html' />
<link rel='archives' title='October 2007' href='/2007/10/index.html' />
<link rel='archives' title='September 2007' href='/2007/09/index.html' />
<link rel='archives' title='August 2007' href='/2007/08/index.html' />
<link rel='archives' title='June 2007' href='/2007/06/index.html' />
<link rel='archives' title='May 2007' href='/2007/05/index.html' />
<link rel='archives' title='April 2007' href='/2007/04/index.html' />
<link rel='archives' title='March 2007' href='/2007/03/index.html' />
<link rel='archives' title='February 2007' href='/2007/02/index.html' />
<link rel='archives' title='January 2007' href='/2007/01/index.html' />
<link rel='archives' title='December 2006' href='/2006/12/index.html' />
<link rel='archives' title='November 2006' href='/2006/11/index.html' />
<link rel='archives' title='October 2006' href='/2006/10/index.html' />
<link rel='archives' title='September 2006' href='/2006/09/index.html' />
<link rel='archives' title='August 2006' href='/2006/08/index.html' />
<link rel='archives' title='July 2006' href='/2006/07/index.html' />
<link rel='archives' title='June 2006' href='/2006/06/index.html' />
<link rel='archives' title='May 2006' href='/2006/05/index.html' />
<link rel='archives' title='April 2006' href='/2006/04/index.html' />
<link rel='archives' title='March 2006' href='/2006/03/index.html' />
<link rel='archives' title='February 2006' href='/2006/02/index.html' />
<link rel='archives' title='January 2006' href='/2006/01/index.html' />
<link rel='archives' title='December 2005' href='/2005/12/index.html' />
<link rel='archives' title='November 2005' href='/2005/11/index.html' />
<link rel='archives' title='October 2005' href='/2005/10/index.html' />
<link rel='archives' title='September 2005' href='/2005/09/index.html' />
<link rel='archives' title='August 2005' href='/2005/08/index.html' />
<link rel='archives' title='July 2005' href='/2005/07/index.html' />
<link rel='archives' title='June 2005' href='/2005/06/index.html' />
<link rel='archives' title='May 2005' href='/2005/05/index.html' />
<link rel='archives' title='April 2005' href='/2005/04/index.html' />
<link rel='archives' title='March 2005' href='/2005/03/index.html' />
<link rel='archives' title='February 2005' href='/2005/02/index.html' />
<link rel='archives' title='January 2005' href='/2005/01/index.html' />
<link rel='archives' title='December 2004' href='/2004/12/index.html' />
<link rel='archives' title='November 2004' href='/2004/11/index.html' />
<link rel='archives' title='October 2004' href='/2004/10/index.html' />
<link rel='archives' title='September 2004' href='/2004/09/index.html' />
<link rel='archives' title='August 2004' href='/2004/08/index.html' />
<link rel='archives' title='July 2004' href='/2004/07/index.html' />
<link rel='archives' title='June 2004' href='/2004/06/index.html' />
<link rel='archives' title='May 2004' href='/2004/05/index.html' />
<link rel='archives' title='April 2004' href='/2004/04/index.html' />
<link rel='archives' title='March 2004' href='/2004/03/index.html' />
<link rel='archives' title='February 2004' href='/2004/02/index.html' />
<link rel='archives' title='January 2004' href='/2004/01/index.html' />
<link rel='archives' title='December 2003' href='/2003/12/index.html' />
<link rel='archives' title='November 2003' href='/2003/11/index.html' />
<link rel='archives' title='October 2003' href='/2003/10/index.html' />
<link rel='archives' title='September 2003' href='/2003/09/index.html' />
<link rel='archives' title='August 2003' href='/2003/08/index.html' />
<link rel='archives' title='July 2003' href='/2003/07/index.html' />
<link rel='archives' title='June 2003' href='/2003/06/index.html' />
<link rel='archives' title='May 2003' href='/2003/05/index.html' />
<link rel='archives' title='April 2003' href='/2003/04/index.html' />
<link rel='archives' title='March 2003' href='/2003/03/index.html' />
<link rel='archives' title='February 2003' href='/2003/02/index.html' />
<link rel='archives' title='January 2003' href='/2003/01/index.html' />
<link rel='archives' title='December 2002' href='/2002/12/index.html' />
<link rel='archives' title='November 2002' href='/2002/11/index.html' />
<link rel='archives' title='October 2002' href='/2002/10/index.html' />
<link rel='archives' title='September 2002' href='/2002/09/index.html' />
<link rel='archives' title='August 2002' href='/2002/08/index.html' />
<link rel='archives' title='July 2002' href='/2002/07/index.html' />
<link rel='archives' title='June 2002' href='/2002/06/index.html' />
<link rel='archives' title='April 2002' href='/2002/04/index.html' />
<link rel='archives' title='March 2002' href='/2002/03/index.html' />
<link rel='archives' title='December 2001' href='/2001/12/index.html' />
<link rel='archives' title='September 2001' href='/2001/09/index.html' />
<link rel='archives' title='November 2000' href='/2000/11/index.html' />
<link rel='archives' title='July 2000' href='/2000/07/index.html' />
<link rel='archives' title='April 2000' href='/2000/04/index.html' />
<link rel='archives' title='March 1999' href='/1999/03/index.html' />
<link rel='archives' title='October 1998' href='/1998/10/index.html' />
<link rel='archives' title='August 1998' href='/1998/08/index.html' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/wp/xmlrpc0db0.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='Acid3: Putting Browser Makers on Notice, Again.' href='../2008-03-03/index.html' />
<link rel='next' title='Virginia DeBolt' href='/about/members/vdebolt/index.html' />
<meta name="generator" content="WordPress 3.3.1" />
<link rel='canonical' href='index.html' />
</head>
<body id="top" class="page">
<div id="container">
<div id="branding">
<h1><span>Working together for standards </span> <a href="/index.html">The Web Standards Project</a></h1>
<a id="skip" href="#content-main" title="Skip to content">Skip to content</a>
</div>
<div id="nav-main">
<form id="fm-search" method="get" action="http://www.webstandards.org/index.php">
<fieldset>
<legend>Search</legend>
<label for="s"><span>Search WaSP</span>
<input id="s" name="s" class="search" value="" /></label>
<input type="submit" class="submit" name="submit" value="Go!" />
</fieldset>
</form>
<ul>
<li><a href="/index.html" title="Home">Home</a></li>
<li><a href="../../../about/index.html" title="More About Who We Are">About</a></li>
<li><a href="../../../learn/index.html" title="More About Standards">Learn</a></li>
<li><a href="../../../action/index.html" title="WaSP and Community Actions">Action</a></li>
<li><a href="/buzz/index.html" title="Current and Archive Buzz Posts">Buzz</a></li>
<li><a href="/index.html" title="In the Press and For the Press">Press</a></li>
</ul>
</div>
<hr />
<div id="content">
<div id="content-main">
<h2>WaSP Expanding Scope of Its Collaboration with Adobe to Advance Web Standards</h2>
<p class="update">Released: 10 March 2008 | Author: Stephanie Sullivan on behalf of the Web Standards Project</p>
<p><em>Having successfully completed its initial goals for assisting Adobe’s Dreamweaver team in supporting Web standards, the Web Standards Project’s Dreamweaver Task Force will be renamed the Adobe Task Force to reflect its widened scope. The Adobe Task Force will collaborate with Adobe on all of the company’s products that output code or content to the Web, and will continue to advocate compliance with Web Standards and accessibility guidelines by those who use Adobe’s products to design and build Web sites and applications.</em></p>
<p>Founded in 1998, the Web Standards Project (WaSP) has been the most effective and influential collective voice championing standards on the Web, working with browser companies and makers of authoring tools, as well as Web designers and developers around the world.</p>
<p>Today, Adobe Dreamweaver boasts the largest installed WYSIWYG tool in the industry. The Dreamweaver Task Force (DWTF) has been working with Adobe (originally Macromedia) since Dreamweaver MX. When the original Dreamweaver Task Force was created in 2001, its main aim was,</p>
<blockquote><p>[...] that a designer should be able to use Dreamweaver to create valid hypertext documents by default. Additionally, Dreamweaver should, at the very least, properly render pages laid out with CSS, if not create those layouts from within the tool. Importantly, Dreamweaver should not distress imported CSS layouts created in other tools or by hand.</p>
</blockquote>
<p>The Task Force’s other goals included working within the very active Dreamweaver community, providing materials and promoting Web standards among their peers. </p>
<p>The DWTF, spearheaded by Rachel Andrew and Drew McLellan, worked closely with Macromedia for the release of Dreamweaver MX in 2002, and a report on the final product is available on the WaSP website at <a href="../../../action/dwtf/mxassessed/index.html">http://www.webstandards.org/action/dwtf/mxassessed/</a>. Subsequent releases have continued to improve the product’s ability to create standards-compliant documents, and Task Force members have been involved in the Beta process for every version of Dreamweaver since the Task Force’s inception.</p>
<p>“I’ve been working with Macromedia, and now Adobe, on Dreamweaver since Dreamweaver MX2004,” said Stephanie Sullivan, current lead of the Adobe Task Force. “Quite honestly, the product managers and engineers have been a dream to work with. They’re highly responsive to our input–even when it’s criticism — whether turning accessibility preferences on by default, consistently moving the Design View rendering towards standards, or including heavily commented CSS layouts as standards-based quick starts for Web pages. They share our goal to make Dreamweaver easy to use to write clean, semantic code styled with CSS, not only for people that love code, but also for people who prefer the product’s Design View.”</p>
<p>The DWTF has decided that the time is right to become involved with the development of other Adobe products, many of which produce output for Web. Thus, the Dreamweaver Task Force will now be known as the Adobe Task Force (AdTF). The AdTF will lend its expertise and support to Adobe to meet the challenges posed in making a wide range of products standards-compliant and able to conform to best practices, whether they produce Web sites, Web applications, or documents that are more accessible and compliant with Section 508 guidelines. Additionally, the Task Force aims to focus even more on outreach and education, including developing best practices documents for developers.</p>
<p>With the increased breadth of involvement, new members have joined the Task Force to add their expertise, including Zoe Gillenwater, Niqui Merret, Veerle Pieters and Monir Elrayes. Other experts are expected to join in the near future.</p>
<p>While the main focus will be on products such as Dreamweaver, Fireworks, Photoshop, InDesign, Contribute — all of which export HTML — other products such as Flash, Captivate, Connect, Director, and Flex have best practices and accessibility issues. “We are creating testing suites for these products,” says Sullivan, “and there are also important issues to look at with ActionScript, Adobe Media Player, and AIR (especially since ActionScript 3 in Flash is based on ECMAScript, a sister language of JavaScript).” There will also be attention given to Acrobat, and products that output the PDF format, to be sure they conform to the ISO standard for PDF accessibility which is being developed. </p>
<p>Widened collaboration between standards experts, who are also product experts, and Adobe is an exciting step forward in the maturation of the Web. </p>
<p>press [ at ] webstandards.org<br />
<a href="/index.html">http://webstandards.org/press/</a></p>
<p>This release permanently archived at<br />
<a href="../20080303/index.html">http://webstandards.org/press/releases/20080310/</a></p>
</div>
<div id="content-sub">
<div id="content-branding">
<p>The Web Standards Project is a grassroots coalition fighting for standards which ensure simple, affordable access to web technologies for all.</p>
</div>
<ul id="nav-sub">
<li class="page_item page-item-625 current_page_ancestor current_page_parent"><a href="/index.html">Press Releases</a></li>
<li class="page_item page-item-626"><a href="../../kit/index.html">Media Kit</a></li>
</ul>
</div>
</div>
<hr />
<div id="nav-supp">
<p><a href="#top" title="Back to Top">Back to Top</a></p>
</div>
<div id="siteinfo">
<p>All of the entries posted in <abbr title="The Web Standards Project">WaSP</abbr> Buzz express the opinions of their individual authors. They do not necessarily reflect the plans or positions of the Web Standards Project as a group.</p>
<p>This site is valid <a href="http://validator.w3.org/check/referer" title="Validate this document">XHTML 1.0 Strict</a>, <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this CSS">CSS</a> | Get Buzz via <a href="/feed/index.html"><abbr title="Really Simple Syndication">RSS</abbr></a> or <a href="/feed/atom/index.html">Atom</a> | <a href="../../../about/colophon/index.html">Colophon</a> | <a href="../../../about/legal/index.html">Legal</a></p>
<!-- 27 queries. 0.223 seconds. -->
</div>
</div>
</body>
<!-- Mirrored from www.webstandards.org/press/releases/2008-03-10/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 18:30:05 GMT -->
</html>
<!-- Dynamic page generated in 0.213 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2017-08-18 12:56:46 -->
<!-- super cache -->
|
doc/sdl/html/sdljoyhatevent.html
|
Kochise/exdl
|
<HTML
><HEAD
><TITLE
>SDL_JoyHatEvent</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="SDL Event Structures."
HREF="eventstructures.html"><LINK
REL="PREVIOUS"
TITLE="SDL_JoyButtonEvent"
HREF="sdljoybuttonevent.html"><LINK
REL="NEXT"
TITLE="SDL_JoyBallEvent"
HREF="sdljoyballevent.html"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFF8DC"
TEXT="#000000"
LINK="#0000ee"
VLINK="#551a8b"
ALINK="#ff0000"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>SDL Library Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="sdljoybuttonevent.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="sdljoyballevent.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="SDLJOYHATEVENT"
>SDL_JoyHatEvent</A
></H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN3893"
></A
><H2
>Name</H2
>SDL_JoyHatEvent -- Joystick hat position change event structure</DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3896"
></A
><H2
>Structure Definition</H2
><PRE
CLASS="PROGRAMLISTING"
>typedef struct{
Uint8 type;
Uint8 which;
Uint8 hat;
Uint8 value;
} SDL_JoyHatEvent;</PRE
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3899"
></A
><H2
>Structure Data</H2
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN3901"
></A
><P
></P
><TABLE
BORDER="0"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><TT
CLASS="STRUCTFIELD"
><I
>type</I
></TT
></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><TT
CLASS="LITERAL"
>SDL_JOY</TT
></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><TT
CLASS="STRUCTFIELD"
><I
>which</I
></TT
></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Joystick device index</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><TT
CLASS="STRUCTFIELD"
><I
>hat</I
></TT
></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Joystick hat index</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><TT
CLASS="STRUCTFIELD"
><I
>value</I
></TT
></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Hat position</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3921"
></A
><H2
>Description</H2
><P
><SPAN
CLASS="STRUCTNAME"
>SDL_JoyHatEvent</SPAN
> is a member of the <A
HREF="sdlevent.html"
><SPAN
CLASS="STRUCTNAME"
>SDL_Event</SPAN
></A
> union and is used when an event of type <TT
CLASS="LITERAL"
>SDL_JOYHATMOTION</TT
> is reported.</P
><P
>A <TT
CLASS="LITERAL"
>SDL_JOYHATMOTION</TT
> event occurs when ever a user moves a hat on the joystick. The field <TT
CLASS="STRUCTFIELD"
><I
>which</I
></TT
> is the index of the joystick that reported the event and <TT
CLASS="STRUCTFIELD"
><I
>hat</I
></TT
> is the index of the hat (for a more detailed exlaination see the <A
HREF="joystick.html"
>Joystick section</A
>). <TT
CLASS="STRUCTFIELD"
><I
>value</I
></TT
> is the current position of the hat. It is a logically OR'd combination of the following values (whose meanings should be pretty obvious:) :</P
><P
></P
><TABLE
BORDER="0"
><TBODY
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_CENTERED</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_UP</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_RIGHT</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_DOWN</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_LEFT</TT
></TD
></TR
></TBODY
></TABLE
><P
></P
><P
>The following defines are also provided:</P
><P
></P
><TABLE
BORDER="0"
><TBODY
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_RIGHTUP</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_RIGHTDOWN</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_LEFTUP</TT
></TD
></TR
><TR
><TD
><TT
CLASS="LITERAL"
>SDL_HAT_LEFTDOWN</TT
></TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3955"
></A
><H2
>See Also</H2
><P
><A
HREF="sdlevent.html"
><SPAN
CLASS="STRUCTNAME"
>SDL_Event</SPAN
></A
>,
<A
HREF="joystick.html"
>Joystick Functions</A
>,
<A
HREF="sdljoystickeventstate.html"
><TT
CLASS="FUNCTION"
>SDL_JoystickEventState</TT
></A
>,
<A
HREF="sdljoystickgetball.html"
><TT
CLASS="FUNCTION"
>SDL_JoystickGetHat</TT
></A
></P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sdljoybuttonevent.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sdljoyballevent.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>SDL_JoyButtonEvent</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="eventstructures.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>SDL_JoyBallEvent</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
|
about.html
|
andrewcaputo618/andrewcaputo618.github.io
|
---
layout: page
title: About
header-img: "img/about-bg.png"
---
<p>I am a military veteran on the mission of my lifetime. I am in the middle of a technology Renaissance, and I aim to be the DaVinci of software development. I want to be a creator of technology, not just a user. Follow me on the journey of a lifetime. </p>
|
v5/user-agent-detail/74/c0/74c02561-b022-476d-94d1-47c405b2d76d.html
|
ThaDafinser/UserAgentParserComparison
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-810.php</small></td><td>Dragon 45.6</td><td>Blink unknown</td><td>Win8.1 6.3</td><td style="border-left: 1px solid #555">unknown</td><td>Windows Desktop</td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a>
<!-- Modal Structure -->
<div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Browscap result detail</h4>
<p><pre><code class="php">Array
(
[Comment] => Comodo Dragon 45.6
[Browser] => Dragon
[Browser_Type] => Browser
[Browser_Bits] => 32
[Browser_Maker] => Comodo Group Inc
[Browser_Modus] => unknown
[Version] => 45.6
[MajorVer] => 45
[MinorVer] => 6
[Platform] => Win8.1
[Platform_Version] => 6.3
[Platform_Description] => Windows 8.1
[Platform_Bits] => 64
[Platform_Maker] => Microsoft Corporation
[Alpha] =>
[Beta] =>
[Win16] =>
[Win32] =>
[Win64] => 1
[Frames] => 1
[IFrames] => 1
[Tables] => 1
[Cookies] => 1
[BackgroundSounds] =>
[JavaScript] => 1
[VBScript] =>
[JavaApplets] =>
[ActiveXControls] =>
[isMobileDevice] =>
[isTablet] =>
[isSyndicationReader] =>
[Crawler] =>
[isFake] =>
[isAnonymized] =>
[isModified] =>
[CssVersion] => 3
[AolVersion] => 0
[Device_Name] => Windows Desktop
[Device_Maker] => Various
[Device_Type] => Desktop
[Device_Pointing_Method] => mouse
[Device_Code_Name] => Windows Desktop
[Device_Brand_Name] => unknown
[RenderingEngine_Name] => Blink
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => Google Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Dragon 45.6</td><td>Blink </td><td>Win8.1 6.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.013</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.3.*wow64.*\) applewebkit\/.* \(khtml,.*like gecko.*\) dragon\/45\.6.*chrome\/45\..*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*windows nt 6.3*wow64*) applewebkit/* (khtml,*like gecko*) dragon/45.6*chrome/45.*safari/*
[parent] => Comodo Dragon 45.6
[comment] => Comodo Dragon 45.6
[browser] => Dragon
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Comodo Group Inc
[browser_modus] => unknown
[version] => 45.6
[majorver] => 45
[minorver] => 6
[platform] => Win8.1
[platform_version] => 6.3
[platform_description] => Windows 8.1
[platform_bits] => 64
[platform_maker] => Microsoft Corporation
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] => 1
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => Windows Desktop
[device_maker] => Various
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => Windows Desktop
[device_brand_name] => unknown
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Dragon 45.6</td><td><i class="material-icons">close</i></td><td>Win8.1 </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.012</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.3.*\) applewebkit\/.* \(khtml,.*like gecko.*\) dragon\/45\.6.*chrome\/45\..*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*windows nt 6.3*) applewebkit/* (khtml,*like gecko*) dragon/45.6*chrome/45.*safari/*
[parent] => Comodo Dragon 45.6
[comment] => Comodo Dragon 45.6
[browser] => Dragon
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Comodo Group Inc
[browser_modus] => unknown
[version] => 45.6
[majorver] => 45
[minorver] => 6
[platform] => Win8.1
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Windows
[browser] => Chrome
[version] => 45.0.2454.93
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows 6.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Chrome
[browserVersion] => 45.0.2454.93
[osName] => Windows
[osVersion] => 6.3
[deviceModel] => WebKit
[isMobile] =>
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows 6.3</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20601</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] =>
[type] => desktop-browser
[mobile_brand] =>
[mobile_model] =>
[version] => 45.0.2454.93
[is_android] =>
[browser_name] => Chrome
[operating_system_family] => Windows
[operating_system_version] => 6.3
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Windows 8.1
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome 45.0</td><td>Blink </td><td>Windows 8.1</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Chrome
[short_name] => CH
[version] => 45.0
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Windows
[short_name] => WIN
[version] => 8.1
[platform] => x64
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] => 0
[deviceName] => desktop
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] => 1
[isMobile] =>
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows 8.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Chrome
[version:Sinergi\BrowserDetector\Browser:private] => 45.0.2454.93
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Windows
[version:Sinergi\BrowserDetector\Os:private] => 8.1
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome 45.0.2454</td><td><i class="material-icons">close</i></td><td>Windows 8.1 </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 45
[minor] => 0
[patch] => 2454
[family] => Chrome
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Windows 8.1
)
[device] => UAParser\Result\Device Object
(
[brand] =>
[model] =>
[family] => Other
)
[originalUserAgent] => Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 45.0.2454.93</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15201</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Windows 8.1
[platform_version] => Windows NT 6.3
[platform_type] => Desktop
[browser_name] => Chrome
[browser_version] => 45.0.2454.93
[engine_name] => WebKit
[engine_version] => 537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows NT </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.079</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Chrome
[agent_version] => 45.0.2454.93
[os_type] => Windows
[os_name] => Windows NT
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 45.0.2454.93</td><td>WebKit 537.36</td><td>Windows Windows NT 6.3</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Windows
[simple_sub_description_string] =>
[simple_browser_string] => Chrome 45 on Windows 8.1
[browser_version] => 45
[extra_info] => stdClass Object
(
[20] => Array
(
[0] => 32 bit compatibility layer
)
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => chrome
[operating_system_version] => 8.1
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Windows 8.1
[operating_system_version_full] => Windows NT 6.3
[operating_platform_code] =>
[browser_name] => Chrome
[operating_system_name_code] => windows
[user_agent] => Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/45.6.11.385 Chrome/45.0.2454.93 Safari/537.36
[browser_version_full] => 45.0.2454.93
[browser] => Chrome 45
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Comodo Dragon 45.6</td><td>Blink </td><td>Windows 8.1</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Comodo Dragon
[family] => Array
(
[name] => Chrome
[version] => 45
)
[version] => 45.6
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Windows
[version] => Array
(
[value] => 6.3
[alias] => 8.1
)
)
[device] => Array
(
[type] => desktop
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 45.0.2454.93
[category] => pc
[os] => Windows 8.1
[os_version] => NT 6.3
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows 8.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.017</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => true
[is_largescreen] => true
[is_mobile] => false
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Windows
[advertised_device_os_version] => 8.1
[advertised_browser] => Chrome
[advertised_browser_version] => 45.0.2454.93
[complete_device_name] => Google Chrome
[device_name] => Google Chrome
[form_factor] => Desktop
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Google
[model_name] => Chrome
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => false
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Desktop
[mobile_browser] =>
[mobile_browser_version] => 45.0
[device_os_version] => 0
[pointing_method] => mouse
[release_date] => 2012_november
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => false
[softkey_support] => false
[table_support] => false
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => false
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => false
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => none
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => true
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => true
[xhtml_select_as_radiobutton] => true
[xhtml_select_as_popup] => true
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => none
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => play_and_stop
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => false
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 800
[resolution_height] => 600
[columns] => 120
[max_image_width] => 800
[max_image_height] => 600
[rows] => 200
[physical_screen_width] => 400
[physical_screen_height] => 400
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => false
[bmp] => true
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => false
[max_deck_size] => 100000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => false
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => css3
[css_rounded_corners] => css3
[css_gradient] => css3
[css_spriting] => true
[css_gradient_linear] => css3
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => html4
[viewport_supported] => false
[viewport_width] => width_equals_max_image_width
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => true
[jqm_grade] => A
[is_sencha_touch_ok] => true
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 45.0.2454.93</td><td><i class="material-icons">close</i></td><td>Windows 8.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://google.com/chrome/
[title] => Google Chrome 45.0.2454.93
[name] => Google Chrome
[version] => 45.0.2454.93
[code] => chrome
[image] => img/16/browser/chrome.png
)
[os] => Array
(
[link] => http://www.microsoft.com/windows/
[name] => Windows
[version] => 8.1
[code] => win-5
[x64] => 1
[title] => Windows 8.1 x64
[type] => os
[dir] => os
[image] => img/16/os/win-5.png
)
[device] => Array
(
[link] =>
[title] =>
[model] =>
[brand] =>
[code] => null
[dir] => device
[type] => device
[image] => img/16/device/null.png
)
[platform] => Array
(
[link] => http://www.microsoft.com/windows/
[name] => Windows
[version] => 8.1
[code] => win-5
[x64] => 1
[title] => Windows 8.1 x64
[type] => os
[dir] => os
[image] => img/16/os/win-5.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 08:00:07</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html>
|
1e7769d/html/classv8_1_1_cpu_profile_node-members.html
|
v8-dox/v8-dox.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.4.9: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.4.9
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_cpu_profile_node.html">CpuProfileNode</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::CpuProfileNode Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a245092eb223b948fc9441664d9e2701e">GetCallUid</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#aa397db1e0f5147155164c5ea3e854d69">GetChild</a>(int index) const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#ac4612b91e43a2901ac20c3705288955b">GetChildrenCount</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#affbc7842b66986012285602ab65aa5f8">GetFunctionName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a45ea035661c7152e4f3eb47f73787a75">GetLineNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a140dd536e7096701a36be0083c18c268">GetScriptResourceName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a78537aa4471d6c1ebc37993f711090db">GetSelfSamplesCount</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#aa2e4d36f22f49726715ed36fef5a23b6">GetSelfTime</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a0e719d2013377f03583342c28fb5cb27">GetTotalSamplesCount</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html#a49f16893b9f9c94c58ea845fb039330a">GetTotalTime</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kNoLineNumberInfo</b> (defined in <a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a>)</td><td class="entry"><a class="el" href="classv8_1_1_cpu_profile_node.html">v8::CpuProfileNode</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:47:10 for V8 API Reference Guide for node.js v0.4.9 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
src/main/webapp/html/1/index.html
|
jiangkunkun/cmsbuild
|
<!DOCTYPE>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MCMS-OPEN</title>
<link rel="stylesheet" href="http://localhost:8080/mcms//templets/1/mooc/css/list.css">
<link rel="stylesheet" href="http://localhost:8080/mcms//templets/1/mooc//css/index.css" >
<link rel="stylesheet" href="http://localhost:8080/mcms//templets/1/mooc//css/gui.css">
<script type="text/javascript" src="http://localhost:8080/mcms//templets/1/mooc//js/jquery-1.9.1.min.js"></script>
<script src="http://localhost:8080/mcms//templets/1/mooc//js/base.js" type="text/javascript"></script>
<script src="http://localhost:8080/mcms//templets/1/mooc//js/user.js" type="text/javascript"></script>
</head>
<body>
<script src="http://localhost:8080/mcms//templets/1/mooc//js/jquery.cookie.js" type="text/javascript"></script>
<script src="http://localhost:8080/mcms//templets/1/mooc//js/jquery.cookies.2.2.0.js" type="text/javascript"></script>
<script src="http://static.ming-soft.net/base/ms.base.min.js"></script>
<script src="http://static.ming-soft.net/util/ms.util.min.js"></script>
<script src="http://static.ming-soft.net/people/ms.people.min.js" type="text/javascript"></script>
<div class="navbar navbar-default" style="background-color: #fff;" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand icon-logo" href="http://localhost:8080/mcms//html/1/" title="铭飞科技">铭飞科技</a>
<div id="bdadm-1019183" class="navbar-slogan"></div>
<!--搜索-->
<form id="searchDataForm" class="navbar-form navbar-right" action="http://localhost:8080/mcms//html/1//1/search.do" method="post">
<div class="form-group">
<!--表单的name值不能改变-->
<input class="form-control" type="text" name="basic_title" maxlength="50" placeholder="搜索课程、笔记、帖子、文章" />
</div>
<input type="submit" class="btn icon-search" value="搜索">
</form>
</div>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav navbar-right" id="unlogined">
<li class="navbar-sign">
<a href="http://localhost:8080/mcms//register.do" >注册</a>
</li>
<li class="navbar-login">
<a href="http://localhost:8080/mcms//login.do">登录</a>
</li>
</ul>
</div>
</div>
</div>
<div class="nav nav-main" id="navMain">
<ul class="container">
<li class="active"><a href="http://localhost:8080/mcms//html/1/">首页</a></li>
<li><a href="http://localhost:8080/mcms//html/1//48/index.html">课程</a></li>
<li><a href="http://localhost:8080/mcms//html/1//37/index.html">专题</a></li>
<li><a href="http://localhost:8080/mcms//html/1//49/index.html">演讲</a></li>
<!-- <li><a href="javascript:void(0);">社区</a></li>
-->
</ul>
</div>
<!--登录后右上角-->
<ul class="login-corner" style="display:none">
<li class="navbar-notice" id="navbarNotice">
<a href="javascript:void 0;" >
<span class="mooc-notice"></span><span class="navbar-notice-txt">通知</span>
</a>
</li>
<li class="navbar-settings dropdown" id="navbarSettings">
<a class="dropdown-toggle" href="javascript:void 0;">
<img width="30" height="30" src="http://localhost:8080/mcms//templets/1/mooc//images/face.png" alt="">
<span class="navbar-settings-id"></span><span class="caret"></span>
</a>
<ul class="dropdown-menu" id="settingsBlock">
<li style=" background-color: #fff;">
<a href="http://localhost:8080/mcms//people/userCenter.do" >个人主页</a>
</li>
<li><a href="javascript:exitLogin()">退出</a></li>
</ul>
</li>
</ul>
<script>
//登录后显示用户名
$(function(){
var people = $.cookies.get('PEOPLE_COOKIE');
var obj = jQuery.parseJSON(people);
if(obj !=null && obj !=0){
var noticeHTML = $("#navbarNotice");
var settingHTML = $("#navbarSettings");
$(".navbar-sign").html(noticeHTML);
$(".navbar-login").html(settingHTML);
}
});
//导航栏跳转样式保留
$(document).ready(function(){
$(".nav ul li a").each(function(){
$this = $(this);
if($this[0].href==String(window.location)){
$this.parent("li").addClass("showColor");
}
});
});
//点击显示用户下拉菜单
$(".dropdown-toggle").click(function(){
$("#settingsBlock").css("width","88px");
$("#settingsBlock").toggle();
});
</script>
<div>
<div class="carousel-container">
<div class="carousel" id="carousel">
<ul>
<a data-carousel="3" href="javascript:void(0);" target="_blank">
<li style="background:url(http://localhost:8080/mcms//upload/article/1/1442558658877.jpg) no-repeat center;"></li>
</a>
<a data-carousel="2" href="javascript:void(0);" target="_blank">
<li style="background:url(http://localhost:8080/mcms//upload/article/1/1442558436452.jpg) no-repeat center;"></li>
</a>
<a data-carousel="1" href="javascript:void(0);" target="_blank">
<li style="background:url(http://localhost:8080/mcms//upload/article/1/1442558480746.jpg) no-repeat center;"></li>
</a>
</ul>
</div>
<div class="control">
<ul>
<li data-control="1" class="control-active"></li>
<li data-control="2"></li>
<li data-control="3"></li>
</ul>
</div>
</div>
<h3 class="title-b">推荐课程
<a class="all" href="http://localhost:8080/mcms//html/1//48/index.html" target="_blank">全部课程</a>
</h3>
<div class="list_wrap recommend">
<ul class="course_list card_list slider">
<li>
<a class="course-img" href="http://localhost:8080/mcms/html/1/48/7.html" target="_blank" >
<div class="shade">
<img width="230" height="140"src="http://localhost:8080/mcms//upload/article/1/1442557424762.png"/>
<ul class="tips">
<li class="no-disc">[科技和网络给我们生活、文化、社会带来的影响不断增强。最有利的证明就是你可以在世界各地上这门课,你需要的是过去的六十个年头依赖被设计、创造的科技工具,我们应理解网络科技是怎么运作的。这门课在互联网上公开,向你展示它是如何创造,谁创造的,以及它怎样运作。展示的过程中,我们将带领你采访开发互联网和网络技术的领军人物。
</li>
</ul>
</div>
<b class="course-ch" style="font-weight:lighter" data-src="铭飞科技">中文授课</b>
<span class="course-time">铭飞科技</span>
</a>
<h3 class="course-title">
<a href="http://localhost:8080/mcms/html/1/48/7.html" target="_blank">
<span class="course-name">Internet History, Technology, and Security</span>
</a>
</h3>
<div class="course-info">
<span class="course-info-score">作者:
<b class="course-info-num">铭飞科技</b>
</span>
<span class="course-info-line"></span>
<p class="focus-man">2015-09</p>
</div>
<p class="course-info">
<a class="course-tag tag-sign" href="http://localhost:8080/mcms/html/1/48/7.html" target="_blank">签名认证</a>
</p>
</li>
<li>
<a class="course-img" href="http://localhost:8080/mcms/html/1/48/6.html" target="_blank" >
<div class="shade">
<img width="230" height="140"src="http://localhost:8080/mcms//upload/article/1/1442557261924.png"/>
<ul class="tips">
<li class="no-disc">[社会网络渗透于我们社会和经济生活的每一个角落。他们在传递就业机会信息中发挥了核心作用,对很多商品和服务的贸易也至关重要。他们在决定我们购买的何种产品、我们讲述何种语言、我们如何投票、我们是否决定犯罪、我们受到多少教育、我们获得专业成功的可能性。网络结构通过无数方式影响我们的生活,因此,理解下述问题就显得至关重要:社会网络结构如何影响行为,何种网络结构更容易在社会中出现,为何我们时常组织起来。借鉴社会学家、经济学家、计算机科学家、物理学家和数学家的研究成果,本门课程提供了社会和经济网络的一个概述和综合性研究。</li>
</ul>
</div>
<b class="course-ch" style="font-weight:lighter" data-src="铭飞科技">中文授课</b>
<span class="course-time">铭飞科技</span>
</a>
<h3 class="course-title">
<a href="http://localhost:8080/mcms/html/1/48/6.html" target="_blank">
<span class="course-name">社会和经济网络:模型和分析 </span>
</a>
</h3>
<div class="course-info">
<span class="course-info-score">作者:
<b class="course-info-num">铭飞科技</b>
</span>
<span class="course-info-line"></span>
<p class="focus-man">2015-09</p>
</div>
<p class="course-info">
<a class="course-tag tag-sign" href="http://localhost:8080/mcms/html/1/48/6.html" target="_blank">签名认证</a>
</p>
</li>
<li>
<a class="course-img" href="http://localhost:8080/mcms/html/1/48/5.html" target="_blank" >
<div class="shade">
<img width="230" height="140"src="http://localhost:8080/mcms//upload/article/1/1442557011444.png"/>
<ul class="tips">
<li class="no-disc">[这门课程不仅适合考虑参加英语语言考试的学习者,也适合正在学习英语的学习者。本课程专注于雅思考试。雅思是全球最普及的为出国学习或者生活做准备的语言考试。全世界有9000个包括大学,公司,移民机构,职业机构等组织承认雅思考试。去年全球雅思考试数量超过了2百万。这门关于雅思的课程将引导你进入每一个雅思考试阶段:从阅读,写作,口语到听力。每阶段我们的老师和经验丰富的雅思辅导者都会提供考试指导。本课程开始时间为9月21日。
</li>
</ul>
</div>
<b class="course-ch" style="font-weight:lighter" data-src="铭飞科技">中文授课</b>
<span class="course-time">铭飞科技</span>
</a>
<h3 class="course-title">
<a href="http://localhost:8080/mcms/html/1/48/5.html" target="_blank">
<span class="course-name">Understanding IELTS: Techniques for English Language Tests</span>
</a>
</h3>
<div class="course-info">
<span class="course-info-score">作者:
<b class="course-info-num">铭飞科技</b>
</span>
<span class="course-info-line"></span>
<p class="focus-man">2015-09</p>
</div>
<p class="course-info">
<a class="course-tag tag-sign" href="http://localhost:8080/mcms/html/1/48/5.html" target="_blank">签名认证</a>
</p>
</li>
<li>
<a class="course-img" href="http://localhost:8080/mcms/html/1/48/4.html" target="_blank" >
<div class="shade">
<img width="230" height="140"src="http://localhost:8080/mcms//upload/article/1/1442556817573.png"/>
<ul class="tips">
<li class="no-disc">[认清数据收集的重要性,认清数据收集方法的局限,认清这些因素是如何影响推断的。使用数据软件(R)来在数字上和在视觉上总结数据,并且呈现对数据的分析。
对统计推断的本质有一个概念上的理解。利用评估和测试方法(置信区间和假说测试)来分析单一变量和两个变量之间的关系,以便于理解自然现象的本质以及做出基于数据的决策。利用回归框架做模型来研究两个或更多数据之间的关系。</li>
</ul>
</div>
<b class="course-ch" style="font-weight:lighter" data-src="铭飞科技">中文授课</b>
<span class="course-time">铭飞科技</span>
</a>
<h3 class="course-title">
<a href="http://localhost:8080/mcms/html/1/48/4.html" target="_blank">
<span class="course-name">Data Analysis and Statistical Inference</span>
</a>
</h3>
<div class="course-info">
<span class="course-info-score">作者:
<b class="course-info-num">铭飞科技</b>
</span>
<span class="course-info-line"></span>
<p class="focus-man">2015-09</p>
</div>
<p class="course-info">
<a class="course-tag tag-sign" href="http://localhost:8080/mcms/html/1/48/4.html" target="_blank">签名认证</a>
</p>
</li>
</ul>
</div>
<h3 class="title-b">热门演讲
<a class="all" href="http://localhost:8080/mcms//html/1//49/index.html" target="_blank">全部演讲</a>
</h3>
<div class="list_wrap talk">
<ul class="special_list slider">
<li>
<a class="special-img" href="http://localhost:8080/mcms/html/1/49/11.html">
<div class="shade">
<img width="230" height="130" src="http://localhost:8080/mcms//upload/article/1/1442557870059.png"/>
<div class="tags">
<span>水处理工程</span>
</div>
</div>
<span class="talk-name">水处理工程</span>
</a>
</li>
<li>
<a class="special-img" href="http://localhost:8080/mcms/html/1/49/10.html">
<div class="shade">
<img width="230" height="130" src="http://localhost:8080/mcms//upload/article/1/1442557772177.png"/>
<div class="tags">
<span>宇宙的设计</span>
</div>
</div>
<span class="talk-name">宇宙的设计</span>
</a>
</li>
<li>
<a class="special-img" href="http://localhost:8080/mcms/html/1/49/9.html">
<div class="shade">
<img width="230" height="130" src="http://localhost:8080/mcms//upload/article/1/1442557671339.png"/>
<div class="tags">
<span>前所未见,野性自然</span>
</div>
</div>
<span class="talk-name">前所未见,野性自然</span>
</a>
</li>
<li>
<a class="special-img" href="http://localhost:8080/mcms/html/1/49/8.html">
<div class="shade">
<img width="230" height="130" src="http://localhost:8080/mcms//upload/article/1/1442557545286.png"/>
<div class="tags">
<span>婴儿令人惊奇的逻辑思维</span>
</div>
</div>
<span class="talk-name">婴儿令人惊奇的逻辑思维</span>
</a>
</li>
</ul>
</div>
<h3 class="title-b">新闻动态</h3>
<div class="list_wrap zone">
<ul class="zone_list slider">
<li>
<div></div>
<div></div>
<a class="zone-img" href="http://localhost:8080/mcms/html/1/22/22.html" title="慕课行动" target="_blank">
<img width="224" height="131" src="http://localhost:8080/mcms//upload/article/1/1442559199247.jpg" />
</a>
</li>
<li>
<div></div>
<div></div>
<a class="zone-img" href="http://localhost:8080/mcms/html/1/22/21.html" title="慕课行动" target="_blank">
<img width="224" height="131" src="http://localhost:8080/mcms//upload/article/1/1442559113247.png" />
</a>
</li>
<li>
<div></div>
<div></div>
<a class="zone-img" href="http://localhost:8080/mcms/html/1/22/20.html" title="慕课行动" target="_blank">
<img width="224" height="131" src="http://localhost:8080/mcms//upload/article/1/1442559055570.jpg" />
</a>
</li>
<li>
<div></div>
<div></div>
<a class="zone-img" href="http://localhost:8080/mcms/html/1/22/19.html" title="慕课行动" target="_blank">
<img width="224" height="131" src="http://localhost:8080/mcms//upload/article/1/1442558964440.jpg" />
</a>
</li>
</ul>
</div>
<h3 class="title-b">战略合作伙伴</h3>
<div class="list_wrap">
<ul class="coop_list">
<li>
<a href="javascript:void(0);" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/06241ac8.coursera.png" alt="coursera" />
</a>
</li>
</ul>
</div>
<h3 class="title-b">合作伙伴</h3>
<div class="list_wrap">
<ul class="coop_list">
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc/images/a988219f.xuetang.png" />
</a></li>
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc/images/58917707.edx.png" />
</a></li>
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/11ede0a6.futurelearn.png" />
</a></li>
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/6d89cb88.openlearning.png" />
</a></li>
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/c8f30bcb.ewant.png"/>
</a></li>
<li><a href="javascript:void(0);" target="_blank" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/d8d6aa31.iversity.png" />
</a></li>
<li><a href="javascript:void(0);" data-gaevent="index-coop-img:v4.0.0.0:academy">
<img src="http://localhost:8080/mcms//templets/1/mooc//images/bc0dd37f.eduinfinity.png"/>
</a></li>
</ul>
</div>
<div class="bottom">
<div class="container">
<ul class="nav bottom-about">
<li><a href="http://localhost:8080/mcms//html/1//18/index.html" target="_blank">合作代理</a></li>
<li><a href="http://localhost:8080/mcms//html/1//19/index.html" target="_blank" >关于我们</a></li>
<li><a href="http://localhost:8080/mcms//html/1//16/index.html" target="_blank">产品服务</a></li>
<li><a href="" target="_blank" >去官网看</a></li>
<li><a href="" target="_blank" >联系我们</a></li>
</ul>
<div class="nav bottom-follow">
<p>关注我们,随时掌握全球最新好课</p>
<img src="http://localhost:8080/mcms//templets/1/mooc//images/erweima.jpg" style="postion:relative;top:5px" width="90" height="90" />
</div>
<p class="bottom-info">Copyright @2012-2015 景德镇铭飞科技有限公司 版权所有<span class="bottom-part">@铭飞科技</span></p>
</div>
</div>
</body>
</html>
<script src="http://localhost:8080/mcms//templets/1/mooc//js/index.js" type="text/javascript"></script>
<script>
$(function(){
$(".zone-list li > a img").each(function() {
if($(this).attr("src") == "<!--未找到该标签内容-->"){
$(this).parent().parent("li").remove();
}
});
})
</script>
|
tools/armgcc/share/doc/gcc-arm-none-eabi/html/gdb/MiniDebugInfo.html
|
marduino/stm32Proj
|
<html lang="en">
<head>
<title>MiniDebugInfo - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="GDB-Files.html#GDB-Files" title="GDB Files">
<link rel="prev" href="Separate-Debug-Files.html#Separate-Debug-Files" title="Separate Debug Files">
<link rel="next" href="Index-Files.html#Index-Files" title="Index Files">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="MiniDebugInfo"></a>
Next: <a rel="next" accesskey="n" href="Index-Files.html#Index-Files">Index Files</a>,
Previous: <a rel="previous" accesskey="p" href="Separate-Debug-Files.html#Separate-Debug-Files">Separate Debug Files</a>,
Up: <a rel="up" accesskey="u" href="GDB-Files.html#GDB-Files">GDB Files</a>
<hr>
</div>
<h3 class="section">18.3 Debugging information in a special section</h3>
<p><a name="index-separate-debug-sections-1116"></a><a name="index-g_t_0040samp_007b_002egnu_005fdebugdata_007d-section-1117"></a>
Some systems ship pre-built executables and libraries that have a
special ‘<samp><span class="samp">.gnu_debugdata</span></samp>’ section. This feature is called
<dfn>MiniDebugInfo</dfn>. This section holds an LZMA-compressed object and
is used to supply extra symbols for backtraces.
<p>The intent of this section is to provide extra minimal debugging
information for use in simple backtraces. It is not intended to be a
replacement for full separate debugging information (see <a href="Separate-Debug-Files.html#Separate-Debug-Files">Separate Debug Files</a>). The example below shows the intended use; however,
<span class="sc">gdb</span> does not currently put restrictions on what sort of
debugging information might be included in the section.
<p><span class="sc">gdb</span> has support for this extension. If the section exists,
then it is used provided that no other source of debugging information
can be found, and that <span class="sc">gdb</span> was configured with LZMA support.
<p>This section can be easily created using <samp><span class="command">objcopy</span></samp> and other
standard utilities:
<pre class="smallexample"> # Extract the dynamic symbols from the main binary, there is no need
# to also have these in the normal symbol table
nm -D <var>binary</var> --format=posix --defined-only \
| awk '{ print $1 }' | sort > dynsyms
# Extract all the text (i.e. function) symbols from the debuginfo .
nm <var>binary</var> --format=posix --defined-only \
| awk '{ if ($2 == "T" || $2 == "t") print $1 }' \
| sort > funcsyms
# Keep all the function symbols not already in the dynamic symbol
# table.
comm -13 dynsyms funcsyms > keep_symbols
# Copy the full debuginfo, keeping only a minimal set of symbols and
# removing some unnecessary sections.
objcopy -S --remove-section .gdb_index --remove-section .comment \
--keep-symbols=keep_symbols <var>binary</var> mini_debuginfo
# Inject the compressed data into the .gnu_debugdata section of the
# original binary.
xz mini_debuginfo
objcopy --add-section .gnu_debugdata=mini_debuginfo.xz <var>binary</var>
</pre>
</body></html>
|
public/mypoll-selected.html
|
jcsgithub/jcsgithub-votingapp
|
<!DOCTYPE html>
<html lang="en" ng-app="VotingApp" ng-controller="mypollSelectedController">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title ng-bind="poll.description">Voting App</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/public/css/main.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Bootstrap Modals Start -->
<div id="deleteModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Delete Poll</h4>
</div>
<div class="modal-body">
<p>Are you sure you want to delete the poll "{{$scope.poll.description}}"?</p>
<p><span class="text-danger">WARNING</span>: You cannot recover the poll after deleting it.</p>
</div>
<div class="modal-footer">
<button ng-click="deletePoll()" type="button" class="btn btn-danger" data-dismiss="modal">Delete</button>
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
<div id="successModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Delete Poll</h4>
</div>
<div class="modal-body">
<p>Poll deleted!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary center-block" data-dismiss="modal">Go back to My Polls</button>
</div>
</div>
</div>
</div>
<!-- Bootstrap Modals End -->
<!-- Navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Voting App</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="authorized-navbar" class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="/mypolls">My Polls</a></li>
<li><a href="/logout">Sign out</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h2>
<span ng-if="loader.isLoadingData">Loading data <i class="fa fa-spinner fa-spin"></i></span>
<span ng-if="!loader.isLoadingData" ng-cloak>{{poll.description}}</span>
</h2>
<p ng-if="!loader.isLoadingData">Below is a summary of the votes of this poll.</p>
<button ng-if="!loader.isLoadingData" ng-disabled="loader.isDeleting" data-toggle="modal" data-target="#deleteModal" class="btn btn-danger btn-lg" type="button">
<span ng-if="!loader.isDeleting">Delete this poll</span>
<span class="hidden deleting-spinner">Deleting <i class="fa fa-spinner fa-spin"></i></span>
</button>
</div>
</div>
<div class="container">
<div ng-if="!loader.isLoadingData" class="mypoll-options">
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Option Name</th>
<th>Vote Count</th>
</tr>
</thead>
<tbody>
<!-- START OPTION TEMPLATE -->
<tr ng-repeat="data in poll.options track by $index">
<td ng-cloak>{{$index + 1}}</td>
<td ng-cloak>{{data.name}}</td>
<td ng-cloak>{{data.vote}}</td>
</tr>
<!-- END OPTION TEMPLATE -->
</tbody>
</table>
</div>
</div>
<!-- Bootstrap & JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Angular -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0-rc.2/angular.min.js"></script>
<script type="text/javascript" src="https://code.angularjs.org/1.6.0-rc.2/angular-resource.min.js"></script>
<!-- ChartJS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
<!-- Controllers -->
<script type="text/javascript" src="../controllers/mypollSelectedController.client.js"></script>
</body>
</html>
|
v4/user-agent-detail/7e/3e/7e3ea7de-3ad3-4b78-a1dd-5b967d3d36e5.html
|
ThaDafinser/UserAgentParserComparison
|
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Manta</td><td>MID709</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
[family] => MID709
[brand] => Manta
[model] => MID709
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.06701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.1* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 4.1
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Generic</td><td>Android 4.1</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.27903</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 480
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Generic
[mobile_model] => Android 4.1
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 4.1.2
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.1.x Jelly Bean
[mobile_screen_width] => 320
[mobile_browser] => Android Webkit
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Manta Multimedia</td><td>MID709</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.1
[platform] =>
)
[device] => Array
(
[brand] => MA
[brandName] => Manta Multimedia
[model] => MID709
[device] => 2
[deviceName] => tablet
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] => 1
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.1.2
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.1.2</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Manta</td><td>MID709</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 4
[minor] => 1
[patch] => 2
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 1
[patch] => 2
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Manta
[model] => MID709
[family] => MID709
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.055</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.1.2
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => German - Germany
[agent_languageTag] => de-de
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.47505</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser 4 on Android (Jelly Bean)
[browser_version] => 4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => JZO54K
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => Jelly Bean
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 534.30
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Jelly Bean)
[operating_system_version_full] => 4.1.2
[operating_platform_code] =>
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; MID709 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
[browser_version_full] => 4.0
[browser] => Android Browser 4
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"></td><td>MID709</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.08901</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 534.30
)
[os] => Array
(
[name] => Android
[version] => 4.1.2
)
[device] => Array
(
[type] => tablet
[model] => MID709
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 4.1.2
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.1</td><td><i class="material-icons">close</i></td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.04601</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.1
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.1
[complete_device_name] => Generic Android 4.1 Tablet
[form_factor] => Tablet
[is_phone] => false
[is_app_webview] => true
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 4.1 Tablet
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.1
[pointing_method] => touchscreen
[release_date] => 2012_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => true
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 800
[columns] => 60
[max_image_width] => 600
[max_image_height] => 1024
[rows] => 40
[physical_screen_width] => 92
[physical_screen_height] => 153
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:34:07</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html>
|
docs/PIXI.CanvasRenderer.html
|
samme/phaser-ce
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: CanvasRenderer</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.AStar.html">AStar</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Juicy.html">Juicy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.Trail.html">Trail</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Webcam.html">Webcam</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_UP">ANGLE_UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#arc">arc</a>
</li>
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#beginFill">beginFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#bezierCurveTo">bezierCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CENTER">CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#clear">clear</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#destroyCachedSprite">destroyCachedSprite</a>
</li>
<li class="class-depth-0">
<a href="global.html#displayList">displayList</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawCircle">drawCircle</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawEllipse">drawEllipse</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawPolygon">drawPolygon</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRect">drawRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRoundedRect">drawRoundedRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawShape">drawShape</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#emit">emit</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#endFill">endFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#generateTexture">generateTexture</a>
</li>
<li class="class-depth-0">
<a href="global.html#getBounds">getBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#getLocalBounds">getLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#HORIZONTAL">HORIZONTAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LANDSCAPE">LANDSCAPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_CENTER">LEFT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_TOP">LEFT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineStyle">lineStyle</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineTo">lineTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#listeners">listeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#mixin">mixin</a>
</li>
<li class="class-depth-0">
<a href="global.html#moveTo">moveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#off">off</a>
</li>
<li class="class-depth-0">
<a href="global.html#on">on</a>
</li>
<li class="class-depth-0">
<a href="global.html#once">once</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-2">
<a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints
return {number} The total number of PathPoints in this Path.</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#PORTRAIT">PORTRAIT</a>
</li>
<li class="class-depth-0">
<a href="global.html#quadraticCurveTo">quadraticCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#removeAllListeners">removeAllListeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_TOP">RIGHT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#set">set</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopPropagation">stopPropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_CENTER">TOP_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_LEFT">TOP_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_RIGHT">TOP_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#updateLocalBounds">updateLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERTICAL">VERTICAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: CanvasRenderer</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="PIXI.html">PIXI</a>.</span>
CanvasRenderer
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="CanvasRenderer"><span class="type-signature"></span>new CanvasRenderer<span class="signature">(game)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The CanvasRenderer draws the Stage and all its content onto a 2d canvas. This renderer should be used for browsers that do not support webGL.<br>Don't forget to add the CanvasRenderer.view to your DOM or you will not see anything :)</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>game</code></td>
<td class="type">
<span class="param-type">PhaserGame</span>
</td>
<td class="description last"><p>A reference to the Phaser Game instance</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-5">line 5</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="autoResize"><span class="type-signature"></span>autoResize<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Whether the render view should be resized automatically</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-61">line 61</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="CanvasMaskManager"><span class="type-signature"></span>CanvasMaskManager<span class="type-signature"> :<a href="PIXI.CanvasMaskManager.html">PIXI.CanvasMaskManager</a></span></h4>
</dt>
<dd>
<div class="description">
<p>Instance of a PIXI.CanvasMaskManager, handles masking when using the canvas renderer</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-118">line 118</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="clearBeforeRender"><span class="type-signature"></span>clearBeforeRender<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>This sets if the CanvasRenderer will clear the canvas or not before the new render pass.<br>If the Stage is NOT transparent Pixi will use a canvas sized fillRect operation every frame to set the canvas background color.<br>If the Stage is transparent Pixi will use clearRect to clear the canvas every frame.<br>Disable this by setting this to false. For example if your game has a canvas filling background image you often don't need this set.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-41">line 41</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="context"><span class="type-signature"></span>context<span class="type-signature"> :CanvasRenderingContext2D</span></h4>
</dt>
<dd>
<div class="description">
<p>The canvas 2d context that everything is drawn with</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-95">line 95</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="count"><span class="type-signature"></span>count<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>Internal var.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-110">line 110</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="game"><span class="type-signature"></span>game<span class="type-signature"> :PhaserGame</span></h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-15">line 15</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="height"><span class="type-signature"></span>height<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The height of the canvas view</p>
</div>
<dl class="details">
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>600</li></ul></dd>
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-78">line 78</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="refresh"><span class="type-signature"></span>refresh<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Boolean flag controlling canvas refresh.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-102">line 102</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="renderSession"><span class="type-signature"></span>renderSession<span class="type-signature"> :Object</span></h4>
</dt>
<dd>
<div class="description">
<p>The render session is just a bunch of parameter used for rendering</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-125">line 125</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="resolution"><span class="type-signature"></span>resolution<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The resolution of the canvas.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-33">line 33</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="transparent"><span class="type-signature"></span>transparent<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Whether the render view is transparent</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-53">line 53</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="type"><span class="type-signature"></span>type<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The renderer type.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-25">line 25</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="view"><span class="type-signature"></span>view<span class="type-signature"> :HTMLCanvasElement</span></h4>
</dt>
<dd>
<div class="description">
<p>The canvas element that everything is drawn to.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-87">line 87</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="width"><span class="type-signature"></span>width<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The width of the canvas view</p>
</div>
<dl class="details">
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>800</li></ul></dd>
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-69">line 69</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id="destroy"><span class="type-signature"></span>destroy<span class="signature">(<span class="optional">removeView</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Removes everything from the renderer and optionally removes the Canvas DOM element.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>removeView</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Removes the Canvas element from the DOM.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-201">line 201</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="render"><span class="type-signature"></span>render<span class="signature">(root)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders the DisplayObjectContainer, usually the Phaser.Stage, to this canvas view.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>root</code></td>
<td class="type">
<span class="param-type">PhaserStage</span>
|
<span class="param-type">PIXIDisplayObjectContainer</span>
</td>
<td class="description last"><p>The root element to be rendered.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-152">line 152</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="resize"><span class="type-signature"></span>resize<span class="signature">(width, height)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Resizes the canvas view to the specified width and height</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the new width of the canvas view</p></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the new height of the canvas view</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_CanvasRenderer.js.html">pixi/renderers/canvas/CanvasRenderer.js</a>, <a href="src_pixi_renderers_canvas_CanvasRenderer.js.html#sunlight-1-line-223">line 223</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Thu Apr 13 2017 12:05:15 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
|
documentation/html-docs/contents/2d98997bdbb01f151d4f20f7c3df75ae.html
|
lki1354/Ciayn
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../assets/css/bootstrap.css">
<link rel="stylesheet" href="../assets/css/jquery.bonsai.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/icons.css">
<script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="../assets/js/bootstrap.js"></script>
<script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script>
<!-- <script type="text/javascript" src="../assets/js/main.js"></script> -->
</head>
<body>
<div>
<!-- Name Title -->
<h1>(unnamed)</h1>
<!-- Type and Stereotype -->
<section style="margin-top: .5em;">
<span class="alert alert-info">
<span class="node-icon _icon-UMLParameter"></span>
UMLParameter
</span>
</section>
<!-- Path -->
<section style="margin-top: 10px">
<span class="label label-info"><a href='cf9c8b720f3815adeccaf3ef6e48c6c4.html'><span class='node-icon _icon-Project'></span>Ciayn Docu</a></span>
<span>::</span>
<span class="label label-info"><a href='cc25605218a28e217adbc7728949f89f.html'><span class='node-icon _icon-UMLModel'></span>Ciyn Diagrams</a></span>
<span>::</span>
<span class="label label-info"><a href='1ce3e8f6a47545f4bc7d28061651914e.html'><span class='node-icon _icon-UMLPackage'></span>ciayn</a></span>
<span>::</span>
<span class="label label-info"><a href='a22c470ea3d3a15aaeec9e9c5df6489c.html'><span class='node-icon _icon-UMLPackage'></span>plant</a></span>
<span>::</span>
<span class="label label-info"><a href='f47d6604da4cce1dfcbfaf8a15660b20.html'><span class='node-icon _icon-UMLClass'></span>PT1</a></span>
<span>::</span>
<span class="label label-info"><a href='41e1f3409b9f32caac036d13dfda5ef5.html'><span class='node-icon _icon-UMLOperation'></span>initValues</a></span>
<span>::</span>
<span class="label label-info"><a href='2d98997bdbb01f151d4f20f7c3df75ae.html'><span class='node-icon _icon-UMLParameter'></span>(Parameter)</a></span>
</section>
<!-- Diagram -->
<!-- Description -->
<section>
<h3>Description</h3>
<div>
<span class="label label-info">none</span>
</div>
</section>
<!-- Specification -->
<!-- Directed Relationship -->
<!-- Undirected Relationship -->
<!-- Classifier -->
<!-- Interface -->
<!-- Component -->
<!-- Node -->
<!-- Actor -->
<!-- Use Case -->
<!-- Template Parameters -->
<!-- Literals -->
<!-- Attributes -->
<!-- Operations -->
<!-- Receptions -->
<!-- Extension Points -->
<!-- Parameters -->
<!-- Diagrams -->
<!-- Behavior -->
<!-- Action -->
<!-- Interaction -->
<!-- CombinedFragment -->
<!-- Activity -->
<!-- State Machine -->
<!-- State Machine -->
<!-- State -->
<!-- Vertex -->
<!-- Transition -->
<!-- Properties -->
<section>
<h3>Properties</h3>
<table class="table table-striped table-bordered">
<tr>
<th width="50%">Name</th>
<th width="50%">Value</th>
</tr>
<tr>
<td>name</td>
<td></td>
</tr>
<tr>
<td>stereotype</td>
<td><span class='label label-info'>null</span></td>
</tr>
<tr>
<td>visibility</td>
<td>public</td>
</tr>
<tr>
<td>isStatic</td>
<td><span class='label label-info'>false</span></td>
</tr>
<tr>
<td>isLeaf</td>
<td><span class='label label-info'>false</span></td>
</tr>
<tr>
<td>type</td>
<td>void</td>
</tr>
<tr>
<td>multiplicity</td>
<td></td>
</tr>
<tr>
<td>isReadOnly</td>
<td><span class='label label-info'>false</span></td>
</tr>
<tr>
<td>isOrdered</td>
<td><span class='label label-info'>false</span></td>
</tr>
<tr>
<td>isUnique</td>
<td><span class='label label-info'>false</span></td>
</tr>
<tr>
<td>defaultValue</td>
<td></td>
</tr>
<tr>
<td>direction</td>
<td>return</td>
</tr>
</table>
</section>
<!-- Tags -->
<!-- Constraints, Dependencies, Dependants -->
<!-- Relationships -->
<!-- Owned Elements -->
</div>
</body>
</html>
|
ajax/libs/formstone/1.4.19/css/themes/light/scrollbar.min.css
|
cdnjs/cdnjs
|
/*! formstone v1.4.19 [scrollbar.css] 2021-01-21 | GPL-3.0 License | formstone.it */.fs-scrollbar.fs-light{background:#fff;border:1px solid #546e7a;border-radius:2px}.fs-scrollbar.fs-light>.fs-scrollbar-bar{width:20px;background:#fff;border:1px solid #546e7a;border-radius:0 2px 2px 0;border-width:0 0 0 1px}.fs-scrollbar.fs-light>.fs-scrollbar-bar .fs-scrollbar-track{background:#fff;border-radius:0 2px 2px 0}.fs-scrollbar.fs-light>.fs-scrollbar-bar .fs-scrollbar-handle{width:12px;height:24px;right:4px;background:#546e7a;border-radius:10px}.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-content{padding:0 0 20px 0}.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-bar{width:100%;height:20px;border-width:1px 0 0 0}.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-bar .fs-scrollbar-handle{width:24px;height:12px;bottom:4px}.fs-light.fs-scrollbar-active>.fs-scrollbar-bar .fs-scrollbar-content,.fs-light.fs-scrollbar-setup>.fs-scrollbar-bar .fs-scrollbar-content{padding:20px}
|
apis/amcharts/samples/_exporting_to_png.html
|
xblacklotus/PTC
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>amCharts examples</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script src="../../../js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="../amcharts/amcharts.js" type="text/javascript"></script>
<script src="../amcharts/serial.js" type="text/javascript"></script>
<!-- scripts for exporting chart as an image -->
<!-- Note, the exporting will work only if you view the file from web server -->
<!-- Exporting to image works on all modern browsers except IE9 (IE10 works fine) -->
<!--[if (!IE) | (gte IE 10)]> -->
<script src="../amcharts/exporting/amexport.js" type="text/javascript"></script>
<script src="../amcharts/exporting/rgbcolor.js" type="text/javascript"></script>
<script src="../amcharts/exporting/canvg.js" type="text/javascript"></script>
<!-- <![endif]-->
<script type="text/javascript">
var chart;
var chartData = [{
"country": "USA",
"visits": 4025,
"color": "#FF0F00"
}, {
"country": "China",
"visits": 1882,
"color": "#FF6600"
}, {
"country": "Japan",
"visits": 1809,
"color": "#FF9E01"
}, {
"country": "Germany",
"visits": 1322,
"color": "#FCD202"
}, {
"country": "UK",
"visits": 1122,
"color": "#F8FF01"
}, {
"country": "France",
"visits": 1114,
"color": "#B0DE09"
}, {
"country": "India",
"visits": 984,
"color": "#04D215"
}, {
"country": "Spain",
"visits": 711,
"color": "#0D8ECF"
}, {
"country": "Netherlands",
"visits": 665,
"color": "#0D52D1"
}, {
"country": "Russia",
"visits": 580,
"color": "#2A0CD0"
}, {
"country": "South Korea",
"visits": 443,
"color": "#8A0CCF"
}, {
"country": "Canada",
"visits": 441,
"color": "#CD0D74"
}, {
"country": "Brazil",
"visits": 395,
"color": "#754DEB"
}, {
"country": "Italy",
"visits": 386,
"color": "#DDDDDD"
}, {
"country": "Australia",
"visits": 384,
"color": "#999999"
}, {
"country": "Taiwan",
"visits": 338,
"color": "#333333"
}, {
"country": "Poland",
"visits": 328,
"color": "#000000"
}];
var chart = AmCharts.makeChart("chartdiv", {
type: "serial",
dataProvider: chartData,
pathToImages: "../amcharts/images/",
categoryField: "country",
depth3D: 20,
angle: 30,
categoryAxis: {
labelRotation: 90,
gridPosition: "start"
},
valueAxes: [{
title: "Visitors"
}],
graphs: [{
valueField: "visits",
colorField: "color",
type: "column",
lineAlpha: 0,
fillAlphas: 1
}],
chartCursor: {
cursorAlpha: 0,
zoomable: false,
categoryBalloonEnabled: false
},
amExport: {
top: 50,
right: 21
}
});
chart.amExport;
</script>
</head>
<body>
<div id="prueba1"> <img id="imagen1" src=""></div>
<span style="font-family: Arial; font-size: 10; color: #CC0000;">
<p>Warning! Exporting to image works only if you view this file from web server. Exporting works with all modern browsers except IE9 (works fine with IE10asfsafs)</p>
</span>
<div id="chartdiv" style="height: 400px;max-width:500px;"></div>
</body>
<script type="text/javascript">
window.onload = function () {document.getElementById("linkdegrafica").click(); }
</script>
</html>
|
tools/armgcc/share/doc/gcc-arm-none-eabi/html/gcc/Asm-Labels.html
|
marduino/stm32Proj
|
<html lang="en">
<head>
<title>Asm Labels - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="C-Extensions.html#C-Extensions" title="C Extensions">
<link rel="prev" href="Constraints.html#Constraints" title="Constraints">
<link rel="next" href="Explicit-Reg-Vars.html#Explicit-Reg-Vars" title="Explicit Reg Vars">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Asm-Labels"></a>
Next: <a rel="next" accesskey="n" href="Explicit-Reg-Vars.html#Explicit-Reg-Vars">Explicit Reg Vars</a>,
Previous: <a rel="previous" accesskey="p" href="Constraints.html#Constraints">Constraints</a>,
Up: <a rel="up" accesskey="u" href="C-Extensions.html#C-Extensions">C Extensions</a>
<hr>
</div>
<h3 class="section">6.43 Controlling Names Used in Assembler Code</h3>
<p><a name="index-assembler-names-for-identifiers-2886"></a><a name="index-names-used-in-assembler-code-2887"></a><a name="index-identifiers_002c-names-in-assembler-code-2888"></a>
You can specify the name to be used in the assembler code for a C
function or variable by writing the <code>asm</code> (or <code>__asm__</code>)
keyword after the declarator as follows:
<pre class="smallexample"> int foo asm ("myfoo") = 2;
</pre>
<p class="noindent">This specifies that the name to be used for the variable <code>foo</code> in
the assembler code should be ‘<samp><span class="samp">myfoo</span></samp>’ rather than the usual
‘<samp><span class="samp">_foo</span></samp>’.
<p>On systems where an underscore is normally prepended to the name of a C
function or variable, this feature allows you to define names for the
linker that do not start with an underscore.
<p>It does not make sense to use this feature with a non-static local
variable since such variables do not have assembler names. If you are
trying to put the variable in a particular register, see <a href="Explicit-Reg-Vars.html#Explicit-Reg-Vars">Explicit Reg Vars</a>. GCC presently accepts such code with a warning, but will
probably be changed to issue an error, rather than a warning, in the
future.
<p>You cannot use <code>asm</code> in this way in a function <em>definition</em>; but
you can get the same effect by writing a declaration for the function
before its definition and putting <code>asm</code> there, like this:
<pre class="smallexample"> extern func () asm ("FUNC");
func (x, y)
int x, y;
/* <span class="roman">...</span> */
</pre>
<p>It is up to you to make sure that the assembler names you choose do not
conflict with any other assembler symbols. Also, you must not use a
register name; that would produce completely invalid assembler code. GCC
does not as yet have the ability to store static variables in registers.
Perhaps that will be added.
</body></html>
|
app/directives/item.directive.html
|
ioanarucareanu/item-manager
|
<div class="itemBoxContainer col-sm-4">
<div class='itembox'>
<!-- phone design -->
<div class="image hidden-sm hidden-md hidden-lg" style="background: url('../data/{{image}}') no-repeat;background-size: cover;background-position: center center;">
</div>
<!-- end phone design -->
<div class='title'>{{title}}</div>
<div class='byline' ng-show='price'>
<div class='date'>{{price | currency : "€"}}</div>
</div>
<div class='description'>
<div class="image hidden-xs" style="background: url('../data/{{image}}') no-repeat;background-size: cover;background-position: center center;"></div>
<h9>{{description}}</h9>
<br /> <br />
<h9></h9>
</div>
<div class='email' ng-show='email'>
{{email}}
</div>
</div>
</div>
|
ajax/libs/alifd__next/1.22.2/next.css
|
cdnjs/cdnjs
|
/*!
* @alifd/next@1.22.2 (https://fusion.design)
* Copyright 2018-present Alibaba Group,
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
*/
@charset "UTF-8";
/**
* 尺寸 基础尺寸
* 命名能在语义的前提下简单就尽量简单, 这里可以是 size-2x, space-2x, size-base ...
* 不过可以在语义的前提下做的更精简一些, 于是用了s2, s1等
* 可用变量: `$s1 - $s8`
* @example scss - 使用
* .element {
* padding: $s1 !default;
* }
*
* @example css - CSS 输出
* .element {
* padding: 4px !default;
* }
*/
.next-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
margin: -1px; }
/* stylelint-disable */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: .67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #FF0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: .35em .75em .625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
ul,
ol {
list-style: none;
margin: 0;
padding: 0; }
li {
margin-left: 0; }
hr {
border: 0 solid #DCDEE3;
border-top-width: 1px; }
a {
text-decoration: none; }
a:link {
color: #5584FF; }
a:visited {
color: #5584FF; }
a:hover {
color: #3E71F7; }
a:active {
text-decoration: underline;
color: #3E71F7; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf") format("truetype");
font-weight: 200; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf") format("truetype");
font-weight: 300; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf") format("truetype");
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf") format("truetype");
font-weight: 500; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf") format("truetype");
font-weight: 700; }
html {
font-size: 100%; }
body {
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571;
color: #333333; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: inherit; }
h1 {
margin-bottom: 12px;
font-size: 24px;
font-weight: 500;
line-height: 36px; }
h2 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 500;
line-height: 30px; }
h3 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;
line-height: 24px; }
h4 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;
line-height: 24px; }
h5 {
margin-bottom: 6px;
font-size: 14px;
font-weight: normal;
line-height: 24px; }
h6 {
margin-bottom: 7px;
font-size: 12px;
font-weight: 500;
line-height: 20px; }
p {
margin-bottom: 6px;
font-size: 12px;
font-weight: normal;
line-height: 20px; }
strong {
font-weight: 500; }
small {
font-size: 75%; }
/* stylelint-disable-next-line */
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); } }
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); } }
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); } }
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); } }
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); } }
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); } }
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); } }
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); } }
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); } }
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); } }
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); } }
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); } }
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); } }
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); } }
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); } }
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); } }
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@-webkit-keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
100% {
opacity: 0; } }
@keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
100% {
opacity: 0; } }
@-webkit-keyframes expandInDown {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@keyframes expandInDown {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@-webkit-keyframes expandInUp {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@keyframes expandInUp {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@-webkit-keyframes expandInWithFade {
0% {
opacity: 0; }
40% {
opacity: .1; }
50% {
opacity: .9; }
100% {
opacity: 1; } }
@keyframes expandInWithFade {
0% {
opacity: 0; }
40% {
opacity: .1; }
50% {
opacity: .9; }
100% {
opacity: 1; } }
@-webkit-keyframes expandOutUp {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@keyframes expandOutUp {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@-webkit-keyframes expandOutDown {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@keyframes expandOutDown {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@-webkit-keyframes expandOutWithFade {
0% {
opacity: 1; }
70% {
opacity: 0; }
100% {
opacity: 0; } }
@keyframes expandOutWithFade {
0% {
opacity: 1; }
70% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes pulse {
from {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
20% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes pulse {
from {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
20% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandInDown {
-webkit-animation-name: expandInDown;
animation-name: expandInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandOutUp {
-webkit-animation-name: expandOutUp;
animation-name: expandOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandInUp {
-webkit-animation-name: expandInUp;
animation-name: expandInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandOutDown {
-webkit-animation-name: expandOutDown;
animation-name: expandOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expand-enter {
overflow: hidden; }
.expand-enter-active {
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out; }
.expand-enter-active > * {
-webkit-animation-name: expandInWithFade;
animation-name: expandInWithFade;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expand-leave {
overflow: hidden; }
.expand-leave-active {
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out; }
.expand-leave-active > * {
-webkit-animation-name: expandOutWithFade;
animation-name: expandOutWithFade;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.next-badge {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* @include global-font; */
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 1; }
.next-badge *,
.next-badge *:before,
.next-badge *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-badge .next-badge-count {
color: #FFFFFF;
background: #FF3000;
text-align: center;
white-space: nowrap;
border-radius: 8px;
position: absolute;
width: auto;
height: 16px;
min-width: 16px;
padding: 0 4px 0 4px;
font-size: 12px;
line-height: 16px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -.5em; }
.next-badge .next-badge-count a,
.next-badge .next-badge-count a:hover {
color: #FFFFFF; }
.next-badge .next-badge-dot {
color: #FFFFFF;
background: #FF3000;
text-align: center;
white-space: nowrap;
border-radius: 8px;
position: absolute;
width: 8px;
height: 8px;
min-width: 8px;
padding: 0px;
font-size: 1px;
line-height: 1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -.5em; }
.next-badge .next-badge-dot a,
.next-badge .next-badge-dot a:hover {
color: #FFFFFF; }
.next-badge .next-badge-custom {
line-height: 1.166667;
white-space: nowrap;
font-size: 12px;
padding-left: 4px;
padding-right: 4px;
border-radius: 3px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.next-badge .next-badge-custom > * {
line-height: 1; }
.next-badge .next-badge-custom > i:before,
.next-badge .next-badge-custom > .next-icon:before {
font-size: inherit;
width: auto;
vertical-align: top; }
.next-badge .next-badge-scroll-number {
position: absolute;
top: -4px;
z-index: 10;
overflow: hidden;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center; }
.next-badge-scroll-number-only {
position: relative;
display: inline-block;
transition: transform 100ms linear, -webkit-transform 100ms linear;
min-width: 8px; }
.next-badge-scroll-number-only span {
display: block;
height: 16px;
line-height: 16px;
font-size: 12px; }
.next-badge-not-a-wrapper .next-badge-count,
.next-badge-not-a-wrapper .next-badge-custom {
position: relative;
display: block;
top: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.next-badge-not-a-wrapper .next-badge-dot {
position: relative;
display: block;
top: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.next-badge-list-wrapper {
margin-left: 0; }
.next-badge-list-wrapper li {
margin-bottom: 0px;
list-style: none; }
.next-badge[dir="rtl"] .next-badge-custom {
padding-right: 4px;
padding-left: 4px; }
.next-badge[dir="rtl"] .next-badge-scroll-number {
left: 0;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center; }
.next-overlay-wrapper .next-overlay-inner {
z-index: 1001; }
.next-overlay-wrapper .next-overlay-backdrop {
position: fixed;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 300ms ease;
transition: opacity 300ms ease;
opacity: 0; }
.next-overlay-wrapper.opened .next-overlay-backdrop {
opacity: 1; }
.next-icon[dir="rtl"]::before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); }
@font-face {
font-family: NextIcon;
src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot");
src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg"); }
.next-icon {
display: inline-block;
font-family: NextIcon;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.next-icon:before {
display: inline-block;
vertical-align: middle;
text-align: center; }
.next-icon-smile:before {
content: "\E65F"; }
.next-icon-cry:before {
content: "\E65D"; }
.next-icon-success:before {
content: "\E60A"; }
.next-icon-warning:before {
content: "\E60B"; }
.next-icon-prompt:before {
content: "\E60C"; }
.next-icon-error:before {
content: "\E60D"; }
.next-icon-help:before {
content: "\E673"; }
.next-icon-clock:before {
content: "\E621"; }
.next-icon-success-filling:before {
content: "\E63A"; }
.next-icon-delete-filling:before {
content: "\E623"; }
.next-icon-favorites-filling:before {
content: "\E60E"; }
.next-icon-add:before {
content: "\E655"; }
.next-icon-minus:before {
content: "\E601"; }
.next-icon-arrow-up:before {
content: "\E625"; }
.next-icon-arrow-down:before {
content: "\E63D"; }
.next-icon-arrow-left:before {
content: "\E61D"; }
.next-icon-arrow-right:before {
content: "\E619"; }
.next-icon-arrow-double-left:before {
content: "\E659"; }
.next-icon-arrow-double-right:before {
content: "\E65E"; }
.next-icon-switch:before {
content: "\E6B3"; }
.next-icon-sorting:before {
content: "\E634"; }
.next-icon-descending:before {
content: "\E61F"; }
.next-icon-ascending:before {
content: "\E61E"; }
.next-icon-select:before {
content: "\E632"; }
.next-icon-semi-select:before {
content: "\E633"; }
.next-icon-search:before {
content: "\E656"; }
.next-icon-close:before {
content: "\E626"; }
.next-icon-ellipsis:before {
content: "\E654"; }
.next-icon-picture:before {
content: "\E631"; }
.next-icon-calendar:before {
content: "\E607"; }
.next-icon-ashbin:before {
content: "\E639"; }
.next-icon-upload:before {
content: "\E7EE"; }
.next-icon-download:before {
content: "\E628"; }
.next-icon-set:before {
content: "\E683"; }
.next-icon-edit:before {
content: "\E63B"; }
.next-icon-refresh:before {
content: "\E677"; }
.next-icon-filter:before {
content: "\E627"; }
.next-icon-attachment:before {
content: "\E665"; }
.next-icon-account:before {
content: "\E608"; }
.next-icon-email:before {
content: "\E605"; }
.next-icon-atm:before {
content: "\E606"; }
.next-icon-loading:before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-icon-eye:before {
content: "\E611"; }
.next-icon-copy:before {
content: "\E60F"; }
.next-icon-toggle-left:before {
content: "\E602"; }
.next-icon-toggle-right:before {
content: "\E603"; }
.next-icon-eye-close:before {
content: "\E600"; }
.next-icon-unlock:before {
content: "\E615"; }
.next-icon-lock:before {
content: "\E617"; }
.next-icon-exit:before {
content: "\E616"; }
.next-icon-chart-bar:before {
content: "\E612"; }
.next-icon-chart-pie:before {
content: "\E613"; }
.next-icon-form:before {
content: "\E7FB"; }
.next-icon-detail:before {
content: "\E7F8"; }
.next-icon-list:before {
content: "\E7F9"; }
.next-icon-dashboard:before {
content: "\E7FA"; }
@-webkit-keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.next-icon.next-xxs:before,
.next-icon.next-xxs .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-icon.next-xxs {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-icon.next-xxs:before {
width: 16px;
font-size: 16px; } }
.next-icon.next-xs:before,
.next-icon.next-xs .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-icon.next-small:before,
.next-icon.next-small .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-icon.next-medium:before,
.next-icon.next-medium .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-icon.next-large:before,
.next-icon.next-large .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-icon.next-xl:before,
.next-icon.next-xl .next-icon-remote {
width: 32px;
font-size: 32px;
line-height: inherit; }
.next-icon.next-xxl:before,
.next-icon.next-xxl .next-icon-remote {
width: 48px;
font-size: 48px;
line-height: inherit; }
.next-icon.next-xxxl:before,
.next-icon.next-xxxl .next-icon-remote {
width: 64px;
font-size: 64px;
line-height: inherit; }
.next-icon.next-inherit:before,
.next-icon.next-inherit .next-icon-remote {
width: inherit;
font-size: inherit;
line-height: inherit; }
.next-icon.next-inherit .next-icon-remote,
.next-icon .next-icon-remote {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor; }
.next-balloon {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
max-width: 300px;
border-style: solid;
border-radius: 3px;
font-size: 12px;
font-weight: normal;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
/* stylelint-disable */
word-wrap: break-all;
word-wrap: break-word;
/* stylelint-enable */
z-index: 0;
/* size */
/* 带关闭按钮的右侧padding变大 */ }
.next-balloon *,
.next-balloon *:before,
.next-balloon *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-balloon:focus,
.next-balloon *:focus {
outline: 0; }
.next-balloon-primary {
color: #333333;
border-color: #4494F9;
background-color: #E3F2FD;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
border-width: 1px; }
.next-balloon-primary .next-balloon-close {
position: absolute;
top: 12px;
right: 12px;
font-size: 12px;
cursor: pointer;
color: #999999; }
.next-balloon-primary .next-balloon-close .next-icon {
width: 12px;
height: 12px;
line-height: 12px; }
.next-balloon-primary .next-balloon-close .next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px; }
.next-balloon-primary .next-balloon-close :hover {
color: #333333; }
.next-balloon-primary:after {
position: absolute;
width: 12px;
height: 12px;
content: '';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
border: 1px solid #4494F9;
background-color: #E3F2FD;
z-index: -1; }
.next-balloon-primary.next-balloon-top:after {
top: -7px;
left: calc(50% - 7px);
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-right:after {
top: calc(50% - 7px);
right: -7px;
border-left: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-bottom:after {
bottom: -7px;
left: calc(50% - 7px);
border-top: none;
border-left: none; }
.next-balloon-primary.next-balloon-left:after {
top: calc(50% - 7px);
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-left-top:after {
top: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-left-bottom:after {
bottom: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-right-top:after {
top: 12px;
right: -7px;
border-bottom: none;
border-left: none; }
.next-balloon-primary.next-balloon-right-bottom:after {
right: -7px;
bottom: 12px;
border-bottom: none;
border-left: none; }
.next-balloon-primary.next-balloon-top-left:after {
top: -7px;
left: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-top-right:after {
top: -7px;
right: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-bottom-left:after {
bottom: -7px;
left: 12px;
border-top: none;
border-left: none; }
.next-balloon-primary.next-balloon-bottom-right:after {
right: 12px;
bottom: -7px;
border-top: none;
border-left: none; }
.next-balloon-normal {
color: #333333;
border-color: #DCDEE3;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-width: 1px; }
.next-balloon-normal .next-balloon-close {
position: absolute;
top: 12px;
right: 12px;
font-size: 12px;
cursor: pointer;
color: #999999; }
.next-balloon-normal .next-balloon-close .next-icon {
width: 12px;
height: 12px;
line-height: 12px; }
.next-balloon-normal .next-balloon-close .next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px; }
.next-balloon-normal .next-balloon-close :hover {
color: #666666; }
.next-balloon-normal:after {
position: absolute;
width: 12px;
height: 12px;
content: '';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
border: 1px solid #DCDEE3;
background-color: #FFFFFF;
z-index: -1; }
.next-balloon-normal.next-balloon-top:after {
top: -7px;
left: calc(50% - 7px);
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-right:after {
top: calc(50% - 7px);
right: -7px;
border-left: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-bottom:after {
bottom: -7px;
left: calc(50% - 7px);
border-top: none;
border-left: none; }
.next-balloon-normal.next-balloon-left:after {
top: calc(50% - 7px);
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-left-top:after {
top: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-left-bottom:after {
bottom: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-right-top:after {
top: 12px;
right: -7px;
border-bottom: none;
border-left: none; }
.next-balloon-normal.next-balloon-right-bottom:after {
right: -7px;
bottom: 12px;
border-bottom: none;
border-left: none; }
.next-balloon-normal.next-balloon-top-left:after {
top: -7px;
left: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-top-right:after {
top: -7px;
right: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-bottom-left:after {
bottom: -7px;
left: 12px;
border-top: none;
border-left: none; }
.next-balloon-normal.next-balloon-bottom-right:after {
right: 12px;
bottom: -7px;
border-top: none;
border-left: none; }
.next-balloon.visible {
display: block; }
.next-balloon.hidden {
display: none; }
.next-balloon-medium {
padding: 16px 16px 16px 16px; }
.next-balloon-closable {
padding: 16px 40px 16px 16px; }
.next-balloon-tooltip {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
max-width: 300px;
border-style: solid;
border-radius: 3px;
font-size: 12px;
font-weight: normal;
z-index: 0;
/* stylelint-disable */
word-wrap: break-all;
word-wrap: break-word;
/* stylelint-enable */
color: #333333;
border-color: #DCDEE3;
background-color: #F2F3F7;
-webkit-box-shadow: none;
box-shadow: none;
border-width: 1px;
/* size */ }
.next-balloon-tooltip *,
.next-balloon-tooltip *:before,
.next-balloon-tooltip *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-balloon-tooltip .next-balloon-arrow {
position: absolute;
display: block;
width: 24px;
height: 24px;
overflow: hidden;
background: 0 0;
pointer-events: none; }
.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 12px;
height: 12px;
margin: auto;
background-color: #F2F3F7;
border: 1px solid #DCDEE3;
pointer-events: auto; }
.next-balloon-tooltip-top .next-balloon-arrow {
top: -24px;
left: calc(50% - 12px); }
.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-right .next-balloon-arrow {
top: calc(50% - 12px);
right: -24px; }
.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-bottom .next-balloon-arrow {
left: calc(50% - 12px);
bottom: -24px; }
.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip-left .next-balloon-arrow {
top: calc(50% - 12px);
left: -24px; }
.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-left-top .next-balloon-arrow {
top: 6px;
left: -24px; }
.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-left-bottom .next-balloon-arrow {
bottom: 6px;
left: -24px; }
.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-right-top .next-balloon-arrow {
top: 6px;
right: -24px; }
.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-right-bottom .next-balloon-arrow {
bottom: 6px;
right: -24px; }
.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-top-left .next-balloon-arrow {
left: 6px;
top: -24px; }
.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-top-right .next-balloon-arrow {
right: 6px;
top: -24px; }
.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-bottom-left .next-balloon-arrow {
left: 6px;
bottom: -24px; }
.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip-bottom-right .next-balloon-arrow {
right: 6px;
bottom: -24px; }
.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip.visible {
display: block; }
.next-balloon-tooltip.hidden {
display: none; }
.next-balloon-tooltip-medium {
padding: 8px 8px 8px 8px; }
.next-balloon[dir="rtl"] {
/* 带关闭按钮的右侧padding变大 */ }
.next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-left: inherit;
border-bottom: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-right: inherit;
border-top: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after {
right: auto;
left: 12px; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-left: inherit;
border-bottom: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-right: inherit;
border-top: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after {
right: auto;
left: 12px; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-closable {
padding: 16px 16px 16px 40px; }
.next-balloon-tooltip[dir="rtl"] {
/* size */ }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow {
right: 10px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow {
left: 10px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow {
right: 10px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow {
left: 10px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium {
padding: 8px 8px 8px 8px; }
/* put your code here */
.next-breadcrumb {
display: block;
margin: 0;
padding: 0;
white-space: nowrap;
height: 16px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-item {
display: inline-block; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
display: inline-block;
text-decoration: none;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b {
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
display: inline-block;
vertical-align: top; }
.next-breadcrumb .next-breadcrumb-text {
height: 16px;
min-width: 16px;
font-size: 12px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-separator {
height: 16px;
margin: 0 8px;
font-size: 8px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
display: block; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before,
.next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-breadcrumb .next-breadcrumb-separator .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-breadcrumb .next-breadcrumb-text-ellipsis {
font-size: 12px; }
.next-breadcrumb .next-breadcrumb-text {
color: #666666; }
.next-breadcrumb .next-breadcrumb-text > b {
color: #5584FF; }
.next-breadcrumb .next-breadcrumb-text > a {
color: #666666;
text-decoration: none;
text-align: center; }
.next-breadcrumb .next-breadcrumb-text.activated {
color: #333333;
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-text.activated > a {
color: #333333;
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-text-ellipsis {
color: #666666;
cursor: default; }
.next-breadcrumb .next-breadcrumb-separator {
color: #A0A2AD; }
.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text.activated:hover {
color: #5584FF;
font-weight: normal; }
.next-breadcrumb-icon-sep::before {
content: "\E619"; }
.next-btn {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-btn *,
.next-btn *:before,
.next-btn *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-btn::-moz-focus-inner {
border: 0;
padding: 0; }
.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
outline: 0; }
@keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.next-btn {
/* 尺寸维度 */
/* ---------------------------------------- */
/* 普通按钮 */
/* 普通态禁用样式 */
/* 警告按钮 */
/* 文本按钮 */
/* loading */
/* ---------------------------------------- */
/* custom loading */
/* 幽灵按钮 */
/* 组合 */
/* ---------------------------------------- */ }
.next-btn {
position: relative;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: center;
text-transform: none;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
line-height: 1;
cursor: pointer; }
.next-btn:after {
text-align: center;
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear; }
.next-btn::before {
content: '';
display: inline-block;
height: 100%;
width: 0;
vertical-align: middle; }
.next-btn .next-icon {
display: inline-block;
font-size: 0;
vertical-align: middle; }
.next-btn > span,
.next-btn > div {
display: inline-block;
vertical-align: middle; }
.next-btn > .next-btn-helper {
text-decoration: inherit;
display: inline-block;
vertical-align: middle; }
.next-btn.hover, .next-btn:hover {
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn.next-small {
border-radius: 3px;
padding: 0 8px;
height: 20px;
font-size: 12px;
border-width: 1px; }
.next-btn.next-small > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-small > .next-btn-icon.next-icon-first:before,
.next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-small > .next-btn-icon.next-icon-last:before,
.next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small.next-btn-loading {
padding-left: 24px; }
.next-btn.next-small.next-btn-loading:after {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 8px;
top: 50%;
text-align: center;
margin-top: -6px;
margin-right: 4px; }
.next-btn.next-small.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-small > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-small > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-medium {
border-radius: 3px;
padding: 0 12px;
height: 28px;
font-size: 12px;
border-width: 1px; }
.next-btn.next-medium > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium.next-btn-loading {
padding-left: 28px; }
.next-btn.next-medium.next-btn-loading:after {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 12px;
top: 50%;
text-align: center;
margin-top: -6px;
margin-right: 4px; }
.next-btn.next-medium.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-medium > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-medium > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-large {
border-radius: 3px;
padding: 0 16px;
height: 40px;
font-size: 16px;
border-width: 1px; }
.next-btn.next-large > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-large > .next-btn-icon.next-icon-first:before,
.next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-large > .next-btn-icon.next-icon-last:before,
.next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large.next-btn-loading {
padding-left: 36px; }
.next-btn.next-large.next-btn-loading:after {
width: 16px;
height: 16px;
font-size: 16px;
line-height: 16px;
left: 16px;
top: 50%;
text-align: center;
margin-top: -8px;
margin-right: 4px; }
.next-btn.next-large.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-large > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-large > .next-btn-custom-loading-icon.show {
width: 16px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-btn-normal {
border-style: solid;
background-color: #FFFFFF;
border-color: #C4C6CF; }
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
color: #333333; }
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
color: #333333;
background-color: #F2F3F7;
border-color: #A0A2AD;
text-decoration: none; }
.next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active {
color: #333333;
background-color: #F2F3F7;
border-color: #A0A2AD;
text-decoration: none; }
.next-btn.next-btn-primary {
border-style: solid;
background-color: #5584FF;
border-color: transparent; }
.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited {
color: #FFFFFF; }
.next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover {
color: #FFFFFF;
background-color: #3E71F7;
border-color: transparent;
text-decoration: none; }
.next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active {
color: #FFFFFF;
background-color: #3E71F7;
border-color: transparent;
text-decoration: none; }
.next-btn.next-btn-secondary {
border-style: solid;
background-color: #FFFFFF;
border-color: #5584FF; }
.next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited {
color: #5584FF; }
.next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover {
color: #FFFFFF;
background-color: #3E71F7;
border-color: #3E71F7;
text-decoration: none; }
.next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active {
color: #FFFFFF;
background-color: #3E71F7;
border-color: #3E71F7;
text-decoration: none; }
.next-btn.disabled, .next-btn[disabled] {
cursor: not-allowed; }
.next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal {
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-warning {
border-style: solid; }
.next-btn-warning.next-btn-primary {
background-color: #FF3000;
border-color: #FF3000; }
.next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited {
color: #FFFFFF; }
.next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover {
color: #FFFFFF;
background-color: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active {
color: #FFFFFF;
background-color: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
background-color: #F7F8FA;
border-color: #DCDEE3; }
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited {
color: #CCCCCC; }
.next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #DCDEE3;
text-decoration: none; }
.next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #DCDEE3;
text-decoration: none; }
.next-btn-warning.next-btn-normal {
background-color: #FFFFFF;
border-color: #FF3000; }
.next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited {
color: #FF3000; }
.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
color: #FFFFFF;
background-color: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active {
color: #FFFFFF;
background-color: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
color: #CCCCCC; }
.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active {
color: #CCCCCC;
background-color: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-text {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text; }
.next-btn-text.hover, .next-btn-text:hover {
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn-text.next-btn-primary {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
color: #5584FF; }
.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
color: #3E71F7;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active {
color: #3E71F7;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
color: #666666; }
.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
color: #5584FF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active {
color: #5584FF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
color: #333333; }
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
color: #5584FF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active {
color: #5584FF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active {
color: #CCCCCC;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-large {
border-radius: 0;
padding: 0 0px;
height: 24px;
font-size: 14px;
border-width: 0; }
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large.next-btn-loading {
padding-left: 20px; }
.next-btn-text.next-large.next-btn-loading:after {
width: 16px;
height: 16px;
font-size: 16px;
line-height: 16px;
left: 0px;
top: 50%;
text-align: center;
margin-top: -8px;
margin-right: 4px; }
.next-btn-text.next-large.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-large > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-large > .next-btn-custom-loading-icon.show {
width: 16px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-medium {
border-radius: 0;
padding: 0 0px;
height: 20px;
font-size: 12px;
border-width: 0; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium.next-btn-loading {
padding-left: 16px; }
.next-btn-text.next-medium.next-btn-loading:after {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 0px;
top: 50%;
text-align: center;
margin-top: -6px;
margin-right: 4px; }
.next-btn-text.next-medium.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-medium > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-medium > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-small {
border-radius: 0;
padding: 0 0px;
height: 16px;
font-size: 12px;
border-width: 0; }
.next-btn-text.next-small > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small.next-btn-loading {
padding-left: 16px; }
.next-btn-text.next-small.next-btn-loading:after {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 0px;
top: 50%;
text-align: center;
margin-top: -6px;
margin-right: 4px; }
.next-btn-text.next-small.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-small > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-small > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-btn-loading {
background-color: transparent;
border-color: transparent; }
.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
color: #333333; }
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
color: #333333;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
color: #333333;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-loading {
pointer-events: none; }
.next-btn-loading:after {
font-family: NextIcon;
content: "\E646";
opacity: 1;
visibility: visible;
-webkit-animation: loadingCircle 2s infinite linear;
animation: loadingCircle 2s infinite linear; }
.next-btn-custom-loading {
pointer-events: none; }
.next-btn-ghost {
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-btn-ghost.next-btn-dark {
background-color: rgba(0, 0, 0, 0);
border-color: #FFFFFF; }
.next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited {
color: #FFFFFF; }
.next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.8);
border-color: #FFFFFF;
text-decoration: none; }
.next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.8);
border-color: #FFFFFF;
text-decoration: none; }
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.4); }
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited {
color: rgba(255, 255, 255, 0.4); }
.next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover {
color: rgba(255, 255, 255, 0.4);
background-color: transparent;
border-color: rgba(255, 255, 255, 0.4);
text-decoration: none; }
.next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active {
color: rgba(255, 255, 255, 0.4);
background-color: transparent;
border-color: rgba(255, 255, 255, 0.4);
text-decoration: none; }
.next-btn-ghost.next-btn-light {
background-color: rgba(0, 0, 0, 0);
border-color: #333333; }
.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
color: #333333; }
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
color: #999999;
background-color: rgba(0, 0, 0, 0.92);
border-color: #333333;
text-decoration: none; }
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
color: #999999;
background-color: rgba(0, 0, 0, 0.92);
border-color: #333333;
text-decoration: none; }
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.1); }
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited {
color: rgba(0, 0, 0, 0.1); }
.next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover {
color: rgba(0, 0, 0, 0.1);
background-color: transparent;
border-color: rgba(0, 0, 0, 0.1);
text-decoration: none; }
.next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active {
color: rgba(0, 0, 0, 0.1);
background-color: transparent;
border-color: rgba(0, 0, 0, 0.1);
text-decoration: none; }
.next-btn-group {
position: relative;
display: inline-block;
vertical-align: middle; }
.next-btn-group > .next-btn {
position: relative;
float: left;
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active {
z-index: 1; }
.next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
z-index: 0; }
.next-btn-group .next-btn.next-btn {
margin: 0 0 0 -1px; }
.next-btn-group .next-btn:not(:first-child):not(:last-child) {
border-radius: 0; }
.next-btn-group > .next-btn:first-child {
margin: 0; }
.next-btn-group > .next-btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.next-btn-group > .next-btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.next-btn-group > .next-btn-primary:not(:first-child) {
border-left-color: rgba(255, 255, 255, 0.2); }
.next-btn-group > .next-btn-primary:not(:first-child):hover {
border-left-color: transparent; }
.next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
border-left-color: #E6E7EB; }
/* 组合 */
/* ---------------------------------------- */
.next-btn-group[dir="rtl"] > .next-btn {
float: right; }
.next-btn-group[dir="rtl"] .next-btn.next-btn {
margin: 0 -1px 0 0; }
.next-btn-group[dir="rtl"] > .next-btn:first-child:not(:last-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.next-btn-group[dir="rtl"] > .next-btn:last-child:not(:first-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child) {
border-right-color: rgba(255, 255, 255, 0.2); }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child):hover {
border-right-color: transparent; }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child)[disabled] {
border-right-color: #E6E7EB; }
/* 尺寸维度 */
/* ---------------------------------------- */
.next-btn.next-small[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small[dir="rtl"].next-btn-loading {
padding-left: 8px;
padding-right: 24px; }
.next-btn.next-small[dir="rtl"].next-btn-loading:after {
right: 8px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn.next-medium[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium[dir="rtl"].next-btn-loading {
padding-left: 12px;
padding-right: 28px; }
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
right: 12px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn.next-large[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large[dir="rtl"].next-btn-loading {
padding-left: 16px;
padding-right: 36px; }
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
right: 16px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
/* 文本按钮 */
.next-btn-text[dir="rtl"].next-large {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-large.next-btn-loading {
padding-left: 0px;
padding-right: 20px; }
.next-btn-text[dir="rtl"].next-large.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn-text[dir="rtl"].next-medium {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-medium.next-btn-loading {
padding-left: 0px;
padding-right: 16px; }
.next-btn-text[dir="rtl"].next-medium.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn-text[dir="rtl"].next-small {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-small.next-btn-loading {
padding-left: 0px;
padding-right: 16px; }
.next-btn-text[dir="rtl"].next-small.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-radio-button-large[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.next-radio-button-large[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-large[dir='rtl'] .next-radio-label {
height: 38px;
line-height: 38px;
font-size: 16px; }
.next-radio-button-medium[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-medium[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-small[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-small[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-wrapper[dir='rtl'] .next-radio-label {
margin-left: 0;
margin-right: 4px; }
.next-radio-group[dir='rtl'] .next-radio-label {
margin-right: 4px;
margin-left: 16px; }
.next-radio-button[dir='rtl'] > label .next-radio-label {
margin: 0; }
.next-radio-wrapper {
outline: 0;
display: inline-block; }
.next-radio-wrapper .next-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
position: relative;
line-height: 1; }
.next-radio-wrapper .next-radio *,
.next-radio-wrapper .next-radio *:before,
.next-radio-wrapper .next-radio *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-radio-wrapper .next-radio input[type="radio"] {
opacity: 0;
position: absolute;
vertical-align: middle;
top: 0;
left: 0;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer; }
.next-radio-wrapper .next-radio-inner {
/* 动画待定 */
/* &.mouseDown { */
/* transform: scale3d(.7, .7, .7); */
/* transition: transform .2s linear; */
/* } */
/* &.mouseUp { */
/* transform: scale3d(1, 1, 1); */
/* transition: transform .2s linear; */
/* } */
display: block;
width: 16px;
height: 16px;
background: #FFFFFF;
border-radius: 50%;
border: 1px solid #C4C6CF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-box-shadow: none;
box-shadow: none; }
.next-radio-wrapper .next-radio-inner:after {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
border-radius: 50%;
top: 50%;
margin-top: -2px;
left: 50%;
margin-left: -2px;
background: #FFFFFF;
content: '';
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-radio-wrapper.checked .next-radio-inner {
border-color: #5584FF;
background: #5584FF; }
.next-radio-wrapper.checked .next-radio-inner:after {
width: 4px;
height: 4px;
font-weight: bold;
background: #FFFFFF;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner {
border-color: transparent; }
.next-radio-wrapper.disabled input[type="radio"] {
cursor: not-allowed; }
.next-radio-wrapper.disabled .next-radio-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-radio-wrapper.disabled .next-radio-inner:after {
background: #CCCCCC; }
.next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered {
border-color: #E6E7EB; }
.next-radio-wrapper.disabled.checked .next-radio-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-radio-wrapper.disabled.checked .next-radio-inner:after {
background: #CCCCCC; }
.next-radio-wrapper.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner {
border-color: #5584FF;
background-color: #DEE8FF; }
.next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label {
cursor: pointer; }
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner {
border-color: transparent;
background: #3E71F7; }
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after {
background: #FFFFFF; }
.next-radio-button .next-radio {
width: 0;
height: 0; }
.next-radio-button input[type="radio"] {
width: 0;
height: 0; }
.next-radio-button > label {
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 1;
margin: 0 0 0 -1px;
border: 1px solid #C4C6CF;
background-color: #FFFFFF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
vertical-align: middle; }
.next-radio-button > label .next-radio-label {
display: block;
color: #333333;
margin: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-radio-button > label:hover, .next-radio-button > label.hovered {
z-index: 10;
border-color: #A0A2AD;
background-color: #F2F3F7; }
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
color: #333333; }
.next-radio-button > label.checked {
z-index: 11;
border-color: #5584FF;
background-color: #FFFFFF; }
.next-radio-button > label.checked .next-radio-label {
color: #5584FF; }
.next-radio-button > label.disabled {
z-index: 0;
cursor: not-allowed;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-radio-button > label.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-button > label.checked.disabled {
z-index: 0;
border-color: #E6E7EB;
background-color: #F2F3F7; }
.next-radio-button > label.checked.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-button-large > label {
padding: 0 8px;
height: 40px;
line-height: 40px; }
.next-radio-button-large > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-large > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-large .next-radio-label {
height: 38px;
line-height: 38px;
font-size: 16px; }
.next-radio-button-medium > label {
padding: 0 8px;
height: 28px;
line-height: 28px; }
.next-radio-button-medium > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-medium > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-medium .next-radio-label {
height: 26px;
line-height: 26px;
font-size: 12px; }
.next-radio-button-small > label {
padding: 0 8px;
height: 20px;
line-height: 20px; }
.next-radio-button-small > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-small > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-small .next-radio-label {
height: 18px;
line-height: 18px;
font-size: 12px; }
.next-radio-single-input input[type="radio"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
margin: 0; }
.next-radio-group {
display: inline-block; }
.next-radio-group .next-radio-wrapper {
/* 表现为radio整体之间多一份间隔,checkbox表现一致 */
margin-right: 12px; }
.next-radio-group .next-radio-wrapper:last-child {
margin-right: 0; }
.next-radio-group .next-radio-label {
color: #333333; }
.next-radio-group.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-group.next-radio-button .next-radio-wrapper {
margin-right: 0; }
.next-radio-group-ver .next-radio-wrapper {
display: block;
margin-bottom: 8px; }
.next-radio-label {
margin: 0;
margin-left: 4px;
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
margin-right: 4px;
font-size: 12px;
vertical-align: middle;
line-height: 1;
color: #333333; }
@-moz-document url-prefix() {
.next-radio {
margin-top: -1px; }
@supports ((-webkit-animation: calc(0s)) or (animation: calc(0s))) {
/* firefox 57+ */
.next-radio {
margin-top: -3px; } } }
@-webkit-keyframes fadeInRightForTag {
0% {
opacity: 0;
-webkit-transform: rotate(45deg) translateX(20px);
transform: rotate(45deg) translateX(20px); }
100% {
opacity: 1;
-webkit-transform: rotate(45deg) translateX(0);
transform: rotate(45deg) translateX(0); } }
@keyframes fadeInRightForTag {
0% {
opacity: 0;
-webkit-transform: rotate(45deg) translateX(20px);
transform: rotate(45deg) translateX(20px); }
100% {
opacity: 1;
-webkit-transform: rotate(45deg) translateX(0);
transform: rotate(45deg) translateX(0); } }
.next-tag > .next-tag-body {
overflow: hidden;
text-overflow: ellipsis; }
.next-tag-checkable.next-tag-level-secondary {
color: #333333;
border-color: transparent;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):focus {
color: #5584FF; }
.next-tag-default.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-closable.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-primary.checked {
color: #FFFFFF;
border-color: #5584FF;
background-color: #5584FF; }
.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus {
color: #FFFFFF;
border-color: #3E71F7;
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-default.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #A0A2AD;
background-color: transparent; }
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
color: #666666; }
.next-tag-closable.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #A0A2AD;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-normal.checked {
color: #5584FF;
border-color: #5584FF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus {
color: #3E71F7;
border-color: #3E71F7;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked {
color: #5584FF;
border-color: #5584FF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus {
color: #3E71F7;
border-color: #3E71F7;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #5584FF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-checkable.next-tag-level-secondary.checked:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E632";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:before {
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before {
background-color: #E6E7EB; }
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-normal.checked:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #5584FF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-checkable.next-tag-level-normal.checked:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E632";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:before {
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before {
background-color: #E6E7EB; }
.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after {
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #C4C6CF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-closable.next-tag-level-normal:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E626";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:before {
background-color: #A0A2AD; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before {
background-color: #E6E7EB; }
.next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after {
color: #FFFFFF; }
.next- {
/* Animation */
/* ----------- */ }
.next-tag-group .next-tag-medium,
.next-tag-group .next-tag-large {
margin-right: 8px;
margin-bottom: 8px; }
.next-tag-group .next-tag-small {
margin-right: 4px;
margin-bottom: 4px; }
.next-tag {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
max-width: 100%;
vertical-align: middle;
border-width: 1px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid;
/* 可配置??? */
overflow: hidden;
white-space: nowrap;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
font-size: 0;
outline: 0;
/* 预设颜色值 */ }
.next-tag *,
.next-tag *:before,
.next-tag *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tag > .next-tag-body {
position: relative;
display: inline-block;
height: 100%;
text-align: center;
vertical-align: middle;
max-width: 100%;
cursor: default;
/* 用户手动传的 icon 的大小也保持一致? */ }
.next-tag > .next-tag-body > a {
text-decoration: none;
color: inherit; }
.next-tag > .next-tag-body > a:before {
content: " ";
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.next-tag > .next-tag-body .next-icon {
line-height: 1;
vertical-align: middle; }
.next-tag > .next-tag-body .next-icon:before {
font-size: inherit; }
.next-tag.next-tag-body-pointer {
cursor: pointer; }
.next-tag[disabled], .next-tag.disabled {
cursor: not-allowed;
pointer-events: none; }
.next-tag-blue {
background-color: #4494F9;
border-color: #4494F9;
color: #FFF; }
.next-tag-blue-inverse {
background-color: rgba(68, 148, 249, 0.25);
border-color: #4494F9;
color: #4494F9; }
.next-tag-green {
background-color: #46BC15;
border-color: #46BC15;
color: #FFF; }
.next-tag-green-inverse {
background-color: rgba(70, 188, 21, 0.25);
border-color: #46BC15;
color: #46BC15; }
.next-tag-orange {
background-color: #FF9300;
border-color: #FF9300;
color: #FFF; }
.next-tag-orange-inverse {
background-color: rgba(255, 147, 0, 0.25);
border-color: #FF9300;
color: #FF9300; }
.next-tag-red {
background-color: #FF3000;
border-color: #FF3000;
color: #FFF; }
.next-tag-red-inverse {
background-color: rgba(255, 48, 0, 0.25);
border-color: #FF3000;
color: #FF3000; }
.next-tag-turquoise {
background-color: #01C1B2;
border-color: #01C1B2;
color: #FFF; }
.next-tag-turquoise-inverse {
background-color: rgba(1, 193, 178, 0.25);
border-color: #01C1B2;
color: #01C1B2; }
.next-tag-yellow {
background-color: #FCCC12;
border-color: #FCCC12;
color: #FFF; }
.next-tag-yellow-inverse {
background-color: rgba(252, 204, 18, 0.25);
border-color: #FCCC12;
color: #FCCC12; }
.next-tag-large {
height: 40px;
padding: 0;
line-height: 38px;
font-size: 0; }
.next-tag-large > .next-tag-body {
font-size: 16px;
padding: 0 16px;
min-width: 48px; }
.next-tag-large.next-tag-closable > .next-tag-body {
padding: 0 0 0 16px;
max-width: calc(100% - 40px); }
.next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 16px 0 0; }
.next-tag-large.next-tag-closable > .next-tag-close-btn {
margin-left: 12px;
padding-right: 16px; }
.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tag-large[dir=rtl] > .next-tag-close-btn {
margin-right: 12px;
margin-left: 0;
padding-right: 0;
padding-left: 16px; }
.next-tag-medium {
height: 28px;
padding: 0;
line-height: 26px;
font-size: 0; }
.next-tag-medium > .next-tag-body {
font-size: 14px;
padding: 0 12px;
min-width: 40px; }
.next-tag-medium.next-tag-closable > .next-tag-body {
padding: 0 0 0 12px;
max-width: calc(100% - 28px); }
.next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 12px 0 0; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn {
margin-left: 8px;
padding-right: 12px; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-tag-medium[dir=rtl] > .next-tag-close-btn {
margin-right: 8px;
margin-left: 0;
padding-right: 0;
padding-left: 12px; }
.next-tag-small {
height: 20px;
padding: 0;
line-height: 18px;
font-size: 0; }
.next-tag-small > .next-tag-body {
font-size: 12px;
padding: 0 8px;
min-width: 28px; }
.next-tag-small.next-tag-closable > .next-tag-body {
padding: 0 0 0 8px;
max-width: calc(100% - 24px); }
.next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 8px 0 0; }
.next-tag-small.next-tag-closable > .next-tag-close-btn {
margin-left: 8px;
padding-right: 8px; }
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-tag-small[dir=rtl] > .next-tag-close-btn {
margin-right: 8px;
margin-left: 0;
padding-right: 0;
padding-left: 8px; }
.next-tag-default {
cursor: default; }
.next-tag-closable {
position: relative; }
.next-tag-closable > .next-tag-close-btn {
display: inline-block;
vertical-align: middle;
height: 100%;
text-align: center;
cursor: pointer; }
.next-tag-checkable {
cursor: pointer;
position: relative;
border-radius: 3px; }
.next-tag-checkable.checked:before {
-webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); }
.next-tag-checkable.checked:after {
-webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); }
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
right: -10px;
bottom: -10px;
width: 20px;
height: 20px; }
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
font-size: 8px;
line-height: 8px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
right: -14px;
bottom: -14px;
width: 28px;
height: 28px; }
.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
font-size: 12px;
line-height: 12px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
right: -18px;
bottom: -18px;
width: 36px;
height: 36px; }
.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
font-size: 16px;
line-height: 16px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-zoom-enter, .next-tag-zoom-appear {
-webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-tag-zoom-leave {
-webkit-animation: zoomOut .3s ease-in;
animation: zoomOut .3s ease-in;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-checkbox-wrapper[dir="rtl"] {
margin-right: 8px;
margin-left: 0; }
.next-checkbox-wrapper[dir="rtl"]:first-child {
margin-right: 0; }
.next-checkbox-wrapper[dir="rtl"] > .next-checkbox-label {
margin-right: 4px;
margin-left: 0; }
/* stylelint-disable max-nesting-depth */
.next-checkbox-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block; }
.next-checkbox-wrapper *,
.next-checkbox-wrapper *:before,
.next-checkbox-wrapper *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-checkbox-wrapper .next-checkbox {
display: inline-block;
position: relative;
line-height: 1;
vertical-align: middle; }
.next-checkbox-wrapper input[type="checkbox"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer; }
.next-checkbox-wrapper .next-checkbox-inner {
display: block;
width: 16px;
height: 16px;
background: #FFFFFF;
border-radius: 3px;
border: 1px solid #C4C6CF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
text-align: left;
/* 防止继承父级 */
-webkit-box-shadow: none;
box-shadow: none; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
top: 0;
opacity: 0;
line-height: 16px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
color: #FFFFFF;
left: 4px;
margin-left: 0px; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon::before {
vertical-align: top;
margin-top: 0; }
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before {
content: "\E632"; }
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before {
content: "\E633"; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner {
border-color: transparent;
background-color: #5584FF; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered {
border-color: transparent; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
margin-left: 0px;
/* font-size < 12px的时候进行覆盖。 */ }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner {
border-color: transparent;
background-color: #5584FF; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered {
border-color: transparent; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
margin-left: 0px;
/* font-size < 12px的时候进行覆盖。 */ }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner {
border-color: #5584FF;
background-color: #DEE8FF; }
.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label {
cursor: pointer; }
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner {
border-color: transparent;
background-color: #3E71F7; }
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon {
color: #FFFFFF;
opacity: 1; }
.next-checkbox-wrapper.disabled input[type="checkbox"] {
cursor: not-allowed; }
.next-checkbox-wrapper.disabled .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
border-color: #E6E7EB; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
color: #CCCCCC;
opacity: 1; }
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
color: #CCCCCC;
opacity: 1; }
.next-checkbox-wrapper.disabled .next-checkbox-label {
color: #CCCCCC;
cursor: not-allowed; }
.next-checkbox-group .next-checkbox-wrapper {
display: inline-block;
margin-right: 12px; }
.next-checkbox-group .next-checkbox-wrapper:last-child {
margin-right: 0; }
.next-checkbox-group-ver .next-checkbox-wrapper {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 8px; }
.next-checkbox-label {
font-size: 12px;
color: #333333;
vertical-align: middle;
margin: 0;
margin-left: 4px;
/* 使用已存margin-left变量 */
margin-right: 4px;
line-height: 1; }
.next-menu[dir="rtl"] .next-menu-item-helper {
float: left; }
.next-menu[dir="rtl"] .next-menu-item .next-checkbox,
.next-menu[dir="rtl"] .next-menu-item .next-radio {
margin-left: 4px;
margin-right: 0; }
.next-menu[dir="rtl"] .next-menu-hoz-right {
float: left; }
.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
left: 10px;
right: auto; }
.next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon {
left: 6px;
right: auto; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon {
margin-left: 0;
margin-right: -16px; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before,
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right {
right: auto;
left: 4px; }
.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
left: 10px;
right: auto; }
.next-menu {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
min-width: 100px;
margin: 0;
list-style: none;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
line-height: 32px;
font-size: 12px;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
/* &-popup-content.next-hide { */
/* display: none; */
/* } */ }
.next-menu *,
.next-menu *:before,
.next-menu *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-menu:focus,
.next-menu *:focus {
outline: 0; }
.next-menu.next-ver {
padding: 8px 0px; }
.next-menu.next-ver .next-menu-item {
padding: 0 20px 0 20px; }
.next-menu.next-hoz {
padding: 8px 0px; }
.next-menu.next-hoz .next-menu-item {
padding: 0 20px; }
.next-menu-embeddable,
.next-menu-embeddable .next-menu-item.next-disabled,
.next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a {
background: transparent;
border: none; }
.next-menu-embeddable .next-menu-item-inner {
height: 100%; }
.next-menu-content {
position: relative;
padding: 0;
margin: 0;
list-style: none; }
.next-menu-sub-menu {
padding: 0;
margin: 0;
list-style: none; }
.next-menu-sub-menu.next-expand-enter {
overflow: hidden; }
.next-menu-sub-menu.next-expand-enter-active {
-webkit-transition: height 300ms ease;
transition: height 300ms ease; }
.next-menu-sub-menu.next-expand-leave {
overflow: hidden; }
.next-menu-sub-menu.next-expand-leave-active {
-webkit-transition: height 300ms ease;
transition: height 300ms ease; }
.next-menu-item {
position: relative;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
color: #333333;
cursor: pointer; }
.next-menu-item-helper {
float: right;
color: #999999;
font-style: normal;
font-size: 12px; }
.next-menu-item .next-checkbox,
.next-menu-item .next-radio {
margin-right: 4px; }
.next-menu-item.next-selected {
color: #333333;
background-color: #FFFFFF; }
.next-menu-item.next-selected .next-menu-icon-arrow {
color: #666666; }
.next-menu-item.next-selected .next-menu-icon-selected {
color: #5584FF; }
.next-menu-item.next-disabled,
.next-menu-item.next-disabled .next-menu-item-text > a {
color: #CCCCCC;
background-color: #FFFFFF;
cursor: not-allowed; }
.next-menu-item.next-disabled .next-menu-icon-arrow,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
color: #CCCCCC; }
.next-menu-item.next-disabled .next-menu-icon-selected,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
color: #CCCCCC; }
.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
color: #333333;
background-color: #F2F3F7; }
.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
color: #333333; }
.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
color: #5584FF; }
.next-menu-item-inner {
height: 32px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal; }
.next-menu-item .next-menu-item-text {
vertical-align: middle; }
.next-menu-item .next-menu-item-text > a {
display: inline-block;
text-decoration: none;
color: #333333; }
.next-menu-item .next-menu-item-text > a::before {
position: absolute;
background-color: transparent;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: ''; }
.next-menu.next-hoz {
padding: 0; }
.next-menu.next-hoz.next-menu-nowrap {
overflow: hidden;
white-space: nowrap; }
.next-menu.next-hoz.next-menu-nowrap .next-menu-more {
text-align: center; }
.next-menu.next-hoz > .next-menu-item,
.next-menu.next-hoz > .next-menu-sub-menu-wrapper,
.next-menu.next-hoz .next-menu-content > .next-menu-item {
display: inline-block;
vertical-align: top; }
.next-menu.next-hoz .next-menu-header,
.next-menu.next-hoz .next-menu-content,
.next-menu.next-hoz .next-menu-footer {
display: inline-block; }
.next-menu-hoz-right {
float: right; }
.next-menu-group-label {
padding: 0 12px;
color: #999999; }
.next-menu-divider {
margin: 8px 12px;
border-bottom: 1px solid #E6E7EB; }
.next-menu .next-menu-icon-selected {
position: absolute;
top: 0;
margin-left: -16px; }
.next-menu .next-menu-icon-selected:before,
.next-menu .next-menu-icon-selected .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu .next-menu-icon-selected.next-menu-icon-right {
right: 4px; }
.next-menu .next-menu-symbol-icon-selected::before {
content: "\E632"; }
.next-menu .next-menu-icon-arrow.next-icon {
position: absolute;
top: 0;
right: 10px;
color: #666666;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-menu .next-menu-icon-arrow.next-icon:before,
.next-menu .next-menu-icon-arrow.next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow.next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow.next-icon:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-icon-arrow-down::before {
content: "\E63D"; }
.next-menu .next-menu-icon-arrow-down.next-open {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-menu .next-menu-icon-arrow-down.next-open:before,
.next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow-down.next-open {
-webkit-transform: scale(0.5) rotate(180deg);
-ms-transform: scale(0.5) rotate(180deg);
transform: scale(0.5) rotate(180deg);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow-down.next-open:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-symbol-popupfold::before {
content: "\E619"; }
.next-menu .next-menu-icon-arrow-right.next-open {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.next-menu .next-menu-icon-arrow-right.next-open:before,
.next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow-right.next-open {
-webkit-transform: scale(0.5) rotate(-90deg);
-ms-transform: scale(0.5) rotate(-90deg);
transform: scale(0.5) rotate(-90deg);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow-right.next-open:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-hoz-icon-arrow.next-icon {
position: absolute;
top: 0;
right: 6px;
color: #666666;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-menu .next-menu-hoz-icon-arrow.next-icon:before,
.next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu .next-menu-hoz-icon-arrow.next-icon::before {
content: "\E63D"; }
.next-menu-unfold-icon::before {
content: ""; }
.next-menu .next-menu-hoz-icon-arrow.next-open {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-menu .next-menu-hoz-icon-arrow.next-open:before,
.next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu.next-context {
line-height: 24px; }
.next-menu.next-context .next-menu-item-inner {
height: 24px; }
.next-input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
display: inline-table;
border-collapse: separate;
font-size: 0;
line-height: 1;
width: 200px;
border-spacing: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
border: 1px solid #C4C6CF;
background-color: #FFFFFF; }
.next-input *,
.next-input *:before,
.next-input *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-input input {
height: 100%;
/* remove autoFill yellow background */ }
.next-input input[type="reset"], .next-input input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
.next-input input::-moz-focus-inner {
border: 0;
padding: 0; }
.next-input input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
border-radius: 3px; }
.next-input textarea {
resize: none; }
.next-input input,
.next-input textarea {
width: 100%;
border: none;
outline: none;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: middle;
background-color: transparent;
color: #333333; }
.next-input input::-ms-clear,
.next-input textarea::-ms-clear {
display: none; }
.next-input.next-small {
height: 20px;
border-radius: 3px; }
.next-input.next-small .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-input.next-small .next-input-inner {
font-size: 12px; }
.next-input.next-small .next-input-control {
padding-right: 4px; }
.next-input.next-small input {
height: 18px;
line-height: 18px \0;
padding: 0 4px;
font-size: 12px; }
.next-input.next-small input::-webkit-input-placeholder {
font-size: 12px; }
.next-input.next-small input::-moz-placeholder {
font-size: 12px; }
.next-input.next-small input::-ms-input-placeholder {
font-size: 12px; }
.next-input.next-small input::placeholder {
font-size: 12px; }
.next-input.next-small .next-input-text-field {
padding: 0 4px;
font-size: 12px;
height: 18px;
line-height: 18px; }
.next-input.next-small .next-icon:before,
.next-input.next-small .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-input.next-small .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-medium {
height: 28px;
border-radius: 3px; }
.next-input.next-medium .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-input.next-medium .next-input-inner {
font-size: 12px; }
.next-input.next-medium .next-input-control {
padding-right: 8px; }
.next-input.next-medium input {
height: 26px;
line-height: 26px \0;
padding: 0 8px;
font-size: 12px; }
.next-input.next-medium input::-webkit-input-placeholder {
font-size: 12px; }
.next-input.next-medium input::-moz-placeholder {
font-size: 12px; }
.next-input.next-medium input::-ms-input-placeholder {
font-size: 12px; }
.next-input.next-medium input::placeholder {
font-size: 12px; }
.next-input.next-medium .next-input-text-field {
padding: 0 8px;
font-size: 12px;
height: 26px;
line-height: 26px; }
.next-input.next-medium .next-icon:before,
.next-input.next-medium .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-input.next-medium .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-large {
height: 40px;
border-radius: 3px; }
.next-input.next-large .next-input-label {
padding-left: 12px;
font-size: 16px; }
.next-input.next-large .next-input-inner {
font-size: 16px; }
.next-input.next-large .next-input-control {
padding-right: 8px; }
.next-input.next-large input {
height: 38px;
line-height: 38px \0;
padding: 0 12px;
font-size: 16px; }
.next-input.next-large input::-webkit-input-placeholder {
font-size: 16px; }
.next-input.next-large input::-moz-placeholder {
font-size: 16px; }
.next-input.next-large input::-ms-input-placeholder {
font-size: 16px; }
.next-input.next-large input::placeholder {
font-size: 16px; }
.next-input.next-large .next-input-text-field {
padding: 0 12px;
font-size: 16px;
height: 38px;
line-height: 38px; }
.next-input.next-large .next-icon:before,
.next-input.next-large .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-input.next-large .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-input-textarea {
height: auto;
border-radius: 3px;
font-size: 0; }
.next-input.next-input-textarea textarea {
color: #333333;
padding: 4px 8px;
font-size: 12px;
border-radius: 3px; }
.next-input.next-input-textarea.next-small textarea {
font-size: 12px; }
.next-input.next-input-textarea.next-large textarea {
font-size: 16px; }
.next-input.next-input-textarea .next-input-control {
display: block;
width: auto;
border-radius: 3px; }
.next-input.next-input-textarea .next-input-len {
padding: 0 8px 4px;
display: block;
text-align: right;
width: auto; }
.next-input-hint-wrap {
color: #999999;
position: relative; }
.next-input-hint-wrap .next-input-clear {
opacity: 0;
z-index: 1;
position: absolute; }
.next-input-hint-wrap .next-input-hint {
opacity: 1; }
.next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover {
cursor: pointer;
color: #666666; }
.next-input:hover, .next-input.next-focus {
border-color: #A0A2AD;
background-color: #FFFFFF; }
.next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear {
opacity: 1; }
.next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint {
opacity: 0; }
.next-input .next-input-clear:focus {
opacity: 1; }
.next-input .next-input-clear:focus + .next-input-hint {
opacity: 0; }
.next-input.next-focus {
border-color: #5584FF;
background-color: #FFFFFF;
-webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); }
.next-input.next-warning {
border-color: #FF9300;
background-color: #FFFFFF; }
.next-input.next-warning.next-focus, .next-input.next-warning:hover {
border-color: #FF9300; }
.next-input.next-warning.next-focus {
-webkit-box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2);
box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2); }
.next-input.next-error {
border-color: #FF3000;
background-color: #FFFFFF; }
.next-input.next-error.next-focus, .next-input.next-error:hover {
border-color: #FF3000; }
.next-input.next-error.next-focus {
-webkit-box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2);
box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2); }
.next-input.next-hidden {
display: none; }
.next-input.next-noborder {
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.next-input-control .next-input-len {
font-size: 12px;
line-height: 12px;
color: #999999;
display: table-cell;
width: 1px;
vertical-align: bottom; }
.next-input-control .next-input-len.next-error {
color: #FF3000; }
.next-input-control .next-input-len.next-warning {
color: #FF9300; }
.next-input-control > * {
display: table-cell;
width: 1%;
top: 0; }
.next-input-control > *:not(:last-child) {
padding-right: 4px; }
.next-input-control .next-icon {
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
color: #999999; }
.next-input-control .next-input-warning-icon {
color: #FF9300; }
.next-input-control .next-input-warning-icon::before {
content: "\E60B"; }
.next-input-control .next-input-success-icon {
color: #46BC15; }
.next-input-control .next-input-success-icon::before {
content: "\E63A"; }
.next-input-control .next-input-loading-icon {
color: #4494F9; }
.next-input-control .next-input-loading-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-input-control .next-input-clear-icon::before {
content: "\E623"; }
.next-input-label {
color: #666666; }
.next-input input::-moz-placeholder,
.next-input textarea::-moz-placeholder {
color: #999999;
opacity: 1; }
.next-input input:-ms-input-placeholder,
.next-input textarea:-ms-input-placeholder {
color: #999999; }
.next-input input::-webkit-input-placeholder,
.next-input textarea::-webkit-input-placeholder {
color: #999999; }
.next-input.next-disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-input.next-disabled:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-input.next-disabled input, .next-input.next-disabled textarea {
color: #CCCCCC; }
.next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
color: #CCCCCC;
opacity: 1; }
.next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
color: #CCCCCC; }
.next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
color: #CCCCCC; }
.next-input.next-disabled .next-input-label {
color: #CCCCCC; }
.next-input.next-disabled .next-input-len {
color: #CCCCCC; }
.next-input.next-disabled .next-input-hint-wrap {
color: #CCCCCC; }
.next-input.next-disabled .next-input-hint-wrap .next-input-clear {
opacity: 0; }
.next-input.next-disabled .next-input-hint-wrap .next-input-hint {
opacity: 1; }
.next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
cursor: not-allowed;
color: #CCCCCC; }
.next-input.next-disabled .next-icon {
color: #CCCCCC; }
.next-input-inner, .next-input-control, .next-input-label {
display: table-cell;
width: 1px;
vertical-align: middle;
line-height: 1;
background-color: transparent;
white-space: nowrap; }
.next-input-group {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-table;
border-collapse: separate;
border-spacing: 0;
line-height: 0;
width: 100%; }
.next-input-group *,
.next-input-group *:before,
.next-input-group *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-input-group-auto-width {
width: 100%;
border-radius: 0 !important; }
.next-input-group > .next-input {
border-radius: 0; }
.next-input-group > .next-input.next-focus {
position: relative;
z-index: 1; }
.next-input-group > .next-input:first-child.next-small {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:first-child.next-medium {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:first-child.next-large {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-small {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-medium {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-large {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group-addon {
width: 1px;
display: table-cell;
vertical-align: middle;
white-space: nowrap;
/* stylelint-disable declaration-no-important */ }
.next-input-group-addon:first-child {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > * {
margin-right: -1px;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > *.next-focus {
position: relative;
z-index: 1; }
.next-input-group-addon:first-child > * > .next-input {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > * > .next-input.next-focus {
position: relative;
z-index: 1; }
.next-input-group-addon:last-child {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-addon:last-child > * {
margin-left: -1px;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-addon:last-child > * > .next-input {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-text {
color: #999999;
background-color: #F2F3F7;
text-align: center;
border: 1px solid #C4C6CF;
padding: 0 8px; }
.next-input-group-text:first-child {
border-right-width: 0; }
.next-input-group-text:last-child {
border-left-width: 0; }
.next-input-group-text.next-disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-input-group-text.next-disabled:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-input-group-text.next-small {
font-size: 12px;
border-radius: 3px; }
.next-input-group-text.next-medium {
font-size: 12px;
border-radius: 3px; }
.next-input-group-text.next-large {
font-size: 16px;
border-radius: 3px; }
.next-input[dir="rtl"].next-small .next-input-label {
padding-left: 0;
padding-right: 8px; }
.next-input[dir="rtl"].next-small .next-input-control {
padding-right: 0;
padding-left: 4px; }
.next-input[dir="rtl"].next-medium .next-input-label {
padding-left: 0;
padding-right: 8px; }
.next-input[dir="rtl"].next-medium .next-input-control {
padding-right: 0;
padding-left: 8px; }
.next-input[dir="rtl"].next-large .next-input-label {
padding-left: 0;
padding-right: 12px; }
.next-input[dir="rtl"].next-large .next-input-control {
padding-right: 0;
padding-left: 8px; }
.next-input[dir="rtl"].next-input-textarea .next-input-len {
text-align: left; }
.next-input[dir="rtl"] .next-input-control > *:not(:last-child) {
padding-left: 4px;
padding-right: 0; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-small {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-medium {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-large {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-small {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-medium {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-large {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon {
/* stylelint-disable declaration-no-important */ }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-small {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-medium {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-large {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * {
margin-left: -1px;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-small {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-medium {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-large {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * {
margin-right: -1px;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-text:first-child {
border-right-width: 1px;
border-left: 0; }
.next-input-group[dir="rtl"] .next-input-group-text:last-child {
border-left-width: 1px;
border-right: 0; }
.next-select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 0;
vertical-align: middle;
/* Select trigger */
/* 在搜索框未激活时,将 input 的 color 置为透明 */
/* ISSUE: 在 IE11 中,<input readonly/> 仍然会显示光标, 要隐藏掉 */
/*
&.next-no-search {
.next-select-trigger-search input {
color: $color-transparent;
}
}
*/
/* 弹层 */
/* 全选按钮 */
/* -------------- IE polyfill -------------- */
/* 根据最新的数据,在中国,PC 端的 IE9 份额为 2%, */
/* 所以不应该因为 IE9 而不使用 flex,而是应该做降级 polyfill */
/* @see http://gs.statcounter.com/ */
/* IE10、IE11 虽然支持 flex,但还是会有各种各样奇奇怪怪的问题 */ }
.next-select *,
.next-select *:before,
.next-select *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-select-trigger {
min-width: 100px;
outline: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-select-trigger .next-input-label {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto; }
.next-select-trigger .next-select-values {
display: block;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
overflow: hidden; }
.next-select-trigger .next-select-values > em {
font-style: inherit; }
.next-select-trigger .next-select-values input {
padding-left: 0;
padding-right: 0; }
.next-select-trigger .next-input-control {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto; }
.next-select-trigger .next-input-control > * {
display: inline-block;
width: auto; }
.next-select-trigger .next-input-control > .next-select-arrow {
padding-right: 0; }
.next-select-trigger .next-input.next-disabled em {
color: #CCCCCC; }
.next-select-trigger .next-input.next-disabled .next-select-arrow {
cursor: not-allowed; }
.next-select-trigger .next-select-clear {
display: none; }
.next-select-trigger.next-has-clear:hover .next-select-clear {
display: inline-block; }
.next-select-trigger.next-has-clear:hover .next-select-arrow {
display: none; }
.next-select .next-select-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
min-width: 100px;
outline: 0;
color: #333333; }
.next-select .next-select-inner .next-tag {
line-height: 1;
margin-right: 4px;
margin-bottom: 3px;
padding-left: 0px;
padding-right: 0px; }
.next-select .next-select-inner .next-input-inner {
width: auto; }
.next-select-trigger-search {
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
max-width: 100%; }
.next-select-trigger-search > input, .next-select-trigger-search > span {
display: block;
font-size: inherit;
font-family: inherit;
letter-spacing: inherit;
white-space: nowrap;
overflow: hidden; }
.next-select-trigger-search input {
position: absolute;
background-color: transparent;
width: 100%;
height: 100% !important;
z-index: 1;
left: 0;
border: 0;
outline: 0;
margin: 0;
padding: 0;
cursor: inherit; }
.next-select-trigger-search > span {
position: relative;
visibility: hidden;
white-space: pre;
max-width: 100%;
/* 在 table 布局中,100% 并没有什么x用 */
z-index: -1; }
.next-select-single {
/* 搜索框激活时,展开后不显示值,只显示搜索框 */
/* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ }
.next-select-single.next-no-search {
cursor: pointer; }
.next-select-single.next-has-search.next-active .next-select-values > em {
display: none; }
.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
width: 1px;
opacity: 0;
/* stylelint-disable */
filter: alpha(opacity=0);
/* for IE 9 */
/* stylelint-enable */ }
.next-select-single .next-select-values {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-select-single .next-select-values > em {
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.next-select-multiple .next-select-compact {
position: relative;
white-space: nowrap; }
.next-select-multiple .next-select-compact .next-select-trigger-search {
width: auto; }
.next-select-multiple .next-select-compact .next-select-tag-compact {
position: absolute;
top: 0;
right: 0;
z-index: 1;
padding: 0 4px 0 16px;
color: #333333;
background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
.next-select-multiple .next-disabled .next-select-tag-compact {
background: linear-gradient(90deg, transparent, #F7F8FA 10px); }
.next-select-multiple, .next-select-tag {
/* 如果有值,则搜索框变为1px */ }
.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
/* Tag 有 3px 的 margin-bottom,所以包裹 Tag 的容器要作一下处理 */
margin-bottom: -3px;
height: auto !important; }
.next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
margin-bottom: 3px; }
.next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
width: auto;
min-width: 1px;
/* 保留一个光标的宽度 */ }
.next-select-multiple .next-input, .next-select-tag .next-input {
height: auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
min-height: 18px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 14px; }
.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
height: 20px !important; }
.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
border: 0;
padding-top: 0px;
padding-bottom: 0px;
height: 14px; }
.next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
line-height: 14px; }
.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
line-height: 14px; }
.next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
line-height: 18px; }
.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
min-height: 26px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 20px; }
.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
height: 28px !important; }
.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
padding-top: 1px;
padding-bottom: 1px;
height: 20px; }
.next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
line-height: 18px; }
.next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
line-height: 26px; }
.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
min-height: 38px;
padding-top: 7px;
padding-bottom: 7px;
line-height: 24px; }
.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
height: 40px !important; }
.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
padding-top: 3px;
padding-bottom: 3px;
height: 24px; }
.next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
line-height: 18px; }
.next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
line-height: 38px; }
.next-select-auto-complete {
width: 160px; }
.next-select-auto-complete .next-input {
width: 100%;
/* table-cell 下 margin 无效 */ }
.next-select-auto-complete .next-input .next-input-hint-wrap {
padding-right: 1px; }
.next-select-auto-complete .next-input .next-select-arrow {
padding-left: 0; }
.next-select.next-active .next-select-arrow .next-icon-arrow-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-select .next-select-unfold-icon::before {
content: ""; }
.next-select-symbol-fold::before {
content: "\E63D"; }
.next-select-arrow {
cursor: pointer;
width: auto !important;
text-align: center;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
/* transform-origin: center 41.8%; // icon 图像中心 */ }
.next-select-popup-wrap {
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease;
animation-timing-function: ease; }
.next-select-menu-wrapper {
max-height: 260px;
overflow: auto;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.next-select-menu-wrapper .next-select-menu {
max-height: none;
border: none; }
.next-select-menu {
max-height: 260px;
overflow: auto;
/* autoComplete 没有选项时 menu 不显示 */ }
.next-select-menu .next-select-menu-empty-content {
padding-left: 8px;
padding-right: 8px;
color: #999999; }
.next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
display: none; }
.next-select-menu .next-menu-item-text .next-icon {
vertical-align: middle; }
.next-select-all {
display: block;
cursor: pointer;
padding: 0 8px;
margin: 0 12px 8px;
border-bottom: 1px solid #DCDEE3; }
.next-select-all:hover {
color: #3E71F7; }
.next-select-all .next-menu-icon-selected.next-icon {
display: inline-block !important;
top: initial;
color: #5584FF; }
.next-select-highlight {
color: #5584FF;
font-size: 12px; }
.next-select-in-ie.next-select-trigger .next-select-values {
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
overflow: visible; }
.next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
width: 1px; }
.next-select-in-ie.next-select-trigger .next-input-control > * {
display: table-cell;
width: 1%; }
.next-select-in-ie.next-select-trigger .next-select-arrow {
display: table-cell; }
.next-select-in-ie.next-select-trigger .next-select-clear {
display: none; }
.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
vertical-align: top; }
.next-select-in-ie.next-select-trigger .next-select-inner {
display: inline-table; }
.next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
display: inline-table; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
line-height: 20px; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
line-height: 28px; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
line-height: 40px; }
.next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
max-width: 100px; }
.next-select-in-ie.next-select-trigger.next-select-single {
/* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ }
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
position: relative; }
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em {
position: absolute;
display: inline-block;
height: 100%;
line-height: 1;
vertical-align: middle;
overflow: hidden;
left: 4px;
right: 0;
top: 30%; }
.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
/* stylelint-disable */
filter: alpha(opacity=0);
/* for IE 9 */
/* stylelint-enable */
font-size: 0; }
.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
color: inherit; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.next-select-multiple .next-select-compact .next-select-tag-compact {
background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px); }
.next-select-multiple .next-disabled .next-select-tag-compact {
background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px); } }
.next-select.next-select-multiple[dir='rtl'] .next-select-compact .next-select-tag-compact {
left: 0;
right: auto;
padding: 0 16px 0 4px;
background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px); }
.next-calendar {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar *,
.next-calendar *:before,
.next-calendar *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar table {
border-collapse: collapse;
border-spacing: 0; }
.next-calendar td,
.next-calendar th {
padding: 0; }
@-webkit-keyframes cellZoomIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes cellZoomIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes cellHover {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes cellHover {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes enterToLeft {
0% {
-webkit-transform: translate(-40%);
transform: translate(-40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@keyframes enterToLeft {
0% {
-webkit-transform: translate(-40%);
transform: translate(-40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@-webkit-keyframes enterToRight {
0% {
-webkit-transform: translate(40%);
transform: translate(40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@keyframes enterToRight {
0% {
-webkit-transform: translate(40%);
transform: translate(40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header {
text-align: right; }
.next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select {
margin-right: 4px;
vertical-align: top; }
.next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu {
text-align: left; }
.next-calendar-fullscreen .next-calendar-header {
margin-bottom: 8px; }
.next-calendar-card .next-calendar-header {
margin-bottom: 8px; }
.next-calendar-panel-header {
position: relative;
background: #5584FF;
margin-bottom: 8px;
border-bottom: 1px solid transparent; }
.next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full {
height: 32px;
line-height: 32px; }
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn {
vertical-align: top;
font-weight: bold;
margin: 0 4px;
background-color: transparent;
border-color: transparent; }
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited {
color: #FFFFFF; }
.next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover {
color: #FFFFFF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active {
color: #FFFFFF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-panel-header-left, .next-calendar-panel-header-right {
display: inline-block;
width: 50%;
text-align: center; }
.next-calendar-panel-header-full {
width: 100%;
text-align: center; }
.next-calendar-panel-menu {
max-height: 210px;
overflow: auto;
text-align: left; }
.next-calendar-btn {
cursor: pointer;
padding: 0;
margin: 0;
border: 0;
background: transparent;
outline: none;
height: 100%; }
.next-calendar-btn > .next-icon.next-icon:before,
.next-calendar-btn > .next-icon.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-calendar-btn .next-icon {
margin-left: 4px; }
.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade {
position: absolute;
top: 0;
background-color: transparent;
border-color: transparent; }
.next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited {
color: #FFFFFF; }
.next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover {
color: #FFFFFF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active {
color: #FFFFFF;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
left: 8px; }
.next-calendar-btn-prev-month {
left: 28px; }
.next-calendar-btn-next-month {
right: 28px; }
.next-calendar-btn-next-year, .next-calendar-btn-next-decade {
right: 8px; }
.next-calendar-fullscreen .next-calendar-th {
text-align: right;
color: #333333;
font-size: 16px;
font-weight: bold;
padding-right: 12px;
padding-bottom: 4px; }
.next-calendar-fullscreen .next-calendar-cell {
font-size: 14px; }
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
font-weight: bold;
background: #DEE8FF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
cursor: not-allowed;
background: #F7F8FA;
color: #CCCCCC;
border-color: #E6E7EB; }
.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px 4px;
padding: 4px 8px;
min-height: 80px;
border-top: 2px solid;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
background: #FFFFFF;
color: #333333;
border-color: #DCDEE3; }
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
background: #DEE8FF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date {
background: transparent;
color: #CCCCCC;
border-color: transparent; }
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
font-weight: bold;
background: #FFFFFF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-card .next-calendar-th,
.next-calendar-panel .next-calendar-th,
.next-calendar-range .next-calendar-th {
text-align: center;
color: #999999;
font-size: 12px;
font-weight: normal; }
.next-calendar-card .next-calendar-cell,
.next-calendar-panel .next-calendar-cell,
.next-calendar-range .next-calendar-cell {
text-align: center;
font-size: 12px; }
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
-webkit-animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
font-weight: bold;
background: #5584FF;
color: #FFFFFF;
border-color: #5584FF; }
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
cursor: not-allowed;
background: #F7F8FA;
color: #CCCCCC;
border-color: #F7F8FA; }
.next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-date,
.next-calendar-panel .next-calendar-month,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-date,
.next-calendar-range .next-calendar-month,
.next-calendar-range .next-calendar-year {
text-align: center;
border: 1px solid;
background: #FFFFFF;
color: #666666;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
cursor: pointer; }
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
width: 24px;
height: 24px;
line-height: 22px;
margin: 4px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-month,
.next-calendar-panel .next-calendar-month,
.next-calendar-range .next-calendar-month {
width: 60px;
height: 24px;
line-height: 22px;
margin: 8px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-year {
width: 48px;
height: 24px;
line-height: 22px;
margin: 8px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
background: #FFFFFF;
color: #CCCCCC;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-next-month .next-calendar-date {
background: #FFFFFF;
color: #CCCCCC;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-cell-current .next-calendar-date,
.next-calendar-card .next-calendar-cell-current .next-calendar-month,
.next-calendar-card .next-calendar-cell-current .next-calendar-year,
.next-calendar-panel .next-calendar-cell-current .next-calendar-date,
.next-calendar-panel .next-calendar-cell-current .next-calendar-month,
.next-calendar-panel .next-calendar-cell-current .next-calendar-year,
.next-calendar-range .next-calendar-cell-current .next-calendar-date,
.next-calendar-range .next-calendar-cell-current .next-calendar-month,
.next-calendar-range .next-calendar-cell-current .next-calendar-year {
font-weight: bold;
background: #FFFFFF;
color: #5584FF;
border-color: transparent; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
cursor: pointer; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
font-weight: normal;
background: transparent;
border-color: transparent; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
position: relative;
color: #5584FF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before {
content: '';
position: absolute;
left: -1px;
top: -1px;
bottom: -1px;
right: -1px;
border: 1px solid;
background: #DEE8FF;
border-color: #DEE8FF;
border-radius: 3px; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
position: relative; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end {
color: #FFFFFF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before {
background: #5584FF;
border-color: #5584FF; }
.next-calendar[dir="rtl"] .next-calendar-header {
text-align: left; }
.next-calendar[dir="rtl"] .next-calendar-header .next-select {
margin-right: 0;
margin-left: 4px; }
.next-calendar[dir="rtl"] .next-calendar-header .next-menu {
text-align: right; }
.next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, .next-calendar[dir="rtl"] .next-calendar-btn-prev-year {
left: auto;
right: 8px; }
.next-calendar[dir="rtl"] .next-calendar-btn-prev-month {
left: auto;
right: 28px; }
.next-calendar[dir="rtl"] .next-calendar-btn-next-month {
right: auto;
left: 28px; }
.next-calendar[dir="rtl"] .next-calendar-btn-next-year, .next-calendar[dir="rtl"] .next-calendar-btn-next-decade {
right: auto;
left: 8px; }
.next-calendar-fullscreen[dir="rtl"] .next-calendar-th {
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-calendar-fullscreen[dir="rtl"] .next-calendar-date, .next-calendar-fullscreen[dir="rtl"] .next-calendar-month {
text-align: left; }
.next-calendar-range[dir="rtl"] .next-calendar-body-left, .next-calendar-range[dir="rtl"] .next-calendar-body-right {
float: right; }
.next-calendar-range[dir="rtl"] .next-calendar-body-left {
padding-right: 0;
padding-left: 8px; }
.next-calendar-range[dir="rtl"] .next-calendar-body-right {
padding-left: 0;
padding-right: 8px; }
.next-calendar {
/* range calendar */
/* --------------- */ }
.next-calendar-table {
width: 100%;
table-layout: fixed; }
.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
float: left;
width: 50%; }
.next-calendar-range .next-calendar-body-left {
padding-right: 8px; }
.next-calendar-range .next-calendar-body-right {
padding-left: 8px; }
.next-calendar-range .next-calendar-body:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-calendar-symbol-prev::before {
content: "\E61D"; }
.next-calendar-symbol-next::before {
content: "\E619"; }
.next-calendar-symbol-prev-super::before {
content: "\E659"; }
.next-calendar-symbol-next-super::before {
content: "\E65E"; }
.next-card *,
.next-card *:before,
.next-card *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card, .next-card:before, .next-card:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card[dir="rtl"] .next-card-extra {
left: 0;
right: auto; }
.next-card[dir="rtl"] .next-card-title:before {
right: 0;
left: auto; }
.next-card[dir="rtl"] .next-card-subtitle {
float: left;
padding-right: 8px;
padding-left: 0; }
.next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title {
padding-left: 0;
padding-right: 8px; }
.next-card {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card *,
.next-card *:before,
.next-card *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card {
min-width: 100px;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
overflow: hidden; }
.next-card-head {
background: #FFFFFF;
padding-left: 16px;
padding-right: 16px; }
.next-card-head-show-bullet .next-card-title {
padding-left: 8px; }
.next-card-head-show-bullet .next-card-title:before {
content: '';
display: inline-block;
height: 16px;
width: 3px;
background: #5584FF;
position: absolute;
left: 0;
top: calc(50% - 8px); }
.next-card-head-main {
position: relative;
margin-top: 8px;
margin-bottom: 0px;
height: 40px;
line-height: 40px; }
.next-card-title {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80%;
height: 100%;
color: #333333;
font-size: 16px;
font-weight: normal; }
.next-card-subtitle {
font-size: 12px;
color: #666666;
padding-left: 8px; }
.next-card-extra {
position: absolute;
right: 0;
top: 0;
height: 100%;
font-size: 12px;
color: #5584FF; }
.next-card-body {
padding-bottom: 12px;
padding-left: 16px;
padding-right: 16px; }
.next-card-show-divider .next-card-head-main {
border-bottom: 1px solid #E6E7EB; }
.next-card-show-divider .next-card-body {
padding-top: 12px; }
.next-card-hide-divider .next-card-body {
padding-top: 0px; }
.next-card—free {
padding: 0; }
.next-card-content {
overflow: hidden;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
position: relative; }
.next-card-footer .next-icon {
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-card-footer .next-icon.expand {
-webkit-transform-origin: 50% 47%;
-ms-transform-origin: 50% 47%;
transform-origin: 50% 47%;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-card-header {
background: #FFFFFF;
padding: 0 16px;
margin-bottom: 12px;
margin-top: 12px; }
.next-card-media,
.next-card-media > * {
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-o-object-fit: cover;
object-fit: cover;
width: 100%; }
.next-card-header-titles {
overflow: hidden; }
.next-card-header-extra {
float: right;
text-align: right; }
.next-card-header-extra .next--btn {
margin-left: 12px;
vertical-align: middle; }
.next-card-header-title {
color: #333333;
font-size: 16px;
font-weight: normal;
line-height: 1.5; }
.next-card-header-subtitle {
font-size: 12px;
color: #666666; }
.next-card-actions {
display: block;
padding-left: 16px;
padding-right: 16px;
padding-top: 12px;
padding-bottom: 12px; }
.next-card-actions .next-btn:not(:last-child) {
margin-right: 12px;
vertical-align: middle; }
.next-card-divider {
border-style: none;
width: 100%;
margin: 0;
position: relative; }
.next-card-divider::before {
content: '';
display: block;
border-bottom: 1px solid #E6E7EB; }
.next-card-divider--inset {
padding: 0 16px; }
.next-card-content-container {
margin-top: 12px;
padding-bottom: 12px;
padding-left: 16px;
padding-right: 16px;
font-size: 12px;
line-height: 1.5;
color: #666666; }
.next-cascader {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
overflow: auto;
border: 1px solid #DCDEE3;
border-radius: 3px; }
.next-cascader *,
.next-cascader *:before,
.next-cascader *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-inner:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-cascader-menu-wrapper {
float: left;
overflow: auto;
width: 100px;
height: 192px;
overflow-x: hidden;
overflow-y: auto; }
.next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
border-left: 1px solid #DCDEE3; }
.next-cascader-menu {
position: relative;
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
min-width: auto;
min-height: 100%; }
.next-cascader-menu.next-has-right-border {
border-right: 1px solid #DCDEE3; }
.next-cascader-menu-item.next-expanded {
color: #333333;
background-color: #F2F3F7; }
.next-cascader-menu-icon-right {
position: absolute;
top: 0;
right: 10px;
color: #666666; }
.next-cascader-menu-icon-right:hover {
color: #333333; }
.next-cascader-menu-icon-expand.next-icon:before,
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-cascader-menu-icon-expand.next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-cascader-menu-icon-expand.next-icon:before {
width: 16px;
font-size: 16px; } }
.next-cascader-menu-icon-loading.next-icon:before,
.next-cascader-menu-icon-loading.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
color: #333333; }
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
color: #5584FF; }
.next-cascader-filtered-list {
height: 192px;
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow: auto; }
.next-cascader-filtered-list .next-menu-item-inner {
overflow: visible; }
.next-cascader-filtered-item em {
color: #5584FF;
font-style: normal; }
.next-cascader[dir="rtl"] .next-cascader-menu-wrapper {
float: right;
border-left: none;
border-right: 1px solid #DCDEE3; }
.next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child {
border-right: none; }
.next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border {
border-right: none;
border-left: 1px solid #DCDEE3; }
.next-cascader[dir="rtl"] .next-cascader-menu-icon-right {
right: auto;
left: 10px; }
.next-cascader-select {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select *,
.next-cascader-select *:before,
.next-cascader-select *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select-dropdown {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.next-cascader-select-dropdown *,
.next-cascader-select-dropdown *:before,
.next-cascader-select-dropdown *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select-dropdown .next-cascader {
display: block;
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.next-cascader-select-not-found {
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
overflow: auto;
color: #999999; }
.next-cascader-select-not-found .next-menu-item:hover {
color: #999999;
/* TODO */
background: #FFFFFF;
cursor: default; }
.next-collapse[dir=rtl] .next-collapse-panel-title {
padding: 8px 28px 8px 0; }
.next-collapse[dir=rtl] .next-collapse-panel-icon {
left: inherit;
right: 12px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-left: 0px;
margin-right: 0px; }
.next-collapse[dir=rtl] .next-collapse-panel-icon:before,
.next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse[dir=rtl] .next-collapse-panel-icon {
-webkit-transform: scale(0.5) rotate(180deg);
-ms-transform: scale(0.5) rotate(180deg);
transform: scale(0.5) rotate(180deg);
margin-left: -4px;
margin-right: -4px; }
.next-collapse[dir=rtl] .next-collapse-panel-icon:before {
width: 16px;
font-size: 16px; } }
/* put your code here */
.next-collapse {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #DCDEE3;
border-radius: 3px; }
.next-collapse *,
.next-collapse *:before,
.next-collapse *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-collapse:focus,
.next-collapse *:focus {
outline: 0; }
.next-collapse-panel:not(:first-child) {
border-top: 1px solid #DCDEE3; }
.next-collapse .next-collapse-panel-icon {
position: absolute;
color: #333333;
-webkit-transition: -webkit-transform 100ms linear;
transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
transition: transform 100ms linear, -webkit-transform 100ms linear;
left: 12px;
margin-top: -2px;
margin-left: 0px;
margin-right: 0px; }
.next-collapse .next-collapse-panel-icon:before,
.next-collapse .next-collapse-panel-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse .next-collapse-panel-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-collapse .next-collapse-panel-icon:before {
width: 16px;
font-size: 16px; } }
.next-collapse-panel-title {
position: relative;
line-height: 20px;
background: #F2F3F7;
font-size: 14px;
font-weight: normal;
color: #333333;
cursor: pointer;
padding: 8px 0 8px 28px;
-webkit-transition: background 100ms linear;
transition: background 100ms linear; }
.next-collapse-panel-title:hover {
background: #EBECF0;
color: #333333;
font-weight: normal; }
.next-collapse-panel-title:hover .next-collapse-panel-icon {
color: #333333; }
.next-collapse-panel-content {
height: 0;
padding: 0 16px;
background: #FFFFFF;
font-size: 12px;
color: #666666;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
opacity: 0; }
.next-collapse-panel-expanded > .next-collapse-panel-content {
display: block;
padding: 12px 16px;
height: auto;
opacity: 1; }
.next-collapse .next-collapse-unfold-icon::before {
content: ""; }
.next-collapse-panel-hidden > .next-collapse-panel-content {
overflow: hidden; }
.next-collapse .next-collapse-panel-icon::before {
content: "\E619"; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0px;
margin-right: 0px; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before,
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
-webkit-transform: scale(0.5) rotate(90deg);
-ms-transform: scale(0.5) rotate(90deg);
transform: scale(0.5) rotate(90deg);
margin-left: -4px;
margin-right: -4px; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
width: 16px;
font-size: 16px; } }
.next-collapse-disabled {
border-color: #E6E7EB; }
.next-collapse-panel-disabled:not(:first-child) {
border-color: #E6E7EB; }
.next-collapse-panel-disabled > .next-collapse-panel-title {
cursor: not-allowed;
color: #CCCCCC;
background: #F2F3F7; }
.next-collapse-panel-disabled .next-collapse-panel-icon {
color: #CCCCCC; }
.next-collapse-panel-disabled .next-collapse-panel-title:hover {
font-weight: normal; }
.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
color: #CCCCCC; }
.next-collapse-panel-disabled:hover {
color: #CCCCCC;
background: #F2F3F7; }
.next-time-picker2-menu {
float: left;
text-align: center;
padding: 8px 0; }
.next-time-picker2-menu:not(:last-child) {
border-right: 1px solid #DCDEE3; }
.next-time-picker2-menu-title {
cursor: default;
height: 28px;
line-height: 28px;
font-size: 12px;
font-weight: normal;
color: #999999;
background: #FFFFFF; }
.next-time-picker2-menu ul {
position: relative;
overflow-y: hidden;
overflow-x: auto;
list-style: none;
margin: 0;
width: 54px;
padding: 0;
font-size: 12px;
height: 224px;
scrollbar-width: none;
-ms-overflow-style: none; }
.next-time-picker2-menu ul::-webkit-scrollbar {
width: 0; }
.next-time-picker2-menu ul:hover {
overflow-y: auto; }
.next-time-picker2-menu ul:after {
display: block;
height: 192px;
content: ""; }
.next-time-picker2-menu-item {
cursor: pointer;
height: 32px;
line-height: 32px;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
color: #666666;
background: #FFFFFF;
outline: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.next-time-picker2-menu-item:hover {
color: #333333;
background: #F2F3F7; }
.next-time-picker2-menu-item.next-selected {
color: #666666;
background: #DEE8FF; }
.next-time-picker2-menu-item.next-disabled {
cursor: not-allowed;
color: #CCCCCC;
background: #F7F8FA; }
.next-time-picker2-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-time-picker2-panel *,
.next-time-picker2-panel *:before,
.next-time-picker2-panel *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker2-panel:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-time-picker2-panel-header {
border-bottom: 1px solid #DCDEE3; }
.next-time-picker2-panel-input.next-input {
width: 100%;
padding: 6px;
border-color: transparent;
vertical-align: middle; }
.next-time-picker2-panel .next-time-picker2-menu {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.next-time-picker2-footer {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
min-width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
border-top: 1px solid #F0F0F0;
padding: 4px 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.next-time-picker2-footer-actions {
margin-left: auto; }
.next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu {
float: right; }
.next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #DCDEE3; }
.next-time-picker2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block; }
.next-time-picker2 *,
.next-time-picker2 *:before,
.next-time-picker2 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker2-trigger .next-input {
width: 100%; }
.next-time-picker2-wrapper {
padding: 4px 0; }
.next-time-picker2-body {
overflow: hidden;
border: 1px solid #DCDEE3;
border-radius: 3px;
background: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none; }
.next-time-picker2-symbol-clock-icon::before {
content: "\E621"; }
.next-range-picker-trigger-separator, .next-range-picker-panel-input-separator {
cursor: default;
display: inline-block;
text-align: center;
color: #CCCCCC;
width: 16px;
font-size: 12px;
vertical-align: middle; }
.next-date-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
display: inline-block;
width: 200px; }
.next-date-picker-input,
.next-month-picker-input,
.next-year-picker-input,
.next-week-picker-input {
width: 100%; }
.next-date-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
width: 288px; }
.next-date-picker-panel-input.next-input,
.next-month-picker-panel-input.next-input,
.next-year-picker-panel-input.next-input,
.next-week-picker-panel-input.next-input {
width: 100%;
background: transparent; }
.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
width: 49%; }
.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
margin-right: 2%; }
.next-range-picker {
display: inline-block;
width: 336px; }
.next-range-picker-input {
width: 100%; }
.next-range-picker-trigger {
border: 1px solid #C4C6CF;
background-color: #FFFFFF; }
.next-range-picker-trigger:hover {
border-color: #A0A2AD;
background-color: #FFFFFF; }
.next-range-picker-trigger.next-error {
border-color: #FF3000; }
.next-range-picker-trigger-input.next-input {
height: auto;
width: calc(50% - 8px); }
.next-range-picker.next-disabled .next-range-picker-trigger {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-range-picker.next-disabled .next-range-picker-trigger:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker-body {
width: 600px; }
.next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input {
width: calc(50% - 8px); }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
width: calc(25% - 8px); }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
margin-right: 8px; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
margin-left: 8px; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
width: 50%;
float: left; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
border-right: 1px solid #DCDEE3; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
border-left: 1px solid #DCDEE3; }
.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer {
text-align: left; }
.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
margin-right: 0;
margin-left: 16px; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
margin-left: 2%;
margin-right: 0; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu {
float: right; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-range-picker-body[dir="rtl"] .next-range-picker-panel-input {
text-align: right; }
.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer {
text-align: left; }
.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
margin-right: 0;
margin-left: 16px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
margin-right: 0;
margin-left: 8px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
margin-left: 0;
margin-right: 8px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
float: right; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start {
border-right: none;
border-left: 1px solid #DCDEE3; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
border-left: none;
border-right: 1px solid #DCDEE3; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu {
float: right; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-date-picker,
.next-range-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-date-picker *,
.next-date-picker *:before,
.next-date-picker *:after,
.next-range-picker *,
.next-range-picker *:before,
.next-range-picker *:after,
.next-month-picker *,
.next-month-picker *:before,
.next-month-picker *:after,
.next-year-picker *,
.next-year-picker *:before,
.next-year-picker *:after,
.next-week-picker *,
.next-week-picker *:before,
.next-week-picker *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-date-picker-body,
.next-range-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF; }
.next-date-picker-panel-header,
.next-range-picker-panel-header,
.next-month-picker-panel-header,
.next-year-picker-panel-header,
.next-week-picker-panel-header {
padding: 6px;
text-align: center; }
.next-date-picker-panel-time,
.next-range-picker-panel-time,
.next-month-picker-panel-time,
.next-year-picker-panel-time,
.next-week-picker-panel-time {
border-top: 1px solid #DCDEE3; }
.next-date-picker-panel-footer,
.next-range-picker-panel-footer,
.next-month-picker-panel-footer,
.next-year-picker-panel-footer,
.next-week-picker-panel-footer {
text-align: right;
padding: 8px 20px;
border-top: 1px solid #DCDEE3; }
.next-date-picker-panel-footer > .next-btn:not(:last-child),
.next-date-picker-panel-tools > .next-btn:not(:last-child),
.next-range-picker-panel-footer > .next-btn:not(:last-child),
.next-range-picker-panel-tools > .next-btn:not(:last-child),
.next-month-picker-panel-footer > .next-btn:not(:last-child),
.next-month-picker-panel-tools > .next-btn:not(:last-child),
.next-year-picker-panel-footer > .next-btn:not(:last-child),
.next-year-picker-panel-tools > .next-btn:not(:last-child),
.next-week-picker-panel-footer > .next-btn:not(:last-child),
.next-week-picker-panel-tools > .next-btn:not(:last-child) {
margin-right: 16px; }
.next-date-picker-panel-tools,
.next-range-picker-panel-tools,
.next-month-picker-panel-tools,
.next-year-picker-panel-tools,
.next-week-picker-panel-tools {
float: left; }
.next-date-picker .next-calendar-panel-header,
.next-range-picker .next-calendar-panel-header,
.next-month-picker .next-calendar-panel-header,
.next-year-picker .next-calendar-panel-header,
.next-week-picker .next-calendar-panel-header {
margin-left: -1px;
margin-right: -1px; }
.next-date-picker .next-input input,
.next-range-picker .next-input input,
.next-month-picker .next-input input,
.next-year-picker .next-input input,
.next-week-picker .next-input input {
vertical-align: baseline; }
.next-date-picker-symbol-calendar-icon::before,
.next-range-picker-symbol-calendar-icon::before,
.next-month-picker-symbol-calendar-icon::before,
.next-year-picker-symbol-calendar-icon::before,
.next-week-picker-symbol-calendar-icon::before {
content: "\E607"; }
.next-range-picker-panel-body .next-calendar {
display: inline-block;
width: 50%; }
.next-message {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
vertical-align: baseline;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.next-message *,
.next-message *:before,
.next-message *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-message:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-message .next-message-close {
color: #999999;
font-size: 0;
position: absolute;
cursor: pointer; }
.next-message .next-message-close .next-icon-close {
width: 12px;
height: 12px;
line-height: 12px; }
.next-message .next-message-close .next-icon-close:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px; }
.next-message .next-message-close:hover {
color: #666666; }
.next-message.next-message-success.next-inline {
background-color: #E4FDDA;
border-color: #E4FDDA;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-success.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-success.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-success.next-inline .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-inline .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-success.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-success.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-success.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-success.next-addon .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-addon .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-success.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-success.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-success.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-success.next-toast .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-toast .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-warning.next-inline {
background-color: #FFF3E0;
border-color: #FFF3E0;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-warning.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-inline .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-inline .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-warning.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-warning.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-addon .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-addon .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-warning.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-warning.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-toast .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-toast .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-error.next-inline {
background-color: #FFECE4;
border-color: #FFECE4;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-error.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-error.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-error.next-inline .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-inline .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-error.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-error.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-error.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-error.next-addon .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-addon .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-error.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-error.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-error.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-error.next-toast .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-toast .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-notice.next-inline {
background-color: #E3F2FD;
border-color: #E3F2FD;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-notice.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-inline .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-inline .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-notice.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-notice.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-addon .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-addon .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-notice.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-notice.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-toast .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-toast .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-help.next-inline {
background-color: #E3FFF8;
border-color: #E3FFF8;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-help.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-help.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-help.next-inline .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-inline .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-help.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-help.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-help.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-help.next-addon .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-addon .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-help.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-help.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-help.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-help.next-toast .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-toast .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-loading.next-inline {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-loading.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-inline .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-inline .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-message-loading.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-loading.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-addon .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-addon .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-message-loading.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-loading.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-toast .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-toast .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-medium {
border-width: 1px;
padding: 12px; }
.next-message.next-medium .next-message-symbol {
float: left;
line-height: 16px; }
.next-message.next-medium .next-message-symbol:before,
.next-message.next-medium .next-message-symbol .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-message.next-medium .next-message-title {
padding: 0 20px 0 24px;
font-size: 16px;
line-height: 16px; }
.next-message.next-medium .next-message-content {
margin-top: 8px;
padding: 0 20px 0 24px;
font-size: 12px;
line-height: 12px; }
.next-message.next-medium .next-message-symbol + .next-message-content {
margin-top: 0; }
.next-message.next-medium.next-title-content .next-message-title {
line-height: 16px; }
.next-message.next-medium.next-only-content .next-message-content {
line-height: 16px; }
.next-message.next-medium .next-message-close {
top: 12px;
right: 12px; }
.next-message.next-medium.next-inline {
border-radius: 3px; }
.next-message.next-medium.next-toast {
border-radius: 3px; }
.next-message.next-large {
border-width: 2px;
padding: 16px;
line-height: 18px; }
.next-message.next-large .next-message-symbol {
float: left;
line-height: 24px; }
.next-message.next-large .next-message-symbol:before,
.next-message.next-large .next-message-symbol .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-message.next-large .next-message-title {
padding: 0 20px 0 36px;
font-size: 20px;
line-height: 20px; }
.next-message.next-large .next-message-content {
margin-top: 8px;
padding: 0 20px 0 36px;
font-size: 12px;
line-height: 12px; }
.next-message.next-large .next-message-symbol + .next-message-content {
margin-top: 0; }
.next-message.next-large.next-title-content .next-message-title {
line-height: 24px; }
.next-message.next-large.next-only-content .next-message-content {
line-height: 24px; }
.next-message.next-large .next-message-close {
top: 16px;
right: 16px; }
.next-message.next-large.next-inline {
border-radius: 3px; }
.next-message.next-large.next-toast {
border-radius: 3px; }
.next-message[dir="rtl"] .next-message-symbol {
float: right; }
.next-message[dir="rtl"].next-medium .next-message-title {
padding: 0 24px 0 20px; }
.next-message[dir="rtl"].next-medium .next-message-close {
left: 12px;
right: auto; }
.next-message[dir="rtl"].next-large .next-message-title {
padding: 0 36px 0 20px; }
.next-message[dir="rtl"].next-large .next-message-close {
left: 16px;
right: auto; }
.next-dialog[dir=rtl] {
text-align: right; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
text-align: right; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
text-align: center; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
text-align: left; }
.next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
margin-right: 4px;
margin-left: 0; }
.next-dialog[dir=rtl] .next-dialog-close {
left: 12px;
right: auto; }
.next-dialog {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
z-index: 1001;
background: #FFFFFF;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
text-align: left;
overflow: hidden;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
max-width: 90%;
/* 让用户自己设置 */
/* &.next-closeable &-header, */
/* &.next-closeable &-body, { */
/* padding-right: $dialog-part-padding-right-closeable; */
/* } */ }
.next-dialog *,
.next-dialog *:before,
.next-dialog *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-dialog-header {
padding: 12px 20px 12px 20px;
border-bottom: 0px solid transparent;
font-size: 16px;
background: transparent;
color: #333333; }
.next-dialog-body {
padding: 20px 20px 20px 20px;
font-size: 12px;
color: #666666; }
.next-dialog-footer {
padding: 12px 20px 12px 20px;
border-top: 0px solid transparent;
background: transparent; }
.next-dialog-footer.next-align-left {
text-align: left; }
.next-dialog-footer.next-align-center {
text-align: center; }
.next-dialog-footer.next-align-right {
text-align: right; }
.next-dialog-footer-fixed-height {
position: absolute;
width: 100%;
bottom: 0; }
.next-dialog-btn + .next-dialog-btn {
margin-left: 4px; }
.next-dialog-close {
position: absolute;
top: 12px;
right: 12px;
width: 16px;
height: 16px;
color: #999999;
cursor: pointer; }
.next-dialog-close:link, .next-dialog-close:visited {
height: 16px;
color: #999999; }
.next-dialog-close:hover {
background: transparent;
color: #333333; }
.next-dialog-close .next-dialog-close-icon.next-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
line-height: 12px; }
.next-dialog-close .next-dialog-close-icon.next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px; }
.next-dialog-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1001;
padding: 40px;
overflow: auto;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-dialog-container:before {
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
content: ''; }
.next-dialog-container .next-dialog {
display: inline-block;
position: relative;
vertical-align: middle; }
.next-dialog-quick .next-dialog-body {
padding: 20px 20px 20px 20px; }
.next-dialog .next-dialog-message.next-message {
min-width: 300px;
padding: 0; }
.next-drawer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
z-index: 1001;
background: #FFFFFF;
border: 1px solid #DCDEE3;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
overflow: auto;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.next-drawer *,
.next-drawer *:before,
.next-drawer *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-drawer-right {
height: 100%;
max-width: 80%;
width: 240px; }
.next-drawer-left {
height: 100%;
max-width: 80%;
width: 240px; }
.next-drawer-top {
width: 100%; }
.next-drawer-bottom {
width: 100%; }
.next-drawer-header {
padding: 12px 20px 12px 20px;
border-bottom: 1px solid #DCDEE3;
font-size: 16px;
background: #FFFFFF;
color: #333333; }
.next-drawer-no-title {
padding: 0;
border-bottom: 0; }
.next-drawer-body {
padding: 20px 20px 20px 20px;
font-size: 12px;
color: #666666; }
.next-drawer-close {
position: absolute;
top: 12px;
right: 12px;
width: 16px;
height: 16px;
color: #999999;
cursor: pointer; }
.next-drawer-close:link, .next-drawer-close:visited {
height: 16px;
color: #999999; }
.next-drawer-close:hover {
background: transparent;
color: #333333; }
.next-drawer-close .next-drawer-close-icon.next-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
line-height: 12px; }
.next-drawer-close .next-drawer-close-icon.next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px; }
/* stylelint-disable-next-line */
/* Grid System */
/* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */
/* 栅格系统, 根据不同的屏幕尺寸情况,调整这些区块的排版,将页面划分为若干等宽的列,然后推荐通过等宽列来创建响应式的页面区块。另外,屏幕宽度较大的时候,区块倾向于水平分布,而屏幕宽度较小的时候,区块倾向于竖直堆叠。 */
/* ------------------------------- */
.next-row {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-row *,
.next-row *:before,
.next-row *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-row.next-row-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media (min-width: 320px) {
.next-row.next-row-fixed {
width: 320px; } }
@media (min-width: 480px) {
.next-row.next-row-fixed {
width: 480px; } }
@media (min-width: 720px) {
.next-row.next-row-fixed {
width: 720px; } }
@media (min-width: 990px) {
.next-row.next-row-fixed {
width: 990px; } }
@media (min-width: 1200px) {
.next-row.next-row-fixed {
width: 1200px; } }
@media (min-width: 1500px) {
.next-row.next-row-fixed {
width: 1500px; } }
.next-row.next-row-fixed-xxs {
width: 320px; }
.next-row.next-row-fixed-xs {
width: 480px; }
.next-row.next-row-fixed-s {
width: 720px; }
.next-row.next-row-fixed-m {
width: 990px; }
.next-row.next-row-fixed-l {
width: 1200px; }
.next-row.next-row-fixed-xl {
width: 1500px; }
.next-row.next-row-justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.next-row.next-row-justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.next-row.next-row-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.next-row.next-row-justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.next-row.next-row-justify-space-around {
-ms-flex-pack: distribute;
justify-content: space-around; }
.next-row.next-row-align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.next-row.next-row-align-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.next-row.next-row-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-row.next-row-align-baseline {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline; }
.next-row.next-row-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.next-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.next-col.next-col-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.next-col.next-col-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
.next-col.next-col-center {
-ms-flex-item-align: center;
align-self: center; }
/* IE9 pack */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
.next-row {
display: table;
width: 100%; }
.next-col {
display: table-cell;
vertical-align: top; } }
.next-col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
@media (min-width: 320px) {
.next-col-xxs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xxs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xxs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xxs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xxs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xxs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xxs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xxs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xxs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xxs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xxs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xxs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xxs-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xxs-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xxs-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xxs-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xxs-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xxs-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xxs-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xxs-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xxs-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xxs-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xxs-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xxs-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 480px) {
.next-col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xs-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xs-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xs-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xs-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xs-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xs-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xs-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xs-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xs-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xs-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xs-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xs-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 720px) {
.next-col-s-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-s-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-s-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-s-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-s-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-s-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-s-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-s-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-s-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-s-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-s-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-s-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-s-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-s-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-s-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-s-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-s-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-s-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-s-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-s-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-s-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-s-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-s-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-s-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 990px) {
.next-col-m-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-m-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-m-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-m-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-m-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-m-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-m-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-m-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-m-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-m-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-m-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-m-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-m-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-m-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-m-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-m-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-m-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-m-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-m-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-m-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-m-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-m-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-m-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-m-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1200px) {
.next-col-l-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-l-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-l-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-l-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-l-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-l-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-l-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-l-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-l-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-l-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-l-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-l-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-l-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-l-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-l-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-l-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-l-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-l-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-l-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-l-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-l-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-l-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-l-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-l-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xl-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xl-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xl-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xl-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xl-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xl-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xl-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xl-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xl-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xl-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xl-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xl-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
.next-col-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
@media (min-width: 320px) {
.next-col-xxs-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xxs-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xxs-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xxs-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xxs-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 480px) {
.next-col-xs-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xs-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xs-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xs-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xs-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 720px) {
.next-col-s-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-s-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-s-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-s-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-s-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 990px) {
.next-col-m-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-m-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-m-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-m-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-m-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1200px) {
.next-col-l-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-l-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-l-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-l-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-l-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xl-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xl-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xl-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xl-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
.next-col-fixed-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20px;
flex: 0 0 20px;
width: 20px;
max-width: 20px; }
.next-col-fixed-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
width: 40px;
max-width: 40px; }
.next-col-fixed-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
width: 60px;
max-width: 60px; }
.next-col-fixed-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
width: 80px;
max-width: 80px; }
.next-col-fixed-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
width: 100px;
max-width: 100px; }
.next-col-fixed-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
width: 120px;
max-width: 120px; }
.next-col-fixed-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 140px;
flex: 0 0 140px;
width: 140px;
max-width: 140px; }
.next-col-fixed-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
width: 160px;
max-width: 160px; }
.next-col-fixed-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 180px;
flex: 0 0 180px;
width: 180px;
max-width: 180px; }
.next-col-fixed-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
width: 200px;
max-width: 200px; }
.next-col-fixed-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 220px;
flex: 0 0 220px;
width: 220px;
max-width: 220px; }
.next-col-fixed-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 240px;
flex: 0 0 240px;
width: 240px;
max-width: 240px; }
.next-col-fixed-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 260px;
flex: 0 0 260px;
width: 260px;
max-width: 260px; }
.next-col-fixed-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 280px;
flex: 0 0 280px;
width: 280px;
max-width: 280px; }
.next-col-fixed-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
width: 300px;
max-width: 300px; }
.next-col-fixed-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 320px;
flex: 0 0 320px;
width: 320px;
max-width: 320px; }
.next-col-fixed-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 340px;
flex: 0 0 340px;
width: 340px;
max-width: 340px; }
.next-col-fixed-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 360px;
flex: 0 0 360px;
width: 360px;
max-width: 360px; }
.next-col-fixed-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
width: 380px;
max-width: 380px; }
.next-col-fixed-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
width: 400px;
max-width: 400px; }
.next-col-fixed-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
width: 420px;
max-width: 420px; }
.next-col-fixed-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 440px;
flex: 0 0 440px;
width: 440px;
max-width: 440px; }
.next-col-fixed-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 460px;
flex: 0 0 460px;
width: 460px;
max-width: 460px; }
.next-col-fixed-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 480px;
flex: 0 0 480px;
width: 480px;
max-width: 480px; }
.next-col-fixed-25 {
-webkit-box-flex: 0;
-ms-flex: 0 0 500px;
flex: 0 0 500px;
width: 500px;
max-width: 500px; }
.next-col-fixed-26 {
-webkit-box-flex: 0;
-ms-flex: 0 0 520px;
flex: 0 0 520px;
width: 520px;
max-width: 520px; }
.next-col-fixed-27 {
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
width: 540px;
max-width: 540px; }
.next-col-fixed-28 {
-webkit-box-flex: 0;
-ms-flex: 0 0 560px;
flex: 0 0 560px;
width: 560px;
max-width: 560px; }
.next-col-fixed-29 {
-webkit-box-flex: 0;
-ms-flex: 0 0 580px;
flex: 0 0 580px;
width: 580px;
max-width: 580px; }
.next-col-fixed-30 {
-webkit-box-flex: 0;
-ms-flex: 0 0 600px;
flex: 0 0 600px;
width: 600px;
max-width: 600px; }
.next-col-offset-1 {
margin-left: 4.16667%; }
.next-col-offset-2 {
margin-left: 8.33333%; }
.next-col-offset-3 {
margin-left: 12.5%; }
.next-col-offset-4 {
margin-left: 16.66667%; }
.next-col-offset-5 {
margin-left: 20.83333%; }
.next-col-offset-6 {
margin-left: 25%; }
.next-col-offset-7 {
margin-left: 29.16667%; }
.next-col-offset-8 {
margin-left: 33.33333%; }
.next-col-offset-9 {
margin-left: 37.5%; }
.next-col-offset-10 {
margin-left: 41.66667%; }
.next-col-offset-11 {
margin-left: 45.83333%; }
.next-col-offset-12 {
margin-left: 50%; }
.next-col-offset-13 {
margin-left: 54.16667%; }
.next-col-offset-14 {
margin-left: 58.33333%; }
.next-col-offset-15 {
margin-left: 62.5%; }
.next-col-offset-16 {
margin-left: 66.66667%; }
.next-col-offset-17 {
margin-left: 70.83333%; }
.next-col-offset-18 {
margin-left: 75%; }
.next-col-offset-19 {
margin-left: 79.16667%; }
.next-col-offset-20 {
margin-left: 83.33333%; }
.next-col-offset-21 {
margin-left: 87.5%; }
.next-col-offset-22 {
margin-left: 91.66667%; }
.next-col-offset-23 {
margin-left: 95.83333%; }
.next-col-offset-24 {
margin-left: 100%; }
@media (min-width: 320px) {
.next-col-xxs-offset-1 {
margin-left: 4.16667%; }
.next-col-xxs-offset-2 {
margin-left: 8.33333%; }
.next-col-xxs-offset-3 {
margin-left: 12.5%; }
.next-col-xxs-offset-4 {
margin-left: 16.66667%; }
.next-col-xxs-offset-5 {
margin-left: 20.83333%; }
.next-col-xxs-offset-6 {
margin-left: 25%; }
.next-col-xxs-offset-7 {
margin-left: 29.16667%; }
.next-col-xxs-offset-8 {
margin-left: 33.33333%; }
.next-col-xxs-offset-9 {
margin-left: 37.5%; }
.next-col-xxs-offset-10 {
margin-left: 41.66667%; }
.next-col-xxs-offset-11 {
margin-left: 45.83333%; }
.next-col-xxs-offset-12 {
margin-left: 50%; }
.next-col-xxs-offset-13 {
margin-left: 54.16667%; }
.next-col-xxs-offset-14 {
margin-left: 58.33333%; }
.next-col-xxs-offset-15 {
margin-left: 62.5%; }
.next-col-xxs-offset-16 {
margin-left: 66.66667%; }
.next-col-xxs-offset-17 {
margin-left: 70.83333%; }
.next-col-xxs-offset-18 {
margin-left: 75%; }
.next-col-xxs-offset-19 {
margin-left: 79.16667%; }
.next-col-xxs-offset-20 {
margin-left: 83.33333%; }
.next-col-xxs-offset-21 {
margin-left: 87.5%; }
.next-col-xxs-offset-22 {
margin-left: 91.66667%; }
.next-col-xxs-offset-23 {
margin-left: 95.83333%; }
.next-col-xxs-offset-24 {
margin-left: 100%; } }
@media (min-width: 480px) {
.next-col-xs-offset-1 {
margin-left: 4.16667%; }
.next-col-xs-offset-2 {
margin-left: 8.33333%; }
.next-col-xs-offset-3 {
margin-left: 12.5%; }
.next-col-xs-offset-4 {
margin-left: 16.66667%; }
.next-col-xs-offset-5 {
margin-left: 20.83333%; }
.next-col-xs-offset-6 {
margin-left: 25%; }
.next-col-xs-offset-7 {
margin-left: 29.16667%; }
.next-col-xs-offset-8 {
margin-left: 33.33333%; }
.next-col-xs-offset-9 {
margin-left: 37.5%; }
.next-col-xs-offset-10 {
margin-left: 41.66667%; }
.next-col-xs-offset-11 {
margin-left: 45.83333%; }
.next-col-xs-offset-12 {
margin-left: 50%; }
.next-col-xs-offset-13 {
margin-left: 54.16667%; }
.next-col-xs-offset-14 {
margin-left: 58.33333%; }
.next-col-xs-offset-15 {
margin-left: 62.5%; }
.next-col-xs-offset-16 {
margin-left: 66.66667%; }
.next-col-xs-offset-17 {
margin-left: 70.83333%; }
.next-col-xs-offset-18 {
margin-left: 75%; }
.next-col-xs-offset-19 {
margin-left: 79.16667%; }
.next-col-xs-offset-20 {
margin-left: 83.33333%; }
.next-col-xs-offset-21 {
margin-left: 87.5%; }
.next-col-xs-offset-22 {
margin-left: 91.66667%; }
.next-col-xs-offset-23 {
margin-left: 95.83333%; }
.next-col-xs-offset-24 {
margin-left: 100%; } }
@media (min-width: 720px) {
.next-col-s-offset-1 {
margin-left: 4.16667%; }
.next-col-s-offset-2 {
margin-left: 8.33333%; }
.next-col-s-offset-3 {
margin-left: 12.5%; }
.next-col-s-offset-4 {
margin-left: 16.66667%; }
.next-col-s-offset-5 {
margin-left: 20.83333%; }
.next-col-s-offset-6 {
margin-left: 25%; }
.next-col-s-offset-7 {
margin-left: 29.16667%; }
.next-col-s-offset-8 {
margin-left: 33.33333%; }
.next-col-s-offset-9 {
margin-left: 37.5%; }
.next-col-s-offset-10 {
margin-left: 41.66667%; }
.next-col-s-offset-11 {
margin-left: 45.83333%; }
.next-col-s-offset-12 {
margin-left: 50%; }
.next-col-s-offset-13 {
margin-left: 54.16667%; }
.next-col-s-offset-14 {
margin-left: 58.33333%; }
.next-col-s-offset-15 {
margin-left: 62.5%; }
.next-col-s-offset-16 {
margin-left: 66.66667%; }
.next-col-s-offset-17 {
margin-left: 70.83333%; }
.next-col-s-offset-18 {
margin-left: 75%; }
.next-col-s-offset-19 {
margin-left: 79.16667%; }
.next-col-s-offset-20 {
margin-left: 83.33333%; }
.next-col-s-offset-21 {
margin-left: 87.5%; }
.next-col-s-offset-22 {
margin-left: 91.66667%; }
.next-col-s-offset-23 {
margin-left: 95.83333%; }
.next-col-s-offset-24 {
margin-left: 100%; } }
@media (min-width: 990px) {
.next-col-m-offset-1 {
margin-left: 4.16667%; }
.next-col-m-offset-2 {
margin-left: 8.33333%; }
.next-col-m-offset-3 {
margin-left: 12.5%; }
.next-col-m-offset-4 {
margin-left: 16.66667%; }
.next-col-m-offset-5 {
margin-left: 20.83333%; }
.next-col-m-offset-6 {
margin-left: 25%; }
.next-col-m-offset-7 {
margin-left: 29.16667%; }
.next-col-m-offset-8 {
margin-left: 33.33333%; }
.next-col-m-offset-9 {
margin-left: 37.5%; }
.next-col-m-offset-10 {
margin-left: 41.66667%; }
.next-col-m-offset-11 {
margin-left: 45.83333%; }
.next-col-m-offset-12 {
margin-left: 50%; }
.next-col-m-offset-13 {
margin-left: 54.16667%; }
.next-col-m-offset-14 {
margin-left: 58.33333%; }
.next-col-m-offset-15 {
margin-left: 62.5%; }
.next-col-m-offset-16 {
margin-left: 66.66667%; }
.next-col-m-offset-17 {
margin-left: 70.83333%; }
.next-col-m-offset-18 {
margin-left: 75%; }
.next-col-m-offset-19 {
margin-left: 79.16667%; }
.next-col-m-offset-20 {
margin-left: 83.33333%; }
.next-col-m-offset-21 {
margin-left: 87.5%; }
.next-col-m-offset-22 {
margin-left: 91.66667%; }
.next-col-m-offset-23 {
margin-left: 95.83333%; }
.next-col-m-offset-24 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.next-col-l-offset-1 {
margin-left: 4.16667%; }
.next-col-l-offset-2 {
margin-left: 8.33333%; }
.next-col-l-offset-3 {
margin-left: 12.5%; }
.next-col-l-offset-4 {
margin-left: 16.66667%; }
.next-col-l-offset-5 {
margin-left: 20.83333%; }
.next-col-l-offset-6 {
margin-left: 25%; }
.next-col-l-offset-7 {
margin-left: 29.16667%; }
.next-col-l-offset-8 {
margin-left: 33.33333%; }
.next-col-l-offset-9 {
margin-left: 37.5%; }
.next-col-l-offset-10 {
margin-left: 41.66667%; }
.next-col-l-offset-11 {
margin-left: 45.83333%; }
.next-col-l-offset-12 {
margin-left: 50%; }
.next-col-l-offset-13 {
margin-left: 54.16667%; }
.next-col-l-offset-14 {
margin-left: 58.33333%; }
.next-col-l-offset-15 {
margin-left: 62.5%; }
.next-col-l-offset-16 {
margin-left: 66.66667%; }
.next-col-l-offset-17 {
margin-left: 70.83333%; }
.next-col-l-offset-18 {
margin-left: 75%; }
.next-col-l-offset-19 {
margin-left: 79.16667%; }
.next-col-l-offset-20 {
margin-left: 83.33333%; }
.next-col-l-offset-21 {
margin-left: 87.5%; }
.next-col-l-offset-22 {
margin-left: 91.66667%; }
.next-col-l-offset-23 {
margin-left: 95.83333%; }
.next-col-l-offset-24 {
margin-left: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-offset-1 {
margin-left: 4.16667%; }
.next-col-xl-offset-2 {
margin-left: 8.33333%; }
.next-col-xl-offset-3 {
margin-left: 12.5%; }
.next-col-xl-offset-4 {
margin-left: 16.66667%; }
.next-col-xl-offset-5 {
margin-left: 20.83333%; }
.next-col-xl-offset-6 {
margin-left: 25%; }
.next-col-xl-offset-7 {
margin-left: 29.16667%; }
.next-col-xl-offset-8 {
margin-left: 33.33333%; }
.next-col-xl-offset-9 {
margin-left: 37.5%; }
.next-col-xl-offset-10 {
margin-left: 41.66667%; }
.next-col-xl-offset-11 {
margin-left: 45.83333%; }
.next-col-xl-offset-12 {
margin-left: 50%; }
.next-col-xl-offset-13 {
margin-left: 54.16667%; }
.next-col-xl-offset-14 {
margin-left: 58.33333%; }
.next-col-xl-offset-15 {
margin-left: 62.5%; }
.next-col-xl-offset-16 {
margin-left: 66.66667%; }
.next-col-xl-offset-17 {
margin-left: 70.83333%; }
.next-col-xl-offset-18 {
margin-left: 75%; }
.next-col-xl-offset-19 {
margin-left: 79.16667%; }
.next-col-xl-offset-20 {
margin-left: 83.33333%; }
.next-col-xl-offset-21 {
margin-left: 87.5%; }
.next-col-xl-offset-22 {
margin-left: 91.66667%; }
.next-col-xl-offset-23 {
margin-left: 95.83333%; }
.next-col-xl-offset-24 {
margin-left: 100%; } }
.next-col-offset-fixed-1 {
margin-left: 20px; }
.next-col-offset-fixed-2 {
margin-left: 40px; }
.next-col-offset-fixed-3 {
margin-left: 60px; }
.next-col-offset-fixed-4 {
margin-left: 80px; }
.next-col-offset-fixed-5 {
margin-left: 100px; }
.next-col-offset-fixed-6 {
margin-left: 120px; }
.next-col-offset-fixed-7 {
margin-left: 140px; }
.next-col-offset-fixed-8 {
margin-left: 160px; }
.next-col-offset-fixed-9 {
margin-left: 180px; }
.next-col-offset-fixed-10 {
margin-left: 200px; }
.next-col-offset-fixed-11 {
margin-left: 220px; }
.next-col-offset-fixed-12 {
margin-left: 240px; }
.next-col-offset-fixed-13 {
margin-left: 260px; }
.next-col-offset-fixed-14 {
margin-left: 280px; }
.next-col-offset-fixed-15 {
margin-left: 300px; }
.next-col-offset-fixed-16 {
margin-left: 320px; }
.next-col-offset-fixed-17 {
margin-left: 340px; }
.next-col-offset-fixed-18 {
margin-left: 360px; }
.next-col-offset-fixed-19 {
margin-left: 380px; }
.next-col-offset-fixed-20 {
margin-left: 400px; }
.next-col-offset-fixed-21 {
margin-left: 420px; }
.next-col-offset-fixed-22 {
margin-left: 440px; }
.next-col-offset-fixed-23 {
margin-left: 460px; }
.next-col-offset-fixed-24 {
margin-left: 480px; }
.next-col-offset-fixed-25 {
margin-left: 500px; }
.next-col-offset-fixed-26 {
margin-left: 520px; }
.next-col-offset-fixed-27 {
margin-left: 540px; }
.next-col-offset-fixed-28 {
margin-left: 560px; }
.next-col-offset-fixed-29 {
margin-left: 580px; }
.next-col-offset-fixed-30 {
margin-left: 600px; }
.next-col-offset-fixed-xxs-1 {
margin-left: 20px; }
.next-col-offset-fixed-xxs-2 {
margin-left: 40px; }
.next-col-offset-fixed-xxs-3 {
margin-left: 60px; }
.next-col-offset-fixed-xxs-4 {
margin-left: 80px; }
.next-col-offset-fixed-xxs-5 {
margin-left: 100px; }
.next-col-offset-fixed-xxs-6 {
margin-left: 120px; }
.next-col-offset-fixed-xxs-7 {
margin-left: 140px; }
.next-col-offset-fixed-xxs-8 {
margin-left: 160px; }
.next-col-offset-fixed-xxs-9 {
margin-left: 180px; }
.next-col-offset-fixed-xxs-10 {
margin-left: 200px; }
.next-col-offset-fixed-xxs-11 {
margin-left: 220px; }
.next-col-offset-fixed-xxs-12 {
margin-left: 240px; }
.next-col-offset-fixed-xxs-13 {
margin-left: 260px; }
.next-col-offset-fixed-xxs-14 {
margin-left: 280px; }
.next-col-offset-fixed-xxs-15 {
margin-left: 300px; }
.next-col-offset-fixed-xxs-16 {
margin-left: 320px; }
.next-col-offset-fixed-xxs-17 {
margin-left: 340px; }
.next-col-offset-fixed-xxs-18 {
margin-left: 360px; }
.next-col-offset-fixed-xxs-19 {
margin-left: 380px; }
.next-col-offset-fixed-xxs-20 {
margin-left: 400px; }
.next-col-offset-fixed-xxs-21 {
margin-left: 420px; }
.next-col-offset-fixed-xxs-22 {
margin-left: 440px; }
.next-col-offset-fixed-xxs-23 {
margin-left: 460px; }
.next-col-offset-fixed-xxs-24 {
margin-left: 480px; }
.next-col-offset-fixed-xxs-25 {
margin-left: 500px; }
.next-col-offset-fixed-xxs-26 {
margin-left: 520px; }
.next-col-offset-fixed-xxs-27 {
margin-left: 540px; }
.next-col-offset-fixed-xxs-28 {
margin-left: 560px; }
.next-col-offset-fixed-xxs-29 {
margin-left: 580px; }
.next-col-offset-fixed-xxs-30 {
margin-left: 600px; }
.next-col-offset-fixed-xs-1 {
margin-left: 20px; }
.next-col-offset-fixed-xs-2 {
margin-left: 40px; }
.next-col-offset-fixed-xs-3 {
margin-left: 60px; }
.next-col-offset-fixed-xs-4 {
margin-left: 80px; }
.next-col-offset-fixed-xs-5 {
margin-left: 100px; }
.next-col-offset-fixed-xs-6 {
margin-left: 120px; }
.next-col-offset-fixed-xs-7 {
margin-left: 140px; }
.next-col-offset-fixed-xs-8 {
margin-left: 160px; }
.next-col-offset-fixed-xs-9 {
margin-left: 180px; }
.next-col-offset-fixed-xs-10 {
margin-left: 200px; }
.next-col-offset-fixed-xs-11 {
margin-left: 220px; }
.next-col-offset-fixed-xs-12 {
margin-left: 240px; }
.next-col-offset-fixed-xs-13 {
margin-left: 260px; }
.next-col-offset-fixed-xs-14 {
margin-left: 280px; }
.next-col-offset-fixed-xs-15 {
margin-left: 300px; }
.next-col-offset-fixed-xs-16 {
margin-left: 320px; }
.next-col-offset-fixed-xs-17 {
margin-left: 340px; }
.next-col-offset-fixed-xs-18 {
margin-left: 360px; }
.next-col-offset-fixed-xs-19 {
margin-left: 380px; }
.next-col-offset-fixed-xs-20 {
margin-left: 400px; }
.next-col-offset-fixed-xs-21 {
margin-left: 420px; }
.next-col-offset-fixed-xs-22 {
margin-left: 440px; }
.next-col-offset-fixed-xs-23 {
margin-left: 460px; }
.next-col-offset-fixed-xs-24 {
margin-left: 480px; }
.next-col-offset-fixed-xs-25 {
margin-left: 500px; }
.next-col-offset-fixed-xs-26 {
margin-left: 520px; }
.next-col-offset-fixed-xs-27 {
margin-left: 540px; }
.next-col-offset-fixed-xs-28 {
margin-left: 560px; }
.next-col-offset-fixed-xs-29 {
margin-left: 580px; }
.next-col-offset-fixed-xs-30 {
margin-left: 600px; }
.next-col-offset-fixed-s-1 {
margin-left: 20px; }
.next-col-offset-fixed-s-2 {
margin-left: 40px; }
.next-col-offset-fixed-s-3 {
margin-left: 60px; }
.next-col-offset-fixed-s-4 {
margin-left: 80px; }
.next-col-offset-fixed-s-5 {
margin-left: 100px; }
.next-col-offset-fixed-s-6 {
margin-left: 120px; }
.next-col-offset-fixed-s-7 {
margin-left: 140px; }
.next-col-offset-fixed-s-8 {
margin-left: 160px; }
.next-col-offset-fixed-s-9 {
margin-left: 180px; }
.next-col-offset-fixed-s-10 {
margin-left: 200px; }
.next-col-offset-fixed-s-11 {
margin-left: 220px; }
.next-col-offset-fixed-s-12 {
margin-left: 240px; }
.next-col-offset-fixed-s-13 {
margin-left: 260px; }
.next-col-offset-fixed-s-14 {
margin-left: 280px; }
.next-col-offset-fixed-s-15 {
margin-left: 300px; }
.next-col-offset-fixed-s-16 {
margin-left: 320px; }
.next-col-offset-fixed-s-17 {
margin-left: 340px; }
.next-col-offset-fixed-s-18 {
margin-left: 360px; }
.next-col-offset-fixed-s-19 {
margin-left: 380px; }
.next-col-offset-fixed-s-20 {
margin-left: 400px; }
.next-col-offset-fixed-s-21 {
margin-left: 420px; }
.next-col-offset-fixed-s-22 {
margin-left: 440px; }
.next-col-offset-fixed-s-23 {
margin-left: 460px; }
.next-col-offset-fixed-s-24 {
margin-left: 480px; }
.next-col-offset-fixed-s-25 {
margin-left: 500px; }
.next-col-offset-fixed-s-26 {
margin-left: 520px; }
.next-col-offset-fixed-s-27 {
margin-left: 540px; }
.next-col-offset-fixed-s-28 {
margin-left: 560px; }
.next-col-offset-fixed-s-29 {
margin-left: 580px; }
.next-col-offset-fixed-s-30 {
margin-left: 600px; }
.next-col-offset-fixed-m-1 {
margin-left: 20px; }
.next-col-offset-fixed-m-2 {
margin-left: 40px; }
.next-col-offset-fixed-m-3 {
margin-left: 60px; }
.next-col-offset-fixed-m-4 {
margin-left: 80px; }
.next-col-offset-fixed-m-5 {
margin-left: 100px; }
.next-col-offset-fixed-m-6 {
margin-left: 120px; }
.next-col-offset-fixed-m-7 {
margin-left: 140px; }
.next-col-offset-fixed-m-8 {
margin-left: 160px; }
.next-col-offset-fixed-m-9 {
margin-left: 180px; }
.next-col-offset-fixed-m-10 {
margin-left: 200px; }
.next-col-offset-fixed-m-11 {
margin-left: 220px; }
.next-col-offset-fixed-m-12 {
margin-left: 240px; }
.next-col-offset-fixed-m-13 {
margin-left: 260px; }
.next-col-offset-fixed-m-14 {
margin-left: 280px; }
.next-col-offset-fixed-m-15 {
margin-left: 300px; }
.next-col-offset-fixed-m-16 {
margin-left: 320px; }
.next-col-offset-fixed-m-17 {
margin-left: 340px; }
.next-col-offset-fixed-m-18 {
margin-left: 360px; }
.next-col-offset-fixed-m-19 {
margin-left: 380px; }
.next-col-offset-fixed-m-20 {
margin-left: 400px; }
.next-col-offset-fixed-m-21 {
margin-left: 420px; }
.next-col-offset-fixed-m-22 {
margin-left: 440px; }
.next-col-offset-fixed-m-23 {
margin-left: 460px; }
.next-col-offset-fixed-m-24 {
margin-left: 480px; }
.next-col-offset-fixed-m-25 {
margin-left: 500px; }
.next-col-offset-fixed-m-26 {
margin-left: 520px; }
.next-col-offset-fixed-m-27 {
margin-left: 540px; }
.next-col-offset-fixed-m-28 {
margin-left: 560px; }
.next-col-offset-fixed-m-29 {
margin-left: 580px; }
.next-col-offset-fixed-m-30 {
margin-left: 600px; }
.next-col-offset-fixed-l-1 {
margin-left: 20px; }
.next-col-offset-fixed-l-2 {
margin-left: 40px; }
.next-col-offset-fixed-l-3 {
margin-left: 60px; }
.next-col-offset-fixed-l-4 {
margin-left: 80px; }
.next-col-offset-fixed-l-5 {
margin-left: 100px; }
.next-col-offset-fixed-l-6 {
margin-left: 120px; }
.next-col-offset-fixed-l-7 {
margin-left: 140px; }
.next-col-offset-fixed-l-8 {
margin-left: 160px; }
.next-col-offset-fixed-l-9 {
margin-left: 180px; }
.next-col-offset-fixed-l-10 {
margin-left: 200px; }
.next-col-offset-fixed-l-11 {
margin-left: 220px; }
.next-col-offset-fixed-l-12 {
margin-left: 240px; }
.next-col-offset-fixed-l-13 {
margin-left: 260px; }
.next-col-offset-fixed-l-14 {
margin-left: 280px; }
.next-col-offset-fixed-l-15 {
margin-left: 300px; }
.next-col-offset-fixed-l-16 {
margin-left: 320px; }
.next-col-offset-fixed-l-17 {
margin-left: 340px; }
.next-col-offset-fixed-l-18 {
margin-left: 360px; }
.next-col-offset-fixed-l-19 {
margin-left: 380px; }
.next-col-offset-fixed-l-20 {
margin-left: 400px; }
.next-col-offset-fixed-l-21 {
margin-left: 420px; }
.next-col-offset-fixed-l-22 {
margin-left: 440px; }
.next-col-offset-fixed-l-23 {
margin-left: 460px; }
.next-col-offset-fixed-l-24 {
margin-left: 480px; }
.next-col-offset-fixed-l-25 {
margin-left: 500px; }
.next-col-offset-fixed-l-26 {
margin-left: 520px; }
.next-col-offset-fixed-l-27 {
margin-left: 540px; }
.next-col-offset-fixed-l-28 {
margin-left: 560px; }
.next-col-offset-fixed-l-29 {
margin-left: 580px; }
.next-col-offset-fixed-l-30 {
margin-left: 600px; }
.next-col-offset-fixed-xl-1 {
margin-left: 20px; }
.next-col-offset-fixed-xl-2 {
margin-left: 40px; }
.next-col-offset-fixed-xl-3 {
margin-left: 60px; }
.next-col-offset-fixed-xl-4 {
margin-left: 80px; }
.next-col-offset-fixed-xl-5 {
margin-left: 100px; }
.next-col-offset-fixed-xl-6 {
margin-left: 120px; }
.next-col-offset-fixed-xl-7 {
margin-left: 140px; }
.next-col-offset-fixed-xl-8 {
margin-left: 160px; }
.next-col-offset-fixed-xl-9 {
margin-left: 180px; }
.next-col-offset-fixed-xl-10 {
margin-left: 200px; }
.next-col-offset-fixed-xl-11 {
margin-left: 220px; }
.next-col-offset-fixed-xl-12 {
margin-left: 240px; }
.next-col-offset-fixed-xl-13 {
margin-left: 260px; }
.next-col-offset-fixed-xl-14 {
margin-left: 280px; }
.next-col-offset-fixed-xl-15 {
margin-left: 300px; }
.next-col-offset-fixed-xl-16 {
margin-left: 320px; }
.next-col-offset-fixed-xl-17 {
margin-left: 340px; }
.next-col-offset-fixed-xl-18 {
margin-left: 360px; }
.next-col-offset-fixed-xl-19 {
margin-left: 380px; }
.next-col-offset-fixed-xl-20 {
margin-left: 400px; }
.next-col-offset-fixed-xl-21 {
margin-left: 420px; }
.next-col-offset-fixed-xl-22 {
margin-left: 440px; }
.next-col-offset-fixed-xl-23 {
margin-left: 460px; }
.next-col-offset-fixed-xl-24 {
margin-left: 480px; }
.next-col-offset-fixed-xl-25 {
margin-left: 500px; }
.next-col-offset-fixed-xl-26 {
margin-left: 520px; }
.next-col-offset-fixed-xl-27 {
margin-left: 540px; }
.next-col-offset-fixed-xl-28 {
margin-left: 560px; }
.next-col-offset-fixed-xl-29 {
margin-left: 580px; }
.next-col-offset-fixed-xl-30 {
margin-left: 600px; }
.next-col.next-col-hidden {
display: none; }
@media (min-width: 320px) and (max-width: 479px) {
.next-col.next-col-xxs-hidden {
display: none; } }
@media (min-width: 480px) and (max-width: 719px) {
.next-col.next-col-xs-hidden {
display: none; } }
@media (min-width: 720px) and (max-width: 989px) {
.next-col.next-col-s-hidden {
display: none; } }
@media (min-width: 990px) and (max-width: 1199px) {
.next-col.next-col-m-hidden {
display: none; } }
@media (min-width: 1200px) and (max-width: 1499px) {
.next-col.next-col-l-hidden {
display: none; } }
@media (min-width: 1500px) {
.next-col.next-col-xl-hidden {
display: none; } }
.next-row.next-row-hidden {
display: none; }
@media (min-width: 320px) and (max-width: 479px) {
.next-row.next-row-xxs-hidden {
display: none; } }
@media (min-width: 480px) and (max-width: 719px) {
.next-row.next-row-xs-hidden {
display: none; } }
@media (min-width: 720px) and (max-width: 989px) {
.next-row.next-row-s-hidden {
display: none; } }
@media (min-width: 990px) and (max-width: 1199px) {
.next-row.next-row-m-hidden {
display: none; } }
@media (min-width: 1200px) and (max-width: 1499px) {
.next-row.next-row-l-hidden {
display: none; } }
@media (min-width: 1500px) {
.next-row.next-row-xl-hidden {
display: none; } }
.next-col-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; }
@media (min-width: 320px) {
.next-col-xxs-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xxs-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xxs-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xxs-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xxs-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xxs-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xxs-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xxs-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xxs-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xxs-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xxs-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xxs-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xxs-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xxs-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xxs-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xxs-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xxs-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xxs-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xxs-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xxs-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xxs-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xxs-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xxs-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xxs-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 480px) {
.next-col-xs-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xs-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xs-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xs-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xs-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xs-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xs-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xs-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xs-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xs-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xs-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xs-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xs-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xs-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xs-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xs-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xs-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xs-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xs-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xs-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xs-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xs-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xs-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xs-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 720px) {
.next-col-s-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-s-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-s-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-s-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-s-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-s-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-s-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-s-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-s-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-s-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-s-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-s-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-s-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-s-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-s-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-s-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-s-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-s-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-s-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-s-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-s-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-s-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-s-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-s-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 990px) {
.next-col-m-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-m-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-m-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-m-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-m-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-m-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-m-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-m-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-m-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-m-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-m-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-m-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-m-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-m-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-m-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-m-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-m-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-m-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-m-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-m-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-m-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-m-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-m-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-m-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 1200px) {
.next-col-l-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-l-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-l-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-l-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-l-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-l-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-l-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-l-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-l-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-l-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-l-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-l-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-l-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-l-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-l-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-l-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-l-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-l-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-l-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-l-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-l-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-l-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-l-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-l-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 1500px) {
.next-col-xl-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xl-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xl-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xl-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xl-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xl-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xl-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xl-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xl-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xl-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xl-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xl-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xl-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xl-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xl-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xl-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xl-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xl-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xl-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xl-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xl-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xl-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xl-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xl-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
.next-col-offset-fixed-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xxs-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xxs-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xxs-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xxs-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xxs-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xxs-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xxs-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xxs-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xxs-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xxs-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xxs-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xxs-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xxs-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xxs-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xxs-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xxs-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xxs-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xxs-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xxs-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xxs-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xxs-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xxs-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xxs-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xxs-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xxs-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xxs-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xxs-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xxs-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xxs-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xxs-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xs-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xs-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xs-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xs-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xs-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xs-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xs-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xs-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xs-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xs-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xs-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xs-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xs-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xs-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xs-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xs-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xs-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xs-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xs-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xs-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xs-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xs-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xs-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xs-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xs-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xs-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xs-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xs-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xs-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xs-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-s-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-s-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-s-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-s-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-s-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-s-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-s-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-s-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-s-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-s-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-s-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-s-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-s-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-s-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-s-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-s-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-s-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-s-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-s-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-s-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-s-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-s-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-s-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-s-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-s-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-s-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-s-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-s-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-s-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-s-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-m-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-m-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-m-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-m-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-m-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-m-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-m-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-m-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-m-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-m-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-m-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-m-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-m-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-m-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-m-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-m-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-m-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-m-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-m-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-m-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-m-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-m-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-m-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-m-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-m-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-m-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-m-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-m-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-m-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-m-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-l-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-l-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-l-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-l-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-l-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-l-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-l-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-l-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-l-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-l-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-l-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-l-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-l-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-l-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-l-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-l-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-l-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-l-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-l-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-l-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-l-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-l-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-l-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-l-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-l-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-l-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-l-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-l-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-l-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-l-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xl-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xl-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xl-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xl-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xl-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xl-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xl-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xl-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xl-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xl-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xl-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xl-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xl-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xl-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xl-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xl-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xl-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xl-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xl-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xl-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xl-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xl-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xl-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xl-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xl-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xl-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xl-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xl-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xl-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xl-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
/* put your code here */
.next-responsive-grid {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: grid; }
.next-responsive-grid *,
.next-responsive-grid *:before,
.next-responsive-grid *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-responsive-grid-ie {
display: block; }
.next-form {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-form *,
.next-form *:before,
.next-form *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-form-preview.next-form-item.next-medium .next-form-item-label {
font-size: 12px;
line-height: 28px; }
.next-form-preview.next-form-item.next-small .next-form-item-label {
font-size: 12px;
line-height: 20px; }
.next-form-preview.next-form-item.next-large .next-form-item-label {
font-size: 16px;
line-height: 40px; }
.next-form-responsive-grid .next-form-item-control {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.next-form-responsive-grid .next-form-item {
margin-bottom: 0; }
.next-form-responsive-grid .next-form-item.next-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-form-responsive-grid.next-small .next-responsive-grid {
gap: 16px; }
.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 4px;
margin-bottom: 4px; }
.next-form-responsive-grid.next-medium .next-responsive-grid {
gap: 20px; }
.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 8px;
margin-bottom: 8px; }
.next-form-responsive-grid.next-large .next-responsive-grid {
gap: 24px; }
.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 12px;
margin-bottom: 12px; }
.next-form-item {
/* medium */
margin-bottom: 16px; }
.next-form-item.has-error > .next-form-item-control > .next-form-item-help {
color: #FF3000; }
.next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
color: #FF9300; }
.next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
line-height: 28px; }
.next-form-item .next-form-text-align, .next-form-item p {
margin: 0; }
.next-form-item .next-rating,
.next-form-item .next-checkbox-wrapper,
.next-form-item .next-checkbox-group,
.next-form-item .next-radio-wrapper,
.next-form-item .next-radio-group {
line-height: 24px; }
.next-form-item .next-form-preview {
font-size: 12px;
line-height: 28px; }
.next-form-item .next-form-preview.next-input-textarea > p {
font-size: 12px;
text-align: justify;
min-height: 16.8px;
line-height: 1.4;
margin-top: 5.6px; }
.next-form-item .next-form-item-label {
font-size: 12px; }
.next-form-item.next-large {
margin-bottom: 20px; }
.next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
line-height: 40px; }
.next-form-item.next-large .next-rating,
.next-form-item.next-large .next-checkbox-wrapper,
.next-form-item.next-large .next-checkbox-group,
.next-form-item.next-large .next-radio-wrapper,
.next-form-item.next-large .next-radio-group {
line-height: 39px; }
.next-form-item.next-large .next-form-preview {
font-size: 16px;
line-height: 40px; }
.next-form-item.next-large .next-form-preview.next-input-textarea > p {
font-size: 16px;
text-align: justify;
min-height: 22.4px;
line-height: 1.4;
margin-top: 8.8px; }
.next-form-item.next-large .next-switch {
margin-top: 7px; }
.next-form-item.next-large .next-form-item-label {
font-size: 16px; }
.next-form-item.next-small {
margin-bottom: 12px; }
.next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p {
line-height: 20px; }
.next-form-item.next-small .next-rating,
.next-form-item.next-small .next-checkbox-wrapper,
.next-form-item.next-small .next-checkbox-group,
.next-form-item.next-small .next-radio-wrapper,
.next-form-item.next-small .next-radio-group {
line-height: 20px; }
.next-form-item.next-small .next-form-preview {
font-size: 12px;
line-height: 20px; }
.next-form-item.next-small .next-form-preview.next-input-textarea > p {
font-size: 12px;
text-align: justify;
min-height: 16.8px;
line-height: 1.4;
margin-top: 1.6px; }
.next-form-item.next-small .next-form-item-label {
font-size: 12px; }
.next-form-item.next-top > .next-form-item-label {
margin-bottom: 2px; }
.next-form-item.next-inset .next-form-item-label {
padding-right: 0;
padding-left: 0;
line-height: inherit; }
.next-form-item-control .next-form-text-align {
margin: 0; }
.next-form-item-control > .next-input-group, .next-form-item-control > .next-input {
width: 100%; }
.next-form-item-fullwidth .next-form-item-control > .next-input-group,
.next-form-item-fullwidth .next-form-item-control > .next-input,
.next-form-item-fullwidth .next-form-item-control > .next-select,
.next-form-item-fullwidth .next-form-item-control > .next-date-picker,
.next-form-item-fullwidth .next-form-item-control > .next-month-picker,
.next-form-item-fullwidth .next-form-item-control > .next-year-picker,
.next-form-item-fullwidth .next-form-item-control > .next-range-picker,
.next-form-item-fullwidth .next-form-item-control > .next-time-picker {
width: 100%; }
.next-form-item-label {
display: inline-block;
vertical-align: top;
color: #666666;
text-align: right;
padding-right: 12px; }
.next-form-item-label label[required]:before {
margin-right: 4px;
content: "*";
color: #FF3000; }
.next-form-item-label.has-colon label::after {
content: ":";
position: relative;
top: -.5px;
margin: 0 0 0 2px; }
.next-form-item-label.next-left {
text-align: left; }
.next-form-item-label.next-left > label[required]::before {
display: none; }
.next-form-item-label.next-left > label[required]::after {
margin-left: 4px;
content: "*";
color: #FF3000; }
.next-form-item-help {
margin-top: 4px;
font-size: 12px;
line-height: 1.5;
color: #999999; }
.next-form.next-inline .next-form-item {
display: inline-block;
vertical-align: top;
/* label on left */ }
.next-form.next-inline .next-form-item.next-left .next-form-item-control {
display: inline-block;
vertical-align: top;
line-height: 0; }
.next-form.next-inline .next-form-item:not(:last-child) {
margin-right: 20px; }
.next-form.next-inline .next-form-item.next-large:not(:last-child) {
margin-right: 24px; }
.next-form.next-inline .next-form-item.next-small:not(:last-child) {
margin-right: 16px; }
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
.next-form-item.next-left > .next-form-item-label {
display: table-cell; }
.next-form.next-inline .next-form-item.next-left .next-form-item-control {
display: table-cell; } }
.next-form[dir="rtl"] .next-form-item-label {
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) {
margin-left: 20px;
margin-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) {
margin-left: 24px;
margin-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) {
margin-left: 16px;
margin-right: 0; }
/* put your code here */
.next-avatar {
position: relative;
display: inline-block;
overflow: hidden;
color: #FFFFFF;
white-space: nowrap;
text-align: center;
vertical-align: middle;
background: #E2E4E8;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%; }
.next-avatar-image {
background: transparent; }
.next-avatar-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-large {
width: 52px;
height: 52px;
line-height: 52px;
border-radius: 50%; }
.next-avatar-large-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-small {
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 50%; }
.next-avatar-small-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-square {
border-radius: 3px; }
.next-avatar > img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.next-loading-fusion-reactor[dir=rtl] {
-webkit-animation-name: nextVectorRouteRTL;
animation-name: nextVectorRouteRTL; }
@-webkit-keyframes nextVectorRouteRTL {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
25% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
30% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
55% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
75% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
80% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); }
100% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes nextVectorRouteRTL {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
25% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
30% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
55% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
75% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
80% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); }
100% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); } }
/* put your code here */
.next-loading {
position: relative;
/* 遮罩层 */
/* for IE9,10 */
/* text on the right side of */
/* 动效 */ }
.next-loading.next-open {
pointer-events: none; }
.next-loading .next-loading-component {
opacity: .7;
-webkit-filter: blur(1px);
filter: blur(1px);
/* stylelint-disable */
-webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
/* IE6~IE9 */
/* stylelint-enable */
position: relative;
pointer-events: none; }
.next-loading-masker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
opacity: .2;
background: #FFF; }
.next-loading-inline {
display: inline-block; }
.next-loading-tip {
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center; }
.next-loading-tip-fullscreen {
top: inherit;
left: inherit;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit; }
.next-loading-tip-placeholder {
display: none; }
.next-loading-right-tip .next-loading-indicator {
display: inline-block; }
.next-loading-right-tip .next-loading-tip-content {
position: absolute;
display: block;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
.next-loading-right-tip .next-loading-tip-placeholder {
display: inline-block;
visibility: hidden;
margin-left: 1em; }
.next-loading-fusion-reactor {
display: inline-block;
width: 48px;
height: 48px;
position: relative;
margin: 0;
-webkit-animation-duration: 5.6s;
animation-duration: 5.6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: nextVectorRoute;
animation-name: nextVectorRoute; }
.next-loading-fusion-reactor .next-loading-dot {
position: absolute;
margin: auto;
width: 12px;
height: 12px;
border-radius: 50%;
background: #5584FF;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(1) {
top: 0;
bottom: 0;
left: 0;
-webkit-animation-name: nextVectorDotsX;
animation-name: nextVectorDotsX; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
left: 0;
right: 0;
top: 0;
opacity: .8;
-webkit-animation-name: nextVectorDotsY;
animation-name: nextVectorDotsY; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
top: 0;
bottom: 0;
right: 0;
opacity: .6;
-webkit-animation-name: nextVectorDotsXR;
animation-name: nextVectorDotsXR; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
left: 0;
right: 0;
bottom: 0;
opacity: .2;
-webkit-animation-name: nextVectorDotsYR;
animation-name: nextVectorDotsYR; }
.next-loading-medium-fusion-reactor {
width: 32px;
height: 32px; }
.next-loading-medium-fusion-reactor .next-loading-dot {
width: 8px;
height: 8px; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) {
-webkit-animation-name: nextVectorDotsX-medium;
animation-name: nextVectorDotsX-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
-webkit-animation-name: nextVectorDotsY-medium;
animation-name: nextVectorDotsY-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
-webkit-animation-name: nextVectorDotsXR-medium;
animation-name: nextVectorDotsXR-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
-webkit-animation-name: nextVectorDotsYR-medium;
animation-name: nextVectorDotsYR-medium; }
@-webkit-keyframes nextVectorRoute {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
25% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
30% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
50% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
55% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
75% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
80% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes nextVectorRoute {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
25% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
30% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
50% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
55% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
75% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
80% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
/* 20% 的时间在旋转 */
@-webkit-keyframes nextVectorDotsYR {
25% {
bottom: 0; }
45%,
50% {
bottom: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
bottom: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsYR {
25% {
bottom: 0; }
45%,
50% {
bottom: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
bottom: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsY {
25% {
top: 0; }
45%,
50% {
top: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
top: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsY {
25% {
top: 0; }
45%,
50% {
top: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
top: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsX {
25% {
left: 0; }
45%,
50% {
left: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
left: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsX {
25% {
left: 0; }
45%,
50% {
left: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
left: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsXR {
25% {
right: 0; }
45%,
50% {
right: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
right: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsXR {
25% {
right: 0; }
45%,
50% {
right: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
right: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsYR-medium {
25% {
bottom: 0; }
45%,
50% {
bottom: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
bottom: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsYR-medium {
25% {
bottom: 0; }
45%,
50% {
bottom: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
bottom: 0;
height: 8px;
width: 8px; } }
@-webkit-keyframes nextVectorDotsY-medium {
25% {
top: 0; }
45%,
50% {
top: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
top: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsY-medium {
25% {
top: 0; }
45%,
50% {
top: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
top: 0;
height: 8px;
width: 8px; } }
@-webkit-keyframes nextVectorDotsX-medium {
25% {
left: 0; }
45%,
50% {
left: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
left: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsX-medium {
25% {
left: 0; }
45%,
50% {
left: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
left: 0;
height: 8px;
width: 8px; } }
@-webkit-keyframes nextVectorDotsXR-medium {
25% {
right: 0; }
45%,
50% {
right: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
right: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsXR-medium {
25% {
right: 0; }
45%,
50% {
right: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
right: 0;
height: 8px;
width: 8px; } }
/* put your code here */
.next-list-header {
border-bottom: 1px solid #DCDEE3;
color: #333333; }
.next-list-footer {
border-top: 1px solid #DCDEE3;
color: #666666; }
.next-list-loading.next-loading {
display: block; }
.next-list-empty {
font-size: 12px;
color: #A0A2AD;
padding: 32px 0;
text-align: center; }
.next-list-items {
margin: 0;
padding: 0;
list-style: none; }
.next-list-item {
display: table;
/* 兼容ie9 */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
color: #666666; }
.next-list-item-media {
display: table-cell;
/* 兼容ie9 */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
min-width: 1px;
-ms-flex-negative: 0;
flex-shrink: 0;
vertical-align: top; }
.next-list-item-extra {
display: table-cell;
/* 兼容ie9 */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
min-width: 1px;
-ms-flex-negative: 0;
flex-shrink: 0;
vertical-align: top;
color: #999999; }
.next-list-item-content {
display: table-cell;
/* 兼容ie9 */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
vertical-align: middle; }
.next-list-item-title {
color: #333333; }
.next-list-medium .next-list-header {
padding: 16px 0px;
font-size: 20px;
font-weight: bold; }
.next-list-medium .next-list-footer {
padding: 16px 0px; }
.next-list-medium .next-list-item-media {
padding-right: 8px; }
.next-list-medium .next-list-item-extra {
padding-left: 8px; }
.next-list-medium .next-list-item {
font-size: 14px;
line-height: 1.5;
padding: 16px 0px; }
.next-list-medium .next-list-item-title {
font-weight: normal;
font-size: 16px;
line-height: 1.5; }
.next-list-small .next-list-header {
padding: 8px 0px;
font-size: 16px;
font-weight: bold; }
.next-list-small .next-list-footer {
padding: 8px 0px; }
.next-list-small .next-list-item-media {
padding-right: 8px; }
.next-list-small .next-list-item-extra {
padding-left: 8px; }
.next-list-small .next-list-item {
font-size: 12px;
font-weight: normal;
line-height: 1.3;
padding: 8px 0px; }
.next-list-small .next-list-item-title {
font-size: 14px;
line-height: 1.5; }
.next-list-divider .next-list-item {
border-bottom: 1px solid #DCDEE3; }
.next-list-divider .next-list-item:last-child {
border-bottom: none; }
.next-list[dir="rtl"] .next-list-item-media {
padding-left: 8px;
padding-right: 0; }
.next-list[dir="rtl"] .next-list-item-extra {
padding-right: 8px;
padding-left: 0; }
.next-list[dir="rtl"] .next-list-small .next-list-item-media {
padding-left: 8px;
padding-right: 0; }
.next-list[dir="rtl"] .next-list-small .next-list-item-extra {
padding-right: 8px;
padding-left: 0; }
.next-menu-btn {
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none; }
.next-menu-btn .next-icon {
-webkit-transition: -webkit-transform 100ms linear;
transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
transition: transform 100ms linear, -webkit-transform 100ms linear; }
.next-menu-btn .next-menu-btn-arrow::before {
content: "\E63D"; }
.next-menu-btn.next-expand .next-menu-btn-arrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-menu-btn-symbol-unfold::before {
content: ""; }
.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
color: #999999; }
.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
color: #5584FF; }
.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
color: #FFFFFF; }
.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
color: #333333; }
.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
color: #5584FF; }
.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
color: #333333; }
.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
color: #FFFFFF; }
.next-menu-btn.disabled .next-menu-btn-arrow,
.next-menu-btn[disabled] .next-menu-btn-arrow {
color: #CCCCCC; }
.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,
.next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
color: #CCCCCC; }
.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
color: rgba(255, 255, 255, 0.4); }
.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
color: rgba(0, 0, 0, 0.1); }
.next-nav {
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-width: auto;
border-radius: 0; }
.next-nav *,
.next-nav *:before,
.next-nav *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-nav-icon.next-icon {
margin-right: 4px;
font-weight: inherit; }
.next-nav-icon.next-icon:before,
.next-nav-icon.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-nav-group-label {
height: 40px;
line-height: 40px;
font-size: 16px; }
.next-nav-item .next-menu-item-text > span,
.next-nav-item .next-nav-group-label > span {
opacity: 1;
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear; }
.next-nav-item .next-menu-item-text > a {
text-decoration: none;
color: inherit; }
.next-nav-item .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-icon-arrow.next-icon {
color: inherit;
top: 0;
-webkit-transform-origin: center 50%;
-ms-transform-origin: center 50%;
transform-origin: center 50%; }
.next-nav.next-active .next-nav-item:before {
position: absolute;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
content: ''; }
.next-nav.next-hoz {
padding: 0;
height: 44px;
line-height: 42px;
font-size: 12px; }
.next-nav.next-hoz .next-menu-item {
margin-left: 0px;
margin-right: 0px;
padding: 0 20px;
border-radius: 0; }
.next-nav.next-hoz .next-menu-item,
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
margin-top: 0px;
margin-bottom: 0px; }
.next-nav.next-hoz .next-menu-item-inner {
height: 42px;
font-size: 12px; }
.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
height: 40px;
line-height: 40px;
font-size: 16px; }
.next-nav.next-hoz .next-menu-header {
float: left;
height: 42px; }
.next-nav.next-hoz .next-menu-footer {
float: right;
height: 42px; }
.next-nav.next-hoz .next-nav-item:before {
width: 0;
left: 50%;
height: 2px; }
.next-nav.next-hoz .next-nav-item:hover:before {
height: 0px; }
.next-nav.next-hoz.next-top .next-nav-item:before {
top: -1px; }
.next-nav.next-hoz.next-bottom .next-nav-item:before {
bottom: -1px; }
.next-nav.next-hoz .next-selected.next-nav-item:before {
width: 100%;
left: 0;
height: 2px; }
.next-nav.next-ver {
padding: 0;
-webkit-transition: width 300ms ease;
transition: width 300ms ease;
line-height: 40px;
font-size: 12px; }
.next-nav.next-ver .next-menu-item {
margin-left: 0px;
margin-right: 0px;
padding: 0 20px;
border-radius: 0; }
.next-nav.next-ver .next-menu-item:not(:first-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
margin-top: 0px; }
.next-nav.next-ver .next-menu-item:not(:last-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item {
margin-bottom: 0px; }
.next-nav.next-ver .next-menu-item-inner {
height: 40px;
font-size: 12px; }
.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
height: 40px;
line-height: 40px;
font-size: 16px; }
.next-nav.next-ver > .next-menu-item:first-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
margin-top: 0px; }
.next-nav.next-ver > .next-menu-item:last-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item {
margin-bottom: 0px; }
.next-nav.next-ver .next-menu-sub-menu {
line-height: 40px; }
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
height: 40px;
font-size: 12px; }
.next-nav.next-ver .next-nav-item:before {
height: 0;
top: 50%;
width: 2px; }
.next-nav.next-ver .next-nav-item:hover:before {
width: 0px; }
.next-nav.next-ver.next-left .next-nav-item:before {
left: -1px; }
.next-nav.next-ver.next-right .next-nav-item:before {
right: -1px; }
.next-nav.next-ver .next-selected.next-nav-item:before {
height: 100%;
top: 0;
width: 2px; }
.next-nav.next-primary {
border-width: 0px;
background-color: #333333;
border-color: #333333;
color: #FFFFFF;
font-weight: normal;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
.next-nav.next-primary.next-hoz {
line-height: 44px;
line-height: 44px; }
.next-nav.next-primary.next-hoz .next-menu-header,
.next-nav.next-primary.next-hoz .next-menu-footer,
.next-nav.next-primary.next-hoz .next-menu-item-inner {
line-height: 44px;
height: 44px; }
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
top: 0;
top: 0px; }
.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
bottom: 0;
bottom: 0px; }
.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
left: 0;
left: 0px; }
.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
right: 0;
right: 0px; }
.next-nav.next-primary .next-nav-item.next-menu-item {
background-color: #333333;
color: #FFFFFF; }
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
background-color: #000000;
color: #FFFFFF;
font-weight: normal; }
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
background-color: #000000;
color: #FFFFFF;
font-weight: bold; }
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
background-color: #000000;
color: #FFFFFF; }
.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
background-color: #000000;
color: #FFFFFF; }
.next-nav.next-primary .next-nav-item.next-menu-item:before {
background-color: #5584FF; }
.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
background-color: #5584FF; }
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
background-color: #000000;
color: #FFFFFF; }
.next-nav.next-primary .next-nav-group-label {
color: #999999;
font-weight: normal; }
.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
background-color: #333333;
color: #FFFFFF;
font-weight: normal; }
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
background-color: #000000;
color: #FFFFFF; }
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
background-color: #000000;
color: #FFFFFF; }
.next-nav.next-secondary {
border-width: 0px;
background-color: #5584FF;
border-color: #5584FF;
color: #FFFFFF;
font-weight: normal;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
.next-nav.next-secondary.next-hoz {
line-height: 44px;
line-height: 44px; }
.next-nav.next-secondary.next-hoz .next-menu-header,
.next-nav.next-secondary.next-hoz .next-menu-footer,
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
line-height: 44px;
height: 44px; }
.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
top: 0;
top: 0px; }
.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
bottom: 0;
bottom: 0px; }
.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
left: 0;
left: 0px; }
.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
right: 0;
right: 0px; }
.next-nav.next-secondary .next-nav-item.next-menu-item {
background-color: #5584FF;
color: #FFFFFF; }
.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover {
background-color: #3E71F7;
color: #FFFFFF;
font-weight: normal; }
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
background-color: #3E71F7;
color: #FFFFFF;
font-weight: bold; }
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
background-color: #3E71F7;
color: #FFFFFF; }
.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
background-color: #3E71F7;
color: #FFFFFF; }
.next-nav.next-secondary .next-nav-item.next-menu-item:before {
background-color: #3E71F7; }
.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
background-color: #3E71F7; }
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
background-color: #3E71F7;
color: #FFFFFF; }
.next-nav.next-secondary .next-nav-group-label {
color: #FFFFFF;
font-weight: normal; }
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
background-color: #5584FF;
color: #FFFFFF;
font-weight: normal; }
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
background-color: #3E71F7;
color: #FFFFFF; }
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
background-color: #3E71F7;
color: #FFFFFF; }
.next-nav.next-normal {
background-color: #FFFFFF;
border-color: #DCDEE3;
color: #333333;
font-weight: normal;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
.next-nav.next-normal .next-nav-item.next-menu-item {
background-color: #FFFFFF;
color: #333333; }
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
background-color: #FFFFFF;
color: #5584FF;
font-weight: normal; }
.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
background-color: #F2F3F7;
color: #5584FF;
font-weight: bold; }
.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
background-color: #F2F3F7;
color: #5584FF; }
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
background-color: #F2F3F7;
color: #5584FF; }
.next-nav.next-normal .next-nav-item.next-menu-item:before {
background-color: #5584FF; }
.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
background-color: #5584FF; }
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
background-color: #F2F3F7;
color: #5584FF; }
.next-nav.next-normal .next-nav-group-label {
color: #999999;
font-weight: normal; }
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
background-color: #FFFFFF;
color: #333333;
font-weight: normal; }
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
background-color: #F2F3F7;
color: #5584FF; }
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected {
background-color: #F2F3F7;
color: #5584FF; }
.next-nav.next-line {
background-color: transparent;
border-color: #DCDEE3;
color: #333333;
font-weight: normal;
-webkit-box-shadow: none;
box-shadow: none; }
.next-nav.next-line.next-hoz {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent; }
.next-nav.next-line.next-ver {
border-top-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent; }
.next-nav.next-line .next-nav-item.next-menu-item {
background-color: transparent;
color: #333333; }
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
background-color: transparent;
color: #5584FF;
font-weight: normal; }
.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
background-color: transparent;
color: #5584FF;
font-weight: bold; }
.next-nav.next-line .next-nav-item.next-menu-item.next-opened {
background-color: transparent;
color: #5584FF; }
.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
background-color: transparent;
color: #5584FF; }
.next-nav.next-line .next-nav-item.next-menu-item:before {
background-color: #5584FF; }
.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
background-color: #5584FF; }
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
background-color: transparent;
color: #5584FF; }
.next-nav.next-line .next-nav-group-label {
color: #999999;
font-weight: normal; }
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
background-color: transparent;
color: #333333;
font-weight: normal; }
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
background-color: transparent;
color: #5584FF; }
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected {
background-color: transparent;
color: #5584FF; }
.next-nav.next-icon-only .next-menu-item-inner {
text-overflow: clip; }
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
margin-left: 1px;
margin-right: 1px;
margin-left: 0px;
margin-right: 0px; }
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
margin-left: 1px;
margin-right: 1px;
margin-left: 1px;
margin-right: 1px; }
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
margin-left: 1px;
margin-right: 1px;
margin-left: 1px;
margin-right: 1px; }
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
margin-left: 1px;
margin-right: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-transform-origin: center 50%;
-ms-transform-origin: center 50%;
transform-origin: center 50%; }
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before,
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-left: 1px;
margin-right: 1px; }
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before,
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav.next-icon-only .next-nav-item.next-selected .next-nav-icon.next-icon {
-webkit-animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
.next-nav.next-icon-only .next-menu-hoz-icon-arrow,
.next-nav.next-icon-only .next-menu-icon-arrow {
display: none; }
.next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal {
height: 100%;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: none; }
.next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-normal .next-nav-item.next-menu-item {
background: transparent; }
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon {
margin-left: 1px;
margin-right: 1px;
margin-left: 1px;
margin-right: 1px; }
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner {
height: 100%; }
.next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item {
height: 100%; }
.next-nav-embeddable,
.next-nav-embeddable .next-nav-item.next-disabled,
.next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text > a {
background: transparent;
border: none; }
.next-nav[dir="rtl"] .next-nav-icon.next-icon {
margin-left: 4px;
margin-right: 0; }
.next-nav[dir="rtl"] .next-nav-icon.next-icon:before,
.next-nav[dir="rtl"] .next-nav-icon.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-nav[dir="rtl"].next-hoz .next-menu-header {
float: right; }
.next-nav[dir="rtl"].next-hoz .next-menu-footer {
float: left; }
.next-nav[dir="rtl"].next-hoz .next-nav-item:before {
width: 0;
left: 50%; }
.next-nav[dir="rtl"].next-hoz .next-selected.next-nav-item:before {
width: 100%;
left: auto;
right: 0; }
.next-nav[dir="rtl"].next-ver.next-left .next-nav-item:before {
right: 0;
right: -1px;
left: auto; }
.next-nav[dir="rtl"].next-ver.next-right .next-nav-item:before {
left: 0;
left: -1px;
right: auto; }
.next-nav[dir="rtl"].next-primary.next-ver.next-left .next-nav-item:before {
right: 0;
right: 0px;
left: auto; }
.next-nav[dir="rtl"].next-primary.next-ver.next-right .next-nav-item:before {
left: 0;
left: 0px;
right: auto; }
.next-nav[dir="rtl"].next-secondary.next-ver.next-left .next-nav-item:before {
right: 0;
right: 0px;
left: auto; }
.next-nav[dir="rtl"].next-secondary.next-ver.next-right .next-nav-item:before {
left: 0;
left: 0px;
right: auto; }
.next-nav[dir="rtl"] .next-nav.next-line.next-ver {
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent; }
.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon,
.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon,
.next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
margin-left: 0;
margin-right: 1px; }
.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon:before,
.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon .next-icon-remote,
.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon:before,
.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote,
.next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before,
.next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-number-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
/* stylelint-disable declaration-no-important */ }
.next-number-picker *,
.next-number-picker *:before,
.next-number-picker *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-number-picker .next-btn {
padding: 0 !important;
line-height: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.next-number-picker-normal .next-input {
width: 100%; }
.next-number-picker-normal .next-input .next-input-control {
padding-right: 0;
height: 100%; }
.next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input {
padding-right: 2px; }
.next-number-picker-normal .next-btn {
display: block; }
.next-number-picker-normal .next-btn:hover {
z-index: 1; }
.next-number-picker-normal .next-btn:first-child {
border-right: none;
border-top: none;
height: 50%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.next-number-picker-normal .next-btn:last-child {
border-right: none;
border-bottom: none;
margin-top: -1px;
height: calc(50% + 1px);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0; }
.next-number-picker-normal .next-number-picker-handler {
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear;
height: 100%;
display: block; }
.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
opacity: 0; }
.next-number-picker-normal:hover .next-number-picker-handler,
.next-number-picker-normal.hover .next-number-picker-handler {
opacity: 1; }
.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
opacity: 0; }
.next-number-picker-normal .next-number-picker-up-icon::before {
content: "\E625"; }
.next-number-picker-normal .next-number-picker-down-icon::before {
content: "\E63D"; }
.next-number-picker-normal.next-small {
width: 68px; }
.next-number-picker-normal.next-small .next-btn {
width: 20px; }
.next-number-picker-normal.next-small .next-btn:first-child {
border-top-right-radius: 3px; }
.next-number-picker-normal.next-small .next-btn:last-child {
border-bottom-right-radius: 3px; }
.next-number-picker-normal.next-small .next-icon:before,
.next-number-picker-normal.next-small .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-number-picker-normal.next-small .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-number-picker-normal.next-small .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-number-picker-normal.next-medium {
width: 80px; }
.next-number-picker-normal.next-medium .next-btn {
width: 20px; }
.next-number-picker-normal.next-medium .next-btn:first-child {
border-top-right-radius: 3px; }
.next-number-picker-normal.next-medium .next-btn:last-child {
border-bottom-right-radius: 3px; }
.next-number-picker-normal.next-medium .next-icon:before,
.next-number-picker-normal.next-medium .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-number-picker-normal.next-medium .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-number-picker-normal.next-medium .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-number-picker-normal.next-large {
width: 80px; }
.next-number-picker-normal.next-large .next-btn {
width: 20px; }
.next-number-picker-normal.next-large .next-btn:first-child {
border-top-right-radius: 3px; }
.next-number-picker-normal.next-large .next-btn:last-child {
border-bottom-right-radius: 3px; }
.next-number-picker-normal.next-large .next-icon:before,
.next-number-picker-normal.next-large .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-number-picker-normal.next-large .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-number-picker-normal.next-large .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-number-picker-inline input {
text-align: center; }
.next-number-picker-inline .next-input input {
padding: 0; }
.next-number-picker-inline .next-number-picker-add-icon::before {
content: "\E655"; }
.next-number-picker-inline .next-number-picker-minus-icon::before {
content: "\E601"; }
.next-number-picker-inline.next-small {
width: 68px;
min-width: 60px; }
.next-number-picker-inline.next-small .next-icon:before,
.next-number-picker-inline.next-small .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-number-picker-inline.next-small .next-btn {
height: 20px; }
.next-number-picker-inline.next-small .next-before .next-btn {
margin-right: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-number-picker-inline.next-small .next-after .next-btn {
margin-left: 2px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-number-picker-inline.next-medium {
width: 100px;
min-width: 84px; }
.next-number-picker-inline.next-medium .next-icon:before,
.next-number-picker-inline.next-medium .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-number-picker-inline.next-medium .next-btn {
height: 28px; }
.next-number-picker-inline.next-medium .next-before .next-btn {
margin-right: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-number-picker-inline.next-medium .next-after .next-btn {
margin-left: 2px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-number-picker-inline.next-large {
width: 128px;
min-width: 120px; }
.next-number-picker-inline.next-large .next-icon:before,
.next-number-picker-inline.next-large .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-number-picker-inline.next-large .next-btn {
height: 40px; }
.next-number-picker-inline.next-large .next-before .next-btn {
margin-right: 2px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-number-picker-inline.next-large .next-after .next-btn {
margin-left: 2px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-number-picker-inline .next-btn.next-small {
width: 20px; }
.next-number-picker-inline .next-btn.next-medium {
width: 28px; }
.next-number-picker-inline .next-btn.next-large {
width: 40px; }
@-moz-document url-prefix() {
.next-number-picker-normal.next-small .next-number-picker-handler {
height: 18px; }
.next-number-picker-normal.next-medium .next-number-picker-handler {
height: 26px; }
.next-number-picker-normal.next-large .next-number-picker-handler {
height: 38px; } }
.next-number-picker-normal[dir="rtl"] .next-btn:first-child {
border-right: 1px solid #C4C6CF;
border-left: 0;
border-top-right-radius: 0; }
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-small {
border-top-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-medium {
border-top-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-large {
border-top-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-btn:last-child {
border-right: 1px solid #C4C6CF;
border-left: 0;
border-bottom-right-radius: 0; }
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-small {
border-bottom-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-medium {
border-bottom-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-large {
border-bottom-left-radius: 3px; }
.next-number-picker-normal[dir="rtl"] .next-input .next-input-control {
padding-left: 0; }
.next-number-picker-inline[dir="rtl"] .next-before .next-btn {
margin-right: 0; }
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-small {
margin-left: 2px;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-medium {
margin-left: 2px;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-large {
margin-left: 2px;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-number-picker-inline[dir="rtl"] .next-after .next-btn {
margin-left: 0; }
.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-small {
margin-right: 2px;
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-medium {
margin-right: 2px;
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-large {
margin-right: 2px;
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-pagination[dir="rtl"] .next-pagination-total {
margin-right: 0;
margin-left: 16px; }
.next-pagination[dir="rtl"] .next-pagination-jump-go {
margin-left: 0;
margin-right: 4px; }
.next-pagination[dir="rtl"] .next-pagination-size-selector-title {
margin-right: 0;
margin-left: 4px; }
.next-pagination[dir="rtl"] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
border-left: none;
border-right: 1px solid #DCDEE3; }
.next-pagination[dir="rtl"] .next-pagination-pages + .next-pagination-size-selector,
.next-pagination[dir="rtl"] .next-pagination-size-selector + .next-pagination-pages {
margin-left: 0;
margin-right: 40px; }
.next-pagination[dir="rtl"].next-start .next-pagination-pages {
float: left; }
.next-pagination[dir="rtl"].next-start .next-pagination-size-selector {
float: right; }
.next-pagination[dir="rtl"].next-end .next-pagination-pages {
float: right; }
.next-pagination[dir="rtl"].next-end .next-pagination-size-selector {
float: left; }
.next-pagination[dir="rtl"].next-small .next-pagination-list {
margin: 0 4px; }
.next-pagination[dir="rtl"].next-small .next-pagination-total {
line-height: 20px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-small .next-pagination-item {
padding: 0 6px;
border-width: 1px;
border-radius: 3px; }
.next-pagination[dir="rtl"].next-small .next-pagination-item + .next-pagination-item {
margin: 0 4px 0 0; }
.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis {
height: 20px;
line-height: 20px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis:before,
.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-pagination[dir="rtl"].next-small .next-pagination-display {
font-size: 12px; }
.next-pagination[dir="rtl"].next-small .next-pagination-display em {
font-size: 12px; }
.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
font-size: 12px; }
.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
width: 28px; }
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title {
height: 20px;
line-height: 20px;
font-size: 12px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
padding: 0 8px; }
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
margin: 0 4px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-total {
line-height: 28px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-medium .next-pagination-item {
padding: 0 10px;
border-width: 1px;
border-radius: 3px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-item + .next-pagination-item {
margin: 0 4px 0 0; }
.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis {
height: 28px;
line-height: 28px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis:before,
.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-pagination[dir="rtl"].next-medium .next-pagination-display {
font-size: 12px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-display em {
font-size: 12px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-jump-text {
font-size: 12px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-jump-input {
width: 36px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-title {
height: 28px;
line-height: 28px;
font-size: 12px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-btn {
padding: 0 12px; }
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination[dir="rtl"].next-large .next-pagination-list {
margin: 0 8px; }
.next-pagination[dir="rtl"].next-large .next-pagination-total {
line-height: 40px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-large .next-pagination-item {
padding: 0 15px;
border-width: 1px;
border-radius: 3px; }
.next-pagination[dir="rtl"].next-large .next-pagination-item + .next-pagination-item {
margin: 0 8px 0 0; }
.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis {
height: 40px;
line-height: 40px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis:before,
.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-pagination[dir="rtl"].next-large .next-pagination-display {
font-size: 16px; }
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
font-size: 16px; }
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
font-size: 16px; }
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
width: 48px; }
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title {
height: 40px;
line-height: 40px;
font-size: 16px;
vertical-align: middle; }
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
padding: 0 16px; }
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 0; }
.next-pagination *,
.next-pagination *:before,
.next-pagination *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-pagination:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-pagination-total {
display: inline-block;
font-size: 14px;
margin-right: 16px; }
.next-pagination-pages {
display: inline-block;
/* for ie9 */
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-pagination-list {
display: inline-block;
vertical-align: top; }
.next-pagination .next-pagination-item:not([disabled]) {
display: inline-block;
border-style: solid;
border-color: #C4C6CF;
background: #FFFFFF;
color: #333333;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination .next-pagination-item {
-webkit-transition: none;
transition: none;
margin-left: 4px; }
.next-pagination .next-pagination-item.next-current {
border-color: #5584FF;
background: #5584FF;
color: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus {
border-color: transparent;
background: #3E71F7;
color: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination-ellipsis {
display: inline-block;
color: #999999;
vertical-align: top;
margin-right: 4px; }
.next-pagination-display {
display: inline-block;
margin: 0 16px;
color: #333333;
vertical-align: middle; }
.next-pagination-display em {
font-style: normal;
color: #5584FF; }
.next-pagination-jump-text {
display: inline-block;
vertical-align: middle;
color: #999999; }
.next-pagination-jump-input {
margin: 0 4px;
vertical-align: top; }
.next-pagination-jump-go {
margin-left: 4px;
vertical-align: top; }
.next-pagination-size-selector {
display: inline-block;
position: relative; }
.next-pagination-size-selector-title {
margin-right: 4px;
color: #999999; }
.next-pagination-size-selector-filter {
display: inline-block;
vertical-align: middle; }
.next-pagination-size-selector-dropdown {
vertical-align: top;
min-width: 64px; }
.next-pagination-size-selector-dropdown .next-select-inner {
min-width: 64px; }
.next-pagination-size-selector-popup {
min-width: 64px; }
.next-pagination-size-selector-btn.next-btn-text {
height: initial;
line-height: initial;
color: #666666;
border-radius: 0; }
.next-pagination-size-selector-btn.next-btn-text.next-current {
color: #5584FF; }
.next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
border-left: 1px solid #DCDEE3; }
.next-pagination-pages + .next-pagination-size-selector,
.next-pagination-size-selector + .next-pagination-pages {
margin-left: 40px; }
.next-pagination.next-hide {
display: none; }
.next-pagination.next-start .next-pagination-pages {
float: right; }
.next-pagination.next-start .next-pagination-size-selector {
float: left; }
.next-pagination.next-end .next-pagination-pages {
float: left; }
.next-pagination.next-end .next-pagination-size-selector {
float: right; }
.next-pagination.next-small .next-pagination-list {
margin: 0 4px; }
.next-pagination.next-small .next-pagination-total {
line-height: 20px;
vertical-align: middle; }
.next-pagination.next-small .next-pagination-item {
padding: 0 6px;
border-width: 1px;
border-radius: 3px; }
.next-pagination.next-small .next-pagination-item + .next-pagination-item {
margin: 0 0 0 4px; }
.next-pagination.next-small .next-pagination-ellipsis {
height: 20px;
line-height: 20px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination.next-small .next-pagination-ellipsis:before,
.next-pagination.next-small .next-pagination-ellipsis .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-pagination.next-small .next-pagination-display {
font-size: 12px; }
.next-pagination.next-small .next-pagination-display em {
font-size: 12px; }
.next-pagination.next-small .next-pagination-jump-text {
font-size: 12px; }
.next-pagination.next-small .next-pagination-jump-input {
width: 28px; }
.next-pagination.next-small .next-pagination-size-selector-title {
height: 20px;
line-height: 20px;
font-size: 12px;
vertical-align: middle; }
.next-pagination.next-small .next-pagination-size-selector-btn {
padding: 0 8px; }
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
width: 20px;
padding: 0; }
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon {
margin: 0 auto; }
.next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev {
width: 20px;
padding: 0; }
.next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
margin: 0 auto; }
.next-pagination.next-small.next-no-border .next-pagination-item.next-prev, .next-pagination.next-small.next-no-border .next-pagination-item.next-next {
padding: 0;
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon {
margin: 0; }
.next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
color: #5584FF; }
.next-pagination.next-small.next-no-border .next-pagination-display {
margin: 0 8px; }
.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
margin-right: 4px; }
.next-pagination.next-small.next-mini .next-pagination-item.next-next {
margin-left: 4px; }
.next-pagination.next-medium .next-pagination-list {
margin: 0 4px; }
.next-pagination.next-medium .next-pagination-total {
line-height: 28px;
vertical-align: middle; }
.next-pagination.next-medium .next-pagination-item {
padding: 0 10px;
border-width: 1px;
border-radius: 3px; }
.next-pagination.next-medium .next-pagination-item + .next-pagination-item {
margin: 0 0 0 4px; }
.next-pagination.next-medium .next-pagination-ellipsis {
height: 28px;
line-height: 28px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination.next-medium .next-pagination-ellipsis:before,
.next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-pagination.next-medium .next-pagination-display {
font-size: 12px; }
.next-pagination.next-medium .next-pagination-display em {
font-size: 12px; }
.next-pagination.next-medium .next-pagination-jump-text {
font-size: 12px; }
.next-pagination.next-medium .next-pagination-jump-input {
width: 36px; }
.next-pagination.next-medium .next-pagination-size-selector-title {
height: 28px;
line-height: 28px;
font-size: 12px;
vertical-align: middle; }
.next-pagination.next-medium .next-pagination-size-selector-btn {
padding: 0 12px; }
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
width: 28px;
padding: 0; }
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon {
margin: 0 auto; }
.next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev {
width: 28px;
padding: 0; }
.next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
margin: 0 auto; }
.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next {
padding: 0;
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon {
margin: 0; }
.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
color: #5584FF; }
.next-pagination.next-medium.next-no-border .next-pagination-display {
margin: 0 12px; }
.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
margin-right: 4px; }
.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
margin-left: 4px; }
.next-pagination.next-large .next-pagination-list {
margin: 0 8px; }
.next-pagination.next-large .next-pagination-total {
line-height: 40px;
vertical-align: middle; }
.next-pagination.next-large .next-pagination-item {
padding: 0 15px;
border-width: 1px;
border-radius: 3px; }
.next-pagination.next-large .next-pagination-item + .next-pagination-item {
margin: 0 0 0 8px; }
.next-pagination.next-large .next-pagination-ellipsis {
height: 40px;
line-height: 40px;
margin-left: 8px;
margin-right: 8px; }
.next-pagination.next-large .next-pagination-ellipsis:before,
.next-pagination.next-large .next-pagination-ellipsis .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-pagination.next-large .next-pagination-display {
font-size: 16px; }
.next-pagination.next-large .next-pagination-display em {
font-size: 16px; }
.next-pagination.next-large .next-pagination-jump-text {
font-size: 16px; }
.next-pagination.next-large .next-pagination-jump-input {
width: 48px; }
.next-pagination.next-large .next-pagination-size-selector-title {
height: 40px;
line-height: 40px;
font-size: 16px;
vertical-align: middle; }
.next-pagination.next-large .next-pagination-size-selector-btn {
padding: 0 16px; }
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
color: #666666; }
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
color: #333333; }
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
width: 40px;
padding: 0; }
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon {
margin: 0 auto; }
.next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev {
width: 40px;
padding: 0; }
.next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
margin: 0 auto; }
.next-pagination.next-large.next-no-border .next-pagination-item.next-prev, .next-pagination.next-large.next-no-border .next-pagination-item.next-next {
padding: 0;
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon {
margin: 0; }
.next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
color: #5584FF; }
.next-pagination.next-large.next-no-border .next-pagination-display {
margin: 0 16px; }
.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
margin-right: 8px; }
.next-pagination.next-large.next-mini .next-pagination-item.next-next {
margin-left: 8px; }
.next-pagination.next-large .next-pagination-ellipsis {
margin-right: 8px; }
.next-pagination.next-large .next-pagination-item {
margin-left: 8px; }
.next-pagination-icon-prev::before {
content: "\E61D"; }
.next-pagination-icon-next::before {
content: "\E619"; }
.next-pagination-icon-ellipsis::before {
content: "\E654"; }
.next-paragraph {
color: #333333; }
.next-paragraph-short {
line-height: 1.5; }
.next-paragraph-long {
line-height: 1.7; }
.next-paragraph-small {
font-size: 12px; }
.next-paragraph-medium {
font-size: 14px; }
.next-progress-circle[dir=rtl] .next-progress-circle-container {
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.next-progress-line[dir=rtl] .next-progress-line-overlay {
left: auto;
right: 0; }
.next-progress-line {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-progress-line *,
.next-progress-line *:before,
.next-progress-line *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-progress-line {
width: 100%;
display: inline-block;
position: relative; }
.next-progress-line-container {
display: inline-block;
width: 100%;
vertical-align: middle; }
.next-progress-line-underlay {
position: relative;
overflow: hidden;
width: 100%;
background-color: #EBECF0; }
.next-progress-line-overlay {
position: absolute;
left: 0;
top: 0;
-webkit-transition: all 300ms ease;
transition: all 300ms ease; }
.next-progress-line-overlay-normal {
background-color: #5584FF; }
.next-progress-line-overlay-success {
background-color: #46BC15; }
.next-progress-line-overlay-error {
background-color: #FF3000; }
.next-progress-line-overlay-started {
background-color: #FF3000; }
.next-progress-line-overlay-middle {
background-color: #FF9300; }
.next-progress-line-overlay-finishing {
background-color: #46BC15; }
.next-progress-line.next-small .next-progress-line-underlay {
border-radius: 20px;
height: 4px; }
.next-progress-line.next-small .next-progress-line-overlay {
height: 4px;
border-radius: 20px;
top: 50%;
margin-top: -2px; }
.next-progress-line.next-small .next-progress-line-text {
font-size: 12px;
line-height: 4px; }
.next-progress-line.next-medium .next-progress-line-underlay {
border-radius: 20px;
height: 8px; }
.next-progress-line.next-medium .next-progress-line-overlay {
height: 8px;
border-radius: 20px;
top: 50%;
margin-top: -4px; }
.next-progress-line.next-medium .next-progress-line-text {
font-size: 12px;
line-height: 8px; }
.next-progress-line.next-large .next-progress-line-underlay {
border-radius: 20px;
height: 12px; }
.next-progress-line.next-large .next-progress-line-overlay {
height: 12px;
border-radius: 20px;
top: 50%;
margin-top: -6px; }
.next-progress-line.next-large .next-progress-line-text {
font-size: 12px;
line-height: 12px; }
.next-progress-line-show-info .next-progress-line-container {
padding-right: 60px;
margin-right: -60px; }
.next-progress-line-show-info .next-progress-line-text {
width: 50px;
text-align: left;
margin-left: 10px;
vertical-align: middle;
display: inline-block;
color: #333333; }
.next-progress-line-show-border .next-progress-line-underlay {
border: 1px solid #DCDEE3; }
.next-progress-line-show-border.next-small .next-progress-line-underlay {
border-radius: 20px;
height: 6px; }
.next-progress-line-show-border.next-small .next-progress-line-overlay {
height: 4px;
border-radius: 20px;
top: 50%;
margin-top: -2px; }
.next-progress-line-show-border.next-small .next-progress-line-text {
font-size: 12px;
line-height: 6px; }
.next-progress-line-show-border.next-medium .next-progress-line-underlay {
border-radius: 20px;
height: 10px; }
.next-progress-line-show-border.next-medium .next-progress-line-overlay {
height: 8px;
border-radius: 20px;
top: 50%;
margin-top: -4px; }
.next-progress-line-show-border.next-medium .next-progress-line-text {
font-size: 12px;
line-height: 10px; }
.next-progress-line-show-border.next-large .next-progress-line-underlay {
border-radius: 20px;
height: 14px; }
.next-progress-line-show-border.next-large .next-progress-line-overlay {
height: 12px;
border-radius: 20px;
top: 50%;
margin-top: -6px; }
.next-progress-line-show-border.next-large .next-progress-line-text {
font-size: 12px;
line-height: 14px; }
.next-progress-circle {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-progress-circle *,
.next-progress-circle *:before,
.next-progress-circle *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-progress-circle {
position: relative;
display: inline-block; }
.next-progress-circle-underlay {
stroke-width: 8px;
stroke: #EBECF0; }
.next-progress-circle-overlay {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
stroke-linecap: round;
stroke-width: 8px; }
.next-progress-circle-overlay-normal {
stroke: #5584FF; }
.next-progress-circle-overlay-success {
stroke: #46BC15; }
.next-progress-circle-overlay-error {
stroke: #FF3000; }
.next-progress-circle-overlay-started {
stroke: #FF3000; }
.next-progress-circle-overlay-middle {
stroke: #FF9300; }
.next-progress-circle-overlay-finishing {
stroke: #46BC15; }
.next-progress-circle.next-small {
width: 100px;
height: 100px;
font-size: 20px; }
.next-progress-circle.next-medium {
width: 116px;
height: 116px;
font-size: 24px; }
.next-progress-circle.next-large {
width: 132px;
height: 132px;
font-size: 36px; }
.next-progress-circle-text {
display: block;
position: absolute;
width: 100%;
top: 50%;
left: 0;
text-align: center;
line-height: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform 300ms ease;
transition: -webkit-transform 300ms ease;
transition: transform 300ms ease;
transition: transform 300ms ease, -webkit-transform 300ms ease;
color: #333333; }
.next-range {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
font-family: inherit;
font-weight: normal;
font-size: inherit;
line-height: inherit;
vertical-align: baseline;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer; }
.next-range *,
.next-range *:before,
.next-range *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-range .next-range-inner {
position: relative; }
.next-range .next-range-inner:only-child {
margin-top: auto;
margin-bottom: auto; }
.next-range .next-range-track {
position: absolute;
width: 100%;
top: 50%;
border-radius: 0; }
.next-range .next-range-selected {
position: absolute;
width: 0;
top: 50%;
left: 0;
border-radius: 0; }
.next-range .next-range-scale {
position: relative;
width: 100%;
height: 12px; }
.next-range .next-range-scale .next-range-scale-item {
position: absolute;
left: 0;
width: 2px;
border: 1px solid;
border-radius: 0; }
.next-range .next-range-scale .next-range-scale-item:last-child {
margin-left: -2px; }
.next-range .next-range-slider {
position: absolute;
top: 50%;
left: 0;
border-radius: 50%; }
.next-range .next-range-slider-inner {
position: absolute;
top: 50%;
left: 50%;
border-width: 1px;
border-style: solid;
border-color: #C4C6CF;
border-radius: 50%;
-webkit-transition: border-color 100ms linear, -webkit-transform 100ms linear;
transition: border-color 100ms linear, -webkit-transform 100ms linear;
transition: transform 100ms linear, border-color 100ms linear;
transition: transform 100ms linear, border-color 100ms linear, -webkit-transform 100ms linear; }
.next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
border: 2px solid #5584FF;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner {
border: 2px solid #5584FF;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.next-range .next-range-mark {
position: relative;
cursor: auto; }
.next-range .next-range-mark .next-range-mark-text {
position: absolute;
left: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
padding-left: 2px;
text-align: center; }
.next-range .next-range-frag {
position: absolute;
top: 0; }
.next-range .next-range-frag .next-range-slider {
left: 0; }
.next-range .next-range-frag .next-range-slider:nth-child(2) {
left: 100%; }
.next-range .next-range-frag .next-range-selected {
width: 100%; }
.next-range.disabled {
cursor: not-allowed; }
.next-range.disabled .next-range-mark {
cursor: auto; }
.next-range .next-range-track {
background-color: #C4C6CF; }
.next-range .next-range-track:hover {
background-color: #C4C6CF; }
.next-range .next-range-selected {
background-color: #5584FF; }
.next-range .next-range-selected:hover {
background-color: #5584FF; }
.next-range .next-range-scale .next-range-scale-item {
border-color: #C4C6CF;
background-color: #C4C6CF; }
.next-range .next-range-scale .next-range-scale-item:hover {
border-color: #C4C6CF; }
.next-range .next-range-scale .next-range-scale-item.activated {
border-color: #5584FF;
background-color: #5584FF; }
.next-range .next-range-scale .next-range-scale-item.activated:hover {
border-color: #5584FF; }
.next-range .next-range-slider-inner {
background-color: #FFFFFF;
border-color: #C4C6CF; }
.next-range .next-range-slider-inner:hover {
background-color: #FFFFFF;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.next-range .next-range-mark .next-range-mark-text {
color: #999999; }
.next-range .next-range-mark .next-range-mark-text:hover {
color: #999999; }
.next-range .next-range-mark .next-range-mark-text.activated {
color: #333333; }
.next-range .next-range-mark .next-range-mark-text.activated:hover {
color: #333333; }
.next-range.disabled .next-range-track {
background-color: #C4C6CF; }
.next-range.disabled .next-range-selected {
background-color: #A0A2AD; }
.next-range.disabled .next-range-scale-item {
border-color: #C4C6CF; }
.next-range.disabled .next-range-scale-item.activated {
border-color: #A0A2AD; }
.next-range.disabled .next-range-slider-inner {
background-color: #E6E7EB;
border-color: #E6E7EB;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-box-shadow: none;
box-shadow: none; }
.next-range.disabled .next-range-mark-text {
color: #CCCCCC; }
.next-range.disabled .next-range-mark-text.activated {
color: #999999; }
.next-range .next-range-track {
height: 4px;
margin-top: -2px; }
.next-range .next-range-selected {
height: 4px;
margin-top: -2px; }
.next-range .next-range-frag {
margin-top: 4px;
height: 4px; }
.next-range .next-range-slider {
height: 16px;
width: 16px;
margin-top: -8px;
margin-left: -8px;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); }
.next-range .next-range-slider-inner {
height: 16px;
width: 16px;
margin-top: -8px;
margin-left: -8px; }
.next-range .next-range-mark {
display: block; }
.next-range .next-range-mark .next-range-mark-text {
font-size: 12px;
font-weight: normal;
line-height: 20px;
height: 20px; }
.next-range .next-range-mark.next-range-mark-below {
height: 30px; }
.next-range .next-range-mark.next-range-mark-below .next-range-mark-text {
bottom: 0; }
.next-range .next-range-mark.next-range-mark-above {
height: 30px; }
.next-range .next-range-scale .next-range-scale-item {
height: 12px; }
.next-range.simulation-hover > .next-range-slider-inner {
background-color: #FFFFFF;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.next-range.simulation-click > .next-range-slider-inner {
border: 2px solid #5584FF;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.next-range[dir=rtl] .next-range-mark {
position: relative;
cursor: auto; }
.next-range[dir=rtl] .next-range-mark .next-range-mark-text {
position: absolute;
right: 0;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
padding-right: 2px;
text-align: center; }
.next-rating[dir="rtl"] .next-rating-overlay {
right: 0;
left: auto; }
.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon,
.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon {
margin-right: 4px;
margin-left: 0; }
.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon:last-child,
.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon:last-child {
/* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */
margin-left: 4px; }
.next-rating {
vertical-align: top; }
.next-rating {
display: inline-block;
position: relative; }
.next-rating:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-rating-base {
float: left; }
.next-rating-text {
float: left; }
.next-rating-base-disabled {
cursor: not-allowed; }
.next-rating-base-disabled .next-rating-underlay .next-rating-icon {
cursor: not-allowed; }
.next-rating-base-disabled .next-rating-overlay .next-rating-icon {
cursor: not-allowed; }
.next-rating-symbol-icon::before {
content: "\E60E"; }
.next-rating-underlay {
white-space: nowrap;
overflow: hidden; }
.next-rating-underlay .next-icon {
color: #E2E4E8; }
.next-rating-stroke-mode .next-rating-underlay .next-icon {
color: transparent;
-webkit-text-stroke: 1px #5584FF; }
.next-rating-overlay {
white-space: nowrap;
overflow: hidden;
position: absolute;
width: 0;
top: 0;
left: 0; }
.next-rating-overlay .next-icon {
color: #5584FF; }
.next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon {
cursor: pointer;
margin-left: 4px; }
.next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child {
/* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */
margin-right: 4px; }
.next-rating-underlay .next-icon, .next-rating-overlay .next-icon {
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
.next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
.next-rating-info {
position: absolute;
top: calc(100% + 4px);
left: 0;
border: 1px solid #E2E4E8;
background: #FFFFFF;
padding: 4px 8px 3px;
font-size: 12px;
white-space: nowrap; }
.next-rating-info:after {
position: absolute;
content: '';
width: 4px;
height: 4px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border: 1px solid #E2E4E8;
background: #FFFFFF;
border-bottom-color: transparent;
border-right-color: transparent;
top: -3px;
left: 4px; }
.next-rating:focus, .next-rating.hover {
outline: none; }
.next-rating:focus .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon {
color: #5584FF; }
/* 状态 */
/* ======================================== */
.next-rating-grade-low .next-rating-overlay .next-icon {
color: #666666; }
.next-rating-grade-low.hover .next-rating-overlay .next-icon {
color: #666666; }
.next-rating-grade-high .next-rating-overlay .next-icon {
color: #5584FF; }
.next-rating-grade-high.hover .next-rating-overlay .next-icon {
color: #5584FF; }
/* 尺寸 */
/* ======================================== */
.next-rating-small {
font-size: 12px; }
.next-rating-small .next-icon:before,
.next-rating-small .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-rating-small .next-rating-text {
margin-left: 8px; }
.next-rating-medium {
font-size: 12px; }
.next-rating-medium .next-icon:before,
.next-rating-medium .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-rating-medium .next-rating-text {
margin-left: 12px; }
.next-rating-large {
font-size: 16px; }
.next-rating-large .next-icon:before,
.next-rating-large .next-icon .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-rating-large .next-rating-text {
margin-left: 16px; }
.next-search-simple[dir=rtl].next-large .next-search-icon {
margin-left: 12px;
margin-right: 0; }
.next-search-simple[dir=rtl].next-medium .next-search-icon {
margin-left: 8px;
margin-right: 0; }
.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
border-left: 1px solid #C4C6CF;
border-right: none; }
.next-search-simple[dir=rtl].next-dark .next-search-left {
border-color: #C4C6CF; }
.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
border-right: 1px solid #C4C6CF; }
.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
border-color: #C4C6CF; }
.next-search-simple[dir=rtl].next-dark .next-search-icon {
color: #999999; }
.next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
color: #666666; }
.next-search-normal[dir=rtl] .next-search-left {
border-left: none;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.next-search-normal[dir=rtl] .next-search-btn.next-btn {
border-radius: 3px 0 0 3px !important; }
.next-search-normal[dir=rtl] .next-input {
border-radius: 0 3px 3px 0; }
.next-search-normal[dir=rtl].next-primary .next-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px; }
.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
border-left: 1px solid #E6E7EB;
border-right: none; }
.next-search-normal[dir=rtl].next-secondary .next-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px; }
.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
border-left: 1px solid #E6E7EB;
border-right: none; }
.next-search-normal[dir=rtl].next-normal .next-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px; }
.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
border-left: 1px solid #E6E7EB;
border-right: none; }
.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
border-left: 1px solid #5584FF;
border-right: none; }
.next-search {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: inline-block; }
.next-search *,
.next-search *:before,
.next-search *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-search .next-input,
.next-search .next-select {
border: none; }
.next-search .next-select .next-input {
height: auto; }
.next-search .next-select .next-input .next-input-text-field {
height: auto; }
.next-search .next-search-left {
border-style: solid;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-search .next-search-left-addon .next-input,
.next-search .next-search-left-addon .next-select-trigger-search {
min-height: 100%;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.next-search .next-search-left-addon .next-select-values {
line-height: 1; }
.next-search .next-search-left-addon.next-input-group-addon .next-select {
margin: 0; }
.next-search .next-search-left-addon + .next-search-input .next-input {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.next-search .next-search-input {
width: 100%; }
.next-search .next-search-btn {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search .next-search-symbol-icon::before {
content: "\E656"; }
.next-search-normal {
width: 600px; }
.next-search-normal .next-search-left {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-search-normal .next-input {
border-radius: 3px 0 0 3px; }
.next-search-normal .next-btn {
border-radius: 0 3px 3px 0; }
.next-search-normal.next-primary .next-search-left {
border-color: #5584FF; }
.next-search-normal.next-primary .next-search-left .next-search-left-addon {
border-right: 1px solid #E6E7EB; }
.next-search-normal.next-primary:hover .next-search-left,
.next-search-normal.next-primary:hover .next-btn {
border-color: #5584FF; }
.next-search-normal.next-primary .next-search-btn {
background: #5584FF;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-primary .next-search-btn:hover {
background: #3E71F7;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-primary .next-search-btn .next-icon {
color: #FFFFFF; }
.next-search-normal.next-primary .next-search-btn .next-icon:hover {
color: #FFFFFF; }
.next-search-normal.next-primary.next-large {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn {
border-width: 2px;
height: 60px; }
.next-search-normal.next-primary.next-large .next-search-input {
height: 56px;
overflow-y: hidden; }
.next-search-normal.next-primary.next-large .next-search-input input {
height: 56px;
line-height: 56px \0; }
.next-search-normal.next-primary.next-large .next-select {
height: 56px; }
.next-search-normal.next-primary.next-large .next-search-btn {
font-size: 16px; }
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-primary.next-medium {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn {
border-width: 2px;
height: 40px; }
.next-search-normal.next-primary.next-medium .next-search-input {
height: 36px;
overflow-y: hidden; }
.next-search-normal.next-primary.next-medium .next-search-input input {
height: 36px;
line-height: 36px \0; }
.next-search-normal.next-primary.next-medium .next-select {
height: 36px; }
.next-search-normal.next-primary.next-medium .next-search-btn {
font-size: 16px; }
.next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-primary.next-medium .next-search-btn .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-primary .next-input {
border-top-left-radius: 1px;
border-bottom-left-radius: 1px; }
.next-search-normal.next-secondary .next-search-left {
border-color: #C4C6CF; }
.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
border-right: 1px solid #E6E7EB; }
.next-search-normal.next-secondary:hover .next-search-left,
.next-search-normal.next-secondary:hover .next-btn {
border-color: #5584FF; }
.next-search-normal.next-secondary .next-search-btn {
background: #5584FF;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-secondary .next-search-btn:hover {
background: #3E71F7;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-secondary .next-search-btn .next-icon {
color: #FFFFFF; }
.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
color: #FFFFFF; }
.next-search-normal.next-secondary.next-large {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn {
border-width: 1px;
height: 60px; }
.next-search-normal.next-secondary.next-large .next-search-input {
height: 58px;
overflow-y: hidden; }
.next-search-normal.next-secondary.next-large .next-search-input input {
height: 58px;
line-height: 58px \0; }
.next-search-normal.next-secondary.next-large .next-select {
height: 58px; }
.next-search-normal.next-secondary.next-large .next-search-btn {
font-size: 16px; }
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-secondary.next-medium {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn {
border-width: 1px;
height: 40px; }
.next-search-normal.next-secondary.next-medium .next-search-input {
height: 38px;
overflow-y: hidden; }
.next-search-normal.next-secondary.next-medium .next-search-input input {
height: 38px;
line-height: 38px \0; }
.next-search-normal.next-secondary.next-medium .next-select {
height: 38px; }
.next-search-normal.next-secondary.next-medium .next-search-btn {
font-size: 16px; }
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-secondary .next-input {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.next-search-normal.next-normal .next-search-left {
border-color: #C4C6CF; }
.next-search-normal.next-normal .next-search-left .next-search-left-addon {
border-right: 1px solid #E6E7EB; }
.next-search-normal.next-normal:hover .next-search-left,
.next-search-normal.next-normal:hover .next-btn {
border-color: #A0A2AD; }
.next-search-normal.next-normal .next-search-btn {
background: #F7F8FA;
border-color: #C4C6CF;
color: #666666; }
.next-search-normal.next-normal .next-search-btn:hover {
background: #EBECF0;
border-color: #A0A2AD;
color: #333333; }
.next-search-normal.next-normal .next-search-btn .next-icon {
color: #666666; }
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
color: #333333; }
.next-search-normal.next-normal.next-large {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn {
border-width: 1px;
height: 60px; }
.next-search-normal.next-normal.next-large .next-search-input {
height: 58px;
overflow-y: hidden; }
.next-search-normal.next-normal.next-large .next-search-input input {
height: 58px;
line-height: 58px \0; }
.next-search-normal.next-normal.next-large .next-select {
height: 58px; }
.next-search-normal.next-normal.next-large .next-search-btn {
font-size: 16px; }
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-normal.next-medium {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn {
border-width: 1px;
height: 40px; }
.next-search-normal.next-normal.next-medium .next-search-input {
height: 38px;
overflow-y: hidden; }
.next-search-normal.next-normal.next-medium .next-search-input input {
height: 38px;
line-height: 38px \0; }
.next-search-normal.next-normal.next-medium .next-select {
height: 38px; }
.next-search-normal.next-normal.next-medium .next-search-btn {
font-size: 16px; }
.next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-normal.next-medium .next-search-btn .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-normal .next-input {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.next-search-normal.next-dark .next-search-left {
border-color: #5584FF; }
.next-search-normal.next-dark .next-search-left .next-search-left-addon {
border-right: 1px solid #5584FF; }
.next-search-normal.next-dark:hover .next-search-left,
.next-search-normal.next-dark:hover .next-btn {
border-color: #5584FF; }
.next-search-normal.next-dark .next-search-btn {
background: #5584FF;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-dark .next-search-btn:hover {
background: #3E71F7;
border-color: #5584FF;
color: #FFFFFF; }
.next-search-normal.next-dark .next-search-btn .next-icon {
color: #FFFFFF; }
.next-search-normal.next-dark .next-search-btn .next-icon:hover {
color: #FFFFFF; }
.next-search-normal.next-dark .next-select-inner,
.next-search-normal.next-dark input {
color: #FFFFFF; }
.next-search-normal.next-dark .next-input {
background: rgba(255, 255, 255, 0); }
.next-search-normal.next-dark .next-select {
background: rgba(255, 255, 255, 0); }
.next-search-normal.next-dark.next-large {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn {
border-width: 1px;
height: 60px; }
.next-search-normal.next-dark.next-large .next-search-input {
height: 58px;
overflow-y: hidden; }
.next-search-normal.next-dark.next-large .next-search-input input {
height: 58px;
line-height: 58px \0; }
.next-search-normal.next-dark.next-large .next-select {
height: 58px; }
.next-search-normal.next-dark.next-large .next-search-btn {
font-size: 16px; }
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal.next-dark.next-medium {
-webkit-box-shadow: none;
box-shadow: none; }
.next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn {
border-width: 1px;
height: 40px; }
.next-search-normal.next-dark.next-medium .next-search-input {
height: 38px;
overflow-y: hidden; }
.next-search-normal.next-dark.next-medium .next-search-input input {
height: 38px;
line-height: 38px \0; }
.next-search-normal.next-dark.next-medium .next-select {
height: 38px; }
.next-search-normal.next-dark.next-medium .next-search-btn {
font-size: 16px; }
.next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-dark.next-medium .next-search-btn .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
display: inline-block;
padding-left: 0px; }
.next-search-normal:not([dir=rtl]) .next-search-left {
border-right: none; }
.next-search-simple {
width: 300px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 3px; }
.next-search-simple .next-search-icon {
cursor: pointer;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-search-simple .next-search-left, .next-search-simple .next-input {
border-radius: 3px; }
.next-search-simple.next-large .next-search-icon {
margin-right: 12px; }
.next-search-simple.next-medium .next-search-icon {
margin-right: 8px; }
.next-search-simple.next-normal .next-search-left {
border-color: #C4C6CF; }
.next-search-simple.next-normal .next-search-left .next-search-left-addon {
border-right: 1px solid #C4C6CF; }
.next-search-simple.next-normal:hover .next-search-left {
border-color: #A0A2AD; }
.next-search-simple.next-normal .next-search-icon {
color: #999999; }
.next-search-simple.next-normal .next-search-icon:hover {
color: #666666; }
.next-search-simple.next-normal .next-search-left {
border-width: 1px; }
.next-search-simple.next-normal.next-large .next-search-icon:before,
.next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-search-simple.next-normal.next-medium .next-search-icon:before,
.next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-search-simple.next-dark .next-search-left {
border-color: #C4C6CF; }
.next-search-simple.next-dark .next-search-left .next-search-left-addon {
border-right: 1px solid #C4C6CF; }
.next-search-simple.next-dark:hover .next-search-left {
border-color: #C4C6CF; }
.next-search-simple.next-dark .next-search-icon {
color: #999999; }
.next-search-simple.next-dark .next-search-icon:hover {
color: #666666; }
.next-search-simple.next-dark .next-select-inner,
.next-search-simple.next-dark input {
color: #FFFFFF; }
.next-search-simple.next-dark .next-input {
background: rgba(255, 255, 255, 0); }
.next-search-simple.next-dark .next-select {
background: rgba(255, 255, 255, 0); }
.next-search-simple.next-dark .next-search-left {
border-width: 1px; }
.next-search-simple.next-dark.next-large .next-search-icon:before,
.next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-search-simple.next-dark.next-medium .next-search-icon:before,
.next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-search-simple .next-select.next-large {
height: 38px; }
.next-search-simple .next-select.next-medium {
height: 26px; }
/* Slider */
/* -------------------------------------- */
.next-slick {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
/* 水平滑动 */
/* 垂直滑动 */ }
.next-slick *,
.next-slick *:before,
.next-slick *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-slick-initialized .next-slick-slide {
display: block; }
.next-slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.next-slick-list:focus {
outline: none; }
.next-slick-list.dragging {
cursor: pointer;
cursor: hand; }
.next-slick-track {
position: relative;
top: 0;
left: 0;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.next-slick-slide {
float: left;
height: 100%;
min-height: 1px;
outline: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-slick[dir="rtl"] .next-slick-slide {
float: right; }
.next-slick-slide img {
display: block; }
.next-slick-arrow {
display: block;
position: absolute;
cursor: pointer;
text-align: center;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
/* prev/next 按钮不同位置下的外观 */ }
.next-slick-arrow.inner {
color: #FFFFFF;
background: #000000;
opacity: 0.2;
padding: 0;
border: none; }
.next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
color: #FFFFFF;
background: #000000;
opacity: 0.4; }
.next-slick-arrow.inner.disabled {
color: #CCCCCC;
background: #F7F8FA;
opacity: 0.5; }
.next-slick-arrow.outer {
color: #666666;
background: transparent;
opacity: 0.32;
padding: 0;
border: none;
border-radius: 0px; }
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
color: #333333;
background: transparent;
opacity: 0.32; }
.next-slick-arrow.outer.disabled {
color: #CCCCCC;
background: transparent;
opacity: 0.32; }
.next-slick-arrow.disabled {
cursor: not-allowed; }
.next-slick-dots {
display: block;
position: absolute;
margin: 0;
padding: 0;
/* dots 位于水平位置 */
/* dots 位于右侧垂直位置 */ }
.next-slick-dots-item {
position: relative;
display: inline-block;
cursor: pointer; }
.next-slick-dots-item button {
cursor: pointer;
border-width: 0px;
border-color: white;
border-style: solid;
outline: none;
padding: 0;
height: 8px;
width: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.32); }
.next-slick-dots-item button:hover {
background-color: rgba(0, 0, 0, 0.32);
/* border-width: $slick-dots-border-width-hover; */
border-color: white; }
.next-slick-dots-item button:focus,
.next-slick-dots-item button:hover {
background: rgba(255, 255, 255, 0.5); }
.next-slick-dots-item.active button {
background: #5584ff;
/* border-width: $slick-dots-border-width-selected; */
border-color: white;
-webkit-animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
.next-slick-dots.hoz {
width: 100%;
bottom: 12px;
left: 0;
text-align: center; }
.next-slick-dots.hoz .next-slick-dots-item {
margin: 0 4px; }
.next-slick-dots.ver {
width: 16px;
top: 0;
right: 20px;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.next-slick-dots.ver .next-slick-dots-item {
margin: 0px 0; }
.next-slick.next-slick-hoz.next-slick-outer {
padding: 0 24px; }
.next-slick.next-slick-hoz .next-slick-arrow.medium {
width: 28px;
height: 56px;
line-height: 56px; }
.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before,
.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
top: calc(50% - 28px); }
.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
left: 0; }
.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
right: 0; }
.next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
top: calc(50% - 28px); }
.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
left: -4px; }
.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
right: -4px; }
.next-slick.next-slick-hoz .next-slick-arrow.large {
width: 48px;
height: 96px;
line-height: 96px; }
.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before,
.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote {
width: 32px;
font-size: 32px;
line-height: inherit; }
.next-slick.next-slick-hoz .next-slick-arrow.large.inner {
top: calc(50% - 48px); }
.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
left: 0; }
.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
right: 0; }
.next-slick.next-slick-hoz .next-slick-arrow.large.outer {
top: calc(50% - 48px); }
.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
left: -8px; }
.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
right: -8px; }
.next-slick.next-slick-ver.next-slick-outer {
padding: 24px 0; }
.next-slick.next-slick-ver .next-slick-slide {
display: block;
height: auto;
/* border: $slick-ver-slide-border-width solid transparent; */ }
.next-slick.next-slick-ver .next-slick-arrow {
/* size medium */
/* size medium & position inner */
/* size medium & position outer */
/* size large */
/* size large & position inner */
/* size large & position outer */ }
.next-slick.next-slick-ver .next-slick-arrow.medium {
width: 56px;
height: 28px;
line-height: 28px; }
.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before,
.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-slick.next-slick-ver .next-slick-arrow.medium.inner {
left: calc(50% - 28px); }
.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
top: 0; }
.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
bottom: 0; }
.next-slick.next-slick-ver .next-slick-arrow.medium.outer {
left: calc(50% - 28px); }
.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
top: -4px; }
.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
bottom: -4px; }
.next-slick.next-slick-ver .next-slick-arrow.large {
width: 96px;
height: 48px;
line-height: 48px; }
.next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before,
.next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote {
width: 32px;
font-size: 32px;
line-height: inherit; }
.next-slick.next-slick-ver .next-slick-arrow.large.inner {
left: calc(50% - 48px); }
.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
top: 0; }
.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
bottom: 0; }
.next-slick.next-slick-ver .next-slick-arrow.large.outer {
left: calc(50% - 48px); }
.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
top: -16px; }
.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
bottom: -16px; }
.next-split-btn {
display: inline-block;
position: relative; }
.next-split-btn-trigger .next-icon {
-webkit-transition: -webkit-transform 100ms linear;
transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
transition: transform 100ms linear, -webkit-transform 100ms linear; }
.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
color: #999999; }
.next-split-btn-trigger.next-small {
padding-left: 4px;
padding-right: 4px; }
.next-split-btn-trigger.next-medium {
padding-left: 8px;
padding-right: 8px; }
.next-split-btn-symbol-fold::before {
content: "\E63D"; }
.next-split-btn-symbol-unfold::before {
content: ""; }
.next-step *,
.next-step *:before,
.next-step *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-step, .next-step:before, .next-step:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-step {
width: 100%;
position: relative;
border: none; }
.next-step-item {
position: relative;
vertical-align: middle;
outline: 0;
height: 100%; }
.next-step-item-body {
outline: 0; }
.next-step-item-node {
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-step-item-node.clicked {
-webkit-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8); }
.next-step-horizontal {
overflow: hidden; }
.next-step-horizontal > .next-step-item {
display: inline-block;
text-align: left; }
.next-step-vertical > .next-step-item {
display: block;
text-align: center; }
.next-step-arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-step-arrow .next-step-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 32px;
line-height: 32px;
margin-left: 16px;
margin-right: 4px; }
.next-step-arrow .next-step-item:before {
content: '';
position: absolute;
left: -16px;
top: 0;
z-index: 1;
border: 16px solid transparent;
border-left-color: transparent; }
.next-step-arrow .next-step-item:after {
content: '';
position: absolute;
right: -16px;
top: 0;
z-index: 1;
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
border-left: 16px solid transparent; }
.next-step-arrow .next-step-item .next-step-item-container {
min-width: 100px;
height: 32px;
cursor: pointer; }
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
height: 32px;
line-height: 32px;
font-weight: bold;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center; }
.next-step-arrow > .next-step-item-wait {
background: #EBECF0; }
.next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
background: #000000; }
.next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
background: #CCCCCC; }
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
color: #000000; }
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
background: #EBECF0;
border-color: #000000; }
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
background: #EBECF0;
border-color: #000000; }
.next-step-arrow > .next-step-item-wait .next-step-item-title {
color: #999999;
word-break: break-word; }
.next-step-arrow > .next-step-item-wait .next-step-item-content {
color: #999999;
font-size: 12px;
word-break: break-word; }
.next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-arrow > .next-step-item-wait .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-arrow > .next-step-item-wait:before {
border: 16px solid #EBECF0;
border-left-color: transparent; }
.next-step-arrow > .next-step-item-wait:after {
border-left-color: #EBECF0; }
.next-step-arrow > .next-step-item-process {
background: #5584FF; }
.next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
background: #000000; }
.next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
background: #CCCCCC; }
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
color: #000000; }
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
background: #5584FF;
border-color: #000000; }
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
background: #5584FF;
border-color: #000000; }
.next-step-arrow > .next-step-item-process .next-step-item-title {
color: #FFFFFF;
word-break: break-word; }
.next-step-arrow > .next-step-item-process .next-step-item-content {
color: #FFFFFF;
font-size: 12px;
word-break: break-word; }
.next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-arrow > .next-step-item-process .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-arrow > .next-step-item-process .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-arrow > .next-step-item-process:before {
border: 16px solid #5584FF;
border-left-color: transparent; }
.next-step-arrow > .next-step-item-process:after {
border-left-color: #5584FF; }
.next-step-arrow > .next-step-item-finish {
background: #DEE8FF; }
.next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
background: #000000; }
.next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
background: #CCCCCC; }
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
color: #000000; }
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
background: #DEE8FF;
border-color: #000000; }
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
background: #DEE8FF;
border-color: #000000; }
.next-step-arrow > .next-step-item-finish .next-step-item-title {
color: #5584FF;
word-break: break-word; }
.next-step-arrow > .next-step-item-finish .next-step-item-content {
color: #5584FF;
font-size: 12px;
word-break: break-word; }
.next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-arrow > .next-step-item-finish .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-arrow > .next-step-item-finish:before {
border: 16px solid #DEE8FF;
border-left-color: transparent; }
.next-step-arrow > .next-step-item-finish:after {
border-left-color: #DEE8FF; }
.next-step-arrow .next-step-item-disabled {
cursor: not-allowed;
background: #F7F8FA; }
.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
background: #000000; }
.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
background: #CCCCCC; }
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
color: #000000; }
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
background: #F7F8FA;
border-color: #000000; }
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
background: #F7F8FA;
border-color: #000000; }
.next-step-arrow .next-step-item-disabled .next-step-item-title {
color: #CCCCCC;
word-break: break-word; }
.next-step-arrow .next-step-item-disabled .next-step-item-content {
color: #CCCCCC;
font-size: 12px;
word-break: break-word; }
.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-arrow .next-step-item-disabled .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-arrow .next-step-item-disabled:before {
border: 16px solid #F7F8FA;
border-left-color: transparent; }
.next-step-arrow .next-step-item-disabled:after {
border-left-color: #F7F8FA; }
.next-step-arrow .next-step-item-disabled .next-step-item-container {
cursor: not-allowed; }
.next-step-arrow .next-step-item-read-only {
cursor: default; }
.next-step-arrow .next-step-item-read-only .next-step-item-container {
cursor: default; }
.next-step-arrow .next-step-item-first {
margin-left: 0; }
.next-step-arrow .next-step-item-first:before {
border: 16px solid transparent; }
.next-step-arrow .next-step-item-last {
margin-right: 0; }
.next-step-arrow .next-step-item-last:after {
border: 16px solid transparent; }
.next-step-circle .next-step-item-container {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 8px; }
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
color: #5584FF;
font-size: 12px; }
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
stroke: #A0A2AD;
stroke-width: 3px; }
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
stroke: #5584FF;
stroke-width: 3px; }
.next-step-circle .next-step-item-container .next-step-item-node-placeholder {
display: inline-block; }
.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
background: #C4C6CF; }
.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
color: #666666; }
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #A0A2AD; }
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #A0A2AD; }
.next-step-circle > .next-step-item-wait .next-step-item-title {
color: #666666;
word-break: break-word; }
.next-step-circle > .next-step-item-wait .next-step-item-content {
color: #666666;
font-size: 12px;
word-break: break-word; }
.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-circle > .next-step-item-wait .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-circle > .next-step-item-wait .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
background: #C4C6CF; }
.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
color: #FFFFFF; }
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
background: #5584FF;
border-color: #5584FF; }
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
background: #5584FF;
border-color: #5584FF; }
.next-step-circle > .next-step-item-process .next-step-item-title {
color: #333333;
word-break: break-word; }
.next-step-circle > .next-step-item-process .next-step-item-content {
color: #333333;
font-size: 12px;
word-break: break-word; }
.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-circle > .next-step-item-process .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-circle > .next-step-item-process .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
background: #5584FF; }
.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
color: #5584FF; }
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #5584FF; }
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #5584FF; }
.next-step-circle > .next-step-item-finish .next-step-item-title {
color: #666666;
word-break: break-word; }
.next-step-circle > .next-step-item-finish .next-step-item-content {
color: #666666;
font-size: 12px;
word-break: break-word; }
.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-circle > .next-step-item-finish .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-circle > .next-step-item-finish .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
background: #E6E7EB; }
.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
width: 32px;
height: 32px; }
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
color: #CCCCCC; }
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #E6E7EB; }
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #E6E7EB; }
.next-step-circle .next-step-item-disabled .next-step-item-title {
color: #CCCCCC;
word-break: break-word; }
.next-step-circle .next-step-item-disabled .next-step-item-content {
color: #CCCCCC;
font-size: 12px;
word-break: break-word; }
.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
width: 32px;
height: 32px;
position: relative; }
.next-step-circle .next-step-item-disabled .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
display: block;
width: 32px;
height: 32px;
font-size: 12px;
font-weight: normal;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-circle .next-step-item-disabled .next-step-item-node {
cursor: not-allowed; }
.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-circle .next-step-item-read-only .next-step-item-node {
cursor: default; }
.next-step-circle .next-step-item-last .next-step-item-tail {
display: none; }
.next-step-circle.next-step-horizontal {
text-align: center;
white-space: nowrap; }
.next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
white-space: normal; }
.next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content {
white-space: normal; }
.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 48px);
vertical-align: middle; }
.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
width: 100px;
left: -26px;
text-align: center;
position: absolute; }
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
font-weight: bold; }
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 48px);
vertical-align: middle; }
.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
width: 100px;
left: -26px;
text-align: center;
position: absolute; }
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
font-weight: bold; }
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 48px);
vertical-align: middle; }
.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
width: 100px;
left: -26px;
text-align: center;
position: absolute; }
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
font-weight: bold; }
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 48px);
vertical-align: middle; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
width: 100px;
left: -26px;
text-align: center;
position: absolute; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
font-size: 14px;
line-height: 18px;
margin-top: 8px;
font-weight: bold; }
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
vertical-align: unset; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
display: none; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
position: relative;
display: inline-block;
top: 0;
left: 0;
max-width: 100px;
overflow: hidden;
vertical-align: top;
text-align: left; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
display: inline-block;
padding-right: 8px;
margin-top: 9px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
width: calc(100% - 148px);
position: absolute;
right: 0;
margin-top: -1px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
display: none; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
position: relative;
display: inline-block;
top: 0;
left: 0;
max-width: 100px;
overflow: hidden;
vertical-align: top;
text-align: left; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
display: inline-block;
padding-right: 8px;
margin-top: 9px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
width: calc(100% - 148px);
position: absolute;
right: 0;
margin-top: -1px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
display: none; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
position: relative;
display: inline-block;
top: 0;
left: 0;
max-width: 100px;
overflow: hidden;
vertical-align: top;
text-align: left; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
display: inline-block;
padding-right: 8px;
margin-top: 9px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
width: calc(100% - 148px);
position: absolute;
right: 0;
margin-top: -1px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
display: none; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
position: relative;
display: inline-block;
top: 0;
left: 0;
max-width: 100px;
overflow: hidden;
vertical-align: top;
text-align: left; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
display: inline-block;
padding-right: 8px;
margin-top: 9px; }
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
width: calc(100% - 148px);
position: absolute;
right: 0;
margin-top: -1px; }
.next-step-circle.next-step-vertical {
font-size: 0;
display: table-cell;
vertical-align: middle;
position: relative; }
.next-step-circle.next-step-vertical .next-step-item-container {
padding: 0; }
.next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
display: block;
visibility: hidden; }
.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
position: absolute;
top: 0;
left: 16px;
margin-left: 8px; }
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
margin-top: 8px;
text-align: left;
font-weight: bold;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
margin-top: 4px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
position: absolute;
top: 0;
left: 16px;
margin-left: 8px; }
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
margin-top: 8px;
text-align: left;
font-weight: bold;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
margin-top: 4px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
position: absolute;
top: 0;
left: 16px;
margin-left: 8px; }
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
margin-top: 8px;
text-align: left;
font-weight: bold;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
margin-top: 4px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
position: absolute;
top: 0;
left: 16px;
margin-left: 8px; }
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
margin-top: 8px;
text-align: left;
font-weight: bold;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
margin-top: 4px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-dot .next-step-item-container {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 8px;
margin-top: -1px;
margin-bottom: -1px; }
.next-step-dot .next-step-item-container .next-step-item-node-placeholder {
display: inline-block; }
.next-step-dot .next-step-item-container .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before,
.next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
background: #C4C6CF; }
.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
width: 12px;
height: 12px; }
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
color: #999999; }
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #A0A2AD; }
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #A0A2AD; }
.next-step-dot > .next-step-item-wait .next-step-item-title {
color: #666666;
word-break: break-word; }
.next-step-dot > .next-step-item-wait .next-step-item-content {
color: #666666;
font-size: 12px;
word-break: break-word; }
.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
width: 12px;
height: 12px;
position: relative; }
.next-step-dot > .next-step-item-wait .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-dot > .next-step-item-wait .next-step-item-node-circle {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-dot > .next-step-item-wait .next-step-item-content {
font-size: 12px; }
.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color .3s ease, border-color .3s ease;
transition: background-color .3s ease, border-color .3s ease; }
.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
background: #C4C6CF; }
.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
width: 12px;
height: 12px; }
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
color: #5584FF; }
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
background: #5584FF;
border-color: #5584FF; }
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
background: #5584FF;
border-color: #5584FF; }
.next-step-dot > .next-step-item-process .next-step-item-title {
color: #333333;
word-break: break-word; }
.next-step-dot > .next-step-item-process .next-step-item-content {
color: #333333;
font-size: 12px;
word-break: break-word; }
.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
width: 12px;
height: 12px;
position: relative; }
.next-step-dot > .next-step-item-process .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-dot > .next-step-item-process .next-step-item-node-circle {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-dot > .next-step-item-process .next-step-item-content {
font-size: 12px; }
.next-step-dot > .next-step-item-process .next-step-item-node-dot {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color .3s ease, border-color .3s ease;
transition: background-color .3s ease, border-color .3s ease; }
.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
background: #5584FF; }
.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
width: 12px;
height: 12px; }
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
color: #5584FF; }
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #5584FF; }
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #5584FF; }
.next-step-dot > .next-step-item-finish .next-step-item-title {
color: #666666;
word-break: break-word; }
.next-step-dot > .next-step-item-finish .next-step-item-content {
color: #666666;
font-size: 12px;
word-break: break-word; }
.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
width: 12px;
height: 12px;
position: relative; }
.next-step-dot > .next-step-item-finish .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-dot > .next-step-item-finish .next-step-item-node-circle {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-dot > .next-step-item-finish .next-step-item-content {
font-size: 12px; }
.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color .3s ease, border-color .3s ease;
transition: background-color .3s ease, border-color .3s ease; }
.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
background: #E6E7EB; }
.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
background: #E6E7EB; }
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
width: 12px;
height: 12px; }
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
color: #E6E7EB; }
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
background: #FFFFFF;
border-color: #DCDEE3; }
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
background: #FFFFFF;
border-color: #DCDEE3; }
.next-step-dot .next-step-item-disabled .next-step-item-title {
color: #CCCCCC;
word-break: break-word; }
.next-step-dot .next-step-item-disabled .next-step-item-content {
color: #CCCCCC;
font-size: 12px;
word-break: break-word; }
.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
width: 12px;
height: 12px;
position: relative; }
.next-step-dot .next-step-item-disabled .next-step-item-node {
position: relative;
display: inline-block;
text-align: center;
cursor: pointer; }
.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
font-weight: normal;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
-webkit-animation: zoomIn 300ms linear;
animation: zoomIn 300ms linear; }
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-step-dot .next-step-item-disabled .next-step-item-content {
font-size: 12px; }
.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
display: block;
width: 12px;
height: 12px;
font-size: 12px;
line-height: 10px;
text-align: center;
border: 1px solid;
border-radius: 50%;
-webkit-transition: background-color .3s ease, border-color .3s ease;
transition: background-color .3s ease, border-color .3s ease; }
.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-dot .next-step-item-disabled .next-step-item-node {
cursor: not-allowed; }
.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-dot .next-step-item-read-only .next-step-item-node {
cursor: default; }
.next-step-dot .next-step-item-last .next-step-item-tail {
display: none; }
.next-step-dot.next-step-horizontal {
text-align: center;
white-space: nowrap; }
.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
white-space: normal; }
.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content {
white-space: normal; }
.next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
vertical-align: middle; }
.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 28px);
vertical-align: middle; }
.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
width: 100px;
left: -36px;
text-align: center;
position: absolute; }
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
font-size: 12px;
line-height: 16px;
margin-top: 8px;
font-weight: bold; }
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 28px);
vertical-align: middle; }
.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
width: 100px;
left: -36px;
text-align: center;
position: absolute; }
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
font-size: 12px;
line-height: 16px;
margin-top: 8px;
font-weight: bold; }
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 28px);
vertical-align: middle; }
.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
width: 100px;
left: -36px;
text-align: center;
position: absolute; }
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
font-size: 12px;
line-height: 16px;
margin-top: 8px;
font-weight: bold; }
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
display: inline-block;
clear: both;
width: calc(100% - 28px);
vertical-align: middle; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
display: block;
height: 1px;
position: relative; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 1px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
width: 100%; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
width: 100px;
left: -36px;
text-align: center;
position: absolute; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
font-size: 12px;
line-height: 16px;
margin-top: 8px;
font-weight: bold; }
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
margin-top: 4px; }
.next-step-dot.next-step-vertical {
padding: 0 0 0 4px;
font-size: 0;
display: table-cell;
position: relative; }
.next-step-dot.next-step-vertical .next-step-item-container {
padding: 0; }
.next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
display: block;
visibility: hidden; }
.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
position: absolute;
top: 0;
left: 6px;
margin-left: 8px; }
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
margin-top: 0px;
font-weight: bold;
text-align: left;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
margin-top: 8px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
position: absolute;
top: 0;
left: 6px;
margin-left: 8px; }
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
margin-top: 0px;
font-weight: bold;
text-align: left;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
margin-top: 8px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
position: absolute;
top: 0;
left: 6px;
margin-left: 8px; }
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
margin-top: 0px;
font-weight: bold;
text-align: left;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
margin-top: 8px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
width: 1px;
height: 0;
margin: 8px auto; }
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
height: 100%;
width: 1px;
position: relative; }
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
position: absolute;
top: 0;
height: 100%;
width: 1px; }
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
position: absolute;
top: 0;
left: 6px;
margin-left: 8px; }
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
margin-top: 0px;
font-weight: bold;
text-align: left;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
margin-top: 8px;
min-height: 8px;
text-align: left;
font-size: 12px;
line-height: 16px; }
.next-step-horizontal[dir="rtl"] > .next-step-item {
text-align: right; }
.next-step-arrow[dir="rtl"] .next-step-item {
height: 32px;
line-height: 32px;
margin-left: 4px;
margin-right: 16px; }
.next-step-arrow[dir="rtl"] .next-step-item:before {
right: -16px;
left: auto;
border: 16px solid transparent;
border-right-color: transparent; }
.next-step-arrow[dir="rtl"] .next-step-item:after {
left: -32px;
right: auto;
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
border-right: 16px solid transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-wait {
background: #EBECF0; }
.next-step-arrow[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-arrow[dir="rtl"] > .next-step-item-wait:before {
border: 16px solid #EBECF0;
border-right-color: transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-wait:after {
border-right-color: #EBECF0;
border-left-color: transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-process {
background: #5584FF; }
.next-step-arrow[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-arrow[dir="rtl"] > .next-step-item-process:before {
border: 16px solid #5584FF;
border-right-color: transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-process:after {
border-right-color: #5584FF;
border-left-color: transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-finish {
background: #DEE8FF; }
.next-step-arrow[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-arrow[dir="rtl"] > .next-step-item-finish:before {
border: 16px solid #DEE8FF;
border-right-color: transparent; }
.next-step-arrow[dir="rtl"] > .next-step-item-finish:after {
border-right-color: #DEE8FF;
border-left-color: transparent; }
.next-step-arrow[dir="rtl"] .next-step-item-disabled {
background: #F7F8FA; }
.next-step-arrow[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-arrow[dir="rtl"] .next-step-item-disabled:before {
border: 16px solid #F7F8FA;
border-right-color: transparent; }
.next-step-arrow[dir="rtl"] .next-step-item-disabled:after {
border-right-color: #F7F8FA;
border-left-color: transparent; }
.next-step-arrow[dir="rtl"] .next-step-item-first {
margin-right: 0; }
.next-step-arrow[dir="rtl"] .next-step-item-last {
margin-left: 0; }
.next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-circle[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
right: -26px;
left: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
right: -26px;
left: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
right: -26px;
left: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
right: -26px;
left: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
left: auto;
right: 0;
text-align: right; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
padding-left: 8px;
padding-right: 0; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
left: 0;
right: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
left: auto;
right: 0;
text-align: right; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
padding-left: 8px;
padding-right: 0; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
left: 0;
right: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
left: auto;
right: 0;
text-align: right; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
padding-left: 8px;
padding-right: 0; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
left: 0;
right: auto; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
left: auto;
right: 0;
text-align: right; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
padding-left: 8px;
padding-right: 0; }
.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
left: 0;
right: auto; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
right: 16px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
right: 16px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
right: 16px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
right: 16px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
right: 50%;
left: auto; }
.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
right: -36px;
left: auto; }
.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
right: -36px;
left: auto; }
.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
right: -36px;
left: auto; }
.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
right: -36px;
left: auto; }
.next-step-dot[dir="rtl"].next-step-vertical {
padding: 0 4px 0 0; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
right: 6px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
right: 6px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
right: 6px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
right: 6px;
left: auto;
margin-right: 8px;
margin-left: 0; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
text-align: right;
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571; }
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
text-align: right; }
.next-switch:after[dir="rtl"] {
content: " ";
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center; }
.next-switch-medium[dir="rtl"]:after {
right: 100%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.next-switch-small[dir="rtl"]:after {
right: 100%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.next-switch-on[dir="rtl"] > .next-switch-children {
right: 10px;
left: auto;
color: #FFFFFF; }
.next-switch-on[disabled][dir="rtl"]:after {
left: 0;
right: 100%;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); }
.next-switch-on.next-switch-small[dir="rtl"] > .next-switch-children {
right: 6px;
left: auto; }
.next-switch-off[dir="rtl"]:after {
right: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12); }
.next-switch-off[dir="rtl"] > .next-switch-children {
left: 10px;
right: auto; }
.next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children {
left: 5px;
right: auto; }
.next-switch {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
text-align: left;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
overflow: hidden;
cursor: pointer; }
.next-switch *,
.next-switch *:before,
.next-switch *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-switch:after {
content: " ";
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center; }
.next-switch-medium {
position: relative;
display: inline-block;
border: 1px solid transparent;
width: 56px;
height: 26px;
border-radius: 20px; }
.next-switch-medium:after {
border: 1px solid transparent;
position: absolute;
left: 100%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
width: 24px;
height: 24px;
border-radius: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-switch-medium > .next-switch-children {
font-size: 12px;
position: absolute;
height: 24px;
line-height: 24px; }
.next-switch-small {
position: relative;
display: inline-block;
border: 1px solid transparent;
width: 44px;
height: 22px;
border-radius: 20px; }
.next-switch-small:after {
border: 1px solid transparent;
position: absolute;
left: 100%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
width: 20px;
height: 20px;
border-radius: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-switch-small > .next-switch-children {
font-size: 12px;
position: absolute;
height: 20px;
line-height: 20px; }
.next-switch-on {
background-color: #5584FF; }
.next-switch-on:after {
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
border-color: transparent; }
.next-switch-on > .next-switch-children {
left: 10px;
color: #FFFFFF; }
.next-switch-on:focus, .next-switch-on:hover {
background-color: #3E71F7; }
.next-switch-on:focus:after, .next-switch-on:hover:after {
background-color: #FFFFFF; }
.next-switch-on.next-switch-small > .next-switch-children {
left: 6px; }
.next-switch-on[disabled] {
background-color: #EBECF0;
cursor: not-allowed; }
.next-switch-on[disabled]:after {
right: 0;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-switch-on[disabled] > .next-switch-children {
color: #CCCCCC; }
.next-switch-off {
background-color: #FFFFFF;
border-color: #C4C6CF; }
.next-switch-off:focus, .next-switch-off:hover {
background-color: #F2F3F7;
border-color: #C4C6CF; }
.next-switch-off:after {
left: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
border-color: transparent; }
.next-switch-off:after:focus, .next-switch-off:after:hover {
background-color: #FFFFFF; }
.next-switch-off > .next-switch-children {
right: 10px;
color: #999999; }
.next-switch-off[disabled] {
background-color: #F7F8FA;
cursor: not-allowed; }
.next-switch-off[disabled]:after {
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
background-color: #F7F8FA;
border-color: #E6E7EB; }
.next-switch-off[disabled] > .next-switch-children {
color: #C4C6CF; }
.next-switch-off.next-switch-small > .next-switch-children {
right: 5px; }
.next-tabs {
/* Nav Button */
/* ----------------- */
/* position: vertical */
/* ----------------- */
/* Size */
/* ----------------- */
/* shape: pure */
/* ----------------- */
/* Shape: wrapped */
/* --------------------- */
/* Shape: wrapped(top) */
/* Shape: wrapped(bottom) */
/* Shape: wrapped(left) */
/* Shape: wrapped(right) */
/* Shape: text */
/* ------------------- */ }
.next-tabs {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%; }
.next-tabs *,
.next-tabs *:before,
.next-tabs *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tabs-bar {
outline: none; }
.next-tabs-bar-popup {
overflow-y: auto;
max-height: 480px; }
.next-tabs-nav-container {
position: relative; }
.next-tabs-nav-container:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-tabs-nav-wrap {
overflow: hidden; }
.next-tabs-nav-scroll {
overflow: hidden;
white-space: nowrap; }
.next-tabs-scrollable .next-tabs-nav-scroll {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch; }
.next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
opacity: 0 !important; }
.next-tabs-nav {
display: inline-block;
position: relative;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
list-style: none;
padding: 0;
margin: 0; }
.next-tabs-nav-enter, .next-tabs-nav-appear {
-webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-tabs-nav-leave {
-webkit-animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-tabs-tab {
display: inline-block;
position: relative;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-tabs-tab-inner {
position: relative;
cursor: pointer;
text-decoration: none; }
.next-tabs-tab:before {
content: "";
position: absolute;
-webkit-transition: all 300ms ease;
transition: all 300ms ease; }
.next-tabs-tab.active {
font-weight: normal; }
.next-tabs-tab .next-tabs-tab-close {
color: #666666; }
.next-tabs-tab .next-tabs-tab-close:hover {
color: #333333; }
.next-tabs-tab .next-tabs-tab-close:focus {
outline: none; }
.next-tabs-tab.active .next-tabs-tab-close {
color: #5584FF; }
.next-tabs-tab.disabled .next-tabs-tab-close {
color: #DCDEE3; }
.next-tabs-tab:focus {
outline: none; }
.next-tabs-tabpane {
visibility: hidden;
opacity: 0; }
.next-tabs-tabpane.active {
visibility: visible;
opacity: 1;
height: auto; }
.next-tabs-tabpane.hidden {
overflow: hidden;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important; }
.next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next {
position: absolute;
top: 0;
cursor: pointer;
padding: 0;
border: 0;
outline: none;
height: 100%;
background-color: transparent;
border-color: transparent; }
.next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
color: #666666; }
.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
color: #333333;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
color: #333333;
background-color: transparent;
border-color: transparent;
text-decoration: none; }
.next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled {
cursor: not-allowed;
color: #DCDEE3; }
.next-tabs-btn-next {
right: 8px; }
.next-tabs-btn-prev {
right: 32px; }
.next-tabs-btn-down {
right: 8px; }
.next-tabs .next-tab-icon-dropdown::before {
content: "\E63D"; }
.next-tabs .next-tab-icon-prev::before {
content: "\E61D"; }
.next-tabs .next-tab-icon-next::before {
content: "\E619"; }
.next-tabs-content {
overflow: hidden; }
.next-tabs-vertical > .next-tabs-bar .next-tabs-nav {
width: 100%; }
.next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
display: block; }
.next-tabs.next-medium .next-tabs-nav-container-scrolling {
padding-right: 60px; }
.next-tabs.next-medium .next-tabs-tab-inner {
font-size: 12px;
padding: 12px 16px; }
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
line-height: 1; }
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
.next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
margin-left: 8px; }
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before,
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tabs.next-medium .next-tabs-btn-down .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-down .next-icon .next-icon-remote,
.next-tabs.next-medium .next-tabs-btn-prev .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-prev .next-icon .next-icon-remote,
.next-tabs.next-medium .next-tabs-btn-next .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-next .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-tabs.next-small .next-tabs-nav-container-scrolling {
padding-right: 56px; }
.next-tabs.next-small .next-tabs-tab-inner {
font-size: 12px;
padding: 8px 12px; }
.next-tabs.next-small .next-tabs-tab-inner .next-icon {
line-height: 1; }
.next-tabs.next-small .next-tabs-tab-inner .next-icon:before,
.next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
margin-left: 8px; }
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before,
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
width: 16px;
font-size: 16px; } }
.next-tabs.next-small .next-tabs-btn-down .next-icon:before,
.next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-prev .next-icon:before,
.next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-next .next-icon:before,
.next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tabs-pure > .next-tabs-bar {
border-bottom: solid 1px #DCDEE3;
background-color: transparent; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
margin-bottom: -1px;
-webkit-box-shadow: none;
box-shadow: none; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
color: #666666;
background-color: transparent; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
cursor: pointer;
color: #333333;
background-color: transparent; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
z-index: 1;
color: #5584FF;
background-color: transparent; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
pointer-events: none;
cursor: default;
color: #DCDEE3;
background: transparent; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
border-radius: 0%;
width: 0;
border-bottom: 2px solid #5584FF;
left: 50%;
bottom: 0%; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
width: 100%;
left: 0%; }
.next-tabs-wrapped > .next-tabs-bar {
background: transparent; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
color: #666666;
background-color: #F2F3F7; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
cursor: pointer;
color: #333333;
background-color: #EBECF0; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
z-index: 1;
color: #5584FF;
background-color: #FFFFFF; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
pointer-events: none;
cursor: default;
color: #CCCCCC;
background: #F7F8FA; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
color: #666666; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
color: #333333; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
outline: none; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
color: #5584FF; }
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
color: #DCDEE3; }
.next-tabs-wrapped:before, .next-tabs-wrapped:after {
content: "";
display: table; }
.next-tabs-wrapped:after {
clear: both; }
.next-tabs-wrapped > .next-tabs-content {
position: relative; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar {
position: relative; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
margin-right: 4px;
border: solid 1px #DCDEE3;
border-radius: 3px 3px 0 0;
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
border-color: #C4C6CF; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
border-color: #DCDEE3 #DCDEE3 #FFFFFF #DCDEE3; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
border-radius: 3px;
width: 0;
border-top: 2px solid #5584FF;
left: 50%;
top: -1px; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
width: calc(100% - 6px);
left: 3px; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before {
content: '';
position: absolute;
top: 100%;
width: 100%;
height: 0;
border-bottom: 1px solid #DCDEE3;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
display: block; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
position: relative; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
margin-right: 4px;
border: solid 1px #DCDEE3;
border-radius: 0 0 3px 3px; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
border-color: #C4C6CF; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
border-color: #FFFFFF #DCDEE3 #DCDEE3 #DCDEE3; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
border-radius: 3px;
width: 0;
border-bottom: 2px solid #5584FF;
left: 50%;
bottom: -1px; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
width: calc(100% - 6px);
left: 3px; }
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
top: 1px;
border-bottom: 1px solid #DCDEE3; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
float: left; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
float: none;
margin-bottom: 4px;
border: solid 1px #DCDEE3;
border-radius: 3px 0 0 3px;
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
border-color: #C4C6CF; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
border-color: #DCDEE3 #FFFFFF #DCDEE3 #DCDEE3; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
border-radius: 3px;
height: 0;
border-left: 2px solid #5584FF;
top: 50%;
left: -1px; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
height: calc(100% - 6px);
top: 3px; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
right: 1px;
border-left: 1px solid #DCDEE3; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
float: right; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
float: none;
margin-bottom: 4px;
border: solid 1px #DCDEE3;
border-radius: 0 3px 3px 0;
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
border-color: #C4C6CF; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
border-color: #DCDEE3 #DCDEE3 #DCDEE3 #FFFFFF; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
border-radius: 3px;
height: 0;
border-right: 2px solid #5584FF;
top: 50%;
right: -1px; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
height: calc(100% - 6px);
top: 3px; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
border-width: 1px 1px 1px 1px; }
.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
right: -1px;
border-right: 1px solid #DCDEE3; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear;
border: 1px solid #C4C6CF;
border-right-color: transparent;
margin-right: -1px;
color: #333333;
background-color: #F2F3F7; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
border-radius: 3px 0 0 3px; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
border-radius: 0 3px 3px 0;
border-right: 1px solid #C4C6CF; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
border-right: 1px solid #C4C6CF;
border-color: #5584FF; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
border-color: #E6E7EB; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
z-index: 2;
border-right: 1px solid #C4C6CF;
border-color: #C4C6CF; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
cursor: pointer;
color: #333333;
background-color: #EBECF0; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
z-index: 1;
color: #FFFFFF;
background-color: #5584FF; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
pointer-events: none;
cursor: default;
color: #CCCCCC;
background: #F7F8FA; }
.next-tabs-text > .next-tabs-bar .next-tabs-tab {
color: #666666;
background-color: transparent; }
.next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
cursor: pointer;
color: #333333;
background-color: transparent; }
.next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
z-index: 1;
color: #5584FF;
background-color: transparent; }
.next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
pointer-events: none;
cursor: default;
color: #CCCCCC;
background: transparent; }
.next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
content: '';
position: absolute;
right: 0;
top: calc(50% - 4px);
width: 1px;
height: 8px;
background-color: #DCDEE3; }
.next-tabs-pure > .next-tabs-bar {
position: relative; }
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-tabs-capsule > .next-tabs-bar {
position: relative; }
.next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-tabs-text > .next-tabs-bar {
position: relative; }
.next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-tabs[dir='rtl'].next-medium .next-tabs-nav-container-scrolling {
padding-left: 60px;
padding-right: 0; }
.next-tabs[dir='rtl'].next-medium .next-tabs-tab-close {
padding-right: 8px;
padding-left: 0; }
.next-tabs[dir='rtl'].next-small .next-tabs-nav-container-scrolling {
padding-left: 56px;
padding-right: 0; }
.next-tabs[dir='rtl'].next-small .next-tabs-tab-close {
padding-right: 8px;
padding-left: 0; }
.next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
right: auto;
left: 0; }
.next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
right: auto;
left: 0; }
.next-tabs[dir='rtl'] > .next-tabs-bar .next-tabs-nav-extra {
right: auto;
left: 0; }
.next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
border-top: 1px solid #C4C6CF;
border-bottom: 1px solid #C4C6CF;
border-right: 1px solid #C4C6CF;
border-left: 0; }
.next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
border-left: 0;
border-radius: 0 3px 3px 0; }
.next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
border-radius: 3px 0 0 3px;
border-left: 1px solid #C4C6CF; }
.next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
margin-left: -1px;
margin-right: auto;
border-left: 1px solid #C4C6CF;
border-color: #5584FF; }
.next-tabs[dir='rtl'] .next-tabs-btn-next {
left: 8px;
right: auto; }
.next-tabs[dir='rtl'] .next-tabs-btn-prev {
left: 32px;
right: auto; }
.next-tabs[dir='rtl'] .next-tabs-btn-down {
left: 8px;
right: auto; }
.next-tabs-text[dir='rtl'] > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
content: '';
position: absolute;
left: 0;
right: auto; }
/* put your code here */
.next-table {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
border-top: 1px solid #DCDEE3;
border-left: 1px solid #DCDEE3; }
.next-table *,
.next-table *:before,
.next-table *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-table.next-table-layout-fixed {
overflow: auto; }
.next-table.next-table-layout-fixed table {
table-layout: fixed; }
.next-table.next-table-layout-auto table {
table-layout: auto; }
.next-table.next-table-small th .next-table-cell-wrapper {
padding: 8px 8px; }
.next-table.next-table-small td .next-table-cell-wrapper {
padding: 8px 8px; }
.next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
padding: 8px 8px; }
.next-table table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
background: #FFFFFF; }
.next-table table tr:first-child td {
border-top-width: 0; }
.next-table th {
padding: 0;
background: #EBECF0;
color: #333333;
text-align: left;
font-weight: normal;
border-right: 1px solid #DCDEE3;
border-bottom: 1px solid #DCDEE3; }
.next-table th .next-table-cell-wrapper {
padding: 12px 16px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all; }
.next-table th.next-table-prerow .next-table-cell-wrapper {
padding: 12px 16px; }
.next-table th.next-table-fix-left, .next-table th.next-table-fix-right {
z-index: 1; }
.next-table-affix {
z-index: 1;
overflow: hidden; }
.next-table-header-resizable {
position: relative; }
.next-table-header-resizable .next-table-resize-handler {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 3px;
background: transparent;
cursor: ew-resize; }
.next-table td {
padding: 0;
border-right: 1px solid #DCDEE3;
border-bottom: 1px solid #DCDEE3; }
.next-table td .next-table-cell-wrapper {
padding: 12px 16px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all; }
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
margin-right: 8px;
outline: 0;
cursor: pointer; }
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow::before {
content: "\E619"; }
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow::before {
content: "\E63D"; }
.next-table td.next-table-prerow .next-table-cell-wrapper {
padding: 12px 16px; }
.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
overflow: visible; }
.next-table.no-header table tr:first-child td {
border-top-width: 1px; }
.next-table.only-bottom-border {
border-width: 0; }
.next-table.only-bottom-border th {
border-width: 0 0 1px 0; }
.next-table.only-bottom-border td {
border-width: 0 0 1px 0; }
.next-table.only-bottom-border table tr td:first-child,
.next-table.only-bottom-border table tr th:first-child {
border-left-width: 0; }
.next-table.only-bottom-border .next-table-header tr th:last-child {
border-right-width: 0; }
.next-table.only-bottom-border .next-table-body tr td:last-child {
border-right-width: 0; }
.next-table-loading {
display: block; }
.next-table.zebra tr:nth-child(odd) td {
background: #FFFFFF; }
.next-table.zebra tr:nth-child(even) td {
background: #F7F8FA; }
.next-table.zebra .next-table-row.hovered td {
background: #F2F3F7;
color: #333333; }
.next-table.zebra .next-table-cell.hovered {
background: #F2F3F7;
color: #333333; }
.next-table.zebra .next-table-row.selected td {
background: #F2F3F7;
color: #333333; }
.next-table-empty {
color: #A0A2AD;
padding: 32px 0;
text-align: center; }
.next-table-expanded-row > td {
border-width: 0 0 1px 0; }
.next-table-expanded-row > td:first-child {
border-left-width: 1px; }
.next-table-expanded-row > td:last-child {
border-right-width: 1px; }
.next-table-expanded-row:last-child > td {
border-bottom-width: 1px; }
.next-table-expanded-row .next-table {
border-top: 0;
border-left: 0; }
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
border-right: 1px solid #DCDEE3; }
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
border-right: 0; }
.next-table-expanded-row .next-table .last td {
border-bottom: 0; }
.next-table-expanded-row .next-table td.last,
.next-table-expanded-row .next-table th:last-child {
border-right: 0; }
.next-table-expanded-row .next-table-expanded-area:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-right: 1px solid #DCDEE3;
content: ""; }
.next-table.only-bottom-border .next-table-expanded-row .next-table-expanded-area:after {
border-right: 0; }
.next-table-filter-footer {
margin: 10px 10px 0; }
.next-table-filter-footer button {
margin-right: 5px; }
.next-table-row {
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
background: #FFFFFF;
color: #333333; }
.next-table-row.hidden {
display: none; }
.next-table-row.hovered {
background: #F2F3F7;
color: #333333; }
.next-table-row.selected {
background: #F2F3F7;
color: #333333; }
.next-table-cell.hovered {
background: #F2F3F7;
color: #333333; }
.next-table-tree-placeholder {
display: inline-block;
width: 12px; }
.last .next-table-expanded-row td {
border-bottom-width: 1px; }
.next-table-body,
.next-table-header {
overflow: auto;
font-size: 12px; }
.next-table-header {
margin-bottom: -20px;
padding-bottom: 20px;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
scrollbar-width: none; }
.next-table-header::-webkit-scrollbar {
display: none; }
.next-table-body {
font-size: 12px;
position: relative; }
.next-table-fixed {
border-bottom: 1px solid #DCDEE3; }
.next-table-fixed table {
table-layout: fixed; }
.next-table-fixed .next-table-header {
background: #EBECF0; }
.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
border-left-width: 0; }
.next-table-fixed .next-table-header th {
border-top-width: 0; }
.next-table-fixed .next-table-header tr th:last-child {
border-right-width: 0; }
.next-table-fixed .next-table-body td {
border-top-width: 0; }
.next-table-fixed .next-table-body tr:last-child td {
border-bottom-width: 0; }
.next-table-fixed .next-table-body tr td:last-child {
border-right-width: 0; }
.next-table-fixed .next-table-header tr th:last-child {
border-right-width: 1px; }
.next-table-fixed .next-table-body tr td:last-child {
border-right-width: 1px; }
.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
border-left-width: 1px; }
.next-table-fixed.next-table-group .next-table-header th {
border-top-width: 1px; }
.next-table-fixed.next-table-group .next-table-header tr th:last-child {
border-right-width: 1px; }
.next-table-fixed.next-table-group .next-table-body td {
border-top-width: 1px; }
.next-table-fixed.next-table-group .next-table-body tr:last-child td {
border-bottom-width: 1px; }
.next-table-fixed.next-table-group .next-table-body tr td:last-child {
border-right-width: 1px; }
.next-table-lock .next-table-body {
overflow-x: auto;
overflow-y: visible; }
.next-table-group {
border-width: 0; }
.next-table-group .next-table-body {
margin-top: 8px; }
.next-table-group .next-table-body table {
border-top: 1px solid #DCDEE3;
border-left: 1px solid #DCDEE3;
margin-bottom: 8px; }
.next-table-group .next-table-body table tr:first-child td {
border-top-width: 1px; }
.next-table-group .next-table-body table:last-of-type {
margin-bottom: 0; }
.next-table-group .next-table-header table {
border-top: 1px solid #DCDEE3;
border-left: 1px solid #DCDEE3; }
.next-table-group .next-table-group-header td {
background: #EBECF0;
color: #333333; }
.next-table-group .next-table-group-footer td {
background: #EBECF0;
color: #333333; }
.next-table-group .next-table-row.hovered,
.next-table-group .next-table-row.selected {
background: #FFFFFF;
color: #333333; }
.next-table-lock {
position: relative; }
.next-table-lock table {
table-layout: fixed; }
.next-table-header-inner {
overflow: unset; }
.next-table-wrap-empty .next-table-lock-left td,
.next-table-wrap-empty .next-table-lock-right td {
border: none; }
.next-table-wrap-empty .next-table-lock-left .next-table-empty,
.next-table-wrap-empty .next-table-lock-right .next-table-empty {
display: none; }
.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
table-layout: fixed; }
.next-table-lock-left,
.next-table-lock-right {
position: absolute;
left: 0;
top: 0;
z-index: 1;
border: 0;
-webkit-transition: -webkit-box-shadow .3s ease;
transition: -webkit-box-shadow .3s ease;
transition: box-shadow .3s ease;
transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
overflow: hidden; }
.next-table-lock-left table,
.next-table-lock-right table {
width: auto; }
.next-table-lock-left .next-table-body,
.next-table-lock-right .next-table-body {
overflow-y: scroll;
overflow-x: hidden;
margin-right: -20px;
padding-right: 0; }
.next-table-lock-left.shadow .next-table-header tr th:last-child,
.next-table-lock-right.shadow .next-table-header tr th:last-child {
border-right-width: 0; }
.next-table-lock-left.shadow .next-table-body tr td:last-child,
.next-table-lock-right.shadow .next-table-body tr td:last-child {
border-right-width: 0; }
.next-table-lock-right {
right: 0;
left: auto; }
.next-table-lock-right table tr td:first-child,
.next-table-lock-right table tr th:first-child {
border-left-width: 1px; }
.next-table-lock-right.shadow {
-webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }
.next-table-lock-left.shadow {
-webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }
.next-table-filter {
line-height: 1; }
.next-table-sort {
cursor: pointer;
position: relative;
width: 16px;
display: inline-block;
line-height: 1; }
.next-table-sort:focus {
outline: 0; }
.next-table-sort > a::before {
content: ' ';
display: inline-block;
vertical-align: middle; }
.next-table-sort .next-icon {
position: absolute;
left: -2px;
color: #333333; }
.next-table-sort .next-icon:before,
.next-table-sort .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table-sort .current .next-icon {
color: #5584FF; }
.next-table-sort .next-icon-ascending {
left: 2px; }
.next-table-filter {
cursor: pointer;
width: 20px;
display: inline-block; }
.next-table-filter:focus {
outline: 0; }
.next-table-filter .next-icon {
color: #333333; }
.next-table-filter .next-icon:before,
.next-table-filter .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table-filter .next-table-filter-active {
color: #5584FF; }
.next-table-filter-menu .next-menu-content {
max-height: 220px;
overflow: auto; }
.next-table-header-icon {
margin-left: 8px; }
.next-table-expanded-ctrl {
cursor: pointer; }
.next-table-expanded-ctrl:focus {
outline: 0; }
.next-table-expanded-ctrl.disabled {
color: #999999; }
.next-table-expanded-ctrl .next-table-expand-unfold:before,
.next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table-expanded-ctrl .next-table-expand-unfold::before {
content: "\E601"; }
.next-table-expanded-ctrl .next-table-expand-fold:before,
.next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-table-expanded-ctrl .next-table-expand-fold::before {
content: "\E655"; }
.next-table-fix-left, .next-table-fix-right {
background: inherit;
position: -webkit-sticky;
position: sticky; }
.next-table-ping-left .next-table-fix-left-last {
border-right-width: 0; }
.next-table-ping-left .next-table-fix-left-last::after {
-webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 30px;
content: '';
pointer-events: none;
transition: box-shadow .3s, -webkit-box-shadow .3s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.next-table-ping-right .next-table-fix-right-first:after {
-webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 30px;
content: '';
pointer-events: none;
transition: box-shadow .3s, -webkit-box-shadow .3s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after {
-webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
position: absolute;
top: 0;
right: -30px;
bottom: 0;
width: 30px;
content: '';
pointer-events: none;
transition: box-shadow .3s, -webkit-box-shadow .3s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.next-table-fixed.next-table-scrolling-to-right .next-table-lock-right, .next-table-lock.next-table-scrolling-to-right .next-table-lock-right {
border-right: 1px solid #DCDEE3; }
.next-table-fixed.next-table-ping-right, .next-table-fixed.only-bottom-border, .next-table-lock.next-table-ping-right, .next-table-lock.only-bottom-border {
border-right: 0; }
.next-table[dir="rtl"] th {
text-align: right; }
.next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler {
right: auto;
left: 0; }
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-table-tree-placeholder {
margin-left: 3px;
margin-right: 0;
float: right; }
.next-table[dir="rtl"] .next-table-expanded-row td:first-child {
border-left-width: 0;
border-right-width: 1px; }
.next-table[dir="rtl"] .next-table-expanded-row td:last-child {
border-left-width: 1px;
border-right-width: 0; }
.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th {
border-width: 0 0 1px 0; }
.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td {
border-width: 0 0 1px 0; }
.next-table[dir="rtl"] .next-table-filter-footer button {
margin-left: 5px;
margin-right: 0; }
.next-table[dir="rtl"] .next-table-lock-left,
.next-table[dir="rtl"] .next-table-lock-right {
left: auto;
right: 0; }
.next-table[dir="rtl"] .next-table-lock-right {
right: auto;
left: 0; }
.next-table[dir="rtl"] .next-table-lock-right table tr td:first-child,
.next-table[dir="rtl"] .next-table-lock-right table tr th:first-child {
border-right-width: 1px; }
.next-table[dir="rtl"] .next-table-lock-right.shadow {
-webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }
.next-table[dir="rtl"] .next-table-lock-left.shadow {
-webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }
.next-table[dir="rtl"] .next-table-sort .next-icon {
right: 0;
left: auto; }
.next-table[dir="rtl"] .next-table-sort .next-icon-ascending {
right: 4px;
left: auto; }
.next-table[dir="rtl"] .next-table-filter {
margin-right: 5px;
margin-left: 0; }
.next-table-fixed[dir="rtl"] table tr td:first-child,
.next-table-fixed[dir="rtl"] table tr th:first-child {
border-left-width: 1px;
border-right-width: 0; }
.next-table-fixed[dir="rtl"] .next-table-header tr th:last-child {
border-left-width: 1px; }
.next-table-fixed[dir="rtl"] .next-table-body tr td:last-child {
border-left-width: 1px; }
.next-time-picker-menu {
float: left;
text-align: center; }
.next-time-picker-menu:not(:last-child) {
border-right: 1px solid #C4C6CF; }
.next-time-picker-menu-title {
cursor: default;
height: 28px;
line-height: 28px;
font-size: 12px;
font-weight: normal;
color: #999999;
background: #FFFFFF; }
.next-time-picker-menu ul {
position: relative;
overflow-y: auto;
list-style: none;
margin: 0;
padding: 0;
font-size: 12px;
height: 196px; }
.next-time-picker-menu-item {
cursor: pointer;
height: 28px;
line-height: 28px;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
color: #666666;
background: #FFFFFF;
outline: none; }
.next-time-picker-menu-item:hover {
color: #333333;
background: #F2F3F7; }
.next-time-picker-menu-item.next-selected {
font-weight: bold;
color: #666666;
background: #F2F3F7; }
.next-time-picker-menu-item.next-disabled {
cursor: not-allowed;
color: #CCCCCC;
background: #FFFFFF; }
.next-time-picker-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-panel *,
.next-time-picker-panel *:before,
.next-time-picker-panel *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-panel:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-time-picker-panel-header {
border-bottom: 1px solid #DCDEE3; }
.next-time-picker-panel-input.next-input {
width: 100%;
padding: 6px;
border-color: transparent;
vertical-align: middle; }
.next-time-picker-panel-col-3 .next-time-picker-menu {
width: 33.33333%; }
.next-time-picker-panel-col-2 .next-time-picker-menu {
width: 50%; }
.next-time-picker-panel-col-1 .next-time-picker-menu {
width: 100%; }
.next-time-picker-body[dir="rtl"] .next-time-picker-menu {
float: right; }
.next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-time-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 200px; }
.next-time-picker *,
.next-time-picker *:before,
.next-time-picker *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-trigger .next-input {
width: 100%; }
.next-time-picker-body {
overflow: hidden;
width: 200px;
border: 1px solid #DCDEE3;
border-radius: 3px;
background: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none; }
.next-time-picker-symbol-clock-icon::before {
content: "\E621"; }
.next-timeline *,
.next-timeline *:before,
.next-timeline *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-timeline, .next-timeline:before, .next-timeline:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-timeline ul {
margin: 0;
padding: 0;
list-style: none; }
.next-timeline p {
margin: 0; }
.next-timeline-hide {
display: none; }
.next-timeline[dir='rtl'] .next-timeline-item {
/* 时间轴左边存在内容的情况 */ }
.next-timeline[dir='rtl'] .next-timeline-item-folder {
padding-left: 0;
padding-right: 28px; }
.next-timeline[dir='rtl'] .next-timeline-item-dot-tail {
left: auto;
right: 8px;
border-left: none;
border-right: 1px dotted #DCDEE3; }
.next-timeline[dir='rtl'] .next-timeline-item-has-left-content.next-timeline-item-folder {
margin-left: 0;
margin-right: 80px; }
.next-timeline[dir='rtl'] .next-timeline-item-done {
position: relative; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline {
position: absolute;
left: auto;
right: 0;
top: 0;
height: 100%; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: right; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-right: -12px;
margin-left: 0;
line-height: 1; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: auto;
right: 8px; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content {
display: inline-block;
margin-right: 28px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-right: 80px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-right: 108px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-dot {
background: #C4C6CF; }
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-icon {
background: #C4C6CF;
color: #FFFFFF; }
.next-timeline[dir='rtl'] .next-timeline-item-process {
position: relative; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline {
position: absolute;
left: auto;
right: 0;
top: 0;
height: 100%; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: right; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-right: -12px;
margin-left: 0;
line-height: 1; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: auto;
right: 8px; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content {
display: inline-block;
margin-right: 28px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-right: 80px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-right: 108px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-dot {
background: #5584FF; }
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-icon {
background: #5584FF;
color: #FFFFFF; }
.next-timeline[dir='rtl'] .next-timeline-item-success {
position: relative; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline {
position: absolute;
left: auto;
right: 0;
top: 0;
height: 100%; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: right; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-right: -12px;
margin-left: 0;
line-height: 1; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: auto;
right: 8px; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content {
display: inline-block;
margin-right: 28px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-right: 80px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-right: 108px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-dot {
background: #46BC15; }
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-icon {
background: #46BC15;
color: #FFFFFF; }
.next-timeline[dir='rtl'] .next-timeline-item-error {
position: relative; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline {
position: absolute;
left: auto;
right: 0;
top: 0;
height: 100%; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: right; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-right: -12px;
margin-left: 0;
line-height: 1; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: auto;
right: 8px; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content {
display: inline-block;
margin-right: 28px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: right; }
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-right: 80px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-right: 108px;
margin-left: 0; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-dot {
background: #FF3000; }
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-icon {
background: #FF3000;
color: #FFFFFF; }
.next-timeline {
margin: 0;
padding: 0;
list-style: none; }
.next-timeline > li {
outline: 0; }
.next-timeline-item {
/* 时间轴左边存在内容的情况 */ }
.next-timeline-item-folder {
padding-left: 28px;
padding-top: 4px;
padding-bottom: 4px;
font-size: 12px;
line-height: 16px;
position: relative;
/* min-height: auto !important; */ }
.next-timeline-item-dot-tail {
position: absolute;
top: 0;
left: 8px;
height: 100%;
border-top: 0;
border-bottom: 0;
border-right: 0;
border-left: 1px dotted #DCDEE3; }
.next-timeline-item-dot-tail-solid {
border-style: solid; }
.next-timeline-item-has-left-content.next-timeline-item-folder {
margin-left: 80px; }
.next-timeline-item-done {
position: relative; }
.next-timeline-item-done .next-timeline-item-timeline {
position: absolute;
left: 0;
top: 0;
height: 100%; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: left; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-left: -12px;
line-height: 1; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: 8px; }
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline-item-done .next-timeline-item-content {
display: inline-block;
margin-left: 28px; }
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: left; }
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: left; }
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: left; }
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: right;
padding-right: 12px; }
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-left: 80px; }
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-left: 108px; }
.next-timeline-item-done .next-timeline-item-dot {
background: #C4C6CF; }
.next-timeline-item-done .next-timeline-item-icon {
background: #C4C6CF;
color: #FFFFFF; }
.next-timeline-item-process {
position: relative; }
.next-timeline-item-process .next-timeline-item-timeline {
position: absolute;
left: 0;
top: 0;
height: 100%; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: left; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-left: -12px;
line-height: 1; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: 8px; }
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline-item-process .next-timeline-item-content {
display: inline-block;
margin-left: 28px; }
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: left; }
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: left; }
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: left; }
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: right;
padding-right: 12px; }
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-left: 80px; }
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-left: 108px; }
.next-timeline-item-process .next-timeline-item-dot {
background: #5584FF; }
.next-timeline-item-process .next-timeline-item-icon {
background: #5584FF;
color: #FFFFFF; }
.next-timeline-item-success {
position: relative; }
.next-timeline-item-success .next-timeline-item-timeline {
position: absolute;
left: 0;
top: 0;
height: 100%; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: left; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-left: -12px;
line-height: 1; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: 8px; }
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline-item-success .next-timeline-item-content {
display: inline-block;
margin-left: 28px; }
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: left; }
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: left; }
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: left; }
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: right;
padding-right: 12px; }
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-left: 80px; }
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-left: 108px; }
.next-timeline-item-success .next-timeline-item-dot {
background: #46BC15; }
.next-timeline-item-success .next-timeline-item-icon {
background: #46BC15;
color: #FFFFFF; }
.next-timeline-item-error {
position: relative; }
.next-timeline-item-error .next-timeline-item-timeline {
position: absolute;
left: 0;
top: 0;
height: 100%; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
position: relative;
width: 16px;
height: 24px;
padding: 4px 0;
text-align: center;
float: left; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
width: 40px;
height: auto;
font-size: 12px;
word-break: break-all;
margin-left: -12px;
line-height: 1; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
display: block;
position: absolute;
width: 8px;
height: 8px;
border-radius: 100%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
display: block;
position: absolute;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
position: absolute;
width: auto;
height: calc(100% - 24px);
top: 24px;
left: 8px; }
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
display: inline-block;
vertical-align: top;
height: 100%;
width: 1px;
position: relative;
background: #DCDEE3;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-timeline-item-error .next-timeline-item-content {
display: inline-block;
margin-left: 28px; }
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
margin: 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
text-align: left; }
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
margin: 0;
margin-top: 8px;
font-size: 12px;
line-height: 16px;
color: #666666;
text-align: left; }
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
margin: 0;
margin-top: 4px;
margin-bottom: 12px;
font-size: 12px;
color: #999999;
text-align: left; }
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
position: absolute;
width: 80px;
display: inline-block;
font-size: 12px;
color: #999999;
line-height: 16px;
margin-top: 4px;
text-align: right;
padding-right: 12px; }
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
word-break: break-word; }
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
margin-left: 80px; }
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
margin-left: 108px; }
.next-timeline-item-error .next-timeline-item-dot {
background: #FF3000; }
.next-timeline-item-error .next-timeline-item-icon {
background: #FF3000;
color: #FFFFFF; }
.next-timeline-item-last .next-timeline-item-tail {
display: none; }
.next-timeline-item-has-left-content {
min-height: 48px; }
.next-timeline-item-folder.next-timeline-item-has-left-content {
min-height: auto; }
.next-transfer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block; }
.next-transfer *,
.next-transfer *:before,
.next-transfer *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-transfer-panel {
display: inline-block;
border: 1px solid #DCDEE3;
border-radius: 3px;
background-color: #FFFFFF;
vertical-align: middle; }
.next-transfer-panel-header {
padding: 8px 20px;
border-bottom: 1px solid #DCDEE3;
background-color: #F7F8FA;
color: #333333;
font-size: 12px; }
.next-transfer-panel-search {
padding: 0 4px;
margin-top: 8px;
margin-bottom: 0px;
width: 100%; }
.next-transfer .next-transfer-panel-list {
width: 180px;
/* TODO */
height: 160px;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
overflow-y: auto; }
.next-transfer-panel-not-found-container {
display: table;
width: 100%;
height: 100%; }
.next-transfer-panel-not-found {
display: table-cell;
vertical-align: middle;
text-align: center;
color: #999999;
font-size: 14px; }
.next-transfer-panel-item.next-focused {
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
color: #5584FF; }
.next-transfer-panel-item.next-insert-before:before {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
border-top: 1px solid #5584FF; }
.next-transfer-panel-item.next-insert-after:after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
border-bottom: 1px solid #5584FF; }
.next-transfer-panel-footer {
position: relative;
padding: 8px 20px;
border-top: 1px solid #DCDEE3;
background-color: #FFFFFF;
font-size: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.next-transfer-panel-count {
/* TODO */
margin-left: 4px;
font-size: 12px;
vertical-align: middle;
color: #333333; }
.next-transfer-panel-move-all {
font-size: 12px;
color: #5584FF;
cursor: pointer; }
.next-transfer-panel-move-all.next-disabled {
color: #CCCCCC;
cursor: not-allowed; }
.next-transfer-operations {
display: inline-block;
vertical-align: middle;
margin: 0 20px; }
.next-transfer-move.next-icon {
color: #C4C6CF; }
.next-transfer-move.next-icon::before {
content: "\E6B3"; }
.next-transfer-operation.next-btn {
display: block; }
.next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
margin-top: 8px; }
.next-transfer-operation.next-btn .next-icon:before,
.next-transfer-operation.next-btn .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tree {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tree *,
.next-tree *:before,
.next-tree *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tree, .next-tree-child-tree {
margin: 0;
padding: 0;
list-style: none; }
.next-tree-node {
white-space: nowrap; }
.next-tree-node-inner {
font-size: 0;
outline: none; }
.next-tree-node-label-wrapper {
display: inline-block;
margin: 0 4px;
vertical-align: middle; }
.next-tree-node-label {
height: 20px;
line-height: 20px;
padding: 0 4px;
border-radius: 3px;
font-size: 12px; }
.next-tree-node-label .next-icon {
font-size: 14px; }
.next-tree-node-label .next-icon::before {
font-size: 12px;
width: 12px;
margin-right: .5em; }
.next-tree-node-input.next-input {
margin: 0 4px; }
.next-tree-node-indent-unit {
display: inline-block;
width: 24px;
vertical-align: middle;
position: relative; }
.next-tree-node-indent-unit.next-line::before {
content: '';
position: absolute;
display: inline-block;
border-left: 1px solid #C4C6CF;
height: 28px;
left: 7.5px; }
.next-tree-switcher {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 8px; }
.next-tree .next-tree-unfold-icon::before {
content: ""; }
.next-tree-switcher.next-noline {
width: 12px;
height: 12px;
line-height: 12px;
cursor: pointer; }
.next-tree-switcher.next-noline .next-tree-switcher-icon {
-webkit-transition: -webkit-transform 100ms linear;
transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
transition: transform 100ms linear, -webkit-transform 100ms linear;
color: #999999; }
.next-tree-switcher.next-noline .next-tree-switcher-icon:before,
.next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tree-switcher.next-noline .next-tree-fold-icon::before {
content: "\E63D"; }
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before,
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
color: #333333; }
.next-tree-switcher.next-noline.next-disabled {
cursor: not-allowed; }
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
color: #CCCCCC; }
.next-tree-switcher.next-noop-noline {
width: 12px;
height: 12px; }
.next-tree-switcher.next-line {
width: 16px;
height: 16px;
line-height: 14px;
border: 1px solid #C4C6CF;
border-radius: 3px;
background-color: #FFFFFF;
cursor: pointer; }
.next-tree-switcher.next-line .next-tree-switcher-icon {
margin-left: 3px;
color: #666666; }
.next-tree-switcher.next-line .next-tree-switcher-icon:before,
.next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tree-switcher.next-line .next-tree-switcher-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -1px;
margin-right: -4px; }
.next-tree-switcher.next-line .next-tree-switcher-icon:before {
width: 16px;
font-size: 16px; } }
.next-tree-switcher.next-line:not(.next-disabled):hover {
border-color: #A0A2AD;
background-color: #F2F3F7; }
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
color: #333333; }
.next-tree-switcher.next-line.next-disabled {
border-color: #E6E7EB;
background-color: #FFFFFF;
cursor: not-allowed; }
.next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
color: #CCCCCC; }
.next-tree-switcher.next-noop-line {
width: 16px;
height: 16px; }
.next-tree-switcher.next-noop-line-noroot {
height: 0;
border-left: 1px solid #C4C6CF;
border-bottom: 1px solid #C4C6CF; }
.next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
bottom: -1px; }
.next-tree-switcher.next-loading.next-loading-noline {
width: 12px;
height: 12px;
line-height: 12px; }
.next-tree-switcher.next-loading.next-loading-line {
width: 16px;
height: 16px;
line-height: 14px;
border: 1px solid transparent; }
.next-tree-switcher.next-loading .next-tree-switcher-icon {
color: #5584FF; }
.next-tree-switcher.next-loading .next-tree-switcher-icon:before,
.next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tree-right-angle {
position: absolute;
bottom: 6.5px;
left: -17.5px;
display: block;
width: 16.5px;
height: 22px;
border-left: 1px solid #C4C6CF;
border-bottom: 1px solid #C4C6CF; }
.next-tree.next-label-block .next-tree-node-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: none; }
.next-tree.next-label-block .next-tree-node-label-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.next-tree.next-node-indent .next-tree-node .next-tree-node {
margin-left: 24px; }
.next-tree.next-node-indent .next-tree-node-inner {
padding-top: 2px;
padding-bottom: 2px; }
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
color: #333333;
background-color: #F2F3F7; }
.next-tree.next-node-indent .next-tree-node-label-wrapper {
border-top: 2px solid transparent;
border-bottom: 2px solid transparent; }
.next-tree.next-node-indent .next-tree-node-label {
-webkit-transition: color 100ms linear, background-color 100ms linear;
transition: color 100ms linear, background-color 100ms linear;
cursor: default;
color: #333333;
background-color: #FFFFFF; }
.next-tree.next-node-indent .next-tree-node-label-selectable {
cursor: pointer; }
.next-tree.next-node-indent .next-tree-node-label:hover {
color: #333333;
background-color: #F2F3F7; }
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
color: #333333;
background-color: #DEE8FF; }
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
color: #CCCCCC;
background-color: #FFFFFF;
cursor: not-allowed; }
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
background-color: #5584FF;
color: #FFFFFF;
opacity: .8; }
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
border-top-color: #5584FF; }
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
border-bottom-color: #5584FF; }
.next-tree.next-node-block .next-tree-node-inner {
padding-top: 4px;
padding-bottom: 4px;
-webkit-transition: color 100ms linear, background-color 100ms linear;
transition: color 100ms linear, background-color 100ms linear;
cursor: pointer;
color: #333333;
background-color: #FFFFFF; }
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
color: #333333;
background-color: #F2F3F7; }
.next-tree.next-node-block .next-tree-node-inner.next-selected {
color: #333333;
background-color: #DEE8FF; }
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
color: #CCCCCC;
background-color: #FFFFFF;
cursor: not-allowed; }
.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
margin-left: 7.5px;
border-left: 1px solid #C4C6CF;
padding-left: 15.5px; }
.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
color: #5584FF; }
.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
color: #5584FF; }
.next-tree[dir='rtl'] .next-tree-switcher {
margin-left: 8px;
margin-right: 0; }
.next-tree[dir='rtl'] .next-tree-switcher.next-noop-line-noroot {
border-left: none;
border-right: 1px solid #C4C6CF; }
.next-tree[dir='rtl'] .next-tree-right-angle {
left: auto;
right: -17.5px;
border-left: none;
border-right: 1px solid #C4C6CF; }
.next-tree[dir='rtl'].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
margin-left: 0;
margin-right: 7.5px;
border-left: none;
border-right: 1px solid #C4C6CF;
padding-left: 0;
padding-right: 15.5px; }
.next-tree[dir='rtl'].next-node-indent .next-tree-node .next-tree-node {
margin-left: 0;
margin-right: 24px; }
.next-tree-select {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tree-select *,
.next-tree-select *:before,
.next-tree-select *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tree-select-dropdown {
background: #FFFFFF;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
max-height: 260px;
overflow: auto; }
.next-tree-select-dropdown > .next-tree,
.next-tree-select-dropdown > .next-tree-select-not-found,
.next-tree-select-dropdown > .next-virtual-tree-container {
padding: 8px 20px; }
.next-tree-select-not-found {
font-size: 12px;
color: #999999; }
.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
padding: 4px 8px;
padding-left: 36px; }
.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
left: 12px;
right: auto; }
.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
float: left;
margin-left: 4px;
margin-right: 0; }
.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
float: right;
margin-left: 8px;
margin-right: 0; }
.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
margin-right: 56px;
margin-left: 20px; }
.next-upload {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-upload *,
.next-upload *:before,
.next-upload *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-upload-inner {
outline: 0;
display: inline-block; }
.next-upload-inner.next-hidden {
display: none; }
.next-upload-list {
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-upload-list *,
.next-upload-list *:before,
.next-upload-list *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-upload-list-item {
position: relative; }
.next-upload-list-item.next-hidden {
display: none; }
.next-upload-list-item-name {
text-decoration: none; }
.next-upload.next-disabled {
border-color: #E6E7EB !important;
color: #CCCCCC !important; }
.next-upload.next-disabled .next-icon-close {
cursor: not-allowed !important; }
.next-upload.next-disabled .next-upload-inner * {
color: #CCCCCC !important;
border-color: #E6E7EB !important;
cursor: not-allowed !important; }
.next-upload-list-text .next-upload-list-item {
background-color: #F2F3F7;
padding: 4px 8px;
padding-right: 36px;
height: 40px;
line-height: 32px;
font-size: 12px;
overflow: hidden;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
border-radius: 0; }
.next-upload-list-text .next-upload-list-item:not(:last-child) {
margin-bottom: 4px; }
.next-upload-list-text .next-upload-list-item-op {
position: absolute;
top: 0;
right: 12px; }
.next-upload-list-text .next-upload-list-item .next-icon-close {
color: #999999;
cursor: pointer;
text-align: center;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
line-height: 40px; }
.next-upload-list-text .next-upload-list-item .next-icon-close:before,
.next-upload-list-text .next-upload-list-item .next-icon-close .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-upload-list-text .next-upload-list-item:hover {
background-color: #F2F3F7; }
.next-upload-list-text .next-upload-list-item:hover .next-icon {
color: #666666; }
.next-upload-list-text .next-upload-list-item-name-wrap {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-right: 4px; }
.next-upload-list-text .next-upload-list-item-name {
color: #333333;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-upload-list-text .next-upload-list-item-size {
color: #999999;
margin-left: 8px; }
.next-upload-list-text .next-upload-list-item-uploading {
line-height: 16px; }
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
line-height: 0;
padding-top: 4px;
padding-bottom: 4px; }
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
height: 8px; }
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
height: 8px;
margin-top: -4px; }
.next-upload-list-text .next-upload-list-item-done {
line-height: 32px; }
.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
color: #5584FF; }
.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
color: #5584FF; }
.next-upload-list-text .next-upload-list-item-error {
/* stylelint-disable declaration-no-important */
background-color: #FFECE4 !important; }
.next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
line-height: 16px; }
.next-upload-list-text .next-upload-list-item-error-msg {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #FF3000; }
.next-upload-list-image .next-upload-list-item {
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid #DCDEE3;
background-color: #FFFFFF;
padding: 8px;
height: 48px;
line-height: 48px;
font-size: 12px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
overflow: hidden;
border-radius: 0; }
.next-upload-list-image .next-upload-list-item:not(:last-child) {
margin-bottom: 4px; }
.next-upload-list-image .next-upload-list-item:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-upload-list-image .next-upload-list-item-op {
float: right;
margin-right: 4px; }
.next-upload-list-image .next-upload-list-item .next-icon-close {
cursor: pointer;
color: #999999;
text-align: center; }
.next-upload-list-image .next-upload-list-item .next-icon-close:before,
.next-upload-list-image .next-upload-list-item .next-icon-close .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-upload-list-image .next-upload-list-item:hover {
border-color: #5584FF; }
.next-upload-list-image .next-upload-list-item:hover .next-icon-close {
color: #666666; }
.next-upload-list-image .next-upload-list-item-name {
display: block;
color: #333333;
margin-left: 56px;
margin-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-upload-list-image .next-upload-list-item-size {
color: #999999;
margin-left: 8px; }
.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
color: #5584FF; }
.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
color: #5584FF; }
.next-upload-list-image .next-upload-list-item-thumbnail {
float: left;
width: 48px;
height: 48px;
color: #CCCCCC;
border: 1px solid #DCDEE3;
border-radius: 0;
background-color: #F2F3F7;
margin-right: 8px;
vertical-align: middle;
text-align: center;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-upload-list-image .next-upload-list-item-thumbnail img {
width: 100%;
height: 100%; }
.next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
display: block;
margin: 0;
line-height: 48px; }
.next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before,
.next-upload-list-image .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-upload-list-image .next-upload-list-item-error {
border-color: #FF3000 !important;
background-color: #FFFFFF; }
.next-upload-list-image .next-upload-list-item-uploading {
background-color: #FFFFFF; }
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
height: 24px;
line-height: 24px; }
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
margin-left: 56px;
margin-right: 20px;
line-height: 0;
padding-top: 8px;
padding-bottom: 8px; }
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
height: 8px; }
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
height: 8px;
margin-top: -4px; }
.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name,
.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
height: 24px;
line-height: 24px; }
.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
margin-left: 56px;
margin-right: 20px;
color: #FF3000;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.next-upload-list-card {
display: inline-block; }
.next-upload-list-card .next-upload-list-item {
vertical-align: middle;
float: left; }
.next-upload-list-card .next-upload-list-item:not(:last-child) {
margin-right: 12px; }
.next-upload-list-card .next-upload-list-item-wrapper {
position: relative;
border: 1px solid #C4C6CF;
width: 100px;
height: 100px;
padding: 0px;
background-color: transparent; }
.next-upload-list-card .next-upload-list-item-thumbnail {
text-align: center;
width: 100%;
height: 100%;
color: #CCCCCC;
font-size: 12px; }
.next-upload-list-card .next-upload-list-item-thumbnail img {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto; }
.next-upload-list-card .next-upload-list-item-thumbnail img:focus {
outline: 0; }
.next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
width: 100%; }
.next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before,
.next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
width: 48px;
font-size: 48px;
line-height: inherit; }
.next-upload-list-card .next-upload-list-item-handler {
margin-top: 13px; }
.next-upload-list-card .next-upload-list-item-handler .next-icon-cry {
margin-top: 10px; }
.next-upload-list-card .next-upload-list-item-name {
display: block;
width: 100px;
text-align: center;
margin-top: 4px;
font-size: 12px;
color: #666666;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.next-upload-list-card .next-upload-list-item-progress {
position: absolute;
font-size: 0;
bottom: 0;
left: 0;
width: 100%; }
.next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
border-radius: 0;
height: 8px; }
.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
border-radius: 0;
height: 8px;
margin-top: -4px; }
.next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
background-color: #F7F8FA; }
.next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
opacity: .8; }
.next-upload-list-card .next-upload-list-item .next-upload-tool {
position: absolute;
z-index: 1;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
opacity: 0;
width: 100%;
height: 28px;
left: 0;
bottom: 0; }
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
width: 49%;
text-align: center;
line-height: 28px;
color: #FFFFFF; }
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before,
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-upload-list-card .next-upload-list-item .next-upload-tool.next-noclose .next-icon {
width: 100%; }
.next-upload-list-card .next-upload-list-item .next-upload-tool-close {
cursor: pointer; }
.next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon {
border-right: 1px solid #FFFFFF; }
.next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
border-color: #FF3000; }
.next-upload-card {
border: 1px dashed #C4C6CF;
width: 100px;
height: 100px;
background-color: #FFFFFF;
text-align: center;
cursor: pointer;
-webkit-transition: border-color 100ms linear;
transition: border-color 100ms linear;
display: table-cell;
vertical-align: middle; }
.next-upload-card .next-icon {
color: #C4C6CF; }
.next-upload-card .next-icon:before,
.next-upload-card .next-icon .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-upload-card .next-upload-add-icon::before {
content: "\E655"; }
.next-upload-card .next-upload-text {
font-size: 12px;
margin-top: 12px;
color: #666666;
outline: none; }
.next-upload-card:hover {
border-color: #5584FF; }
.next-upload-card:hover .next-icon {
color: #5584FF; }
.next-upload-card:hover .next-upload-text {
color: #5584FF; }
.next-upload-dragable .next-upload-inner {
display: block; }
.next-upload-dragable .next-upload-drag {
border: 1px dashed #C4C6CF;
-webkit-transition: border-color 100ms linear;
transition: border-color 100ms linear;
cursor: pointer;
border-radius: 3px;
background-color: transparent;
text-align: center;
margin-bottom: 4px; }
.next-upload-dragable .next-upload-drag-icon {
margin: 20px 0 0;
color: #666666; }
.next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before {
content: "\E7EE";
font-size: 24px; }
.next-upload-dragable .next-upload-drag-text {
margin: 12px 0 0;
font-size: 14px;
color: #666666; }
.next-upload-dragable .next-upload-drag-hint {
margin: 4px 0 20px;
font-size: 12px;
color: #999999; }
.next-upload-dragable .next-upload-drag-over {
border-color: #5584FF; }
/** light **/
/** dark **/
/** brand **/
.next-shell {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell *,
.next-shell *:before,
.next-shell *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-shell-content-wrapper {
overflow: auto; }
.next-shell-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 9; }
.next-shell-header .dock-trigger,
.next-shell-header .nav-trigger {
outline: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
width: 32px;
height: 32px; }
.next-shell-header .nav-trigger {
margin-right: 10px; }
.next-shell-header .dock-trigger {
margin-left: 10px; }
.next-shell-header.next-shell-fixed-header {
position: -webkit-sticky;
position: sticky;
top: 0; }
.next-shell-header .next-shell-navigation {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.next-shell-header .next-shell-branding {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-shell-header .next-shell-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-shell-sub-main {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
overflow: auto;
outline: 0; }
.next-shell-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: relative;
height: 100%;
-webkit-box-sizing: content-box;
box-sizing: content-box;
overflow: auto;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell-main .next-shell-content {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.next-shell-main .next-shell-content-inner {
margin: 0 auto; }
.next-shell-main .next-shell-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%; }
.next-shell .next-aside-navigation,
.next-shell .next-aside-tooldock {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-shell .next-aside-navigation.fixed,
.next-shell .next-aside-tooldock.fixed {
position: fixed;
top: 0;
bottom: 0;
z-index: 1; }
.next-shell .next-aside-navigation.fixed {
left: 0; }
.next-shell .next-aside-tooldock.fixed {
right: 0; }
.next-shell-aside {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell-aside .aside-trigger {
cursor: pointer;
outline: 0;
position: absolute;
right: 0;
top: 50%;
width: 20px;
height: 48px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 1px solid #DDD;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.next-shell-aside .local-nav-trigger {
outline: 0;
border-left: none;
-webkit-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
transform: translate(100%, -50%);
right: 0; }
.next-shell-aside .ancillary-trigger {
outline: 0;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
border-right: 0;
left: 1px; }
.next-shell-aside.next-aside-localnavigation {
position: relative; }
.next-shell-aside.next-aside-ancillary {
position: relative; }
.next-shell-aside.next-shell-navigation {
overflow-x: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-self: flex-start;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell-aside.next-shell-tooldock {
overflow-x: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-shell-aside .next-shell-tooldockitem {
width: 100%;
text-align: center; }
.next-shell-aside .next-shell-localnavigation {
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-self: flex-start;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell-aside .next-shell-ancillary {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-self: flex-start;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell-light .next-shell-header .dock-trigger,
.next-shell-light .next-shell-header .nav-trigger {
background: #FFFFFF; }
.next-shell-light .next-shell-aside .local-nav-trigger {
background: #E2E4E8; }
.next-shell-light .next-shell-aside .ancillary-trigger {
background: #FFFFFF; }
.next-shell-light .next-shell-header {
color: #000000;
height: 52px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 16px; }
.next-shell-light .next-shell-header .next-shell-navigation {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 52px;
line-height: 52px;
margin: 0 48px; }
.next-shell-light .next-shell-task-header {
width: 100%;
min-height: 40px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 0px;
overflow: auto; }
.next-shell-light .next-shell-main {
background: #EBECF0; }
.next-shell-light .next-shell-main .next-shell-appbar {
min-height: 48px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 24px; }
.next-shell-light .next-shell-main .next-shell-content {
padding: 20px 20px; }
.next-shell-light .next-shell-main .next-shell-footer {
background: transparent;
min-height: 56px;
color: #CCCCCC;
font-size: 14px; }
.next-shell-light .next-shell-aside.next-shell-navigation {
width: 168px;
background: #FFFFFF;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
width: 60px; }
.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
width: 0; }
.next-shell-light .next-shell-aside.next-shell-tooldock {
width: 52px;
background: #E2E4E8;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-light .next-shell-aside .next-shell-tooldockitem {
padding: 8px 0;
color: #666666;
background: transparent; }
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
color: #333333;
background: #EBECF0; }
.next-shell-light .next-shell-aside .next-shell-localnavigation {
width: 168px;
background: #E2E4E8;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
width: 0; }
.next-shell-light .next-shell-aside .next-shell-ancillary {
width: 168px;
background: #FFFFFF;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse {
width: 0; }
.next-shell-dark .next-shell-header .dock-trigger,
.next-shell-dark .next-shell-header .nav-trigger {
background: #000000; }
.next-shell-dark .next-shell-aside .local-nav-trigger {
background: #E2E4E8; }
.next-shell-dark .next-shell-aside .ancillary-trigger {
background: #FFFFFF; }
.next-shell-dark .next-shell-header {
color: #FFFFFF;
height: 52px;
background: #000000;
border-bottom: 1px solid #1F1F1F;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
padding: 0 16px; }
.next-shell-dark .next-shell-header .next-shell-navigation {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 52px;
line-height: 52px;
margin: 0 48px; }
.next-shell-dark .next-shell-task-header {
width: 100%;
min-height: 40px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 0px;
overflow: auto; }
.next-shell-dark .next-shell-main {
background: #EBECF0; }
.next-shell-dark .next-shell-main .next-shell-appbar {
min-height: 48px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 24px; }
.next-shell-dark .next-shell-main .next-shell-content {
padding: 20px 20px; }
.next-shell-dark .next-shell-main .next-shell-footer {
background: transparent;
min-height: 56px;
color: #CCCCCC;
font-size: 14px; }
.next-shell-dark .next-shell-aside.next-shell-navigation {
width: 168px;
background: #333333;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
width: 60px; }
.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
width: 0; }
.next-shell-dark .next-shell-aside.next-shell-tooldock {
width: 52px;
background: #E2E4E8;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
padding: 8px 0;
color: #666666;
background: transparent; }
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
color: #333333;
background: #EBECF0; }
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
width: 168px;
background: #E2E4E8;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
width: 0; }
.next-shell-dark .next-shell-aside .next-shell-ancillary {
width: 168px;
background: #FFFFFF;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse {
width: 0; }
.next-shell-brand .next-shell-header .dock-trigger,
.next-shell-brand .next-shell-header .nav-trigger {
background: #5584FF; }
.next-shell-brand .next-shell-aside .local-nav-trigger {
background: #E2E4E8; }
.next-shell-brand .next-shell-aside .ancillary-trigger {
background: #FFFFFF; }
.next-shell-brand .next-shell-header {
color: #FFFFFF;
height: 52px;
background: #5584FF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
padding: 0 16px; }
.next-shell-brand .next-shell-header .next-shell-navigation {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 52px;
line-height: 52px;
margin: 0 48px; }
.next-shell-brand .next-shell-task-header {
width: 100%;
min-height: 40px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 0px;
overflow: auto; }
.next-shell-brand .next-shell-main {
background: #EBECF0; }
.next-shell-brand .next-shell-main .next-shell-appbar {
min-height: 48px;
background: #FFFFFF;
border-bottom: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 24px; }
.next-shell-brand .next-shell-main .next-shell-content {
padding: 20px 20px; }
.next-shell-brand .next-shell-main .next-shell-footer {
background: transparent;
min-height: 56px;
color: #CCCCCC;
font-size: 14px; }
.next-shell-brand .next-shell-aside.next-shell-navigation {
width: 168px;
background: #FFFFFF;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
width: 60px; }
.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
width: 0; }
.next-shell-brand .next-shell-aside.next-shell-tooldock {
width: 52px;
background: #E2E4E8;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
padding: 8px 0;
color: #666666;
background: transparent; }
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
color: #333333;
background: #EBECF0; }
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
width: 168px;
background: #E2E4E8;
border-right: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
width: 0; }
.next-shell-brand .next-shell-aside .next-shell-ancillary {
width: 168px;
background: #FFFFFF;
border-left: 1px solid #E6E7EB;
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 0 8px; }
.next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse {
width: 0; }
.next-shell-header .next-shell-navigation.next-shell-nav-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.next-shell-header .next-shell-navigation.next-shell-nav-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.next-shell-header .next-shell-navigation.next-shell-nav-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.next-shell.next-shell-phone .next-aside-navigation {
width: 100%; }
.next-shell.next-shell-phone .next-aside-navigation.next-shell-collapse {
width: 0; }
.next-shell.next-shell-phone .next-shell-header .next-shell-navigation {
display: none; }
.next-shell.next-shell-phone .next-shell-navigation {
width: 100%;
height: 100%;
-webkit-transition: height 0.2s ease;
transition: height 0.2s ease; }
.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
padding: 0;
height: 0;
-webkit-transition: height 0.2s ease;
transition: height 0.2s ease; }
.next-shell.next-shell-phone .next-shell-tooldock {
height: 52px;
left: 0;
right: 0;
position: absolute;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
display: none;
height: 0;
padding: 0;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary {
width: 0; }
.next-shell.next-shell-tablet .next-shell-ancillary, .next-shell.next-shell-phone .next-shell-ancillary {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, .next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation {
width: 0; }
.next-notification {
width: 384px;
position: fixed;
z-index: 1010;
padding: 0;
margin: 0; }
.next-notification .next-message {
margin-bottom: 16px;
overflow: hidden; }
.next-notification-fade-leave {
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-play-state: paused;
animation-play-state: paused;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease; }
.next-notification-fade-leave.next-notification-fade-leave-active {
-webkit-animation-name: NotificationFadeOut;
animation-name: NotificationFadeOut;
-webkit-animation-play-state: running;
animation-play-state: running; }
@-webkit-keyframes NotificationFadeOut {
0% {
max-height: 150px;
margin-bottom: 16px;
opacity: 1; }
100% {
max-height: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0; } }
@keyframes NotificationFadeOut {
0% {
max-height: 150px;
margin-bottom: 16px;
opacity: 1; }
100% {
max-height: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0; } }
.next-typography {
color: #333333; }
.next-typography-title {
font-weight: 600;
margin-bottom: .5em; }
.next-typography + .next-typography-title {
margin-top: 1.2em; }
.next-typography-paragraph {
color: #333333;
margin-bottom: 1em;
font-size: 14px;
line-height: 1.5; }
.next-typography mark {
padding: 0;
background: #FFE6BD;
color: #333333; }
.next-typography strong {
font-weight: 600; }
.next-typography code {
background-color: #F2F3F7;
color: #333333;
border: 1px solid #E6E7EB;
margin: 0 .2em;
padding: .2em .4em .1em;
font-size: 85%;
border-radius: 3px; }
.next-typography ul,
.next-typography ol {
margin: 0 0 1em 0;
padding: 0; }
.next-typography li {
list-style-type: circle;
margin: 0 0 0 20px;
padding: 0 0 0 4px; }
.next-typography a {
text-decoration: none; }
.next-typography a:link {
color: #5584FF; }
.next-typography a:visited {
color: #5584FF; }
.next-typography a:hover {
color: #3E71F7; }
.next-typography a:active {
text-decoration: underline;
color: #3E71F7; }
h1.next-typography-title {
font-size: 24px; }
h2.next-typography-title {
font-size: 20px; }
h3.next-typography-title {
font-size: 16px; }
h4.next-typography-title {
font-size: 16px; }
h5.next-typography-title {
font-size: 14px; }
h6.next-typography-title {
font-size: 12px; }
/* put your code here */
.next-divider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.5;
list-style: none;
font-variant: tabular-nums;
-webkit-font-feature-settings: 'tnum';
font-feature-settings: 'tnum';
background: #DCDEE3;
border-collapse: separate; }
.next-divider *,
.next-divider *:before,
.next-divider *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-divider-dashed {
background: none;
border-color: #DCDEE3;
border-style: dashed;
border-width: 1px 0 0; }
.next-divider-hoz {
display: block;
clear: both;
width: 100%;
min-width: 100%;
height: 1px;
margin: 16px 0; }
.next-divider-ver {
position: relative;
top: -.06em;
display: inline-block;
width: 1px;
background: #DCDEE3;
height: .9em;
margin: 0 8px;
vertical-align: middle; }
.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
display: table;
margin: 16px 0;
color: #333333;
font-weight: normal;
font-size: 16px;
white-space: nowrap;
text-align: center;
background: transparent; }
.next-divider-hoz.next-divider-with-text-center::before, .next-divider-hoz.next-divider-with-text-center::after, .next-divider-hoz.next-divider-with-text-left::before, .next-divider-hoz.next-divider-with-text-left::after, .next-divider-hoz.next-divider-with-text-right::before, .next-divider-hoz.next-divider-with-text-right::after {
position: relative;
top: 50%;
display: table-cell;
width: 50%;
border-top: 1px solid #DCDEE3;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
content: ''; }
.next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed {
border-top: 0; }
.next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after {
border-style: dashed none none; }
.next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text {
display: inline-block;
padding: 0 16px; }
.next-divider-hoz.next-divider-with-text-left::before {
top: 50%;
width: 5%; }
.next-divider-hoz.next-divider-with-text-left::after {
top: 50%;
width: 95%; }
.next-divider-hoz.next-divider-with-text-right::before {
top: 50%;
width: 95%; }
.next-divider-hoz.next-divider-with-text-right::after {
top: 50%;
width: 5%; }
.next-divider-inner-text {
display: inline-block;
padding: 0 16px; }
.next-divider-dashed {
background: none;
border-color: #DCDEE3;
border-style: dashed;
border-width: 1px 0 0; }
.next-divider-dashed.next-divider-ver {
border-width: 0 0 0 1px; }
/* put your code here */
.next-box {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-box *,
.next-box *:before,
.next-box *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar2 {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar2 *,
.next-calendar2 *:before,
.next-calendar2 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar2 table {
border-collapse: collapse;
border-spacing: 0; }
.next-calendar2 td,
.next-calendar2 th {
padding: 0; }
div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-actions, div[dir="rtl"].next-calendar2-panel .next-calendar2-header-actions, div[dir="rtl"].next-calendar2-card .next-calendar2-header-actions {
margin-right: auto;
margin-left: 0; }
div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), div[dir="rtl"].next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), div[dir="rtl"].next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), div[dir="rtl"].next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), div[dir="rtl"].next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
margin-right: 8px;
margin-left: 0; }
div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-cell-value,
div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
text-align: left; }
div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
padding: 0 0 5px 12px; }
.next-calendar2 {
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #FFFFFF; }
.next-calendar2-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-calendar2-table {
width: 100%;
table-layout: fixed; }
.next-calendar2-cell {
cursor: pointer;
position: relative;
-webkit-transition: background-color .2s, border .2s;
transition: background-color .2s, border .2s; }
.next-calendar2 .next-calendar2-cell-inner {
color: #CCCCCC;
outline: none;
min-width: 24px;
position: relative;
border: 1px solid transparent; }
.next-calendar2-cell-disabled::before {
color: #CCCCCC;
background: #F7F8FA; }
.next-calendar2-fullscreen .next-calendar2-header-actions, .next-calendar2-panel .next-calendar2-header-actions, .next-calendar2-card .next-calendar2-header-actions {
margin-left: auto; }
.next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
margin-left: 8px; }
.next-calendar2-fullscreen .next-calendar2-header-select-year, .next-calendar2-fullscreen .next-calendar2-header-select-month, .next-calendar2-panel .next-calendar2-header-select-year, .next-calendar2-panel .next-calendar2-header-select-month, .next-calendar2-card .next-calendar2-header-select-year, .next-calendar2-card .next-calendar2-header-select-month {
min-width: 88px; }
.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, .next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, .next-calendar2-panel .next-calendar2-header-select-year .next-input, .next-calendar2-panel .next-calendar2-header-select-month .next-input, .next-calendar2-card .next-calendar2-header-select-year .next-input, .next-calendar2-card .next-calendar2-header-select-month .next-input {
min-width: auto; }
.next-calendar2-fullscreen .next-calendar2-body, .next-calendar2-panel .next-calendar2-body, .next-calendar2-card .next-calendar2-body {
padding: 8px 0; }
.next-calendar2-card .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-inner {
z-index: 2;
height: 24px;
line-height: 22px;
border-radius: 2px;
display: inline-block; }
.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 {
min-height: 150px; }
.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr {
height: 24px;
color: #999999; }
.next-calendar2-card .next-calendar2-table th,
.next-calendar2-card .next-calendar2-table td, .next-calendar2-panel .next-calendar2-table th,
.next-calendar2-panel .next-calendar2-table td {
font-weight: 400;
text-align: center;
padding: 4px 0; }
.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th {
height: 32px; }
.next-calendar2-card .next-calendar2-table-month, .next-calendar2-card .next-calendar2-table-year, .next-calendar2-card .next-calendar2-table-decade, .next-calendar2-panel .next-calendar2-table-month, .next-calendar2-panel .next-calendar2-table-year, .next-calendar2-panel .next-calendar2-table-decade {
height: 145px; }
.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
min-width: 56px; }
.next-calendar2-card .next-calendar2-table-quarter, .next-calendar2-panel .next-calendar2-table-quarter {
height: 50px; }
.next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner {
min-width: 56px; }
.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
min-width: 80px; }
.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
color: #666666; }
.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner {
background: #F2F3F7; }
.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
color: #3E71F7; }
.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
color: #FFFFFF;
background: #3E71F7; }
.next-calendar2-fullscreen .next-calendar2-cell-value,
.next-calendar2-fullscreen .next-calendar2-table th {
text-align: right; }
.next-calendar2-fullscreen .next-calendar2-table th {
padding: 0 12px 5px 0; }
.next-calendar2-fullscreen .next-calendar2-cell-inner {
height: 80px;
border-top: 2px solid #E6E7EB;
margin: 0 4px;
padding: 4px 8px 0; }
.next-calendar2-fullscreen td .next-calendar2-cell-inner {
height: 80px;
border-top: 2px solid #E6E7EB; }
.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
color: #CCCCCC;
background: #F7F8FA; }
.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
color: #666666; }
.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner {
background-color: #F2F3F7; }
.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
color: #3E71F7; }
.next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner {
background-color: #FFFFFF; }
.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
border-top-color: #5584FF;
font-weight: bold;
color: #5584FF;
background: #DEE8FF; }
.next-calendar2-card .next-calendar2-header {
padding: 8px 8px;
border-bottom: 1px solid #E6E7EB; }
.next-calendar2-panel .next-calendar2-header {
padding: 0 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #E6E7EB; }
.next-calendar2-panel .next-calendar2-header-btn {
min-width: 20px;
line-height: 20px;
color: #666666;
font-family: inherit;
vertical-align: initial;
border-radius: 2px; }
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
text-align: center;
font-size: 14px;
color: #333333;
font-weight: bolder;
vertical-align: initial; }
.next-calendar2-panel .next-calendar2-header-btn:hover,
.next-calendar2-panel .next-calendar2-header-btn:hover > span {
color: #3E71F7; }
.next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover {
background: #F2F3F7; }
.next-calendar2-panel .next-calendar2-header-text-field {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 38px;
line-height: 38px; }
.next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
margin-left: 6px; }
.next-calendar2-header-select-month-popup,
.next-calendar2-header-select-year-popup {
min-width: auto; }
div[dir="rtl"] .next-date-picker2-footer-preset > .next-btn {
margin-left: 8px;
margin-right: 0; }
div[dir="rtl"] .next-date-picker2-footer-actions {
margin-left: 0;
margin-right: auto; }
div[dir="rtl"] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
right: 0;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
left: 8px; }
div[dir="rtl"] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
left: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
right: 8px; }
div[dir="rtl"] .next-date-time-picker-wrapper {
border-right: 1px solid #E6E7EB;
border-left: node; }
div[dir="rtl"] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) {
border-left: 1px solid #DCDEE3;
border-right: none; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
right: 50%;
left: 0; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
left: 50%;
right: 0; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after {
right: 8px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child)::after, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end)::after {
left: 0; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after {
left: 8px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child)::after, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin)::after {
right: 0; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
left: 0;
right: 7px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
right: 0;
left: 7px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: 1px dashed #3E71F7; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-left: 1px dashed #3E71F7; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after {
right: 0;
left: 8px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-left: 1px dashed #3E71F7; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right: 1px dashed #3E71F7;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left: 1px dashed #3E71F7;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
right: 8px;
left: 0; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
right: 8px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: 1px dashed #3E71F7; }
div[dir="rtl"] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin)::after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none; }
div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
right: 50%;
left: 0; }
div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
left: 50%;
right: 0; }
.next-date-picker2 {
outline: none;
display: inline-table;
position: relative;
width: inherit; }
.next-date-picker2-footer {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
min-width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
border-top: 1px solid #E6E7EB;
padding: 4px 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative; }
.next-date-picker2-footer-preset > .next-btn {
margin-right: 8px; }
.next-date-picker2-footer-actions {
margin-left: auto; }
.next-date-picker2-footer-preset-only {
width: 100%; }
.next-date-picker2-overlay {
vertical-align: top;
border-radius: 2px;
padding: 4px 0px; }
.next-date-picker2-overlay-range {
padding: 12px 0px; }
.next-date-picker2-wrapper {
-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
border: 1px solid #E6E7EB;
border-radius: 3px; }
.next-date-picker2-wrapper .next-calendar2-body {
width: 272px; }
.next-date-picker2-wrapper .next-calendar2-cell::before {
content: "";
position: absolute;
top: 50%;
right: 0px;
left: 0px;
z-index: 1;
height: 24px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
right: 8px; }
.next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
left: 8px; }
.next-date-picker2-input {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #C4C6CF;
vertical-align: middle;
width: inherit; }
.next-date-picker2-input .next-input {
border: none;
width: 100%;
height: 100%; }
.next-date-picker2-input .next-input input {
height: 100%; }
.next-date-picker2-input.next-date-picker2-input-small {
height: 20px;
border-radius: 3px; }
.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
padding-right: 4px; }
.next-date-picker2-input.next-date-picker2-input-small input {
height: 18px;
line-height: 18px \0;
padding: 0 4px;
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
padding: 0 4px;
font-size: 12px;
height: 18px;
line-height: 18px; }
.next-date-picker2-input.next-date-picker2-input-small .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-small .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
border-radius: 0 3px 3px 0; }
.next-date-picker2-input.next-date-picker2-input-medium {
height: 28px;
border-radius: 3px; }
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
padding-right: 8px; }
.next-date-picker2-input.next-date-picker2-input-medium input {
height: 26px;
line-height: 26px \0;
padding: 0 8px;
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
font-size: 12px; }
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
padding: 0 8px;
font-size: 12px;
height: 26px;
line-height: 26px; }
.next-date-picker2-input.next-date-picker2-input-medium .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-medium .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
border-radius: 0 3px 3px 0; }
.next-date-picker2-input.next-date-picker2-input-large {
height: 40px;
border-radius: 3px; }
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
padding-left: 12px;
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
padding-right: 8px; }
.next-date-picker2-input.next-date-picker2-input-large input {
height: 38px;
line-height: 38px \0;
padding: 0 12px;
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
font-size: 16px; }
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
padding: 0 12px;
font-size: 16px;
height: 38px;
line-height: 38px; }
.next-date-picker2-input.next-date-picker2-input-large .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-large .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
border-radius: 0 3px 3px 0; }
.next-date-picker2-input:hover {
border-color: #A0A2AD;
background-color: #FFFFFF; }
.next-date-picker2-input.next-date-picker2-input-focus {
border-color: #5584FF;
background-color: #FFFFFF;
-webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); }
.next-date-picker2-input.next-date-picker2-input-noborder {
border-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.next-date-picker2-input.next-date-picker2-input-disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-date-picker2-input.next-date-picker2-input-disabled:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-date-picker2-input-separator {
color: #C4C6CF;
min-width: 12px;
text-align: center; }
.next-range-picker2-panel, .next-date-picker2-panel {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn,
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn {
visibility: hidden; }
.next-range-picker2-arrow {
display: block;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
z-index: 1;
width: 10px;
height: 10px;
margin-left: 16.5px;
-webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
-webkit-transition: left .3s ease-out;
transition: left .3s ease-out; }
.next-range-picker2-arrow:after {
content: "";
position: absolute;
top: 0px;
right: 0px;
width: 11px;
height: 11px;
border-color: #E6E7EB #E6E7EB transparent transparent;
border-style: solid;
border-width: 1px;
background-color: #FFFFFF; }
.next-date-picker2-tl-bl .next-range-picker2-arrow {
top: 6px; }
.next-date-picker2-bl-tl .next-range-picker2-arrow {
bottom: 6px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.next-date-time-picker-wrapper {
border-left: 1px solid #E6E7EB; }
.next-date-time-picker-wrapper .next-calendar2-body {
padding-right: 0px;
padding-left: 0px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
color: #CCCCCC;
background: #F7F8FA; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected::before {
color: #666666;
background: #DEE8FF; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected .next-calendar2-cell-inner {
color: #666666;
background: transparent; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner {
color: #FFFFFF;
background: #3E71F7; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
left: 50%; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
right: 50%; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin-single::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end-single::before {
display: none; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
content: "";
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 2;
height: 24px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-color: #3E71F7 transparent;
border-style: dashed;
border-width: 1px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after {
left: 8px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after {
right: 8px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
left: 7px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
right: 7px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-left: 1px dashed #3E71F7; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: 1px dashed #3E71F7; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before {
right: 8px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after {
right: 8px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: 1px dashed #3E71F7; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after {
border-top: 1px dashed #3E71F7;
border-left: 1px dashed #3E71F7;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after {
border-top: 1px dashed #3E71F7;
border-right: 1px dashed #3E71F7;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
left: 8px; }
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-left: 1px dashed #3E71F7; }
.next-calendar2-table-week .next-calendar2-cell-hover::after {
display: none; }
.next-calendar2-table-week tr:hover .next-calendar2-cell:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected)::before {
background: #F2F3F7; }
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected::before,
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected .next-calendar2-cell-inner {
color: #666666;
background-color: #DEE8FF; }
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner {
color: #FFFFFF;
background: #3E71F7; }
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
left: 50%; }
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
right: 50%; }
.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled)::before,
.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
background-color: transparent;
color: #CCCCCC; }
.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
background-color: #DEE8FF;
color: #666666; }
.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:nth-child(2) .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:nth-child(2) .next-calendar2-cell-inner {
color: #FFFFFF;
background: #3E71F7; }
|
docs/4.3.0/partials/version/dict.filter.dict.html
|
D-Mobilelab/barney
|
<a href="https://github.com/D-Mobilelab/barney/edit/master/src/dict/dict.fil.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/D-Mobilelab/barney/blob/3cfe4aa/src/dict/dict.fil.js#L18" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">dict</code>
<div><span class="hint">filter in module <code ng:non-bindable="">dict</code>
</span>
</div>
</h1>
<div><h2 id="description">Description</h2>
<div class="description"><div class="dict-filter-page dict-filter-dict-page"><p>You can get a dict value using the custom dict filter</p>
</div></div>
<h2 id="usage">Usage</h2>
<div class="usage"><h3 id="usage_in-html-template-binding">In HTML Template Binding</h3>
<div class="in-html-template-binding"><code ng:non-bindable=""><span>{{</span> dict_expression | dict <span>}}</span></code>
</div>
<h3 id="usage_in-javascript">In JavaScript</h3>
<div class="in-javascript"><code ng:non-bindable="">$filter('dict')()</code>
</div>
</div>
<h2 id="example">Example</h2>
<div class="example"><div class="dict-filter-page dict-filter-dict-page"><pre class="prettyprint linenums">
// javascript
BarneyDict.init({ 'existKey' : 'Hello!' });
// html
{{'existKey' | dict}}
// it prints 'Hello!'
</pre>
</div></div>
</div>
|
ui/ui-35.html
|
VRPossible/vrpossible.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UI Design</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Main CSS -->
<link href="css/style-35.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- UI # -->
<div class="ui-35">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-red" data-limit="90"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Income <span class="red">90%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-green" data-limit="40"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Orders <span class="green">40%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-lblue" data-limit="60"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Visitors <span class="lblue">60%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-orange" data-limit="49"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Downloads <span class="orange">49%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-yellow" data-limit="80"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Members <span class="yellow">80%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-purple" data-limit="67"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Clients <span class="purple">67%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-blue" data-limit="49"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Branches <span class="blue">49%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Bar Item -->
<div class="bar-item">
<div class="bar">
<!-- Vertical bar -->
<div class="vertical-bar">
<div class="bar-content bg-rose" data-limit="74"></div>
</div>
</div>
<div class="details">
<!-- Heading -->
<h4>Viewers <span class="rose">74%</span></h4>
<!-- Paragraph -->
<p>Ness it will frequently occur that pleasures have to be occur that and easy to distinguish.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Placeholder JS -->
<script src="js/placeholder.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<script>
$(function() {
setTimeout(function(){
$('.bar-content').each(function() {
var me = $(this);
var perc = me.attr("data-limit");
var current_perc = 0;
if(!$(this).hasClass('stop')){
var progress = setInterval(function() {
if (current_perc>=perc) {
clearInterval(progress);
} else {
current_perc +=1;
me.css('height', (current_perc)+'%');
}
}, 15);
me.addClass('stop');
}
});
}, 0);
});
</script>
</body>
</html>
|
presentation/css/theme/gwab.css
|
azuredk/docker-on-azure-hol
|
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Beige theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@font-face {
font-family: 'League Gothic';
src: url("../../lib/font/league_gothic-webfont.eot");
src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
font-weight: normal;
font-style: normal; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #fff/*#f7f2d3*/;
background-color: #fff/*#f7f3de*/; }
.reveal {
font-family: "Lato", sans-serif;
font-size: 36px;
font-weight: 200;
letter-spacing: -0.02em;
color: #333333; }
::selection {
color: white;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #333333;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }
.reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: #268bd2;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:not(.image):hover {
color: #78b9e6;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #1a6091; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #8b743d;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #268bd2; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #268bd2; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #268bd2; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #268bd2; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #78b9e6; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #78b9e6; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #78b9e6; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #78b9e6; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #268bd2;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
ui/ui-218.html
|
VRPossible/vrpossible.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UI Design</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Main CSS -->
<link href="css/style-218.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- UI - X Starts -->
<div class="ui-218">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 col-mob">
<!-- Item Starts -->
<div class="ui-item">
<!-- Heading -->
<h3 class="bg-lblue">Starter</h3>
<!-- Small Heading -->
<h4>$4.99 <span>/m</span></h4>
<!-- Unordered Listing -->
<ul>
<!-- Space -->
<li>1GB Disk Space</li>
<!-- Data Transfer -->
<li>10GB Data Transfer</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
<!-- IP Address -->
<li>1 IP Address</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
</ul>
<div class="ui-btn">
<!-- Button -->
<a href="#" class="btn btn-lblue">Buy Now</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-mob">
<!-- Item Starts -->
<div class="ui-item">
<!-- Heading -->
<h3 class="bg-red">Basic</h3>
<!-- Small Heading -->
<h4>$8.99 <span>/m</span></h4>
<!-- Unordered Listing -->
<ul>
<!-- Space -->
<li>1GB Disk Space</li>
<!-- Data Transfer -->
<li>10GB Data Transfer</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
<!-- IP Address -->
<li>1 IP Address</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
</ul>
<div class="ui-btn">
<!-- Button -->
<a href="#" class="btn btn-red">Buy Now</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-mob">
<!-- Item Starts -->
<div class="ui-item">
<!-- Heading -->
<h3 class="bg-green">Business</h3>
<!-- Small Heading -->
<h4>$5.77 <span>/m</span></h4>
<!-- Unordered Listing -->
<ul>
<!-- Space -->
<li>1GB Disk Space</li>
<!-- Data Transfer -->
<li>10GB Data Transfer</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
<!-- IP Address -->
<li>1 IP Address</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
</ul>
<div class="ui-btn">
<!-- Button -->
<a href="#" class="btn btn-green">Buy Now</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-mob">
<!-- Item Starts -->
<div class="ui-item">
<!-- Heading -->
<h3 class="bg-yellow">Professional</h3>
<!-- Small Heading -->
<h4>$3.22 <span>/m</span></h4>
<!-- Unordered Listing -->
<ul>
<!-- Space -->
<li>1GB Disk Space</li>
<!-- Data Transfer -->
<li>10GB Data Transfer</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
<!-- IP Address -->
<li>1 IP Address</li>
<!-- Email Ids -->
<li>10 Email Ids</li>
</ul>
<div class="ui-btn">
<!-- Button -->
<a href="#" class="btn btn-yellow">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- UI - X Ends -->
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Placeholder JS -->
<script src="js/placeholder.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
</body>
</html>
|
index.html
|
gigablah/fsphinxphp-demo
|
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>FSphinx demo</title>
<meta name="description" content="FSphinx extends the PHP Sphinx API to easily perform faceted search.">
<meta name="author" content="Chris Heng">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
<link rel="stylesheet" href="css/style.css?">
<link rel="stylesheet" href="css/jquery.tagit.css?">
</head>
<body>
<header class="header">
<div class="container">
<h1 id="logo">FSphinx <span><span>Faceted</span> Search</span></h1>
<p class="description">
<noscript>
</noscript>
Click a query term to toggle it on and off. Click on the <span class="close">×</span> or press backspace to remove terms.
</p>
</div>
</header>
<section id="search">
<div id="search-bar">
<div class="container">
<div class="row">
<div class="span12">
<form id="form-query" class="form-search">
<input class="tagit" id="query" value="" />
</form>
</div>
</div>
</div>
</div>
</section>
<div id="container" class="container">
<section id="results" data-toggle="search">
<div class="row">
<div class="span9 pull-right">
<div id="pagination" class="pagination"><!--//paginator//--></div>
<div id="content"><!--//movies//--></div>
</div>
<aside class="span3 pull-left" id="facets"><!--//facets//--></aside>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<p>Assembled by Chris Heng using HTML5 Boilerplate, Bootstrap 2.0, Backbone.js, customized jQuery Tag-it</p>
</div>
</footer>
<script src="js/modernizr.js"></script>
<script src="js/json2.js"></script>
<script src="js/jquery.js"></script>
<script src="js/underscore.js"></script>
<script src="js/backbone.js"></script>
<script src="js/jquery.ui.core.js"></script>
<script src="js/jquery.ui.widget.js"></script>
<script src="js/jquery.effects.core.js"></script>
<script src="js/jquery.effects.blind.js"></script>
<script src="js/jquery.ajaxmanager.js"></script>
<script src="js/jquery.waypoints.js"></script>
<script src="js/jquery.tagit.js?"></script>
<script src="js/fsphinx.js?"></script>
<script src="js/fsphinx.movie.js?"></script>
<script src="js/fsphinx.facet.js?"></script>
<script src="js/fsphinx.paginator.js?"></script>
<script src="js/data.js?"></script>
<script type="text/template" id="template-index">
<h2>Faceted Search</h2>
<p>Enter search terms or click a facet to start searching.</p>
</script>
<script type="text/template" id="template-movie">
<div class="span9 movie">
<h3>{{title}}</h3>
<div class="tags"><!--//tags//--></div>
<p class="description">{{plot}}</p>
</div>
</script>
<script type="text/template" id="template-movietag">
<a href="#" data-term="{{term}}" data-id="{{id}}" data-facet="{{facet}}" class="label tag">{{term}}</a>
</script>
<script type="text/template" id="template-facetpanel">
<div class="nav-header">
<div class="btn-toolbar">
<span><i class="icon-{{id}}"></i> {{name}}</span>
<!--<div class="btn-group">
<a class="btn small active" href="#"><i class="icon th-list"></i></a>
<a class="btn small" href="#"><i class="icon tags"></i></a>
</div>-->
</div>
</div>
<ul class="nav nav-tabs nav-stacked"><!--//terms//--></ul>
</script>
<script type="text/template" id="template-facetterm">
<span class="term">{{term}}</span><span class="term-count label pull-right">{{count}}</span>
<span class="term-fill" data-fill="{{percent}}" style="width: 0%"></span>
</script>
<script>
console = console || {
log: function() {}
};
(function(){
var all = $.event.props,
len = all.length,
res = [];
while (len--) {
var el = all[len];
if (el != 'layerX' && el != 'layerY') res.push(el);
}
$.event.props = res;
}());
$(document).ready(function() {
_.templateSettings = {
evaluate : /\{\[([\s\S]+?)\]\}/g,
interpolate: /\{\{([\s\S]+?)\}\}/g
};
var ajaxQueue = $.manageAjax.create('fsphinx', {
queue: 'clear',
abortOld: true,
maxRequests: 3,
cacheResponse: false
});
FSphinx.init({
el: '#content',
input: '#query',
queue: ajaxQueue,
render: true,
data: bootstrap_data
});
$.waypoints.settings.scrollThrottle = 30;
$('#search').waypoint(function(event, direction) {
$(this).find('#search-bar').toggleClass('navbar-fixed-top', direction === 'down');
event.stopPropagation();
});
});
</script>
<!--<script> // Change UA-XXXXX-X to be your site's ID
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>-->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>
|
app/views/wkheader.html
|
luechtdiode/GymCompetition
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" ng-controller="WKIndexController">
<div class="container-fluid">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" ng-init="navCollapsed = true" ng-click="navCollapsed = !navCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" ui-sref="app"><img src="images/logo.png" height=30 width=30></a>
</div>
<div id="navbar" class="collapse navbar-collapse" ng-class="!navCollapsed && 'in'" ng-click="navCollapsed = true">
<ul class="nav navbar-nav">
<li><a ui-sref="wkapp">
<span class="glyphicon glyphicon-home"
aria-hidden="true"></span> Home</a></li>
<li><a ui-sref="wkapp.aboutus">
<span class="glyphicon glyphicon-info-sign"
aria-hidden="true"></span> About</a></li>
<li><a ui-sref="wkapp.program">
<span class="glyphicon glyphicon-list"
aria-hidden="true"></span> Program</a></li>
<li><a ui-sref="wkapp.results">
<span class="glyphicon glyphicon-stats"
aria-hidden="true"></span> Results</a></li>
<li><a ui-sref="wkapp.contactus">
<i class="fa fa-envelope-o"></i> Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header class="jumbotron">
<!-- Main component for a primary marketing message or call to action -->
<div class="container" ng-controller="WKIndexController">
<div class="row row-header">
<div class="col-xs-12 col-sm-6">
<h1><!--img src="images/wettkampf.png" class="glyphicon"-->
{{competition.name}}</h1>
</div>
<div class="col-xs-12 col-sm-5 col-sm-offset-1">
<h3>{{competition.location}}</h3>
<p>
<div ng-repeat="date in competition.dates">
<span><i class="glyphicon glyphicon-calendar">
</i> {{date | date: 'MM-dd-yyyy'}}
</span>
</div>
Carrier: <em>{{club.name}}</em>
</p>
</div>
</div>
</div>
</header>
|
src/evaluaUcab/ProfesorBundle/Resources/public/css/registroProfesor.css
|
gabrielescobar/TesisEvaluaUcab
|
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'DKCrayon';
src: url('../fonts/DKCrayonCrumble.ttf');
font-weight: normal;
font-style: normal;
}
body{
font-family: "Comic Sans MS";
background: url('../images/blackboard.jpeg');
}
span{
font-weight: bold;
}
.requerido{
color:red;
}
h1{
font-family: "DKCrayon";
font-size: 5em;
margin-left: 6em;
margin-top: 0em;
color: white;
}
h2{
font-family: "DKCrayon";
margin-left: 2.5em;
margin-top: 1em;
font-weight: bold;
}
li{
list-style-type:none;
margin-left: 4em;
font-weight: bold;
}
.lista{
padding-left: 0.5em;
border:solid 0.3em #01ACFE;
border-radius:1.5em;
font-size:16px;
width:17.8em;
height: 2.1em;
margin-left: 4em;
margin-bottom: 0.8em;
}
.lista:focus{
outline: none;
}
#cargarFoto{
margin-left: 5em;
}
#recuadro{
box-shadow: 3px 4px 30px #888888;
width: 40em;
height: 45em;
margin-left: 28em;
margin-top: 3em;
background: url('../images/fondoRaya.png');
background-repeat: repeat-y;
background-size: 100%;
border-radius: 0.5em;
}
#logo{
margin-top: 1.5em;
margin-left: 3em;
}
#campos{
margin-left: 3.5em;
margin-top: 1em;
}
.entrada{
padding:0.5em;
border:solid 0.3em #01ACFE;
border-radius:1.5em;
font-size:16px;
width:16em;
height: 1em;
margin-left: 4em;
margin-bottom: 0.5em;
}
entrada:focus{
outline: none;
}
.button:hover{
cursor: pointer;
background: #e4ba06;
}
.fileUpload {
position: relative;
overflow: hidden;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
}
#selecArchivo{
font-size: 18px;
}
footer
{
color: white;
font-weight: bold;
font-size: 18px;
margin-left: 24em;
margin-top: 2em;
}
|
ajax/libs/alifd__next/1.23.0/next-1.css
|
cdnjs/cdnjs
|
/*!
* @alifd/next@1.23.0 (https://fusion.design)
* Copyright 2018-present Alibaba Group,
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
*/
@charset "UTF-8";
/**
* 尺寸 基础尺寸
* 命名能在语义的前提下简单就尽量简单, 这里可以是 size-2x, space-2x, size-base ...
* 不过可以在语义的前提下做的更精简一些, 于是用了s2, s1等
* 可用变量: `$s1 - $s8`
* @example scss - 使用
* .element {
* padding: $s1 !default;
* }
*
* @example css - CSS 输出
* .element {
* padding: 4px !default;
* }
*/
.next-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
top: 0;
margin: -1px; }
/* stylelint-disable */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: .67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #FF0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: .35em .75em .625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
ul,
ol {
list-style: none;
margin: 0;
padding: 0; }
li {
margin-left: 0; }
hr {
border: 0 solid #DCDEE3;
border-top-width: 1px; }
a {
text-decoration: none; }
a:link {
color: #5584FF; }
a:visited {
color: #5584FF; }
a:hover {
color: #3E71F7; }
a:active {
text-decoration: underline;
color: #3E71F7; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf") format("truetype");
font-weight: 200; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf") format("truetype");
font-weight: 300; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf") format("truetype");
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf") format("truetype");
font-weight: 500; }
@font-face {
font-family: "Roboto";
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot");
src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf") format("truetype");
font-weight: 700; }
html {
font-size: 100%; }
body {
font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
font-size: 12px;
line-height: 1.28571;
color: #333333; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: inherit; }
h1 {
margin-bottom: 12px;
font-size: 24px;
font-weight: 500;
line-height: 36px; }
h2 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 500;
line-height: 30px; }
h3 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;
line-height: 24px; }
h4 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;
line-height: 24px; }
h5 {
margin-bottom: 6px;
font-size: 14px;
font-weight: normal;
line-height: 24px; }
h6 {
margin-bottom: 7px;
font-size: 12px;
font-weight: 500;
line-height: 20px; }
p {
margin-bottom: 6px;
font-size: 12px;
font-weight: normal;
line-height: 20px; }
strong {
font-weight: 500; }
small {
font-size: 75%; }
/* stylelint-disable-next-line */
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes fadeInDownSmall {
0% {
opacity: 0;
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes fadeInDownSmall {
0% {
opacity: 0;
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
-ms-transform: translateY(24px);
transform: translateY(24px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
-ms-transform: translateY(24px);
transform: translateY(24px); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); } }
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); } }
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); } }
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); } }
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); } }
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px); } }
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-24px);
-ms-transform: translateY(-24px);
transform: translateY(-24px); } }
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-24px);
-ms-transform: translateY(-24px);
transform: translateY(-24px); } }
@-webkit-keyframes fadeOutUpSmall {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px); } }
@keyframes fadeOutUpSmall {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px); } }
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); } }
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px); } }
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); } }
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px); } }
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); } }
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px); } }
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); } }
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px); } }
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@-webkit-keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
100% {
opacity: 0; } }
@keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
100% {
opacity: 0; } }
@-webkit-keyframes zoomInBig {
0% {
opacity: 0;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes zoomInBig {
0% {
opacity: 0;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes zoomOutBig {
0% {
opacity: 1; }
100% {
opacity: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); } }
@keyframes zoomOutBig {
0% {
opacity: 1; }
100% {
opacity: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); } }
@-webkit-keyframes expandInDown {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@keyframes expandInDown {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@-webkit-keyframes expandInUp {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@keyframes expandInUp {
0% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@-webkit-keyframes expandInWithFade {
0% {
opacity: 0; }
40% {
opacity: .1; }
50% {
opacity: .9; }
100% {
opacity: 1; } }
@keyframes expandInWithFade {
0% {
opacity: 0; }
40% {
opacity: .1; }
50% {
opacity: .9; }
100% {
opacity: 1; } }
@-webkit-keyframes expandOutUp {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@keyframes expandOutUp {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left top 0;
-ms-transform-origin: left top 0;
transform-origin: left top 0; } }
@-webkit-keyframes expandOutDown {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@keyframes expandOutDown {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; }
100% {
opacity: 0;
-webkit-transform: scaleY(0.6);
-ms-transform: scaleY(0.6);
transform: scaleY(0.6);
-webkit-transform-origin: left bottom 0;
-ms-transform-origin: left bottom 0;
transform-origin: left bottom 0; } }
@-webkit-keyframes expandOutWithFade {
0% {
opacity: 1; }
70% {
opacity: 0; }
100% {
opacity: 0; } }
@keyframes expandOutWithFade {
0% {
opacity: 1; }
70% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes pulse {
from {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
20% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes pulse {
from {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
20% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandInDown {
-webkit-animation-name: expandInDown;
animation-name: expandInDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandOutUp {
-webkit-animation-name: expandOutUp;
animation-name: expandOutUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandInUp {
-webkit-animation-name: expandInUp;
animation-name: expandInUp;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expandOutDown {
-webkit-animation-name: expandOutDown;
animation-name: expandOutDown;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInDownSmall {
-webkit-animation-name: fadeInDownSmall;
animation-name: fadeInDownSmall;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutUpSmall {
-webkit-animation-name: fadeOutUpSmall;
animation-name: fadeOutUpSmall;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomInBig {
-webkit-animation-name: zoomInBig;
animation-name: zoomInBig;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.zoomOutBig {
-webkit-animation-name: zoomOutBig;
animation-name: zoomOutBig;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expand-enter {
overflow: hidden; }
.expand-enter-active {
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out; }
.expand-enter-active > * {
-webkit-animation-name: expandInWithFade;
animation-name: expandInWithFade;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.expand-leave {
overflow: hidden; }
.expand-leave-active {
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out; }
.expand-leave-active > * {
-webkit-animation-name: expandOutWithFade;
animation-name: expandOutWithFade;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.next-badge {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* @include global-font; */
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 1; }
.next-badge *,
.next-badge *:before,
.next-badge *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-badge .next-badge-count {
color: #FFFFFF;
background: #FF3000;
text-align: center;
white-space: nowrap;
border-radius: 8px;
position: absolute;
width: auto;
height: 16px;
min-width: 16px;
padding: 0 4px 0 4px;
font-size: 12px;
line-height: 16px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -.5em; }
.next-badge .next-badge-count a,
.next-badge .next-badge-count a:hover {
color: #FFFFFF; }
.next-badge .next-badge-dot {
color: #FFFFFF;
background: #FF3000;
text-align: center;
white-space: nowrap;
border-radius: 8px;
position: absolute;
width: 8px;
height: 8px;
min-width: 8px;
padding: 0px;
font-size: 1px;
line-height: 1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -.5em; }
.next-badge .next-badge-dot a,
.next-badge .next-badge-dot a:hover {
color: #FFFFFF; }
.next-badge .next-badge-custom {
line-height: 1.166667;
white-space: nowrap;
font-size: 12px;
padding-left: 4px;
padding-right: 4px;
border-radius: 3px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.next-badge .next-badge-custom > * {
line-height: 1; }
.next-badge .next-badge-custom > i:before,
.next-badge .next-badge-custom > .next-icon:before {
font-size: inherit;
width: auto;
vertical-align: top; }
.next-badge .next-badge-scroll-number {
position: absolute;
top: -4px;
z-index: 10;
overflow: hidden;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center; }
.next-badge-scroll-number-only {
position: relative;
display: inline-block;
transition: transform 100ms linear, -webkit-transform 100ms linear;
min-width: 8px; }
.next-badge-scroll-number-only span {
display: block;
height: 16px;
line-height: 16px;
font-size: 12px; }
.next-badge-not-a-wrapper .next-badge-count,
.next-badge-not-a-wrapper .next-badge-custom {
position: relative;
display: block;
top: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.next-badge-not-a-wrapper .next-badge-dot {
position: relative;
display: block;
top: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.next-badge-list-wrapper {
margin-left: 0; }
.next-badge-list-wrapper li {
margin-bottom: 0px;
list-style: none; }
.next-badge[dir="rtl"] .next-badge-custom {
padding-right: 4px;
padding-left: 4px; }
.next-badge[dir="rtl"] .next-badge-scroll-number {
left: 0;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center; }
.next-overlay-wrapper .next-overlay-inner {
z-index: 1001; }
.next-overlay-wrapper .next-overlay-backdrop {
position: fixed;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0; }
.next-overlay-wrapper.opened .next-overlay-backdrop {
opacity: 1; }
.next-icon[dir="rtl"]::before {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); }
@font-face {
font-family: NextIcon;
src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot");
src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg"); }
.next-icon {
display: inline-block;
font-family: NextIcon;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.next-icon:before {
display: inline-block;
vertical-align: middle;
text-align: center; }
.next-icon-smile:before {
content: "\E65F"; }
.next-icon-cry:before {
content: "\E65D"; }
.next-icon-success:before {
content: "\E60A"; }
.next-icon-warning:before {
content: "\E60B"; }
.next-icon-prompt:before {
content: "\E60C"; }
.next-icon-error:before {
content: "\E60D"; }
.next-icon-help:before {
content: "\E673"; }
.next-icon-clock:before {
content: "\E621"; }
.next-icon-success-filling:before {
content: "\E63A"; }
.next-icon-delete-filling:before {
content: "\E623"; }
.next-icon-favorites-filling:before {
content: "\E60E"; }
.next-icon-add:before {
content: "\E655"; }
.next-icon-minus:before {
content: "\E601"; }
.next-icon-arrow-up:before {
content: "\E625"; }
.next-icon-arrow-down:before {
content: "\E63D"; }
.next-icon-arrow-left:before {
content: "\E61D"; }
.next-icon-arrow-right:before {
content: "\E619"; }
.next-icon-arrow-double-left:before {
content: "\E659"; }
.next-icon-arrow-double-right:before {
content: "\E65E"; }
.next-icon-switch:before {
content: "\E6B3"; }
.next-icon-sorting:before {
content: "\E634"; }
.next-icon-descending:before {
content: "\E61F"; }
.next-icon-ascending:before {
content: "\E61E"; }
.next-icon-select:before {
content: "\E632"; }
.next-icon-semi-select:before {
content: "\E633"; }
.next-icon-search:before {
content: "\E656"; }
.next-icon-close:before {
content: "\E626"; }
.next-icon-ellipsis:before {
content: "\E654"; }
.next-icon-picture:before {
content: "\E631"; }
.next-icon-calendar:before {
content: "\E607"; }
.next-icon-ashbin:before {
content: "\E639"; }
.next-icon-upload:before {
content: "\E7EE"; }
.next-icon-download:before {
content: "\E628"; }
.next-icon-set:before {
content: "\E683"; }
.next-icon-edit:before {
content: "\E63B"; }
.next-icon-refresh:before {
content: "\E677"; }
.next-icon-filter:before {
content: "\E627"; }
.next-icon-attachment:before {
content: "\E665"; }
.next-icon-account:before {
content: "\E608"; }
.next-icon-email:before {
content: "\E605"; }
.next-icon-atm:before {
content: "\E606"; }
.next-icon-loading:before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-icon-eye:before {
content: "\E611"; }
.next-icon-copy:before {
content: "\E60F"; }
.next-icon-toggle-left:before {
content: "\E602"; }
.next-icon-toggle-right:before {
content: "\E603"; }
.next-icon-eye-close:before {
content: "\E600"; }
.next-icon-unlock:before {
content: "\E615"; }
.next-icon-lock:before {
content: "\E617"; }
.next-icon-exit:before {
content: "\E616"; }
.next-icon-chart-bar:before {
content: "\E612"; }
.next-icon-chart-pie:before {
content: "\E613"; }
.next-icon-form:before {
content: "\E7FB"; }
.next-icon-detail:before {
content: "\E7F8"; }
.next-icon-list:before {
content: "\E7F9"; }
.next-icon-dashboard:before {
content: "\E7FA"; }
@-webkit-keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.next-icon.next-xxs:before,
.next-icon.next-xxs .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-icon.next-xxs {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-icon.next-xxs:before {
width: 16px;
font-size: 16px; } }
.next-icon.next-xs:before,
.next-icon.next-xs .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-icon.next-small:before,
.next-icon.next-small .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-icon.next-medium:before,
.next-icon.next-medium .next-icon-remote {
width: 20px;
font-size: 20px;
line-height: inherit; }
.next-icon.next-large:before,
.next-icon.next-large .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-icon.next-xl:before,
.next-icon.next-xl .next-icon-remote {
width: 32px;
font-size: 32px;
line-height: inherit; }
.next-icon.next-xxl:before,
.next-icon.next-xxl .next-icon-remote {
width: 48px;
font-size: 48px;
line-height: inherit; }
.next-icon.next-xxxl:before,
.next-icon.next-xxxl .next-icon-remote {
width: 64px;
font-size: 64px;
line-height: inherit; }
.next-icon.next-inherit:before,
.next-icon.next-inherit .next-icon-remote {
width: inherit;
font-size: inherit;
line-height: inherit; }
.next-icon.next-inherit .next-icon-remote,
.next-icon .next-icon-remote {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor; }
.next-balloon {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
max-width: 300px;
border-style: solid;
border-radius: 3px;
font-size: 12px;
font-weight: normal;
/* stylelint-disable */
word-wrap: break-all;
word-wrap: break-word;
/* stylelint-enable */
z-index: 0;
/* size */
/* 带关闭按钮的右侧padding变大 */ }
.next-balloon *,
.next-balloon *:before,
.next-balloon *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-balloon:focus,
.next-balloon *:focus {
outline: 0; }
.next-balloon-title {
margin-bottom: 8px;
font-size: 16px;
font-weight: bold; }
.next-balloon-title.next-balloon-closable {
padding: 0 40px 0 0; }
.next-balloon-title.next-balloon-closable .next-balloon-close {
top: -1px;
-webkit-transform: translateY(18px);
-ms-transform: translateY(18px);
transform: translateY(18px);
right: 16px; }
.next-balloon-content {
word-break: break-all; }
.next-balloon-primary {
color: #333333;
border-color: #4494F9;
background-color: #E3F2FD;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
border-width: 1px; }
.next-balloon-primary .next-balloon-close {
position: absolute;
top: -1px;
-webkit-transform: translateY(16px);
-ms-transform: translateY(16px);
transform: translateY(16px);
right: 12px;
font-size: 12px;
cursor: pointer;
color: #999999; }
.next-balloon-primary .next-balloon-close .next-icon {
width: 12px;
height: 12px;
line-height: 1em; }
.next-balloon-primary .next-balloon-close .next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1em; }
.next-balloon-primary .next-balloon-close :hover {
color: #333333; }
.next-balloon-primary:after {
position: absolute;
width: 12px;
height: 12px;
content: '';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
border: 1px solid #4494F9;
background-color: #E3F2FD;
z-index: -1; }
.next-balloon-primary.next-balloon-top:after {
top: -7px;
left: calc(50% - 7px);
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-right:after {
top: calc(50% - 7px);
right: -7px;
border-left: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-bottom:after {
bottom: -7px;
left: calc(50% - 7px);
border-top: none;
border-left: none; }
.next-balloon-primary.next-balloon-left:after {
top: calc(50% - 7px);
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-left-top:after {
top: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-left-bottom:after {
bottom: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-primary.next-balloon-right-top:after {
top: 12px;
right: -7px;
border-bottom: none;
border-left: none; }
.next-balloon-primary.next-balloon-right-bottom:after {
right: -7px;
bottom: 12px;
border-bottom: none;
border-left: none; }
.next-balloon-primary.next-balloon-top-left:after {
top: -7px;
left: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-top-right:after {
top: -7px;
right: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-primary.next-balloon-bottom-left:after {
bottom: -7px;
left: 12px;
border-top: none;
border-left: none; }
.next-balloon-primary.next-balloon-bottom-right:after {
right: 12px;
bottom: -7px;
border-top: none;
border-left: none; }
.next-balloon-normal {
color: #333333;
border-color: #DCDEE3;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-width: 1px; }
.next-balloon-normal .next-balloon-close {
position: absolute;
top: -1px;
-webkit-transform: translateY(16px);
-ms-transform: translateY(16px);
transform: translateY(16px);
right: 12px;
font-size: 12px;
cursor: pointer;
color: #999999; }
.next-balloon-normal .next-balloon-close .next-icon {
width: 12px;
height: 12px;
line-height: 1em; }
.next-balloon-normal .next-balloon-close .next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1em; }
.next-balloon-normal .next-balloon-close :hover {
color: #666666; }
.next-balloon-normal:after {
position: absolute;
width: 12px;
height: 12px;
content: '';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
border: 1px solid #DCDEE3;
background-color: #FFFFFF;
z-index: -1; }
.next-balloon-normal.next-balloon-top:after {
top: -7px;
left: calc(50% - 7px);
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-right:after {
top: calc(50% - 7px);
right: -7px;
border-left: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-bottom:after {
bottom: -7px;
left: calc(50% - 7px);
border-top: none;
border-left: none; }
.next-balloon-normal.next-balloon-left:after {
top: calc(50% - 7px);
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-left-top:after {
top: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-left-bottom:after {
bottom: 12px;
left: -7px;
border-top: none;
border-right: none; }
.next-balloon-normal.next-balloon-right-top:after {
top: 12px;
right: -7px;
border-bottom: none;
border-left: none; }
.next-balloon-normal.next-balloon-right-bottom:after {
right: -7px;
bottom: 12px;
border-bottom: none;
border-left: none; }
.next-balloon-normal.next-balloon-top-left:after {
top: -7px;
left: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-top-right:after {
top: -7px;
right: 12px;
border-right: none;
border-bottom: none; }
.next-balloon-normal.next-balloon-bottom-left:after {
bottom: -7px;
left: 12px;
border-top: none;
border-left: none; }
.next-balloon-normal.next-balloon-bottom-right:after {
right: 12px;
bottom: -7px;
border-top: none;
border-left: none; }
.next-balloon.visible {
display: block; }
.next-balloon.hidden {
display: none; }
.next-balloon-medium {
padding: 16px 16px 16px 16px; }
.next-balloon-closable {
padding: 16px 40px 16px 16px; }
.next-balloon-tooltip {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
max-width: 300px;
border-style: solid;
border-radius: 3px;
font-size: 12px;
font-weight: normal;
z-index: 0;
/* stylelint-disable */
word-wrap: break-all;
word-wrap: break-word;
/* stylelint-enable */
color: #333333;
border-color: #DCDEE3;
background-color: #F2F3F7;
-webkit-box-shadow: none;
box-shadow: none;
border-width: 1px;
/* size */ }
.next-balloon-tooltip *,
.next-balloon-tooltip *:before,
.next-balloon-tooltip *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-balloon-tooltip .next-balloon-arrow {
position: absolute;
display: block;
width: 24px;
height: 24px;
overflow: hidden;
background: 0 0;
pointer-events: none; }
.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 12px;
height: 12px;
margin: auto;
background-color: #F2F3F7;
border: 1px solid #DCDEE3;
pointer-events: auto; }
.next-balloon-tooltip-top .next-balloon-arrow {
top: -24px;
left: calc(50% - 12px); }
.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-right .next-balloon-arrow {
top: calc(50% - 12px);
right: -24px; }
.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-bottom .next-balloon-arrow {
left: calc(50% - 12px);
bottom: -24px; }
.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip-left .next-balloon-arrow {
top: calc(50% - 12px);
left: -24px; }
.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-left-top .next-balloon-arrow {
top: 6px;
left: -24px; }
.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-left-bottom .next-balloon-arrow {
bottom: 6px;
left: -24px; }
.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip-right-top .next-balloon-arrow {
top: 6px;
right: -24px; }
.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-right-bottom .next-balloon-arrow {
bottom: 6px;
right: -24px; }
.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip-top-left .next-balloon-arrow {
left: 6px;
top: -24px; }
.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-top-right .next-balloon-arrow {
right: 6px;
top: -24px; }
.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(12px) rotate(45deg);
-ms-transform: translateY(12px) rotate(45deg);
transform: translateY(12px) rotate(45deg); }
.next-balloon-tooltip-bottom-left .next-balloon-arrow {
left: 6px;
bottom: -24px; }
.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip-bottom-right .next-balloon-arrow {
right: 6px;
bottom: -24px; }
.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateY(-12px) rotate(45deg);
-ms-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg); }
.next-balloon-tooltip.visible {
display: block; }
.next-balloon-tooltip.hidden {
display: none; }
.next-balloon-tooltip-medium {
padding: 8px 8px 8px 8px; }
.next-balloon[dir="rtl"] {
/* 带关闭按钮的右侧padding变大 */ }
.next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-left: inherit;
border-bottom: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-right: inherit;
border-top: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after {
right: auto;
left: 12px; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-left: inherit;
border-bottom: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-right: inherit;
border-top: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after {
right: -7px;
left: auto;
border-left: none;
border-bottom: none;
border-top: inherit;
border-right: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after {
left: -7px;
right: auto;
border-right: none;
border-top: none;
border-bottom: inherit;
border-left: inherit; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after {
right: auto;
left: 12px; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after {
right: 12px;
left: auto; }
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after {
left: 12px;
right: auto; }
.next-balloon[dir="rtl"].next-balloon-closable {
padding: 16px 16px 16px 40px; }
.next-balloon-tooltip[dir="rtl"] {
/* size */ }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow {
right: -24px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(-12px) rotate(45deg);
-ms-transform: translateX(-12px) rotate(45deg);
transform: translateX(-12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow {
left: -24px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
-webkit-transform: translateX(12px) rotate(45deg);
-ms-transform: translateX(12px) rotate(45deg);
transform: translateX(12px) rotate(45deg); }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow {
right: 10px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow {
left: 10px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow {
right: 10px;
left: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow {
left: 10px;
right: auto; }
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium {
padding: 8px 8px 8px 8px; }
/* put your code here */
.next-breadcrumb {
display: block;
margin: 0;
padding: 0;
white-space: nowrap;
height: 16px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-item {
display: inline-block; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
display: inline-block;
text-decoration: none;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b {
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
display: inline-block;
vertical-align: top; }
.next-breadcrumb .next-breadcrumb-text {
height: 16px;
min-width: 16px;
font-size: 12px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-separator {
height: 16px;
margin: 0 8px;
font-size: 8px;
line-height: 16px; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
display: block; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before,
.next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-breadcrumb .next-breadcrumb-separator .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-breadcrumb .next-breadcrumb-text-ellipsis {
font-size: 12px; }
.next-breadcrumb .next-breadcrumb-text {
color: #666666; }
.next-breadcrumb .next-breadcrumb-text > b {
color: #5584FF; }
.next-breadcrumb .next-breadcrumb-text > a {
color: #666666;
text-decoration: none;
text-align: center; }
.next-breadcrumb .next-breadcrumb-text.activated {
color: #333333;
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-text.activated > a {
color: #333333;
font-weight: normal; }
.next-breadcrumb .next-breadcrumb-text-ellipsis {
color: #666666;
cursor: default; }
.next-breadcrumb .next-breadcrumb-separator {
color: #A0A2AD; }
.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
color: #5584FF; }
.next-breadcrumb a.next-breadcrumb-text.activated:hover {
color: #5584FF;
font-weight: normal; }
.next-breadcrumb-icon-sep::before {
content: "\E619"; }
.next-btn {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-btn *,
.next-btn *:before,
.next-btn *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-btn::-moz-focus-inner {
border: 0;
padding: 0; }
.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
outline: 0; }
@keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.next-btn {
/* 尺寸维度 */
/* ---------------------------------------- */
/* 普通按钮 */
/* 普通态禁用样式 */
/* 警告按钮 */
/* 文本按钮 */
/* loading */
/* ---------------------------------------- */
/* custom loading */
/* 幽灵按钮 */
/* 组合 */
/* ---------------------------------------- */ }
.next-btn {
position: relative;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: center;
text-transform: none;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
line-height: 1;
cursor: pointer; }
.next-btn:after {
text-align: center;
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear; }
.next-btn::before {
content: '';
display: inline-block;
height: 100%;
width: 0;
vertical-align: middle; }
.next-btn .next-icon {
display: inline-block;
font-size: 0;
vertical-align: middle; }
.next-btn > span,
.next-btn > div {
display: inline-block;
vertical-align: middle; }
.next-btn > .next-btn-helper {
text-decoration: inherit;
display: inline-block;
vertical-align: middle; }
.next-btn.hover, .next-btn:hover {
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn.next-small {
border-radius: 3px;
padding: 0 8px;
height: 20px;
font-size: 12px;
border-width: 1px; }
.next-btn.next-small > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-small > .next-btn-icon.next-icon-first:before,
.next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-small > .next-btn-icon.next-icon-last:before,
.next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small.next-btn-loading:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 8px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn.next-small.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-small > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-small > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-medium {
border-radius: 3px;
padding: 0 12px;
height: 28px;
font-size: 12px;
border-width: 1px; }
.next-btn.next-medium > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium.next-btn-loading:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 12px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn.next-medium.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-medium > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-medium > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-large {
border-radius: 3px;
padding: 0 16px;
height: 40px;
font-size: 16px;
border-width: 1px; }
.next-btn.next-large > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-large > .next-btn-icon.next-icon-first:before,
.next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-large > .next-btn-icon.next-icon-last:before,
.next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large.next-btn-loading:before {
width: 16px;
height: 16px;
font-size: 16px;
line-height: 16px;
left: 16px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn.next-large.next-btn-loading > .next-icon {
display: none; }
.next-btn.next-large > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn.next-large > .next-btn-custom-loading-icon.show {
width: 16px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn.next-btn-normal {
border-style: solid;
background: #FFFFFF;
border-color: #C4C6CF; }
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
color: #333333; }
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
color: #333333;
background: #F2F3F7;
border-color: #A0A2AD;
text-decoration: none; }
.next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active {
color: #333333;
background: #F2F3F7;
border-color: #A0A2AD;
text-decoration: none; }
.next-btn.next-btn-primary {
border-style: solid;
background: #5584FF;
border-color: transparent; }
.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited {
color: #FFFFFF; }
.next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover {
color: #FFFFFF;
background: #3E71F7;
border-color: transparent;
text-decoration: none; }
.next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active {
color: #FFFFFF;
background: #3E71F7;
border-color: transparent;
text-decoration: none; }
.next-btn.next-btn-secondary {
border-style: solid;
background: #FFFFFF;
border-color: #5584FF; }
.next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited {
color: #5584FF; }
.next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover {
color: #FFFFFF;
background: #3E71F7;
border-color: #3E71F7;
text-decoration: none; }
.next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active {
color: #FFFFFF;
background: #3E71F7;
border-color: #3E71F7;
text-decoration: none; }
.next-btn.disabled, .next-btn[disabled] {
cursor: not-allowed; }
.next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal {
background: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
background: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
background: #F7F8FA;
border-color: #E6E7EB; }
.next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited {
color: #CCCCCC; }
.next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-warning {
border-style: solid; }
.next-btn-warning.next-btn-primary {
background: #FF3000;
border-color: #FF3000; }
.next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited {
color: #FFFFFF; }
.next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover {
color: #FFFFFF;
background: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active {
color: #FFFFFF;
background: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
background: #F7F8FA;
border-color: #DCDEE3; }
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited {
color: #CCCCCC; }
.next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover {
color: #CCCCCC;
background: #F7F8FA;
border-color: #DCDEE3;
text-decoration: none; }
.next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active {
color: #CCCCCC;
background: #F7F8FA;
border-color: #DCDEE3;
text-decoration: none; }
.next-btn-warning.next-btn-normal {
background: #FFFFFF;
border-color: #FF3000; }
.next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited {
color: #FF3000; }
.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
color: #FFFFFF;
background: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active {
color: #FFFFFF;
background: #E72B00;
border-color: #E72B00;
text-decoration: none; }
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
background: #F7F8FA;
border-color: #E6E7EB; }
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
color: #CCCCCC; }
.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active {
color: #CCCCCC;
background: #F7F8FA;
border-color: #E6E7EB;
text-decoration: none; }
.next-btn-text {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text; }
.next-btn-text.hover, .next-btn-text:hover {
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn-text.next-btn-primary {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
color: #5584FF; }
.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
color: #3E71F7;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active {
color: #3E71F7;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
color: #666666; }
.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
color: #5584FF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active {
color: #5584FF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
color: #333333; }
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
color: #5584FF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active {
color: #5584FF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited {
color: #CCCCCC; }
.next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active {
color: #CCCCCC;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-large {
border-radius: 0;
padding: 0 0px;
height: 24px;
font-size: 14px;
border-width: 0; }
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text.next-large.next-btn-loading:before {
width: 16px;
height: 16px;
font-size: 16px;
line-height: 16px;
left: 0px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn-text.next-large.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-large > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-large > .next-btn-custom-loading-icon.show {
width: 16px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-medium {
border-radius: 0;
padding: 0 0px;
height: 20px;
font-size: 12px;
border-width: 0; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-medium.next-btn-loading:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 0px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn-text.next-medium.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-medium > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-medium > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-small {
border-radius: 0;
padding: 0 0px;
height: 16px;
font-size: 12px;
border-width: 0; }
.next-btn-text.next-small > .next-btn-icon.next-icon-first {
margin-left: 0;
margin-right: 4px; }
.next-btn-text.next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small > .next-btn-icon.next-icon-last {
margin-left: 4px;
margin-right: 0; }
.next-btn-text.next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text.next-small.next-btn-loading:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 12px;
left: 0px;
top: 50%;
text-align: center;
margin-right: 4px; }
.next-btn-text.next-small.next-btn-loading > .next-icon {
display: none; }
.next-btn-text.next-small > .next-btn-custom-loading-icon {
opacity: 0;
width: 0; }
.next-btn-text.next-small > .next-btn-custom-loading-icon.show {
width: 12px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-btn-text.next-btn-loading {
background: transparent;
border-color: transparent; }
.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
color: #333333; }
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
color: #333333;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
color: #333333;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-btn-loading {
pointer-events: none; }
.next-btn-loading:before {
font-family: NextIcon;
content: "\E646";
opacity: 1;
visibility: visible;
-webkit-animation: loadingCircle 2s infinite linear;
animation: loadingCircle 2s infinite linear; }
.next-btn-loading:after {
content: '';
display: inline-block;
position: static;
height: 100%;
width: 0;
vertical-align: middle; }
.next-btn-custom-loading {
pointer-events: none; }
.next-btn-ghost {
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-btn-ghost.next-btn-dark {
background: rgba(0, 0, 0, 0);
border-color: #FFFFFF; }
.next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited {
color: #FFFFFF; }
.next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover {
color: #FFFFFF;
background: rgba(255, 255, 255, 0.8);
border-color: #FFFFFF;
text-decoration: none; }
.next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active {
color: #FFFFFF;
background: rgba(255, 255, 255, 0.8);
border-color: #FFFFFF;
text-decoration: none; }
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
background: transparent;
border-color: rgba(255, 255, 255, 0.4); }
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited {
color: rgba(255, 255, 255, 0.4); }
.next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover {
color: rgba(255, 255, 255, 0.4);
background: transparent;
border-color: rgba(255, 255, 255, 0.4);
text-decoration: none; }
.next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active {
color: rgba(255, 255, 255, 0.4);
background: transparent;
border-color: rgba(255, 255, 255, 0.4);
text-decoration: none; }
.next-btn-ghost.next-btn-light {
background: rgba(0, 0, 0, 0);
border-color: #333333; }
.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
color: #333333; }
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
color: #999999;
background: rgba(0, 0, 0, 0.92);
border-color: #333333;
text-decoration: none; }
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
color: #999999;
background: rgba(0, 0, 0, 0.92);
border-color: #333333;
text-decoration: none; }
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
background: transparent;
border-color: rgba(0, 0, 0, 0.1); }
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited {
color: rgba(0, 0, 0, 0.1); }
.next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover {
color: rgba(0, 0, 0, 0.1);
background: transparent;
border-color: rgba(0, 0, 0, 0.1);
text-decoration: none; }
.next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active {
color: rgba(0, 0, 0, 0.1);
background: transparent;
border-color: rgba(0, 0, 0, 0.1);
text-decoration: none; }
.next-btn-group {
position: relative;
display: inline-block;
vertical-align: middle; }
.next-btn-group > .next-btn {
position: relative;
float: left;
-webkit-box-shadow: none;
box-shadow: none; }
.next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active {
z-index: 1; }
.next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
z-index: 0; }
.next-btn-group .next-btn.next-btn {
margin: 0 0 0 -1px; }
.next-btn-group .next-btn:not(:first-child):not(:last-child) {
border-radius: 0; }
.next-btn-group > .next-btn:first-child {
margin: 0; }
.next-btn-group > .next-btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.next-btn-group > .next-btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.next-btn-group > .next-btn-primary:not(:first-child) {
border-left-color: rgba(255, 255, 255, 0.2); }
.next-btn-group > .next-btn-primary:not(:first-child):hover {
border-left-color: transparent; }
.next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
border-left-color: #E6E7EB; }
/* 组合 */
/* ---------------------------------------- */
.next-btn-group[dir="rtl"] > .next-btn {
float: right; }
.next-btn-group[dir="rtl"] .next-btn.next-btn {
margin: 0 -1px 0 0; }
.next-btn-group[dir="rtl"] > .next-btn:first-child:not(:last-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.next-btn-group[dir="rtl"] > .next-btn:last-child:not(:first-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child) {
border-right-color: rgba(255, 255, 255, 0.2); }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child):hover {
border-right-color: transparent; }
.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child)[disabled] {
border-right-color: #E6E7EB; }
/* 尺寸维度 */
/* ---------------------------------------- */
.next-btn.next-small[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-small[dir="rtl"].next-btn-loading {
padding-left: 8px;
padding-right: 24px; }
.next-btn.next-small[dir="rtl"].next-btn-loading:after {
right: 8px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn.next-medium[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn.next-medium[dir="rtl"].next-btn-loading {
padding-left: 12px;
padding-right: 28px; }
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
right: 12px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn.next-large[dir="rtl"] {
border-radius: 3px; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first:before,
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last:before,
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn.next-large[dir="rtl"].next-btn-loading {
padding-left: 16px;
padding-right: 36px; }
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
right: 16px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
/* 文本按钮 */
.next-btn-text[dir="rtl"].next-large {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-large.next-btn-loading {
padding-left: 0px;
padding-right: 20px; }
.next-btn-text[dir="rtl"].next-large.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn-text[dir="rtl"].next-medium {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-medium.next-btn-loading {
padding-left: 0px;
padding-right: 16px; }
.next-btn-text[dir="rtl"].next-medium.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-btn-text[dir="rtl"].next-small {
border-radius: 0; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first {
margin-left: 4px;
margin-right: 0; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last {
margin-left: 0;
margin-right: 4px; }
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-btn-text[dir="rtl"].next-small.next-btn-loading {
padding-left: 0px;
padding-right: 16px; }
.next-btn-text[dir="rtl"].next-small.next-btn-loading:after {
right: 0px;
top: 50%;
margin-right: 0;
margin-left: 4px; }
.next-radio-button-large[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.next-radio-button-large[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-large[dir='rtl'] .next-radio-label {
height: 38px;
line-height: 38px;
font-size: 16px; }
.next-radio-button-medium[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-medium[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-small[dir='rtl'] > label:first-child {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-small[dir='rtl'] > label:last-child {
margin-left: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-wrapper[dir='rtl'] .next-radio-label {
margin-left: 0;
margin-right: 4px; }
.next-radio-group[dir='rtl'] .next-radio-label {
margin-right: 4px;
margin-left: 16px; }
.next-radio-button[dir='rtl'] > label .next-radio-label {
margin: 0; }
.next-radio-wrapper {
outline: 0;
display: inline-block; }
.next-radio-wrapper .next-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
position: relative;
line-height: 1; }
.next-radio-wrapper .next-radio *,
.next-radio-wrapper .next-radio *:before,
.next-radio-wrapper .next-radio *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-radio-wrapper .next-radio input[type="radio"] {
opacity: 0;
position: absolute;
vertical-align: middle;
top: 0;
left: 0;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer; }
.next-radio-wrapper .next-radio-inner {
/* 动画待定 */
/* &.mouseDown { */
/* transform: scale3d(.7, .7, .7); */
/* transition: transform .2s linear; */
/* } */
/* &.mouseUp { */
/* transform: scale3d(1, 1, 1); */
/* transition: transform .2s linear; */
/* } */
display: block;
width: 16px;
height: 16px;
background: #FFFFFF;
border-radius: 50%;
border: 1px solid #C4C6CF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-box-shadow: none;
box-shadow: none; }
.next-radio-wrapper .next-radio-inner:after {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
border-radius: 50%;
top: 50%;
margin-top: -2px;
left: 50%;
margin-left: -2px;
background: #FFFFFF;
content: '';
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-radio-wrapper.checked .next-radio-inner {
border-color: #5584FF;
background: #5584FF; }
.next-radio-wrapper.checked .next-radio-inner:after {
width: 4px;
height: 4px;
font-weight: bold;
background: #FFFFFF;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner {
border-color: transparent; }
.next-radio-wrapper.disabled input[type="radio"] {
cursor: not-allowed; }
.next-radio-wrapper.disabled .next-radio-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-radio-wrapper.disabled .next-radio-inner:after {
background: #CCCCCC; }
.next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered {
border-color: #E6E7EB; }
.next-radio-wrapper.disabled.checked .next-radio-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-radio-wrapper.disabled.checked .next-radio-inner:after {
background: #CCCCCC; }
.next-radio-wrapper.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner {
border-color: #5584FF;
background-color: #DEE8FF; }
.next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label {
cursor: pointer; }
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner {
border-color: transparent;
background: #3E71F7; }
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after {
background: #FFFFFF; }
.next-radio-button .next-radio {
width: 0;
height: 0; }
.next-radio-button input[type="radio"] {
width: 0;
height: 0; }
.next-radio-button > label {
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 1;
margin: 0 0 0 -1px;
border: 1px solid #C4C6CF;
background-color: #FFFFFF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
vertical-align: middle; }
.next-radio-button > label .next-radio-label {
display: block;
color: #333333;
margin: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-radio-button > label:hover, .next-radio-button > label.hovered {
z-index: 10;
border-color: #A0A2AD;
background-color: #F2F3F7; }
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
color: #333333; }
.next-radio-button > label.checked {
z-index: 11;
border-color: #5584FF;
background-color: #FFFFFF; }
.next-radio-button > label.checked .next-radio-label {
color: #5584FF; }
.next-radio-button > label.disabled {
z-index: 0;
cursor: not-allowed;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-radio-button > label.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-button > label.checked.disabled {
z-index: 0;
border-color: #E6E7EB;
background-color: #F2F3F7; }
.next-radio-button > label.checked.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-button-large > label {
padding: 0 8px;
height: 40px;
line-height: 40px; }
.next-radio-button-large > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-large > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-large .next-radio-label {
height: 38px;
line-height: 38px;
font-size: 16px; }
.next-radio-button-medium > label {
padding: 0 8px;
height: 28px;
line-height: 28px; }
.next-radio-button-medium > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-medium > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-medium .next-radio-label {
height: 26px;
line-height: 26px;
font-size: 12px; }
.next-radio-button-small > label {
padding: 0 8px;
height: 20px;
line-height: 20px; }
.next-radio-button-small > label:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.next-radio-button-small > label:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.next-radio-button-small .next-radio-label {
height: 18px;
line-height: 18px;
font-size: 12px; }
.next-radio-single-input input[type="radio"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
margin: 0; }
.next-radio-group {
display: inline-block; }
.next-radio-group .next-radio-wrapper {
/* 表现为radio整体之间多一份间隔,checkbox表现一致 */
margin-right: 12px; }
.next-radio-group .next-radio-wrapper:last-child {
margin-right: 0; }
.next-radio-group .next-radio-label {
color: #333333; }
.next-radio-group.disabled .next-radio-label {
color: #CCCCCC; }
.next-radio-group.next-radio-button .next-radio-wrapper {
margin-right: 0; }
.next-radio-group-ver .next-radio-wrapper {
display: block;
margin-bottom: 8px; }
.next-radio-label {
margin: 0;
margin-left: 4px;
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
margin-right: 4px;
font-size: 12px;
vertical-align: middle;
line-height: 1;
color: #333333; }
@-moz-document url-prefix() {
.next-radio {
margin-top: -1px; }
@supports ((-webkit-animation: calc(0s)) or (animation: calc(0s))) {
/* firefox 57+ */
.next-radio {
margin-top: -3px; } } }
@-webkit-keyframes fadeInRightForTag {
0% {
opacity: 0;
-webkit-transform: rotate(45deg) translateX(20px);
transform: rotate(45deg) translateX(20px); }
100% {
opacity: 1;
-webkit-transform: rotate(45deg) translateX(0);
transform: rotate(45deg) translateX(0); } }
@keyframes fadeInRightForTag {
0% {
opacity: 0;
-webkit-transform: rotate(45deg) translateX(20px);
transform: rotate(45deg) translateX(20px); }
100% {
opacity: 1;
-webkit-transform: rotate(45deg) translateX(0);
transform: rotate(45deg) translateX(0); } }
.next-tag > .next-tag-body {
overflow: hidden;
text-overflow: ellipsis; }
.next-tag-checkable.next-tag-level-secondary {
color: #333333;
border-color: transparent;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):focus {
color: #5584FF; }
.next-tag-default.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-closable.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-primary {
color: #666666;
border-color: #EBECF0;
background-color: #EBECF0; }
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #E2E4E8;
background-color: #E2E4E8; }
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-primary.checked {
color: #FFFFFF;
border-color: #5584FF;
background-color: #5584FF; }
.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus {
color: #FFFFFF;
border-color: #3E71F7;
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked {
color: #CCCCCC;
border-color: #F7F8FA;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
color: #FFFFFF; }
.next-tag-default.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #A0A2AD;
background-color: transparent; }
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
color: #666666; }
.next-tag-closable.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #A0A2AD;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
color: #333333; }
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: transparent; }
.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
color: #CCCCCC; }
.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
color: #666666; }
.next-tag-checkable.next-tag-level-normal.checked {
color: #5584FF;
border-color: #5584FF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus {
color: #3E71F7;
border-color: #3E71F7;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked {
color: #5584FF;
border-color: #5584FF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus {
color: #3E71F7;
border-color: #3E71F7;
background-color: transparent; }
.next-tag-checkable.next-tag-level-secondary.checked:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #5584FF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-checkable.next-tag-level-secondary.checked:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E632";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:before {
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before {
background-color: #E6E7EB; }
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal {
color: #666666;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
color: #333333;
border-color: #C4C6CF;
background-color: transparent; }
.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-checkable.next-tag-level-normal.checked:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #5584FF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-checkable.next-tag-level-normal.checked:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E632";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:before {
background-color: #3E71F7; }
.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before {
background-color: #E6E7EB; }
.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after {
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal:before {
position: absolute;
content: "";
-webkit-font-smoothing: antialiased;
background-color: #C4C6CF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.next-tag-closable.next-tag-level-normal:after {
position: absolute;
font-family: NextIcon;
-webkit-font-smoothing: antialiased;
content: "\E626";
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:before {
background-color: #A0A2AD; }
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:after {
color: #FFFFFF; }
.next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before {
background-color: #E6E7EB; }
.next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after {
color: #FFFFFF; }
.next- {
/* Animation */
/* ----------- */ }
.next-tag-group .next-tag-medium,
.next-tag-group .next-tag-large {
margin-right: 8px;
margin-bottom: 8px; }
.next-tag-group .next-tag-small {
margin-right: 4px;
margin-bottom: 4px; }
.next-tag {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
max-width: 100%;
vertical-align: middle;
border-width: 1px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid;
/* 可配置??? */
overflow: hidden;
white-space: nowrap;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
font-size: 0;
outline: 0;
/* 预设颜色值 */ }
.next-tag *,
.next-tag *:before,
.next-tag *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-tag > .next-tag-body {
position: relative;
display: inline-block;
height: 100%;
text-align: center;
vertical-align: middle;
max-width: 100%;
cursor: default;
/* 用户手动传的 icon 的大小也保持一致? */ }
.next-tag > .next-tag-body > a {
text-decoration: none;
color: inherit; }
.next-tag > .next-tag-body > a:before {
content: " ";
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.next-tag > .next-tag-body .next-icon {
line-height: 1;
vertical-align: middle; }
.next-tag > .next-tag-body .next-icon:before {
font-size: inherit; }
.next-tag.next-tag-body-pointer {
cursor: pointer; }
.next-tag[disabled], .next-tag.disabled {
cursor: not-allowed;
pointer-events: none; }
.next-tag-blue {
background-color: #4494F9;
border-color: #4494F9;
color: #FFF; }
.next-tag-blue-inverse {
background-color: rgba(68, 148, 249, 0.25);
border-color: #4494F9;
color: #4494F9; }
.next-tag-green {
background-color: #46BC15;
border-color: #46BC15;
color: #FFF; }
.next-tag-green-inverse {
background-color: rgba(70, 188, 21, 0.25);
border-color: #46BC15;
color: #46BC15; }
.next-tag-orange {
background-color: #FF9300;
border-color: #FF9300;
color: #FFF; }
.next-tag-orange-inverse {
background-color: rgba(255, 147, 0, 0.25);
border-color: #FF9300;
color: #FF9300; }
.next-tag-red {
background-color: #FF3000;
border-color: #FF3000;
color: #FFF; }
.next-tag-red-inverse {
background-color: rgba(255, 48, 0, 0.25);
border-color: #FF3000;
color: #FF3000; }
.next-tag-turquoise {
background-color: #01C1B2;
border-color: #01C1B2;
color: #FFF; }
.next-tag-turquoise-inverse {
background-color: rgba(1, 193, 178, 0.25);
border-color: #01C1B2;
color: #01C1B2; }
.next-tag-yellow {
background-color: #FCCC12;
border-color: #FCCC12;
color: #FFF; }
.next-tag-yellow-inverse {
background-color: rgba(252, 204, 18, 0.25);
border-color: #FCCC12;
color: #FCCC12; }
.next-tag-large {
height: 40px;
padding: 0;
line-height: 38px;
font-size: 0; }
.next-tag-large > .next-tag-body {
font-size: 16px;
padding: 0 16px;
min-width: 48px; }
.next-tag-large.next-tag-closable > .next-tag-body {
padding: 0 0 0 16px;
max-width: calc(100% - 40px); }
.next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 16px 0 0; }
.next-tag-large.next-tag-closable > .next-tag-close-btn {
margin-left: 12px;
padding-right: 16px; }
.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-tag-large[dir=rtl] > .next-tag-close-btn {
margin-right: 12px;
margin-left: 0;
padding-right: 0;
padding-left: 16px; }
.next-tag-medium {
height: 28px;
padding: 0;
line-height: 26px;
font-size: 0; }
.next-tag-medium > .next-tag-body {
font-size: 14px;
padding: 0 12px;
min-width: 40px; }
.next-tag-medium.next-tag-closable > .next-tag-body {
padding: 0 0 0 12px;
max-width: calc(100% - 28px); }
.next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 12px 0 0; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn {
margin-left: 8px;
padding-right: 12px; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-tag-medium[dir=rtl] > .next-tag-close-btn {
margin-right: 8px;
margin-left: 0;
padding-right: 0;
padding-left: 12px; }
.next-tag-small {
height: 20px;
padding: 0;
line-height: 18px;
font-size: 0; }
.next-tag-small > .next-tag-body {
font-size: 12px;
padding: 0 8px;
min-width: 28px; }
.next-tag-small.next-tag-closable > .next-tag-body {
padding: 0 0 0 8px;
max-width: calc(100% - 24px); }
.next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
padding: 0 8px 0 0; }
.next-tag-small.next-tag-closable > .next-tag-close-btn {
margin-left: 8px;
padding-right: 8px; }
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-tag-small[dir=rtl] > .next-tag-close-btn {
margin-right: 8px;
margin-left: 0;
padding-right: 0;
padding-left: 8px; }
.next-tag-default {
cursor: default; }
.next-tag-closable {
position: relative; }
.next-tag-closable > .next-tag-close-btn {
display: inline-block;
vertical-align: middle;
height: 100%;
text-align: center;
cursor: pointer; }
.next-tag-checkable {
cursor: pointer;
position: relative;
border-radius: 3px; }
.next-tag-checkable.checked:before {
-webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); }
.next-tag-checkable.checked:after {
-webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); }
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
right: -10px;
bottom: -10px;
width: 20px;
height: 20px; }
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
font-size: 8px;
line-height: 8px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
right: -14px;
bottom: -14px;
width: 28px;
height: 28px; }
.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
font-size: 12px;
line-height: 12px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
right: -18px;
bottom: -18px;
width: 36px;
height: 36px; }
.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
font-size: 16px;
line-height: 16px;
right: 0;
bottom: 0; }
.next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-tag-zoom-enter, .next-tag-zoom-appear {
-webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-tag-zoom-leave {
-webkit-animation: zoomOut .3s ease-in;
animation: zoomOut .3s ease-in;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.next-checkbox-wrapper[dir="rtl"] {
margin-right: 8px;
margin-left: 0; }
.next-checkbox-wrapper[dir="rtl"]:first-child {
margin-right: 0; }
.next-checkbox-wrapper[dir="rtl"] > .next-checkbox-label {
margin-right: 4px;
margin-left: 0; }
/* stylelint-disable max-nesting-depth */
.next-checkbox-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block; }
.next-checkbox-wrapper *,
.next-checkbox-wrapper *:before,
.next-checkbox-wrapper *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-checkbox-wrapper .next-checkbox {
display: inline-block;
position: relative;
line-height: 1;
vertical-align: middle; }
.next-checkbox-wrapper input[type="checkbox"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer; }
.next-checkbox-wrapper .next-checkbox-inner {
display: block;
width: 16px;
height: 16px;
background: #FFFFFF;
border-radius: 3px;
border: 1px solid #C4C6CF;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
text-align: left;
/* 防止继承父级 */
-webkit-box-shadow: none;
box-shadow: none; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
top: 0;
opacity: 0;
line-height: 16px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
color: #FFFFFF;
left: 4px;
margin-left: 0px; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper .next-checkbox-inner > .next-icon::before {
vertical-align: top;
margin-top: 0; }
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before {
content: "\E632"; }
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before {
content: "\E633"; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner {
border-color: transparent;
background-color: #5584FF; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered {
border-color: transparent; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
margin-left: 0px;
/* font-size < 12px的时候进行覆盖。 */ }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner {
border-color: transparent;
background-color: #5584FF; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered {
border-color: transparent; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
margin-left: 0px;
/* font-size < 12px的时候进行覆盖。 */ }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
width: 16px;
font-size: 16px; } }
.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner {
border-color: #5584FF;
background-color: #DEE8FF; }
.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label {
cursor: pointer; }
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner {
border-color: transparent;
background-color: #3E71F7; }
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon {
color: #FFFFFF;
opacity: 1; }
.next-checkbox-wrapper.disabled input[type="checkbox"] {
cursor: not-allowed; }
.next-checkbox-wrapper.disabled .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
border-color: #E6E7EB; }
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
color: #CCCCCC;
opacity: 1; }
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
border-color: #E6E7EB;
background: #F7F8FA; }
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
color: #CCCCCC;
opacity: 1; }
.next-checkbox-wrapper.disabled .next-checkbox-label {
color: #CCCCCC;
cursor: not-allowed; }
.next-checkbox-group .next-checkbox-wrapper {
display: inline-block;
margin-right: 12px; }
.next-checkbox-group .next-checkbox-wrapper:last-child {
margin-right: 0; }
.next-checkbox-group-ver .next-checkbox-wrapper {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 8px; }
.next-checkbox-label {
font-size: 12px;
color: #333333;
vertical-align: middle;
margin: 0;
margin-left: 4px;
/* 使用已存margin-left变量 */
margin-right: 4px;
line-height: 1; }
.next-menu[dir="rtl"] .next-menu-item-helper {
float: left; }
.next-menu[dir="rtl"] .next-menu-item .next-checkbox,
.next-menu[dir="rtl"] .next-menu-item .next-radio {
margin-left: 4px;
margin-right: 0; }
.next-menu[dir="rtl"] .next-menu-hoz-right {
float: left; }
.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
left: 10px;
right: auto; }
.next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon {
left: 6px;
right: auto; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon {
margin-left: 0;
margin-right: -16px; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before,
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right {
right: auto;
left: 4px; }
.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
left: 10px;
right: auto; }
.next-menu {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
min-width: 100px;
margin: 0;
list-style: none;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
line-height: 32px;
font-size: 12px;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
/* &-popup-content.next-hide { */
/* display: none; */
/* } */ }
.next-menu *,
.next-menu *:before,
.next-menu *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-menu:focus,
.next-menu *:focus {
outline: 0; }
.next-menu-spacing-lr {
padding: 0 0px; }
.next-menu-spacing-lr.next-menu-outside > .next-menu {
height: 100%;
overflow-y: auto; }
.next-menu-spacing-tb {
padding: 0px 0; }
.next-menu.next-ver {
padding: 8px 0px; }
.next-menu.next-ver .next-menu-item {
padding: 0 20px 0 20px; }
.next-menu.next-hoz {
padding: 8px 0px; }
.next-menu.next-hoz .next-menu-item {
padding: 0 20px; }
.next-menu-embeddable,
.next-menu-embeddable .next-menu-item.next-disabled,
.next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a {
background: transparent;
border: none; }
.next-menu-embeddable {
-webkit-box-shadow: none;
box-shadow: none; }
.next-menu-embeddable .next-menu-item-inner {
height: 100%; }
.next-menu-content {
position: relative;
padding: 0;
margin: 0;
list-style: none; }
.next-menu-sub-menu {
padding: 0;
margin: 0;
list-style: none; }
.next-menu-sub-menu.next-expand-enter {
overflow: hidden; }
.next-menu-sub-menu.next-expand-enter-active {
-webkit-transition: height 300ms ease;
transition: height 300ms ease; }
.next-menu-sub-menu.next-expand-leave {
overflow: hidden; }
.next-menu-sub-menu.next-expand-leave-active {
-webkit-transition: height 300ms ease;
transition: height 300ms ease; }
.next-menu-item {
position: relative;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
color: #333333;
cursor: pointer; }
.next-menu-item-helper {
float: right;
color: #999999;
font-style: normal;
font-size: 12px; }
.next-menu-item .next-checkbox,
.next-menu-item .next-radio {
margin-right: 4px; }
.next-menu-item.next-selected {
color: #333333;
background-color: #FFFFFF; }
.next-menu-item.next-selected .next-menu-icon-arrow {
color: #666666; }
.next-menu-item.next-selected .next-menu-icon-selected {
color: #5584FF; }
.next-menu-item.next-disabled,
.next-menu-item.next-disabled .next-menu-item-text > a {
color: #CCCCCC;
background-color: #FFFFFF;
cursor: not-allowed; }
.next-menu-item.next-disabled .next-menu-icon-arrow,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
color: #CCCCCC; }
.next-menu-item.next-disabled .next-menu-icon-selected,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
color: #CCCCCC; }
.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
color: #333333;
background-color: #F2F3F7; }
.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
color: #333333; }
.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
color: #5584FF; }
.next-menu-item-inner {
height: 32px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal; }
.next-menu-item .next-menu-item-text {
vertical-align: middle; }
.next-menu-item .next-menu-item-text > a {
display: inline-block;
text-decoration: none;
color: #333333; }
.next-menu-item .next-menu-item-text > a::before {
position: absolute;
background-color: transparent;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: ''; }
.next-menu.next-hoz {
padding: 0; }
.next-menu.next-hoz.next-menu-nowrap {
overflow: hidden;
white-space: nowrap; }
.next-menu.next-hoz.next-menu-nowrap .next-menu-more {
text-align: center; }
.next-menu.next-hoz > .next-menu-item,
.next-menu.next-hoz > .next-menu-sub-menu-wrapper,
.next-menu.next-hoz .next-menu-content > .next-menu-item {
display: inline-block;
vertical-align: top; }
.next-menu.next-hoz .next-menu-header,
.next-menu.next-hoz .next-menu-content,
.next-menu.next-hoz .next-menu-footer {
display: inline-block; }
.next-menu-hoz-right {
float: right; }
.next-menu-group-label {
padding: 0 12px;
color: #999999; }
.next-menu-divider {
margin: 8px 12px;
border-bottom: 1px solid #E6E7EB; }
.next-menu .next-menu-icon-selected.next-icon {
position: absolute;
top: 0;
margin-left: -16px; }
.next-menu .next-menu-icon-selected.next-icon:before,
.next-menu .next-menu-icon-selected.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
right: 4px; }
.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before {
content: "\E632"; }
.next-menu .next-menu-icon-arrow.next-icon {
position: absolute;
top: 0;
right: 10px;
color: #666666;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-menu .next-menu-icon-arrow.next-icon:before,
.next-menu .next-menu-icon-arrow.next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow.next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow.next-icon:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-icon-arrow-down::before {
content: "\E63D"; }
.next-menu .next-menu-icon-arrow-down.next-open {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-menu .next-menu-icon-arrow-down.next-open:before,
.next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow-down.next-open {
-webkit-transform: scale(0.5) rotate(180deg);
-ms-transform: scale(0.5) rotate(180deg);
transform: scale(0.5) rotate(180deg);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow-down.next-open:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-symbol-popupfold::before {
content: "\E619"; }
.next-menu .next-menu-icon-arrow-right.next-open {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.next-menu .next-menu-icon-arrow-right.next-open:before,
.next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-menu .next-menu-icon-arrow-right.next-open {
-webkit-transform: scale(0.5) rotate(-90deg);
-ms-transform: scale(0.5) rotate(-90deg);
transform: scale(0.5) rotate(-90deg);
margin-left: -4px;
margin-right: -4px; }
.next-menu .next-menu-icon-arrow-right.next-open:before {
width: 16px;
font-size: 16px; } }
.next-menu .next-menu-hoz-icon-arrow.next-icon {
position: absolute;
top: 0;
right: 6px;
color: #666666;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-menu .next-menu-hoz-icon-arrow.next-icon:before,
.next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu .next-menu-hoz-icon-arrow.next-icon::before {
content: "\E63D"; }
.next-menu-unfold-icon::before {
content: ""; }
.next-menu .next-menu-hoz-icon-arrow.next-open {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-menu .next-menu-hoz-icon-arrow.next-open:before,
.next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-menu.next-context {
line-height: 24px; }
.next-menu.next-context .next-menu-item-inner {
height: 24px; }
.next-input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
display: inline-table;
border-collapse: separate;
font-size: 0;
line-height: 1;
width: 200px;
border-spacing: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
border: 1px solid #C4C6CF;
background-color: #FFFFFF; }
.next-input *,
.next-input *:before,
.next-input *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-input input {
height: 100%;
/* remove autoFill yellow background */ }
.next-input input[type="reset"], .next-input input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
.next-input input::-moz-focus-inner {
border: 0;
padding: 0; }
.next-input input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
border-radius: 3px; }
.next-input textarea {
resize: none; }
.next-input input,
.next-input textarea {
width: 100%;
border: none;
outline: none;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: middle;
background-color: transparent;
color: #333333; }
.next-input input::-ms-clear,
.next-input textarea::-ms-clear {
display: none; }
.next-input.next-small {
height: 20px;
border-radius: 3px; }
.next-input.next-small .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-input.next-small .next-input-inner {
font-size: 12px; }
.next-input.next-small .next-input-control {
padding-right: 4px; }
.next-input.next-small input {
height: 18px;
line-height: 18px \0;
padding: 0 4px;
font-size: 12px; }
.next-input.next-small input::-webkit-input-placeholder {
font-size: 12px; }
.next-input.next-small input::-moz-placeholder {
font-size: 12px; }
.next-input.next-small input::-ms-input-placeholder {
font-size: 12px; }
.next-input.next-small input::placeholder {
font-size: 12px; }
.next-input.next-small .next-input-text-field {
padding: 0 4px;
font-size: 12px;
height: 18px;
line-height: 18px; }
.next-input.next-small .next-icon:before,
.next-input.next-small .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-input.next-small .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-medium {
height: 28px;
border-radius: 3px; }
.next-input.next-medium .next-input-label {
padding-left: 8px;
font-size: 12px; }
.next-input.next-medium .next-input-inner {
font-size: 12px; }
.next-input.next-medium .next-input-control {
padding-right: 8px; }
.next-input.next-medium input {
height: 26px;
line-height: 26px \0;
padding: 0 8px;
font-size: 12px; }
.next-input.next-medium input::-webkit-input-placeholder {
font-size: 12px; }
.next-input.next-medium input::-moz-placeholder {
font-size: 12px; }
.next-input.next-medium input::-ms-input-placeholder {
font-size: 12px; }
.next-input.next-medium input::placeholder {
font-size: 12px; }
.next-input.next-medium .next-input-text-field {
padding: 0 8px;
font-size: 12px;
height: 26px;
line-height: 26px; }
.next-input.next-medium .next-icon:before,
.next-input.next-medium .next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-input.next-medium .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-large {
height: 40px;
border-radius: 3px; }
.next-input.next-large .next-input-label {
padding-left: 12px;
font-size: 16px; }
.next-input.next-large .next-input-inner {
font-size: 16px; }
.next-input.next-large .next-input-control {
padding-right: 8px; }
.next-input.next-large input {
height: 38px;
line-height: 38px \0;
padding: 0 12px;
font-size: 16px; }
.next-input.next-large input::-webkit-input-placeholder {
font-size: 16px; }
.next-input.next-large input::-moz-placeholder {
font-size: 16px; }
.next-input.next-large input::-ms-input-placeholder {
font-size: 16px; }
.next-input.next-large input::placeholder {
font-size: 16px; }
.next-input.next-large .next-input-text-field {
padding: 0 12px;
font-size: 16px;
height: 38px;
line-height: 38px; }
.next-input.next-large .next-icon:before,
.next-input.next-large .next-icon .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-input.next-large .next-input-control {
border-radius: 0 3px 3px 0; }
.next-input.next-input-textarea {
height: auto;
border-radius: 3px;
font-size: 0; }
.next-input.next-input-textarea textarea {
color: #333333;
padding: 4px 8px;
font-size: 12px;
border-radius: 3px; }
.next-input.next-input-textarea.next-small textarea {
font-size: 12px; }
.next-input.next-input-textarea.next-large textarea {
font-size: 16px; }
.next-input.next-input-textarea .next-input-control {
display: block;
width: auto;
border-radius: 3px; }
.next-input.next-input-textarea .next-input-len {
padding: 0 8px 4px;
display: block;
text-align: right;
width: auto; }
.next-input-hint-wrap {
color: #999999;
position: relative; }
.next-input-hint-wrap .next-input-clear {
opacity: 0;
z-index: 1;
position: absolute; }
.next-input-hint-wrap .next-input-hint {
opacity: 1; }
.next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover {
cursor: pointer;
color: #666666; }
.next-input:hover, .next-input.next-focus {
border-color: #A0A2AD;
background-color: #FFFFFF; }
.next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear {
opacity: 1; }
.next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint {
opacity: 0; }
.next-input .next-input-clear:focus {
opacity: 1; }
.next-input .next-input-clear:focus + .next-input-hint {
opacity: 0; }
.next-input.next-focus {
border-color: #5584FF;
background-color: #FFFFFF;
-webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); }
.next-input.next-warning {
border-color: #FF9300;
background-color: #FFFFFF; }
.next-input.next-warning.next-focus, .next-input.next-warning:hover {
border-color: #FF9300; }
.next-input.next-warning.next-focus {
-webkit-box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2);
box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2); }
.next-input.next-error {
border-color: #FF3000;
background-color: #FFFFFF; }
.next-input.next-error.next-focus, .next-input.next-error:hover {
border-color: #FF3000; }
.next-input.next-error.next-focus {
-webkit-box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2);
box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2); }
.next-input.next-hidden {
display: none; }
.next-input.next-noborder {
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.next-input-control .next-input-len {
font-size: 12px;
line-height: 12px;
color: #999999;
display: table-cell;
width: 1px;
vertical-align: bottom; }
.next-input-control .next-input-len.next-error {
color: #FF3000; }
.next-input-control .next-input-len.next-warning {
color: #FF9300; }
.next-input-control > * {
display: table-cell;
width: 1%;
top: 0; }
.next-input-control > *:not(:last-child) {
padding-right: 4px; }
.next-input-control .next-icon {
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
color: #999999; }
.next-input-control .next-input-warning-icon {
color: #FF9300; }
.next-input-control .next-input-warning-icon::before {
content: "\E60B"; }
.next-input-control .next-input-success-icon {
color: #46BC15; }
.next-input-control .next-input-success-icon::before {
content: "\E63A"; }
.next-input-control .next-input-loading-icon {
color: #4494F9; }
.next-input-control .next-input-loading-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-input-control .next-input-clear-icon::before {
content: "\E623"; }
.next-input-label {
color: #666666; }
.next-input input::-moz-placeholder,
.next-input textarea::-moz-placeholder {
color: #999999;
opacity: 1; }
.next-input input:-ms-input-placeholder,
.next-input textarea:-ms-input-placeholder {
color: #999999; }
.next-input input::-webkit-input-placeholder,
.next-input textarea::-webkit-input-placeholder {
color: #999999; }
.next-input.next-disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-input.next-disabled:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-input.next-disabled input, .next-input.next-disabled textarea {
-webkit-text-fill-color: #CCCCCC;
color: #CCCCCC; }
.next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
color: #CCCCCC;
opacity: 1; }
.next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
color: #CCCCCC; }
.next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
color: #CCCCCC; }
.next-input.next-disabled .next-input-label {
color: #CCCCCC; }
.next-input.next-disabled .next-input-len {
color: #CCCCCC; }
.next-input.next-disabled .next-input-hint-wrap {
color: #CCCCCC; }
.next-input.next-disabled .next-input-hint-wrap .next-input-clear {
opacity: 0; }
.next-input.next-disabled .next-input-hint-wrap .next-input-hint {
opacity: 1; }
.next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
cursor: not-allowed;
color: #CCCCCC; }
.next-input.next-disabled .next-icon {
color: #CCCCCC; }
.next-input-inner, .next-input-control, .next-input-label {
display: table-cell;
width: 1px;
vertical-align: middle;
line-height: 1;
background-color: transparent;
white-space: nowrap; }
.next-input-group {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-table;
border-collapse: separate;
border-spacing: 0;
line-height: 0;
width: 100%; }
.next-input-group *,
.next-input-group *:before,
.next-input-group *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-input-group-auto-width {
width: 100%;
border-radius: 0 !important; }
.next-input-group > .next-input {
border-radius: 0; }
.next-input-group > .next-input.next-focus {
position: relative;
z-index: 1; }
.next-input-group > .next-input:first-child.next-small {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:first-child.next-medium {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:first-child.next-large {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-small {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-medium {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group > .next-input:last-child.next-large {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group-addon {
width: 1px;
display: table-cell;
vertical-align: middle;
white-space: nowrap;
/* stylelint-disable declaration-no-important */ }
.next-input-group-addon:first-child {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > * {
margin-right: -1px;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > *.next-focus {
position: relative;
z-index: 1; }
.next-input-group-addon:first-child > * > .next-input {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group-addon:first-child > * > .next-input.next-focus {
position: relative;
z-index: 1; }
.next-input-group-addon:last-child {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-addon:last-child > * {
margin-left: -1px;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-addon:last-child > * > .next-input {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group-text {
color: #999999;
background-color: #F2F3F7;
text-align: center;
border: 1px solid #C4C6CF;
padding: 0 8px; }
.next-input-group-text:first-child {
border-right-width: 0; }
.next-input-group-text:last-child {
border-left-width: 0; }
.next-input-group-text.next-disabled {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-input-group-text.next-disabled:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-input-group-text.next-small {
font-size: 12px;
border-radius: 3px; }
.next-input-group-text.next-medium {
font-size: 12px;
border-radius: 3px; }
.next-input-group-text.next-large {
font-size: 16px;
border-radius: 3px; }
.next-input[dir="rtl"].next-small .next-input-label {
padding-left: 0;
padding-right: 8px; }
.next-input[dir="rtl"].next-small .next-input-control {
padding-right: 0;
padding-left: 4px; }
.next-input[dir="rtl"].next-medium .next-input-label {
padding-left: 0;
padding-right: 8px; }
.next-input[dir="rtl"].next-medium .next-input-control {
padding-right: 0;
padding-left: 8px; }
.next-input[dir="rtl"].next-large .next-input-label {
padding-left: 0;
padding-right: 12px; }
.next-input[dir="rtl"].next-large .next-input-control {
padding-right: 0;
padding-left: 8px; }
.next-input[dir="rtl"].next-input-textarea .next-input-len {
text-align: left; }
.next-input[dir="rtl"] .next-input-control > *:not(:last-child) {
padding-left: 4px;
padding-right: 0; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-small {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-medium {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:first-child.next-large {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-small {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-medium {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] > .next-input:last-child.next-large {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon {
/* stylelint-disable declaration-no-important */ }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-small {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-medium {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-large {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * {
margin-left: -1px;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-small,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-small {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-medium,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-medium {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-large,
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-large {
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; }
.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * {
margin-right: -1px;
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; }
.next-input-group[dir="rtl"] .next-input-group-text:first-child {
border-right-width: 1px;
border-left: 0; }
.next-input-group[dir="rtl"] .next-input-group-text:last-child {
border-left-width: 1px;
border-right: 0; }
.next-select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 0;
vertical-align: middle;
/* Select trigger */
/* 在搜索框未激活时,将 input 的 color 置为透明 */
/* ISSUE: 在 IE11 中,<input readonly/> 仍然会显示光标, 要隐藏掉 */
/*
&.next-no-search {
.next-select-trigger-search input {
color: $color-transparent;
}
}
*/
/* 弹层 */
/* 全选按钮 */
/* -------------- IE polyfill -------------- */
/* 根据最新的数据,在中国,PC 端的 IE9 份额为 2%, */
/* 所以不应该因为 IE9 而不使用 flex,而是应该做降级 polyfill */
/* @see http://gs.statcounter.com/ */
/* IE10、IE11 虽然支持 flex,但还是会有各种各样奇奇怪怪的问题 */ }
.next-select *,
.next-select *:before,
.next-select *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-select-trigger {
min-width: 100px;
outline: 0;
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-select-trigger .next-input-label {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto; }
.next-select-trigger .next-select-values {
display: block;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
overflow: hidden; }
.next-select-trigger .next-select-values > em {
font-style: inherit; }
.next-select-trigger .next-select-values input {
padding-left: 0;
padding-right: 0; }
.next-select-trigger .next-input-control {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto; }
.next-select-trigger .next-input-control > * {
display: inline-block;
width: auto; }
.next-select-trigger .next-input-control > .next-select-arrow {
padding-right: 0; }
.next-select-trigger .next-input.next-disabled em {
color: #CCCCCC; }
.next-select-trigger .next-input.next-disabled .next-select-arrow {
cursor: not-allowed; }
.next-select-trigger .next-select-clear {
display: none; }
.next-select-trigger.next-has-clear:hover .next-select-clear {
display: inline-block; }
.next-select-trigger.next-has-clear:hover .next-select-arrow {
display: none; }
.next-select .next-select-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
min-width: 100px;
outline: 0;
color: #333333; }
.next-select .next-select-inner .next-tag {
line-height: 1;
margin-right: 4px;
margin-bottom: 3px;
padding-left: 0px;
padding-right: 0px; }
.next-select .next-select-inner .next-input-inner {
width: auto; }
.next-select-trigger-search {
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
max-width: 100%; }
.next-select-trigger-search > input, .next-select-trigger-search > span {
display: block;
font-size: inherit;
font-family: inherit;
letter-spacing: inherit;
white-space: nowrap;
overflow: hidden; }
.next-select-trigger-search input {
position: absolute;
background-color: transparent;
width: 100%;
height: 100% !important;
z-index: 1;
left: 0;
border: 0;
outline: 0;
margin: 0;
padding: 0;
cursor: inherit; }
.next-select-trigger-search > span {
position: relative;
visibility: hidden;
white-space: pre;
max-width: 100%;
/* 在 table 布局中,100% 并没有什么x用 */
z-index: -1; }
.next-select-single {
/* 搜索框激活时,展开后不显示值,只显示搜索框 */
/* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ }
.next-select-single.next-no-search {
cursor: pointer; }
.next-select-single.next-has-search.next-active .next-select-values > em {
display: none; }
.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
width: 1px;
opacity: 0;
/* stylelint-disable */
filter: alpha(opacity=0);
/* for IE 9 */
/* stylelint-enable */ }
.next-select-single .next-select-values {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-select-single .next-select-values > em {
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.next-select-multiple .next-select-compact {
position: relative;
white-space: nowrap; }
.next-select-multiple .next-select-compact .next-select-trigger-search {
width: auto; }
.next-select-multiple .next-select-compact .next-select-tag-compact {
position: absolute;
top: 0;
right: 0;
z-index: 1;
padding: 0 4px 0 16px;
color: #333333;
background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
.next-select-multiple .next-disabled .next-select-tag-compact {
background: linear-gradient(90deg, transparent, #F7F8FA 10px); }
.next-select-multiple, .next-select-tag {
/* 如果有值,则搜索框变为1px */ }
.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
/* Tag 有 3px 的 margin-bottom,所以包裹 Tag 的容器要作一下处理 */
margin-bottom: -3px;
height: auto !important; }
.next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
margin-bottom: 3px; }
.next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
width: auto;
min-width: 1px;
/* 保留一个光标的宽度 */ }
.next-select-multiple .next-input, .next-select-tag .next-input {
height: auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
min-height: 18px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 14px; }
.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
height: 20px !important; }
.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
border: 0;
padding-top: 0px;
padding-bottom: 0px;
height: 14px; }
.next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
line-height: 14px; }
.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
line-height: 14px; }
.next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
line-height: 18px; }
.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
min-height: 26px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 20px; }
.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
height: 28px !important; }
.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
padding-top: 1px;
padding-bottom: 1px;
height: 20px; }
.next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
line-height: 18px; }
.next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
line-height: 26px; }
.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
min-height: 38px;
padding-top: 7px;
padding-bottom: 7px;
line-height: 24px; }
.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
height: 40px !important; }
.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
padding-top: 3px;
padding-bottom: 3px;
height: 24px; }
.next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
line-height: 18px; }
.next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
line-height: 38px; }
.next-select-auto-complete {
width: 160px; }
.next-select-auto-complete .next-input {
width: 100%;
/* table-cell 下 margin 无效 */ }
.next-select-auto-complete .next-input .next-input-hint-wrap {
padding-right: 1px; }
.next-select-auto-complete .next-input .next-select-arrow {
padding-left: 0; }
.next-select.next-active .next-select-arrow .next-icon-arrow-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-select .next-select-unfold-icon::before {
content: ""; }
.next-select-symbol-fold::before {
content: "\E63D"; }
.next-select-arrow {
cursor: pointer;
width: auto !important;
text-align: center;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
/* transform-origin: center 41.8%; // icon 图像中心 */ }
.next-select-popup-wrap {
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
padding: 0px 0; }
.next-select-spacing-tb {
padding: 0px 0; }
.next-select-menu-wrapper {
max-height: 260px;
overflow: auto;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.next-select-menu-wrapper .next-select-menu {
max-height: none;
border: none; }
.next-select-menu {
max-height: 260px;
overflow: auto;
/* autoComplete 没有选项时 menu 不显示 */ }
.next-select-menu .next-select-menu-empty-content {
padding-left: 8px;
padding-right: 8px;
color: #999999; }
.next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
display: none; }
.next-select-menu .next-menu-item-text .next-icon {
vertical-align: middle; }
.next-select-all {
display: block;
cursor: pointer;
padding: 0 8px;
margin: 0 12px 8px;
border-bottom: 1px solid #DCDEE3; }
.next-select-all:hover {
color: #3E71F7; }
.next-select-all .next-menu-icon-selected.next-icon {
display: inline-block !important;
top: initial;
color: #5584FF; }
.next-select-highlight {
color: #5584FF;
font-size: 12px; }
.next-select-in-ie.next-select-trigger .next-select-values {
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
overflow: visible; }
.next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
width: 1px; }
.next-select-in-ie.next-select-trigger .next-input-control > * {
display: table-cell;
width: 1%; }
.next-select-in-ie.next-select-trigger .next-select-arrow {
display: table-cell; }
.next-select-in-ie.next-select-trigger .next-select-clear {
display: none; }
.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
vertical-align: top; }
.next-select-in-ie.next-select-trigger .next-select-inner {
display: inline-table; }
.next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
display: inline-table; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
line-height: 20px; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
line-height: 28px; }
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
line-height: 40px; }
.next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
max-width: 100px; }
.next-select-in-ie.next-select-trigger.next-select-single {
/* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ }
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
position: relative; }
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em {
position: absolute;
display: inline-block;
height: 100%;
line-height: 1;
vertical-align: middle;
overflow: hidden;
left: 4px;
right: 0;
top: 30%; }
.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
/* stylelint-disable */
filter: alpha(opacity=0);
/* for IE 9 */
/* stylelint-enable */
font-size: 0; }
.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
color: inherit; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.next-select-multiple .next-select-compact .next-select-tag-compact {
background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px); }
.next-select-multiple .next-disabled .next-select-tag-compact {
background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px); } }
.next-select.next-select-multiple[dir='rtl'] .next-select-compact .next-select-tag-compact {
left: 0;
right: auto;
padding: 0 16px 0 4px;
background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px); }
.next-calendar {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar *,
.next-calendar *:before,
.next-calendar *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-calendar table {
border-collapse: collapse;
border-spacing: 0; }
.next-calendar td,
.next-calendar th {
padding: 0; }
@-webkit-keyframes cellZoomIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes cellZoomIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes cellHover {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes cellHover {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes enterToLeft {
0% {
-webkit-transform: translate(-40%);
transform: translate(-40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@keyframes enterToLeft {
0% {
-webkit-transform: translate(-40%);
transform: translate(-40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@-webkit-keyframes enterToRight {
0% {
-webkit-transform: translate(40%);
transform: translate(40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
@keyframes enterToRight {
0% {
-webkit-transform: translate(40%);
transform: translate(40%);
opacity: 0; }
50% {
opacity: .6; }
100% {
opacity: 1;
-webkit-transform: translate(0%);
transform: translate(0%); } }
.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header {
text-align: right; }
.next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select {
margin-right: 4px;
vertical-align: top; }
.next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu {
text-align: left; }
.next-calendar-fullscreen .next-calendar-header {
margin-bottom: 8px; }
.next-calendar-card .next-calendar-header {
margin-bottom: 8px; }
.next-calendar-panel-header {
position: relative;
background: #5584FF;
margin-bottom: 8px;
border-bottom: 1px solid transparent; }
.next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full {
height: 32px;
line-height: 32px; }
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn {
vertical-align: top;
font-weight: bold;
margin: 0 4px;
background: transparent;
border-color: transparent; }
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited {
color: #FFFFFF; }
.next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover {
color: #FFFFFF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active {
color: #FFFFFF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-panel-header-left, .next-calendar-panel-header-right {
display: inline-block;
width: 50%;
text-align: center; }
.next-calendar-panel-header-full {
width: 100%;
text-align: center; }
.next-calendar-panel-menu {
max-height: 210px;
overflow: auto;
text-align: left; }
.next-calendar-btn {
cursor: pointer;
padding: 0;
margin: 0;
border: 0;
background: transparent;
outline: none;
height: 100%; }
.next-calendar-btn > .next-icon.next-icon:before,
.next-calendar-btn > .next-icon.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-calendar-btn .next-icon {
margin-left: 4px; }
.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade {
position: absolute;
top: 0;
background: transparent;
border-color: transparent; }
.next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited {
color: #FFFFFF; }
.next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover {
color: #FFFFFF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active {
color: #FFFFFF;
background: transparent;
border-color: transparent;
text-decoration: none; }
.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
left: 8px; }
.next-calendar-btn-prev-month {
left: 28px; }
.next-calendar-btn-next-month {
right: 28px; }
.next-calendar-btn-next-year, .next-calendar-btn-next-decade {
right: 8px; }
.next-calendar-fullscreen .next-calendar-th {
text-align: right;
color: #333333;
font-size: 16px;
font-weight: bold;
padding-right: 12px;
padding-bottom: 4px; }
.next-calendar-fullscreen .next-calendar-cell {
font-size: 14px; }
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
font-weight: bold;
background: #DEE8FF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
cursor: not-allowed;
background: #F7F8FA;
color: #CCCCCC;
border-color: #E6E7EB; }
.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px 4px;
padding: 4px 8px;
min-height: 80px;
border-top: 2px solid;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
background: #FFFFFF;
color: #333333;
border-color: #DCDEE3; }
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
background: #DEE8FF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date {
background: transparent;
color: #CCCCCC;
border-color: transparent; }
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
font-weight: bold;
background: #FFFFFF;
color: #5584FF;
border-color: #5584FF; }
.next-calendar-card .next-calendar-th,
.next-calendar-panel .next-calendar-th,
.next-calendar-range .next-calendar-th {
text-align: center;
color: #999999;
font-size: 12px;
font-weight: normal; }
.next-calendar-card .next-calendar-cell,
.next-calendar-panel .next-calendar-cell,
.next-calendar-range .next-calendar-cell {
text-align: center;
font-size: 12px; }
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
-webkit-animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
font-weight: bold;
background: #5584FF;
color: #FFFFFF;
border-color: #5584FF; }
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
cursor: not-allowed;
background: #F7F8FA;
color: #CCCCCC;
border-color: #F7F8FA; }
.next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-date,
.next-calendar-panel .next-calendar-month,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-date,
.next-calendar-range .next-calendar-month,
.next-calendar-range .next-calendar-year {
text-align: center;
border: 1px solid;
background: #FFFFFF;
color: #666666;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
cursor: pointer; }
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
width: 24px;
height: 24px;
line-height: 22px;
margin: 4px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-month,
.next-calendar-panel .next-calendar-month,
.next-calendar-range .next-calendar-month {
width: 60px;
height: 24px;
line-height: 22px;
margin: 8px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-year {
width: 48px;
height: 24px;
line-height: 22px;
margin: 8px auto;
border-radius: 3px; }
.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
background: #FFFFFF;
color: #CCCCCC;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-next-month .next-calendar-date {
background: #FFFFFF;
color: #CCCCCC;
border-color: #FFFFFF; }
.next-calendar-card .next-calendar-cell-current .next-calendar-date,
.next-calendar-card .next-calendar-cell-current .next-calendar-month,
.next-calendar-card .next-calendar-cell-current .next-calendar-year,
.next-calendar-panel .next-calendar-cell-current .next-calendar-date,
.next-calendar-panel .next-calendar-cell-current .next-calendar-month,
.next-calendar-panel .next-calendar-cell-current .next-calendar-year,
.next-calendar-range .next-calendar-cell-current .next-calendar-date,
.next-calendar-range .next-calendar-cell-current .next-calendar-month,
.next-calendar-range .next-calendar-cell-current .next-calendar-year {
font-weight: bold;
background: #FFFFFF;
color: #5584FF;
border-color: transparent; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
cursor: pointer; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
background: #DEE8FF;
color: #5584FF;
border-color: #DEE8FF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
font-weight: normal;
background: transparent;
border-color: transparent; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
position: relative;
color: #5584FF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before {
content: '';
position: absolute;
left: -1px;
top: -1px;
bottom: -1px;
right: -1px;
border: 1px solid;
background: #DEE8FF;
border-color: #DEE8FF;
border-radius: 3px; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
position: relative; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end {
color: #FFFFFF; }
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before {
background: #5584FF;
border-color: #5584FF; }
.next-calendar[dir="rtl"] .next-calendar-header {
text-align: left; }
.next-calendar[dir="rtl"] .next-calendar-header .next-select {
margin-right: 0;
margin-left: 4px; }
.next-calendar[dir="rtl"] .next-calendar-header .next-menu {
text-align: right; }
.next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, .next-calendar[dir="rtl"] .next-calendar-btn-prev-year {
left: auto;
right: 8px; }
.next-calendar[dir="rtl"] .next-calendar-btn-prev-month {
left: auto;
right: 28px; }
.next-calendar[dir="rtl"] .next-calendar-btn-next-month {
right: auto;
left: 28px; }
.next-calendar[dir="rtl"] .next-calendar-btn-next-year, .next-calendar[dir="rtl"] .next-calendar-btn-next-decade {
right: auto;
left: 8px; }
.next-calendar-fullscreen[dir="rtl"] .next-calendar-th {
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-calendar-fullscreen[dir="rtl"] .next-calendar-date, .next-calendar-fullscreen[dir="rtl"] .next-calendar-month {
text-align: left; }
.next-calendar-range[dir="rtl"] .next-calendar-body-left, .next-calendar-range[dir="rtl"] .next-calendar-body-right {
float: right; }
.next-calendar-range[dir="rtl"] .next-calendar-body-left {
padding-right: 0;
padding-left: 8px; }
.next-calendar-range[dir="rtl"] .next-calendar-body-right {
padding-left: 0;
padding-right: 8px; }
.next-calendar {
/* range calendar */
/* --------------- */ }
.next-calendar-table {
width: 100%;
table-layout: fixed; }
.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
float: left;
width: 50%; }
.next-calendar-range .next-calendar-body-left {
padding-right: 8px; }
.next-calendar-range .next-calendar-body-right {
padding-left: 8px; }
.next-calendar-range .next-calendar-body:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-calendar-symbol-prev::before {
content: "\E61D"; }
.next-calendar-symbol-next::before {
content: "\E619"; }
.next-calendar-symbol-prev-super::before {
content: "\E659"; }
.next-calendar-symbol-next-super::before {
content: "\E65E"; }
.next-card *,
.next-card *:before,
.next-card *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card, .next-card:before, .next-card:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card[dir="rtl"] .next-card-extra {
left: 0;
right: auto; }
.next-card[dir="rtl"] .next-card-title:before {
right: 0;
left: auto; }
.next-card[dir="rtl"] .next-card-subtitle {
float: left;
padding-right: 8px;
padding-left: 0; }
.next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title {
padding-left: 0;
padding-right: 8px; }
.next-card {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card *,
.next-card *:before,
.next-card *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-card {
min-width: 100px;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
overflow: hidden; }
.next-card-head {
background: #FFFFFF;
padding-left: 16px;
padding-right: 16px; }
.next-card-head-show-bullet .next-card-title {
padding-left: 8px; }
.next-card-head-show-bullet .next-card-title:before {
content: '';
display: inline-block;
height: 16px;
width: 3px;
background: #5584FF;
position: absolute;
left: 0;
top: calc(50% - 8px); }
.next-card-head-main {
position: relative;
margin-top: 8px;
margin-bottom: 0px;
height: 40px;
line-height: 40px; }
.next-card-title {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80%;
height: 100%;
color: #333333;
font-size: 16px;
font-weight: normal; }
.next-card-subtitle {
font-size: 12px;
color: #666666;
padding-left: 8px; }
.next-card-extra {
position: absolute;
right: 0;
top: 0;
height: 100%;
font-size: 12px;
color: #5584FF; }
.next-card-body {
padding-bottom: 12px;
padding-left: 16px;
padding-right: 16px; }
.next-card-show-divider .next-card-head-main {
border-bottom: 1px solid #E6E7EB; }
.next-card-show-divider .next-card-body {
padding-top: 12px; }
.next-card-hide-divider .next-card-body {
padding-top: 0px; }
.next-card—free {
padding: 0; }
.next-card-content {
overflow: hidden;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
position: relative; }
.next-card-footer .next-icon {
-webkit-transition: all 100ms linear;
transition: all 100ms linear; }
.next-card-footer .next-icon.expand {
-webkit-transform-origin: 50% 47%;
-ms-transform-origin: 50% 47%;
transform-origin: 50% 47%;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.next-card-header {
background: #FFFFFF;
padding: 0 16px;
margin-bottom: 12px;
margin-top: 12px; }
.next-card-media,
.next-card-media > * {
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-o-object-fit: cover;
object-fit: cover;
width: 100%; }
.next-card-header-titles {
overflow: hidden; }
.next-card-header-extra {
float: right;
text-align: right; }
.next-card-header-extra .next--btn {
margin-left: 12px;
vertical-align: middle; }
.next-card-header-title {
color: #333333;
font-size: 16px;
font-weight: normal;
line-height: 1.5; }
.next-card-header-subtitle {
font-size: 12px;
color: #666666; }
.next-card-actions {
display: block;
padding-left: 16px;
padding-right: 16px;
padding-top: 12px;
padding-bottom: 12px; }
.next-card-actions .next-btn:not(:last-child) {
margin-right: 12px;
vertical-align: middle; }
.next-card-divider {
border-style: none;
width: 100%;
margin: 0;
position: relative; }
.next-card-divider::before {
content: '';
display: block;
border-bottom: 1px solid #E6E7EB; }
.next-card-divider--inset {
padding: 0 16px; }
.next-card-content-container {
margin-top: 12px;
padding-bottom: 12px;
padding-left: 16px;
padding-right: 16px;
font-size: 12px;
line-height: 1.5;
color: #666666; }
.next-cascader {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
overflow: auto;
border: 1px solid #DCDEE3;
border-radius: 3px; }
.next-cascader *,
.next-cascader *:before,
.next-cascader *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-inner:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-cascader-menu-wrapper {
float: left;
overflow: auto;
width: 100px;
height: 192px;
overflow-x: hidden;
overflow-y: auto; }
.next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
border-left: 1px solid #DCDEE3; }
.next-cascader-menu {
position: relative;
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
min-width: auto;
min-height: 100%; }
.next-cascader-menu.next-has-right-border {
border-right: 1px solid #DCDEE3; }
.next-cascader-menu-item.next-expanded {
color: #333333;
background-color: #F2F3F7; }
.next-cascader-menu-icon-right {
position: absolute;
top: 0;
right: 10px;
color: #666666; }
.next-cascader-menu-icon-right:hover {
color: #333333; }
.next-cascader-menu-icon-expand.next-icon:before,
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-cascader-menu-icon-expand.next-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-cascader-menu-icon-expand.next-icon:before {
width: 16px;
font-size: 16px; } }
.next-cascader-menu-icon-loading.next-icon:before,
.next-cascader-menu-icon-loading.next-icon .next-icon-remote {
width: 12px;
font-size: 12px;
line-height: inherit; }
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
color: #333333; }
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
color: #5584FF; }
.next-cascader-filtered-list {
height: 192px;
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow: auto; }
.next-cascader-filtered-list .next-menu-item-inner {
overflow: visible; }
.next-cascader-filtered-item em {
color: #5584FF;
font-style: normal; }
.next-cascader[dir="rtl"] .next-cascader-menu-wrapper {
float: right;
border-left: none;
border-right: 1px solid #DCDEE3; }
.next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child {
border-right: none; }
.next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border {
border-right: none;
border-left: 1px solid #DCDEE3; }
.next-cascader[dir="rtl"] .next-cascader-menu-icon-right {
right: auto;
left: 10px; }
.next-cascader-select {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select *,
.next-cascader-select *:before,
.next-cascader-select *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select-dropdown {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none; }
.next-cascader-select-dropdown *,
.next-cascader-select-dropdown *:before,
.next-cascader-select-dropdown *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-cascader-select-dropdown .next-cascader {
display: block;
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.next-cascader-select-not-found {
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
overflow: auto;
color: #999999; }
.next-cascader-select-not-found .next-menu-item:hover {
color: #999999;
/* TODO */
background: #FFFFFF;
cursor: default; }
.next-collapse[dir=rtl] .next-collapse-panel-title {
padding: 8px 28px 8px 0; }
.next-collapse[dir=rtl] .next-collapse-panel-icon {
left: inherit;
right: 12px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-left: 0px;
margin-right: 0px; }
.next-collapse[dir=rtl] .next-collapse-panel-icon:before,
.next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse[dir=rtl] .next-collapse-panel-icon {
-webkit-transform: scale(0.5) rotate(180deg);
-ms-transform: scale(0.5) rotate(180deg);
transform: scale(0.5) rotate(180deg);
margin-left: -4px;
margin-right: -4px; }
.next-collapse[dir=rtl] .next-collapse-panel-icon:before {
width: 16px;
font-size: 16px; } }
/* put your code here */
.next-collapse {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #DCDEE3;
border-radius: 3px; }
.next-collapse *,
.next-collapse *:before,
.next-collapse *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-collapse:focus,
.next-collapse *:focus {
outline: 0; }
.next-collapse-panel:not(:first-child) {
border-top: 1px solid #DCDEE3; }
.next-collapse .next-collapse-panel-icon {
position: absolute;
color: #333333;
-webkit-transition: -webkit-transform 100ms linear;
transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
transition: transform 100ms linear, -webkit-transform 100ms linear;
left: 12px;
margin-top: -2px;
margin-left: 0px;
margin-right: 0px; }
.next-collapse .next-collapse-panel-icon:before,
.next-collapse .next-collapse-panel-icon .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse .next-collapse-panel-icon {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin-left: -4px;
margin-right: -4px; }
.next-collapse .next-collapse-panel-icon:before {
width: 16px;
font-size: 16px; } }
.next-collapse-panel-title {
position: relative;
line-height: 20px;
background: #F2F3F7;
font-size: 14px;
font-weight: normal;
color: #333333;
cursor: pointer;
padding: 8px 0 8px 28px;
-webkit-transition: background 100ms linear;
transition: background 100ms linear; }
.next-collapse-panel-title:hover {
background: #EBECF0;
color: #333333;
font-weight: normal; }
.next-collapse-panel-title:hover .next-collapse-panel-icon {
color: #333333; }
.next-collapse-panel-content {
height: 0;
padding: 0 16px;
background: #FFFFFF;
font-size: 12px;
color: #666666;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
opacity: 0; }
.next-collapse-panel-expanded > .next-collapse-panel-content {
display: block;
padding: 12px 16px;
height: auto;
opacity: 1; }
.next-collapse .next-collapse-unfold-icon::before {
content: ""; }
.next-collapse-panel-hidden > .next-collapse-panel-content {
overflow: hidden; }
.next-collapse .next-collapse-panel-icon::before {
content: "\E619"; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0px;
margin-right: 0px; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before,
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote {
width: 8px;
font-size: 8px;
line-height: inherit; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
-webkit-transform: scale(0.5) rotate(90deg);
-ms-transform: scale(0.5) rotate(90deg);
transform: scale(0.5) rotate(90deg);
margin-left: -4px;
margin-right: -4px; }
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
width: 16px;
font-size: 16px; } }
.next-collapse-disabled {
border-color: #E6E7EB; }
.next-collapse-panel-disabled:not(:first-child) {
border-color: #E6E7EB; }
.next-collapse-panel-disabled > .next-collapse-panel-title {
cursor: not-allowed;
color: #CCCCCC;
background: #F2F3F7; }
.next-collapse-panel-disabled .next-collapse-panel-icon {
color: #CCCCCC; }
.next-collapse-panel-disabled .next-collapse-panel-title:hover {
font-weight: normal; }
.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
color: #CCCCCC; }
.next-collapse-panel-disabled:hover {
color: #CCCCCC;
background: #F2F3F7; }
.next-time-picker-menu {
float: left;
text-align: center; }
.next-time-picker-menu:not(:last-child) {
border-right: 1px solid #C4C6CF; }
.next-time-picker-menu-title {
cursor: default;
height: 28px;
line-height: 28px;
font-size: 12px;
font-weight: normal;
color: #999999;
background: #FFFFFF; }
.next-time-picker-menu ul {
position: relative;
overflow-y: auto;
list-style: none;
margin: 0;
padding: 0;
font-size: 12px;
height: 196px; }
.next-time-picker-menu-item {
cursor: pointer;
height: 28px;
line-height: 28px;
-webkit-transition: background 100ms linear;
transition: background 100ms linear;
color: #666666;
background: #FFFFFF;
outline: none; }
.next-time-picker-menu-item:hover {
color: #333333;
background: #F2F3F7; }
.next-time-picker-menu-item.next-selected {
font-weight: bold;
color: #666666;
background: #F2F3F7; }
.next-time-picker-menu-item.next-disabled {
cursor: not-allowed;
color: #CCCCCC;
background: #FFFFFF; }
.next-time-picker-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-panel *,
.next-time-picker-panel *:before,
.next-time-picker-panel *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-panel:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-time-picker-panel-header {
border-bottom: 1px solid #DCDEE3; }
.next-time-picker-panel-input.next-input {
width: 100%;
padding: 6px;
border-color: transparent;
vertical-align: middle; }
.next-time-picker-panel-col-3 .next-time-picker-menu {
width: 33.33333%; }
.next-time-picker-panel-col-2 .next-time-picker-menu {
width: 50%; }
.next-time-picker-panel-col-1 .next-time-picker-menu {
width: 100%; }
.next-time-picker-body[dir="rtl"] .next-time-picker-menu {
float: right; }
.next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-time-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 200px; }
.next-time-picker *,
.next-time-picker *:before,
.next-time-picker *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-time-picker-trigger .next-input {
width: 100%; }
.next-time-picker-body {
overflow: hidden;
width: 200px;
border: 1px solid #DCDEE3;
border-radius: 3px;
background: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none; }
.next-time-picker-symbol-clock-icon::before {
content: "\E621"; }
.next-range-picker-trigger-separator, .next-range-picker-panel-input-separator {
cursor: default;
display: inline-block;
text-align: center;
color: #CCCCCC;
width: 16px;
font-size: 12px;
vertical-align: middle; }
.next-date-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
display: inline-block;
width: 200px; }
.next-date-picker-input,
.next-month-picker-input,
.next-year-picker-input,
.next-week-picker-input {
width: 100%; }
.next-date-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
width: 288px; }
.next-date-picker-panel-input.next-input,
.next-month-picker-panel-input.next-input,
.next-year-picker-panel-input.next-input,
.next-week-picker-panel-input.next-input {
width: 100%;
background: transparent; }
.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
width: 49%; }
.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
margin-right: 2%; }
.next-range-picker {
display: inline-block;
width: 336px; }
.next-range-picker-input {
width: 100%; }
.next-range-picker-trigger {
border: 1px solid #C4C6CF;
background-color: #FFFFFF; }
.next-range-picker-trigger:hover {
border-color: #A0A2AD;
background-color: #FFFFFF; }
.next-range-picker-trigger.next-error {
border-color: #FF3000; }
.next-range-picker-trigger-input.next-input {
height: auto;
width: calc(50% - 8px); }
.next-range-picker.next-disabled .next-range-picker-trigger {
color: #CCCCCC;
border-color: #E6E7EB;
background-color: #F7F8FA;
cursor: not-allowed; }
.next-range-picker.next-disabled .next-range-picker-trigger:hover {
border-color: #E6E7EB;
background-color: #F7F8FA; }
.next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input {
border-radius: 3px; }
.next-range-picker-body {
width: 600px; }
.next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input {
width: calc(50% - 8px); }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
width: calc(25% - 8px); }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
margin-right: 8px; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
margin-left: 8px; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
width: 50%;
float: left; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
border-right: 1px solid #DCDEE3; }
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
border-left: 1px solid #DCDEE3; }
.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer {
text-align: left; }
.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
margin-right: 0;
margin-left: 16px; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
margin-left: 2%;
margin-right: 0; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu {
float: right; }
.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-range-picker-body[dir="rtl"] .next-range-picker-panel-input {
text-align: right; }
.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer {
text-align: left; }
.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
margin-right: 0;
margin-left: 16px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
margin-right: 0;
margin-left: 8px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
margin-left: 0;
margin-right: 8px; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
float: right; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start {
border-right: none;
border-left: 1px solid #DCDEE3; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
border-left: none;
border-right: 1px solid #DCDEE3; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu {
float: right; }
.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
border-right: none;
border-left: 1px solid #C4C6CF; }
.next-date-picker,
.next-range-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-date-picker *,
.next-date-picker *:before,
.next-date-picker *:after,
.next-range-picker *,
.next-range-picker *:before,
.next-range-picker *:after,
.next-month-picker *,
.next-month-picker *:before,
.next-month-picker *:after,
.next-year-picker *,
.next-year-picker *:before,
.next-year-picker *:after,
.next-week-picker *,
.next-week-picker *:before,
.next-week-picker *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-date-picker-body,
.next-range-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
background: #FFFFFF; }
.next-date-picker-panel-header,
.next-range-picker-panel-header,
.next-month-picker-panel-header,
.next-year-picker-panel-header,
.next-week-picker-panel-header {
padding: 6px;
text-align: center; }
.next-date-picker-panel-time,
.next-range-picker-panel-time,
.next-month-picker-panel-time,
.next-year-picker-panel-time,
.next-week-picker-panel-time {
border-top: 1px solid #DCDEE3; }
.next-date-picker-panel-footer,
.next-range-picker-panel-footer,
.next-month-picker-panel-footer,
.next-year-picker-panel-footer,
.next-week-picker-panel-footer {
text-align: right;
padding: 8px 20px;
border-top: 1px solid #DCDEE3; }
.next-date-picker-panel-footer > .next-btn:not(:last-child),
.next-date-picker-panel-tools > .next-btn:not(:last-child),
.next-range-picker-panel-footer > .next-btn:not(:last-child),
.next-range-picker-panel-tools > .next-btn:not(:last-child),
.next-month-picker-panel-footer > .next-btn:not(:last-child),
.next-month-picker-panel-tools > .next-btn:not(:last-child),
.next-year-picker-panel-footer > .next-btn:not(:last-child),
.next-year-picker-panel-tools > .next-btn:not(:last-child),
.next-week-picker-panel-footer > .next-btn:not(:last-child),
.next-week-picker-panel-tools > .next-btn:not(:last-child) {
margin-right: 16px; }
.next-date-picker-panel-tools,
.next-range-picker-panel-tools,
.next-month-picker-panel-tools,
.next-year-picker-panel-tools,
.next-week-picker-panel-tools {
float: left; }
.next-date-picker .next-calendar-panel-header,
.next-range-picker .next-calendar-panel-header,
.next-month-picker .next-calendar-panel-header,
.next-year-picker .next-calendar-panel-header,
.next-week-picker .next-calendar-panel-header {
margin-left: -1px;
margin-right: -1px; }
.next-date-picker .next-input input,
.next-range-picker .next-input input,
.next-month-picker .next-input input,
.next-year-picker .next-input input,
.next-week-picker .next-input input {
vertical-align: baseline; }
.next-date-picker-symbol-calendar-icon::before,
.next-range-picker-symbol-calendar-icon::before,
.next-month-picker-symbol-calendar-icon::before,
.next-year-picker-symbol-calendar-icon::before,
.next-week-picker-symbol-calendar-icon::before {
content: "\E607"; }
.next-range-picker-panel-body .next-calendar {
display: inline-block;
width: 50%; }
.next-message {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
vertical-align: baseline;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.next-message *,
.next-message *:before,
.next-message *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-message:after {
visibility: hidden;
display: block;
height: 0;
font-size: 0;
content: ' ';
clear: both; }
.next-message .next-message-close {
color: #999999;
font-size: 0;
position: absolute;
cursor: pointer; }
.next-message .next-message-close .next-icon-close {
width: 12px;
height: 12px;
line-height: 1em; }
.next-message .next-message-close .next-icon-close:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1em; }
.next-message .next-message-close:hover {
color: #666666; }
.next-message.next-message-success.next-inline {
background-color: #E4FDDA;
border-color: #E4FDDA;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-success.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-success.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-success.next-inline .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-inline .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-success.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-success.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-success.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-success.next-addon .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-addon .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-success.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-success.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-success.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-success.next-toast .next-message-symbol {
color: #46BC15; }
.next-message.next-message-success.next-toast .next-message-symbol-icon::before {
content: "\E60A"; }
.next-message.next-message-warning.next-inline {
background-color: #FFF3E0;
border-color: #FFF3E0;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-warning.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-inline .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-inline .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-warning.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-warning.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-addon .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-addon .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-warning.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-warning.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-warning.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-warning.next-toast .next-message-symbol {
color: #FF9300; }
.next-message.next-message-warning.next-toast .next-message-symbol-icon::before {
content: "\E60B"; }
.next-message.next-message-error.next-inline {
background-color: #FFECE4;
border-color: #FFECE4;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-error.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-error.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-error.next-inline .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-inline .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-error.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-error.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-error.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-error.next-addon .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-addon .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-error.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-error.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-error.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-error.next-toast .next-message-symbol {
color: #FF3000; }
.next-message.next-message-error.next-toast .next-message-symbol-icon::before {
content: "\E60D"; }
.next-message.next-message-notice.next-inline {
background-color: #E3F2FD;
border-color: #E3F2FD;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-notice.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-inline .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-inline .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-notice.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-notice.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-addon .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-addon .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-notice.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-notice.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-notice.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-notice.next-toast .next-message-symbol {
color: #4494F9; }
.next-message.next-message-notice.next-toast .next-message-symbol-icon::before {
content: "\E60C"; }
.next-message.next-message-help.next-inline {
background-color: #E3FFF8;
border-color: #E3FFF8;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-help.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-help.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-help.next-inline .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-inline .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-help.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-help.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-help.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-help.next-addon .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-addon .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-help.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-help.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-help.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-help.next-toast .next-message-symbol {
color: #01C1B2; }
.next-message.next-message-help.next-toast .next-message-symbol-icon::before {
content: "\E673"; }
.next-message.next-message-loading.next-inline {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-loading.next-inline .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-inline .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-inline .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-inline .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-message-loading.next-addon {
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-style: solid; }
.next-message.next-message-loading.next-addon .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-addon .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-addon .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-addon .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-message-loading.next-toast {
background-color: #FFFFFF;
border-color: #FFFFFF;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
border-style: solid; }
.next-message.next-message-loading.next-toast .next-message-title {
color: #333333; }
.next-message.next-message-loading.next-toast .next-message-content {
color: #666666; }
.next-message.next-message-loading.next-toast .next-message-symbol {
color: #5584FF; }
.next-message.next-message-loading.next-toast .next-message-symbol-icon::before {
content: "\E646";
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear; }
.next-message.next-medium {
border-width: 1px;
padding: 12px; }
.next-message.next-medium .next-message-symbol {
float: left;
line-height: 16px; }
.next-message.next-medium .next-message-symbol:before,
.next-message.next-medium .next-message-symbol .next-icon-remote {
width: 16px;
font-size: 16px;
line-height: inherit; }
.next-message.next-medium .next-message-title {
padding: 0 20px 0 24px;
font-size: 16px;
line-height: 16px; }
.next-message.next-medium .next-message-content {
margin-top: 8px;
padding: 0 20px 0 24px;
font-size: 12px;
line-height: 12px; }
.next-message.next-medium .next-message-symbol + .next-message-content {
margin-top: 0; }
.next-message.next-medium.next-title-content .next-message-title {
line-height: 16px; }
.next-message.next-medium.next-only-content .next-message-content {
line-height: 16px; }
.next-message.next-medium .next-message-close {
top: 12px;
right: 12px; }
.next-message.next-medium.next-inline {
border-radius: 3px; }
.next-message.next-medium.next-toast {
border-radius: 3px; }
.next-message.next-large {
border-width: 2px;
padding: 16px;
line-height: 18px; }
.next-message.next-large .next-message-symbol {
float: left;
line-height: 24px; }
.next-message.next-large .next-message-symbol:before,
.next-message.next-large .next-message-symbol .next-icon-remote {
width: 24px;
font-size: 24px;
line-height: inherit; }
.next-message.next-large .next-message-title {
padding: 0 20px 0 36px;
font-size: 20px;
line-height: 20px; }
.next-message.next-large .next-message-content {
margin-top: 8px;
padding: 0 20px 0 36px;
font-size: 12px;
line-height: 12px; }
.next-message.next-large .next-message-symbol + .next-message-content {
margin-top: 0; }
.next-message.next-large.next-title-content .next-message-title {
line-height: 24px; }
.next-message.next-large.next-only-content .next-message-content {
line-height: 24px; }
.next-message.next-large .next-message-close {
top: 16px;
right: 16px; }
.next-message.next-large.next-inline {
border-radius: 3px; }
.next-message.next-large.next-toast {
border-radius: 3px; }
.next-message[dir="rtl"] .next-message-symbol {
float: right; }
.next-message[dir="rtl"].next-medium .next-message-title {
padding: 0 24px 0 20px; }
.next-message[dir="rtl"].next-medium .next-message-close {
left: 12px;
right: auto; }
.next-message[dir="rtl"].next-large .next-message-title {
padding: 0 36px 0 20px; }
.next-message[dir="rtl"].next-large .next-message-close {
left: 16px;
right: auto; }
.next-dialog[dir=rtl] {
text-align: right; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
text-align: right; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
text-align: center; }
.next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
text-align: left; }
.next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
margin-right: 4px;
margin-left: 0; }
.next-dialog[dir=rtl] .next-dialog-close {
left: 12px;
right: auto; }
.next-dialog {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
z-index: 1001;
background: #FFFFFF;
border: 1px solid #DCDEE3;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
text-align: left;
overflow: hidden;
max-width: 90%;
/* 让用户自己设置 */
/* &.next-closeable &-header, */
/* &.next-closeable &-body, { */
/* padding-right: $dialog-part-padding-right-closeable; */
/* } */ }
.next-dialog *,
.next-dialog *:before,
.next-dialog *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-dialog-header {
padding: 12px 20px 12px 20px;
border-bottom: 0px solid transparent;
font-size: 16px;
background: transparent;
color: #333333; }
.next-dialog-body {
padding: 20px 20px 20px 20px;
font-size: 12px;
color: #666666; }
.next-dialog-footer {
padding: 12px 20px 12px 20px;
border-top: 0px solid transparent;
background: transparent; }
.next-dialog-footer.next-align-left {
text-align: left; }
.next-dialog-footer.next-align-center {
text-align: center; }
.next-dialog-footer.next-align-right {
text-align: right; }
.next-dialog-footer-fixed-height {
position: absolute;
width: 100%;
bottom: 0; }
.next-dialog-btn + .next-dialog-btn {
margin-left: 4px; }
.next-dialog-close {
position: absolute;
top: 12px;
right: 12px;
width: 16px;
height: 16px;
color: #999999;
cursor: pointer; }
.next-dialog-close:link, .next-dialog-close:visited {
height: 16px;
color: #999999; }
.next-dialog-close:hover {
background: transparent;
color: #333333; }
.next-dialog-close .next-dialog-close-icon.next-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
line-height: 1em; }
.next-dialog-close .next-dialog-close-icon.next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1em; }
.next-dialog-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1001;
padding: 40px;
overflow: auto;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-dialog-container:before {
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
content: ''; }
.next-dialog-container .next-dialog {
display: inline-block;
position: relative;
vertical-align: middle; }
.next-dialog-quick .next-dialog-body {
padding: 20px 20px 20px 20px; }
.next-dialog .next-dialog-message.next-message {
min-width: 300px;
padding: 0; }
.next-drawer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
z-index: 1001;
background: #FFFFFF;
border: 1px solid #DCDEE3;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
overflow: auto;
-webkit-animation-duration: 300ms;
animation-duration: 300ms;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.next-drawer *,
.next-drawer *:before,
.next-drawer *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-drawer-right {
height: 100%;
max-width: 80%;
width: 240px; }
.next-drawer-left {
height: 100%;
max-width: 80%;
width: 240px; }
.next-drawer-top {
width: 100%; }
.next-drawer-bottom {
width: 100%; }
.next-drawer-header {
padding: 12px 20px 12px 20px;
border-bottom: 1px solid #DCDEE3;
font-size: 16px;
background: #FFFFFF;
color: #333333; }
.next-drawer-no-title {
padding: 0;
border-bottom: 0; }
.next-drawer-body {
padding: 20px 20px 20px 20px;
font-size: 12px;
color: #666666; }
.next-drawer-close {
position: absolute;
top: 12px;
right: 12px;
width: 16px;
height: 16px;
color: #999999;
cursor: pointer; }
.next-drawer-close:link, .next-drawer-close:visited {
height: 16px;
color: #999999; }
.next-drawer-close:hover {
background: transparent;
color: #333333; }
.next-drawer-close .next-drawer-close-icon.next-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
line-height: 1em; }
.next-drawer-close .next-drawer-close-icon.next-icon:before {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1em; }
/* stylelint-disable-next-line */
/* Grid System */
/* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */
/* 栅格系统, 根据不同的屏幕尺寸情况,调整这些区块的排版,将页面划分为若干等宽的列,然后推荐通过等宽列来创建响应式的页面区块。另外,屏幕宽度较大的时候,区块倾向于水平分布,而屏幕宽度较小的时候,区块倾向于竖直堆叠。 */
/* ------------------------------- */
.next-row {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-row *,
.next-row *:before,
.next-row *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-row.next-row-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media (min-width: 320px) {
.next-row.next-row-fixed {
width: 320px; } }
@media (min-width: 480px) {
.next-row.next-row-fixed {
width: 480px; } }
@media (min-width: 720px) {
.next-row.next-row-fixed {
width: 720px; } }
@media (min-width: 990px) {
.next-row.next-row-fixed {
width: 990px; } }
@media (min-width: 1200px) {
.next-row.next-row-fixed {
width: 1200px; } }
@media (min-width: 1500px) {
.next-row.next-row-fixed {
width: 1500px; } }
.next-row.next-row-fixed-xxs {
width: 320px; }
.next-row.next-row-fixed-xs {
width: 480px; }
.next-row.next-row-fixed-s {
width: 720px; }
.next-row.next-row-fixed-m {
width: 990px; }
.next-row.next-row-fixed-l {
width: 1200px; }
.next-row.next-row-fixed-xl {
width: 1500px; }
.next-row.next-row-justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.next-row.next-row-justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.next-row.next-row-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.next-row.next-row-justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.next-row.next-row-justify-space-around {
-ms-flex-pack: distribute;
justify-content: space-around; }
.next-row.next-row-align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.next-row.next-row-align-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.next-row.next-row-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.next-row.next-row-align-baseline {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline; }
.next-row.next-row-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.next-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.next-col.next-col-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.next-col.next-col-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
.next-col.next-col-center {
-ms-flex-item-align: center;
align-self: center; }
/* IE9 pack */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
.next-row {
display: table;
width: 100%; }
.next-col {
display: table-cell;
vertical-align: top; } }
.next-col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
@media (min-width: 320px) {
.next-col-xxs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xxs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xxs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xxs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xxs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xxs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xxs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xxs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xxs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xxs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xxs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xxs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xxs-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xxs-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xxs-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xxs-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xxs-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xxs-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xxs-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xxs-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xxs-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xxs-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xxs-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xxs-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 480px) {
.next-col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xs-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xs-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xs-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xs-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xs-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xs-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xs-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xs-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xs-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xs-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xs-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xs-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 720px) {
.next-col-s-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-s-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-s-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-s-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-s-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-s-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-s-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-s-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-s-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-s-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-s-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-s-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-s-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-s-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-s-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-s-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-s-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-s-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-s-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-s-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-s-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-s-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-s-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-s-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 990px) {
.next-col-m-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-m-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-m-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-m-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-m-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-m-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-m-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-m-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-m-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-m-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-m-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-m-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-m-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-m-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-m-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-m-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-m-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-m-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-m-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-m-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-m-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-m-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-m-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-m-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1200px) {
.next-col-l-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-l-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-l-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-l-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-l-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-l-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-l-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-l-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-l-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-l-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-l-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-l-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-l-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-l-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-l-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-l-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-l-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-l-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-l-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-l-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-l-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-l-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-l-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-l-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 4.16667%;
flex: 0 0 4.16667%;
width: 4.16667%;
max-width: 4.16667%; }
.next-col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
width: 8.33333%;
max-width: 8.33333%; }
.next-col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
width: 12.5%;
max-width: 12.5%; }
.next-col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
width: 16.66667%;
max-width: 16.66667%; }
.next-col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20.83333%;
flex: 0 0 20.83333%;
width: 20.83333%;
max-width: 20.83333%; }
.next-col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%; }
.next-col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.16667%;
flex: 0 0 29.16667%;
width: 29.16667%;
max-width: 29.16667%; }
.next-col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
width: 33.33333%;
max-width: 33.33333%; }
.next-col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.5%;
flex: 0 0 37.5%;
width: 37.5%;
max-width: 37.5%; }
.next-col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
width: 41.66667%;
max-width: 41.66667%; }
.next-col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.83333%;
flex: 0 0 45.83333%;
width: 45.83333%;
max-width: 45.83333%; }
.next-col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%; }
.next-col-xl-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 54.16667%;
flex: 0 0 54.16667%;
width: 54.16667%;
max-width: 54.16667%; }
.next-col-xl-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
width: 58.33333%;
max-width: 58.33333%; }
.next-col-xl-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 62.5%;
flex: 0 0 62.5%;
width: 62.5%;
max-width: 62.5%; }
.next-col-xl-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
width: 66.66667%;
max-width: 66.66667%; }
.next-col-xl-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 70.83333%;
flex: 0 0 70.83333%;
width: 70.83333%;
max-width: 70.83333%; }
.next-col-xl-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
width: 75%;
max-width: 75%; }
.next-col-xl-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 79.16667%;
flex: 0 0 79.16667%;
width: 79.16667%;
max-width: 79.16667%; }
.next-col-xl-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
width: 83.33333%;
max-width: 83.33333%; }
.next-col-xl-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 87.5%;
flex: 0 0 87.5%;
width: 87.5%;
max-width: 87.5%; }
.next-col-xl-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
width: 91.66667%;
max-width: 91.66667%; }
.next-col-xl-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 95.83333%;
flex: 0 0 95.83333%;
width: 95.83333%;
max-width: 95.83333%; }
.next-col-xl-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
.next-col-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
@media (min-width: 320px) {
.next-col-xxs-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xxs-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xxs-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xxs-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xxs-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 480px) {
.next-col-xs-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xs-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xs-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xs-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xs-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 720px) {
.next-col-s-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-s-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-s-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-s-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-s-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 990px) {
.next-col-m-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-m-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-m-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-m-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-m-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1200px) {
.next-col-l-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-l-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-l-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-l-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-l-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-1p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%; }
.next-col-xl-2p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
width: 40%;
max-width: 40%; }
.next-col-xl-3p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
width: 60%;
max-width: 60%; }
.next-col-xl-4p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
width: 80%;
max-width: 80%; }
.next-col-xl-5p5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
.next-col-fixed-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20px;
flex: 0 0 20px;
width: 20px;
max-width: 20px; }
.next-col-fixed-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
width: 40px;
max-width: 40px; }
.next-col-fixed-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
width: 60px;
max-width: 60px; }
.next-col-fixed-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
width: 80px;
max-width: 80px; }
.next-col-fixed-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
width: 100px;
max-width: 100px; }
.next-col-fixed-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
width: 120px;
max-width: 120px; }
.next-col-fixed-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 140px;
flex: 0 0 140px;
width: 140px;
max-width: 140px; }
.next-col-fixed-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
width: 160px;
max-width: 160px; }
.next-col-fixed-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 180px;
flex: 0 0 180px;
width: 180px;
max-width: 180px; }
.next-col-fixed-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
width: 200px;
max-width: 200px; }
.next-col-fixed-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 220px;
flex: 0 0 220px;
width: 220px;
max-width: 220px; }
.next-col-fixed-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 240px;
flex: 0 0 240px;
width: 240px;
max-width: 240px; }
.next-col-fixed-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 260px;
flex: 0 0 260px;
width: 260px;
max-width: 260px; }
.next-col-fixed-14 {
-webkit-box-flex: 0;
-ms-flex: 0 0 280px;
flex: 0 0 280px;
width: 280px;
max-width: 280px; }
.next-col-fixed-15 {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
width: 300px;
max-width: 300px; }
.next-col-fixed-16 {
-webkit-box-flex: 0;
-ms-flex: 0 0 320px;
flex: 0 0 320px;
width: 320px;
max-width: 320px; }
.next-col-fixed-17 {
-webkit-box-flex: 0;
-ms-flex: 0 0 340px;
flex: 0 0 340px;
width: 340px;
max-width: 340px; }
.next-col-fixed-18 {
-webkit-box-flex: 0;
-ms-flex: 0 0 360px;
flex: 0 0 360px;
width: 360px;
max-width: 360px; }
.next-col-fixed-19 {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
width: 380px;
max-width: 380px; }
.next-col-fixed-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
width: 400px;
max-width: 400px; }
.next-col-fixed-21 {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
width: 420px;
max-width: 420px; }
.next-col-fixed-22 {
-webkit-box-flex: 0;
-ms-flex: 0 0 440px;
flex: 0 0 440px;
width: 440px;
max-width: 440px; }
.next-col-fixed-23 {
-webkit-box-flex: 0;
-ms-flex: 0 0 460px;
flex: 0 0 460px;
width: 460px;
max-width: 460px; }
.next-col-fixed-24 {
-webkit-box-flex: 0;
-ms-flex: 0 0 480px;
flex: 0 0 480px;
width: 480px;
max-width: 480px; }
.next-col-fixed-25 {
-webkit-box-flex: 0;
-ms-flex: 0 0 500px;
flex: 0 0 500px;
width: 500px;
max-width: 500px; }
.next-col-fixed-26 {
-webkit-box-flex: 0;
-ms-flex: 0 0 520px;
flex: 0 0 520px;
width: 520px;
max-width: 520px; }
.next-col-fixed-27 {
-webkit-box-flex: 0;
-ms-flex: 0 0 540px;
flex: 0 0 540px;
width: 540px;
max-width: 540px; }
.next-col-fixed-28 {
-webkit-box-flex: 0;
-ms-flex: 0 0 560px;
flex: 0 0 560px;
width: 560px;
max-width: 560px; }
.next-col-fixed-29 {
-webkit-box-flex: 0;
-ms-flex: 0 0 580px;
flex: 0 0 580px;
width: 580px;
max-width: 580px; }
.next-col-fixed-30 {
-webkit-box-flex: 0;
-ms-flex: 0 0 600px;
flex: 0 0 600px;
width: 600px;
max-width: 600px; }
.next-col-offset-1 {
margin-left: 4.16667%; }
.next-col-offset-2 {
margin-left: 8.33333%; }
.next-col-offset-3 {
margin-left: 12.5%; }
.next-col-offset-4 {
margin-left: 16.66667%; }
.next-col-offset-5 {
margin-left: 20.83333%; }
.next-col-offset-6 {
margin-left: 25%; }
.next-col-offset-7 {
margin-left: 29.16667%; }
.next-col-offset-8 {
margin-left: 33.33333%; }
.next-col-offset-9 {
margin-left: 37.5%; }
.next-col-offset-10 {
margin-left: 41.66667%; }
.next-col-offset-11 {
margin-left: 45.83333%; }
.next-col-offset-12 {
margin-left: 50%; }
.next-col-offset-13 {
margin-left: 54.16667%; }
.next-col-offset-14 {
margin-left: 58.33333%; }
.next-col-offset-15 {
margin-left: 62.5%; }
.next-col-offset-16 {
margin-left: 66.66667%; }
.next-col-offset-17 {
margin-left: 70.83333%; }
.next-col-offset-18 {
margin-left: 75%; }
.next-col-offset-19 {
margin-left: 79.16667%; }
.next-col-offset-20 {
margin-left: 83.33333%; }
.next-col-offset-21 {
margin-left: 87.5%; }
.next-col-offset-22 {
margin-left: 91.66667%; }
.next-col-offset-23 {
margin-left: 95.83333%; }
.next-col-offset-24 {
margin-left: 100%; }
@media (min-width: 320px) {
.next-col-xxs-offset-1 {
margin-left: 4.16667%; }
.next-col-xxs-offset-2 {
margin-left: 8.33333%; }
.next-col-xxs-offset-3 {
margin-left: 12.5%; }
.next-col-xxs-offset-4 {
margin-left: 16.66667%; }
.next-col-xxs-offset-5 {
margin-left: 20.83333%; }
.next-col-xxs-offset-6 {
margin-left: 25%; }
.next-col-xxs-offset-7 {
margin-left: 29.16667%; }
.next-col-xxs-offset-8 {
margin-left: 33.33333%; }
.next-col-xxs-offset-9 {
margin-left: 37.5%; }
.next-col-xxs-offset-10 {
margin-left: 41.66667%; }
.next-col-xxs-offset-11 {
margin-left: 45.83333%; }
.next-col-xxs-offset-12 {
margin-left: 50%; }
.next-col-xxs-offset-13 {
margin-left: 54.16667%; }
.next-col-xxs-offset-14 {
margin-left: 58.33333%; }
.next-col-xxs-offset-15 {
margin-left: 62.5%; }
.next-col-xxs-offset-16 {
margin-left: 66.66667%; }
.next-col-xxs-offset-17 {
margin-left: 70.83333%; }
.next-col-xxs-offset-18 {
margin-left: 75%; }
.next-col-xxs-offset-19 {
margin-left: 79.16667%; }
.next-col-xxs-offset-20 {
margin-left: 83.33333%; }
.next-col-xxs-offset-21 {
margin-left: 87.5%; }
.next-col-xxs-offset-22 {
margin-left: 91.66667%; }
.next-col-xxs-offset-23 {
margin-left: 95.83333%; }
.next-col-xxs-offset-24 {
margin-left: 100%; } }
@media (min-width: 480px) {
.next-col-xs-offset-1 {
margin-left: 4.16667%; }
.next-col-xs-offset-2 {
margin-left: 8.33333%; }
.next-col-xs-offset-3 {
margin-left: 12.5%; }
.next-col-xs-offset-4 {
margin-left: 16.66667%; }
.next-col-xs-offset-5 {
margin-left: 20.83333%; }
.next-col-xs-offset-6 {
margin-left: 25%; }
.next-col-xs-offset-7 {
margin-left: 29.16667%; }
.next-col-xs-offset-8 {
margin-left: 33.33333%; }
.next-col-xs-offset-9 {
margin-left: 37.5%; }
.next-col-xs-offset-10 {
margin-left: 41.66667%; }
.next-col-xs-offset-11 {
margin-left: 45.83333%; }
.next-col-xs-offset-12 {
margin-left: 50%; }
.next-col-xs-offset-13 {
margin-left: 54.16667%; }
.next-col-xs-offset-14 {
margin-left: 58.33333%; }
.next-col-xs-offset-15 {
margin-left: 62.5%; }
.next-col-xs-offset-16 {
margin-left: 66.66667%; }
.next-col-xs-offset-17 {
margin-left: 70.83333%; }
.next-col-xs-offset-18 {
margin-left: 75%; }
.next-col-xs-offset-19 {
margin-left: 79.16667%; }
.next-col-xs-offset-20 {
margin-left: 83.33333%; }
.next-col-xs-offset-21 {
margin-left: 87.5%; }
.next-col-xs-offset-22 {
margin-left: 91.66667%; }
.next-col-xs-offset-23 {
margin-left: 95.83333%; }
.next-col-xs-offset-24 {
margin-left: 100%; } }
@media (min-width: 720px) {
.next-col-s-offset-1 {
margin-left: 4.16667%; }
.next-col-s-offset-2 {
margin-left: 8.33333%; }
.next-col-s-offset-3 {
margin-left: 12.5%; }
.next-col-s-offset-4 {
margin-left: 16.66667%; }
.next-col-s-offset-5 {
margin-left: 20.83333%; }
.next-col-s-offset-6 {
margin-left: 25%; }
.next-col-s-offset-7 {
margin-left: 29.16667%; }
.next-col-s-offset-8 {
margin-left: 33.33333%; }
.next-col-s-offset-9 {
margin-left: 37.5%; }
.next-col-s-offset-10 {
margin-left: 41.66667%; }
.next-col-s-offset-11 {
margin-left: 45.83333%; }
.next-col-s-offset-12 {
margin-left: 50%; }
.next-col-s-offset-13 {
margin-left: 54.16667%; }
.next-col-s-offset-14 {
margin-left: 58.33333%; }
.next-col-s-offset-15 {
margin-left: 62.5%; }
.next-col-s-offset-16 {
margin-left: 66.66667%; }
.next-col-s-offset-17 {
margin-left: 70.83333%; }
.next-col-s-offset-18 {
margin-left: 75%; }
.next-col-s-offset-19 {
margin-left: 79.16667%; }
.next-col-s-offset-20 {
margin-left: 83.33333%; }
.next-col-s-offset-21 {
margin-left: 87.5%; }
.next-col-s-offset-22 {
margin-left: 91.66667%; }
.next-col-s-offset-23 {
margin-left: 95.83333%; }
.next-col-s-offset-24 {
margin-left: 100%; } }
@media (min-width: 990px) {
.next-col-m-offset-1 {
margin-left: 4.16667%; }
.next-col-m-offset-2 {
margin-left: 8.33333%; }
.next-col-m-offset-3 {
margin-left: 12.5%; }
.next-col-m-offset-4 {
margin-left: 16.66667%; }
.next-col-m-offset-5 {
margin-left: 20.83333%; }
.next-col-m-offset-6 {
margin-left: 25%; }
.next-col-m-offset-7 {
margin-left: 29.16667%; }
.next-col-m-offset-8 {
margin-left: 33.33333%; }
.next-col-m-offset-9 {
margin-left: 37.5%; }
.next-col-m-offset-10 {
margin-left: 41.66667%; }
.next-col-m-offset-11 {
margin-left: 45.83333%; }
.next-col-m-offset-12 {
margin-left: 50%; }
.next-col-m-offset-13 {
margin-left: 54.16667%; }
.next-col-m-offset-14 {
margin-left: 58.33333%; }
.next-col-m-offset-15 {
margin-left: 62.5%; }
.next-col-m-offset-16 {
margin-left: 66.66667%; }
.next-col-m-offset-17 {
margin-left: 70.83333%; }
.next-col-m-offset-18 {
margin-left: 75%; }
.next-col-m-offset-19 {
margin-left: 79.16667%; }
.next-col-m-offset-20 {
margin-left: 83.33333%; }
.next-col-m-offset-21 {
margin-left: 87.5%; }
.next-col-m-offset-22 {
margin-left: 91.66667%; }
.next-col-m-offset-23 {
margin-left: 95.83333%; }
.next-col-m-offset-24 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.next-col-l-offset-1 {
margin-left: 4.16667%; }
.next-col-l-offset-2 {
margin-left: 8.33333%; }
.next-col-l-offset-3 {
margin-left: 12.5%; }
.next-col-l-offset-4 {
margin-left: 16.66667%; }
.next-col-l-offset-5 {
margin-left: 20.83333%; }
.next-col-l-offset-6 {
margin-left: 25%; }
.next-col-l-offset-7 {
margin-left: 29.16667%; }
.next-col-l-offset-8 {
margin-left: 33.33333%; }
.next-col-l-offset-9 {
margin-left: 37.5%; }
.next-col-l-offset-10 {
margin-left: 41.66667%; }
.next-col-l-offset-11 {
margin-left: 45.83333%; }
.next-col-l-offset-12 {
margin-left: 50%; }
.next-col-l-offset-13 {
margin-left: 54.16667%; }
.next-col-l-offset-14 {
margin-left: 58.33333%; }
.next-col-l-offset-15 {
margin-left: 62.5%; }
.next-col-l-offset-16 {
margin-left: 66.66667%; }
.next-col-l-offset-17 {
margin-left: 70.83333%; }
.next-col-l-offset-18 {
margin-left: 75%; }
.next-col-l-offset-19 {
margin-left: 79.16667%; }
.next-col-l-offset-20 {
margin-left: 83.33333%; }
.next-col-l-offset-21 {
margin-left: 87.5%; }
.next-col-l-offset-22 {
margin-left: 91.66667%; }
.next-col-l-offset-23 {
margin-left: 95.83333%; }
.next-col-l-offset-24 {
margin-left: 100%; } }
@media (min-width: 1500px) {
.next-col-xl-offset-1 {
margin-left: 4.16667%; }
.next-col-xl-offset-2 {
margin-left: 8.33333%; }
.next-col-xl-offset-3 {
margin-left: 12.5%; }
.next-col-xl-offset-4 {
margin-left: 16.66667%; }
.next-col-xl-offset-5 {
margin-left: 20.83333%; }
.next-col-xl-offset-6 {
margin-left: 25%; }
.next-col-xl-offset-7 {
margin-left: 29.16667%; }
.next-col-xl-offset-8 {
margin-left: 33.33333%; }
.next-col-xl-offset-9 {
margin-left: 37.5%; }
.next-col-xl-offset-10 {
margin-left: 41.66667%; }
.next-col-xl-offset-11 {
margin-left: 45.83333%; }
.next-col-xl-offset-12 {
margin-left: 50%; }
.next-col-xl-offset-13 {
margin-left: 54.16667%; }
.next-col-xl-offset-14 {
margin-left: 58.33333%; }
.next-col-xl-offset-15 {
margin-left: 62.5%; }
.next-col-xl-offset-16 {
margin-left: 66.66667%; }
.next-col-xl-offset-17 {
margin-left: 70.83333%; }
.next-col-xl-offset-18 {
margin-left: 75%; }
.next-col-xl-offset-19 {
margin-left: 79.16667%; }
.next-col-xl-offset-20 {
margin-left: 83.33333%; }
.next-col-xl-offset-21 {
margin-left: 87.5%; }
.next-col-xl-offset-22 {
margin-left: 91.66667%; }
.next-col-xl-offset-23 {
margin-left: 95.83333%; }
.next-col-xl-offset-24 {
margin-left: 100%; } }
.next-col-offset-fixed-1 {
margin-left: 20px; }
.next-col-offset-fixed-2 {
margin-left: 40px; }
.next-col-offset-fixed-3 {
margin-left: 60px; }
.next-col-offset-fixed-4 {
margin-left: 80px; }
.next-col-offset-fixed-5 {
margin-left: 100px; }
.next-col-offset-fixed-6 {
margin-left: 120px; }
.next-col-offset-fixed-7 {
margin-left: 140px; }
.next-col-offset-fixed-8 {
margin-left: 160px; }
.next-col-offset-fixed-9 {
margin-left: 180px; }
.next-col-offset-fixed-10 {
margin-left: 200px; }
.next-col-offset-fixed-11 {
margin-left: 220px; }
.next-col-offset-fixed-12 {
margin-left: 240px; }
.next-col-offset-fixed-13 {
margin-left: 260px; }
.next-col-offset-fixed-14 {
margin-left: 280px; }
.next-col-offset-fixed-15 {
margin-left: 300px; }
.next-col-offset-fixed-16 {
margin-left: 320px; }
.next-col-offset-fixed-17 {
margin-left: 340px; }
.next-col-offset-fixed-18 {
margin-left: 360px; }
.next-col-offset-fixed-19 {
margin-left: 380px; }
.next-col-offset-fixed-20 {
margin-left: 400px; }
.next-col-offset-fixed-21 {
margin-left: 420px; }
.next-col-offset-fixed-22 {
margin-left: 440px; }
.next-col-offset-fixed-23 {
margin-left: 460px; }
.next-col-offset-fixed-24 {
margin-left: 480px; }
.next-col-offset-fixed-25 {
margin-left: 500px; }
.next-col-offset-fixed-26 {
margin-left: 520px; }
.next-col-offset-fixed-27 {
margin-left: 540px; }
.next-col-offset-fixed-28 {
margin-left: 560px; }
.next-col-offset-fixed-29 {
margin-left: 580px; }
.next-col-offset-fixed-30 {
margin-left: 600px; }
.next-col-offset-fixed-xxs-1 {
margin-left: 20px; }
.next-col-offset-fixed-xxs-2 {
margin-left: 40px; }
.next-col-offset-fixed-xxs-3 {
margin-left: 60px; }
.next-col-offset-fixed-xxs-4 {
margin-left: 80px; }
.next-col-offset-fixed-xxs-5 {
margin-left: 100px; }
.next-col-offset-fixed-xxs-6 {
margin-left: 120px; }
.next-col-offset-fixed-xxs-7 {
margin-left: 140px; }
.next-col-offset-fixed-xxs-8 {
margin-left: 160px; }
.next-col-offset-fixed-xxs-9 {
margin-left: 180px; }
.next-col-offset-fixed-xxs-10 {
margin-left: 200px; }
.next-col-offset-fixed-xxs-11 {
margin-left: 220px; }
.next-col-offset-fixed-xxs-12 {
margin-left: 240px; }
.next-col-offset-fixed-xxs-13 {
margin-left: 260px; }
.next-col-offset-fixed-xxs-14 {
margin-left: 280px; }
.next-col-offset-fixed-xxs-15 {
margin-left: 300px; }
.next-col-offset-fixed-xxs-16 {
margin-left: 320px; }
.next-col-offset-fixed-xxs-17 {
margin-left: 340px; }
.next-col-offset-fixed-xxs-18 {
margin-left: 360px; }
.next-col-offset-fixed-xxs-19 {
margin-left: 380px; }
.next-col-offset-fixed-xxs-20 {
margin-left: 400px; }
.next-col-offset-fixed-xxs-21 {
margin-left: 420px; }
.next-col-offset-fixed-xxs-22 {
margin-left: 440px; }
.next-col-offset-fixed-xxs-23 {
margin-left: 460px; }
.next-col-offset-fixed-xxs-24 {
margin-left: 480px; }
.next-col-offset-fixed-xxs-25 {
margin-left: 500px; }
.next-col-offset-fixed-xxs-26 {
margin-left: 520px; }
.next-col-offset-fixed-xxs-27 {
margin-left: 540px; }
.next-col-offset-fixed-xxs-28 {
margin-left: 560px; }
.next-col-offset-fixed-xxs-29 {
margin-left: 580px; }
.next-col-offset-fixed-xxs-30 {
margin-left: 600px; }
.next-col-offset-fixed-xs-1 {
margin-left: 20px; }
.next-col-offset-fixed-xs-2 {
margin-left: 40px; }
.next-col-offset-fixed-xs-3 {
margin-left: 60px; }
.next-col-offset-fixed-xs-4 {
margin-left: 80px; }
.next-col-offset-fixed-xs-5 {
margin-left: 100px; }
.next-col-offset-fixed-xs-6 {
margin-left: 120px; }
.next-col-offset-fixed-xs-7 {
margin-left: 140px; }
.next-col-offset-fixed-xs-8 {
margin-left: 160px; }
.next-col-offset-fixed-xs-9 {
margin-left: 180px; }
.next-col-offset-fixed-xs-10 {
margin-left: 200px; }
.next-col-offset-fixed-xs-11 {
margin-left: 220px; }
.next-col-offset-fixed-xs-12 {
margin-left: 240px; }
.next-col-offset-fixed-xs-13 {
margin-left: 260px; }
.next-col-offset-fixed-xs-14 {
margin-left: 280px; }
.next-col-offset-fixed-xs-15 {
margin-left: 300px; }
.next-col-offset-fixed-xs-16 {
margin-left: 320px; }
.next-col-offset-fixed-xs-17 {
margin-left: 340px; }
.next-col-offset-fixed-xs-18 {
margin-left: 360px; }
.next-col-offset-fixed-xs-19 {
margin-left: 380px; }
.next-col-offset-fixed-xs-20 {
margin-left: 400px; }
.next-col-offset-fixed-xs-21 {
margin-left: 420px; }
.next-col-offset-fixed-xs-22 {
margin-left: 440px; }
.next-col-offset-fixed-xs-23 {
margin-left: 460px; }
.next-col-offset-fixed-xs-24 {
margin-left: 480px; }
.next-col-offset-fixed-xs-25 {
margin-left: 500px; }
.next-col-offset-fixed-xs-26 {
margin-left: 520px; }
.next-col-offset-fixed-xs-27 {
margin-left: 540px; }
.next-col-offset-fixed-xs-28 {
margin-left: 560px; }
.next-col-offset-fixed-xs-29 {
margin-left: 580px; }
.next-col-offset-fixed-xs-30 {
margin-left: 600px; }
.next-col-offset-fixed-s-1 {
margin-left: 20px; }
.next-col-offset-fixed-s-2 {
margin-left: 40px; }
.next-col-offset-fixed-s-3 {
margin-left: 60px; }
.next-col-offset-fixed-s-4 {
margin-left: 80px; }
.next-col-offset-fixed-s-5 {
margin-left: 100px; }
.next-col-offset-fixed-s-6 {
margin-left: 120px; }
.next-col-offset-fixed-s-7 {
margin-left: 140px; }
.next-col-offset-fixed-s-8 {
margin-left: 160px; }
.next-col-offset-fixed-s-9 {
margin-left: 180px; }
.next-col-offset-fixed-s-10 {
margin-left: 200px; }
.next-col-offset-fixed-s-11 {
margin-left: 220px; }
.next-col-offset-fixed-s-12 {
margin-left: 240px; }
.next-col-offset-fixed-s-13 {
margin-left: 260px; }
.next-col-offset-fixed-s-14 {
margin-left: 280px; }
.next-col-offset-fixed-s-15 {
margin-left: 300px; }
.next-col-offset-fixed-s-16 {
margin-left: 320px; }
.next-col-offset-fixed-s-17 {
margin-left: 340px; }
.next-col-offset-fixed-s-18 {
margin-left: 360px; }
.next-col-offset-fixed-s-19 {
margin-left: 380px; }
.next-col-offset-fixed-s-20 {
margin-left: 400px; }
.next-col-offset-fixed-s-21 {
margin-left: 420px; }
.next-col-offset-fixed-s-22 {
margin-left: 440px; }
.next-col-offset-fixed-s-23 {
margin-left: 460px; }
.next-col-offset-fixed-s-24 {
margin-left: 480px; }
.next-col-offset-fixed-s-25 {
margin-left: 500px; }
.next-col-offset-fixed-s-26 {
margin-left: 520px; }
.next-col-offset-fixed-s-27 {
margin-left: 540px; }
.next-col-offset-fixed-s-28 {
margin-left: 560px; }
.next-col-offset-fixed-s-29 {
margin-left: 580px; }
.next-col-offset-fixed-s-30 {
margin-left: 600px; }
.next-col-offset-fixed-m-1 {
margin-left: 20px; }
.next-col-offset-fixed-m-2 {
margin-left: 40px; }
.next-col-offset-fixed-m-3 {
margin-left: 60px; }
.next-col-offset-fixed-m-4 {
margin-left: 80px; }
.next-col-offset-fixed-m-5 {
margin-left: 100px; }
.next-col-offset-fixed-m-6 {
margin-left: 120px; }
.next-col-offset-fixed-m-7 {
margin-left: 140px; }
.next-col-offset-fixed-m-8 {
margin-left: 160px; }
.next-col-offset-fixed-m-9 {
margin-left: 180px; }
.next-col-offset-fixed-m-10 {
margin-left: 200px; }
.next-col-offset-fixed-m-11 {
margin-left: 220px; }
.next-col-offset-fixed-m-12 {
margin-left: 240px; }
.next-col-offset-fixed-m-13 {
margin-left: 260px; }
.next-col-offset-fixed-m-14 {
margin-left: 280px; }
.next-col-offset-fixed-m-15 {
margin-left: 300px; }
.next-col-offset-fixed-m-16 {
margin-left: 320px; }
.next-col-offset-fixed-m-17 {
margin-left: 340px; }
.next-col-offset-fixed-m-18 {
margin-left: 360px; }
.next-col-offset-fixed-m-19 {
margin-left: 380px; }
.next-col-offset-fixed-m-20 {
margin-left: 400px; }
.next-col-offset-fixed-m-21 {
margin-left: 420px; }
.next-col-offset-fixed-m-22 {
margin-left: 440px; }
.next-col-offset-fixed-m-23 {
margin-left: 460px; }
.next-col-offset-fixed-m-24 {
margin-left: 480px; }
.next-col-offset-fixed-m-25 {
margin-left: 500px; }
.next-col-offset-fixed-m-26 {
margin-left: 520px; }
.next-col-offset-fixed-m-27 {
margin-left: 540px; }
.next-col-offset-fixed-m-28 {
margin-left: 560px; }
.next-col-offset-fixed-m-29 {
margin-left: 580px; }
.next-col-offset-fixed-m-30 {
margin-left: 600px; }
.next-col-offset-fixed-l-1 {
margin-left: 20px; }
.next-col-offset-fixed-l-2 {
margin-left: 40px; }
.next-col-offset-fixed-l-3 {
margin-left: 60px; }
.next-col-offset-fixed-l-4 {
margin-left: 80px; }
.next-col-offset-fixed-l-5 {
margin-left: 100px; }
.next-col-offset-fixed-l-6 {
margin-left: 120px; }
.next-col-offset-fixed-l-7 {
margin-left: 140px; }
.next-col-offset-fixed-l-8 {
margin-left: 160px; }
.next-col-offset-fixed-l-9 {
margin-left: 180px; }
.next-col-offset-fixed-l-10 {
margin-left: 200px; }
.next-col-offset-fixed-l-11 {
margin-left: 220px; }
.next-col-offset-fixed-l-12 {
margin-left: 240px; }
.next-col-offset-fixed-l-13 {
margin-left: 260px; }
.next-col-offset-fixed-l-14 {
margin-left: 280px; }
.next-col-offset-fixed-l-15 {
margin-left: 300px; }
.next-col-offset-fixed-l-16 {
margin-left: 320px; }
.next-col-offset-fixed-l-17 {
margin-left: 340px; }
.next-col-offset-fixed-l-18 {
margin-left: 360px; }
.next-col-offset-fixed-l-19 {
margin-left: 380px; }
.next-col-offset-fixed-l-20 {
margin-left: 400px; }
.next-col-offset-fixed-l-21 {
margin-left: 420px; }
.next-col-offset-fixed-l-22 {
margin-left: 440px; }
.next-col-offset-fixed-l-23 {
margin-left: 460px; }
.next-col-offset-fixed-l-24 {
margin-left: 480px; }
.next-col-offset-fixed-l-25 {
margin-left: 500px; }
.next-col-offset-fixed-l-26 {
margin-left: 520px; }
.next-col-offset-fixed-l-27 {
margin-left: 540px; }
.next-col-offset-fixed-l-28 {
margin-left: 560px; }
.next-col-offset-fixed-l-29 {
margin-left: 580px; }
.next-col-offset-fixed-l-30 {
margin-left: 600px; }
.next-col-offset-fixed-xl-1 {
margin-left: 20px; }
.next-col-offset-fixed-xl-2 {
margin-left: 40px; }
.next-col-offset-fixed-xl-3 {
margin-left: 60px; }
.next-col-offset-fixed-xl-4 {
margin-left: 80px; }
.next-col-offset-fixed-xl-5 {
margin-left: 100px; }
.next-col-offset-fixed-xl-6 {
margin-left: 120px; }
.next-col-offset-fixed-xl-7 {
margin-left: 140px; }
.next-col-offset-fixed-xl-8 {
margin-left: 160px; }
.next-col-offset-fixed-xl-9 {
margin-left: 180px; }
.next-col-offset-fixed-xl-10 {
margin-left: 200px; }
.next-col-offset-fixed-xl-11 {
margin-left: 220px; }
.next-col-offset-fixed-xl-12 {
margin-left: 240px; }
.next-col-offset-fixed-xl-13 {
margin-left: 260px; }
.next-col-offset-fixed-xl-14 {
margin-left: 280px; }
.next-col-offset-fixed-xl-15 {
margin-left: 300px; }
.next-col-offset-fixed-xl-16 {
margin-left: 320px; }
.next-col-offset-fixed-xl-17 {
margin-left: 340px; }
.next-col-offset-fixed-xl-18 {
margin-left: 360px; }
.next-col-offset-fixed-xl-19 {
margin-left: 380px; }
.next-col-offset-fixed-xl-20 {
margin-left: 400px; }
.next-col-offset-fixed-xl-21 {
margin-left: 420px; }
.next-col-offset-fixed-xl-22 {
margin-left: 440px; }
.next-col-offset-fixed-xl-23 {
margin-left: 460px; }
.next-col-offset-fixed-xl-24 {
margin-left: 480px; }
.next-col-offset-fixed-xl-25 {
margin-left: 500px; }
.next-col-offset-fixed-xl-26 {
margin-left: 520px; }
.next-col-offset-fixed-xl-27 {
margin-left: 540px; }
.next-col-offset-fixed-xl-28 {
margin-left: 560px; }
.next-col-offset-fixed-xl-29 {
margin-left: 580px; }
.next-col-offset-fixed-xl-30 {
margin-left: 600px; }
.next-col.next-col-hidden {
display: none; }
@media (min-width: 320px) and (max-width: 479px) {
.next-col.next-col-xxs-hidden {
display: none; } }
@media (min-width: 480px) and (max-width: 719px) {
.next-col.next-col-xs-hidden {
display: none; } }
@media (min-width: 720px) and (max-width: 989px) {
.next-col.next-col-s-hidden {
display: none; } }
@media (min-width: 990px) and (max-width: 1199px) {
.next-col.next-col-m-hidden {
display: none; } }
@media (min-width: 1200px) and (max-width: 1499px) {
.next-col.next-col-l-hidden {
display: none; } }
@media (min-width: 1500px) {
.next-col.next-col-xl-hidden {
display: none; } }
.next-row.next-row-hidden {
display: none; }
@media (min-width: 320px) and (max-width: 479px) {
.next-row.next-row-xxs-hidden {
display: none; } }
@media (min-width: 480px) and (max-width: 719px) {
.next-row.next-row-xs-hidden {
display: none; } }
@media (min-width: 720px) and (max-width: 989px) {
.next-row.next-row-s-hidden {
display: none; } }
@media (min-width: 990px) and (max-width: 1199px) {
.next-row.next-row-m-hidden {
display: none; } }
@media (min-width: 1200px) and (max-width: 1499px) {
.next-row.next-row-l-hidden {
display: none; } }
@media (min-width: 1500px) {
.next-row.next-row-xl-hidden {
display: none; } }
.next-col-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; }
@media (min-width: 320px) {
.next-col-xxs-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xxs-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xxs-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xxs-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xxs-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xxs-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xxs-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xxs-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xxs-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xxs-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xxs-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xxs-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xxs-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xxs-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xxs-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xxs-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xxs-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xxs-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xxs-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xxs-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xxs-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xxs-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xxs-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xxs-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 480px) {
.next-col-xs-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xs-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xs-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xs-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xs-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xs-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xs-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xs-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xs-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xs-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xs-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xs-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xs-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xs-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xs-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xs-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xs-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xs-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xs-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xs-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xs-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xs-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xs-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xs-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 720px) {
.next-col-s-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-s-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-s-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-s-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-s-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-s-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-s-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-s-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-s-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-s-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-s-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-s-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-s-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-s-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-s-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-s-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-s-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-s-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-s-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-s-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-s-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-s-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-s-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-s-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 990px) {
.next-col-m-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-m-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-m-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-m-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-m-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-m-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-m-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-m-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-m-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-m-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-m-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-m-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-m-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-m-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-m-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-m-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-m-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-m-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-m-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-m-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-m-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-m-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-m-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-m-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 1200px) {
.next-col-l-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-l-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-l-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-l-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-l-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-l-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-l-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-l-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-l-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-l-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-l-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-l-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-l-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-l-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-l-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-l-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-l-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-l-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-l-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-l-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-l-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-l-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-l-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-l-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
@media (min-width: 1500px) {
.next-col-xl-offset-1[dir="rtl"] {
margin-right: 4.16667%;
margin-left: auto; }
.next-col-xl-offset-2[dir="rtl"] {
margin-right: 8.33333%;
margin-left: auto; }
.next-col-xl-offset-3[dir="rtl"] {
margin-right: 12.5%;
margin-left: auto; }
.next-col-xl-offset-4[dir="rtl"] {
margin-right: 16.66667%;
margin-left: auto; }
.next-col-xl-offset-5[dir="rtl"] {
margin-right: 20.83333%;
margin-left: auto; }
.next-col-xl-offset-6[dir="rtl"] {
margin-right: 25%;
margin-left: auto; }
.next-col-xl-offset-7[dir="rtl"] {
margin-right: 29.16667%;
margin-left: auto; }
.next-col-xl-offset-8[dir="rtl"] {
margin-right: 33.33333%;
margin-left: auto; }
.next-col-xl-offset-9[dir="rtl"] {
margin-right: 37.5%;
margin-left: auto; }
.next-col-xl-offset-10[dir="rtl"] {
margin-right: 41.66667%;
margin-left: auto; }
.next-col-xl-offset-11[dir="rtl"] {
margin-right: 45.83333%;
margin-left: auto; }
.next-col-xl-offset-12[dir="rtl"] {
margin-right: 50%;
margin-left: auto; }
.next-col-xl-offset-13[dir="rtl"] {
margin-right: 54.16667%;
margin-left: auto; }
.next-col-xl-offset-14[dir="rtl"] {
margin-right: 58.33333%;
margin-left: auto; }
.next-col-xl-offset-15[dir="rtl"] {
margin-right: 62.5%;
margin-left: auto; }
.next-col-xl-offset-16[dir="rtl"] {
margin-right: 66.66667%;
margin-left: auto; }
.next-col-xl-offset-17[dir="rtl"] {
margin-right: 70.83333%;
margin-left: auto; }
.next-col-xl-offset-18[dir="rtl"] {
margin-right: 75%;
margin-left: auto; }
.next-col-xl-offset-19[dir="rtl"] {
margin-right: 79.16667%;
margin-left: auto; }
.next-col-xl-offset-20[dir="rtl"] {
margin-right: 83.33333%;
margin-left: auto; }
.next-col-xl-offset-21[dir="rtl"] {
margin-right: 87.5%;
margin-left: auto; }
.next-col-xl-offset-22[dir="rtl"] {
margin-right: 91.66667%;
margin-left: auto; }
.next-col-xl-offset-23[dir="rtl"] {
margin-right: 95.83333%;
margin-left: auto; }
.next-col-xl-offset-24[dir="rtl"] {
margin-right: 100%;
margin-left: auto; } }
.next-col-offset-fixed-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xxs-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xxs-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xxs-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xxs-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xxs-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xxs-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xxs-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xxs-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xxs-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xxs-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xxs-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xxs-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xxs-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xxs-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xxs-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xxs-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xxs-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xxs-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xxs-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xxs-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xxs-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xxs-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xxs-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xxs-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xxs-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xxs-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xxs-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xxs-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xxs-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xxs-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xs-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xs-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xs-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xs-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xs-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xs-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xs-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xs-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xs-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xs-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xs-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xs-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xs-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xs-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xs-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xs-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xs-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xs-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xs-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xs-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xs-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xs-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xs-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xs-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xs-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xs-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xs-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xs-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xs-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xs-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-s-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-s-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-s-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-s-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-s-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-s-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-s-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-s-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-s-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-s-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-s-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-s-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-s-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-s-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-s-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-s-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-s-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-s-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-s-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-s-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-s-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-s-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-s-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-s-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-s-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-s-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-s-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-s-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-s-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-s-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-m-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-m-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-m-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-m-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-m-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-m-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-m-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-m-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-m-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-m-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-m-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-m-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-m-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-m-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-m-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-m-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-m-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-m-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-m-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-m-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-m-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-m-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-m-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-m-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-m-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-m-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-m-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-m-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-m-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-m-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-l-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-l-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-l-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-l-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-l-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-l-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-l-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-l-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-l-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-l-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-l-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-l-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-l-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-l-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-l-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-l-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-l-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-l-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-l-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-l-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-l-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-l-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-l-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-l-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-l-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-l-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-l-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-l-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-l-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-l-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
.next-col-offset-fixed-xl-1[dir="rtl"] {
margin-right: 20px;
margin-left: auto; }
.next-col-offset-fixed-xl-2[dir="rtl"] {
margin-right: 40px;
margin-left: auto; }
.next-col-offset-fixed-xl-3[dir="rtl"] {
margin-right: 60px;
margin-left: auto; }
.next-col-offset-fixed-xl-4[dir="rtl"] {
margin-right: 80px;
margin-left: auto; }
.next-col-offset-fixed-xl-5[dir="rtl"] {
margin-right: 100px;
margin-left: auto; }
.next-col-offset-fixed-xl-6[dir="rtl"] {
margin-right: 120px;
margin-left: auto; }
.next-col-offset-fixed-xl-7[dir="rtl"] {
margin-right: 140px;
margin-left: auto; }
.next-col-offset-fixed-xl-8[dir="rtl"] {
margin-right: 160px;
margin-left: auto; }
.next-col-offset-fixed-xl-9[dir="rtl"] {
margin-right: 180px;
margin-left: auto; }
.next-col-offset-fixed-xl-10[dir="rtl"] {
margin-right: 200px;
margin-left: auto; }
.next-col-offset-fixed-xl-11[dir="rtl"] {
margin-right: 220px;
margin-left: auto; }
.next-col-offset-fixed-xl-12[dir="rtl"] {
margin-right: 240px;
margin-left: auto; }
.next-col-offset-fixed-xl-13[dir="rtl"] {
margin-right: 260px;
margin-left: auto; }
.next-col-offset-fixed-xl-14[dir="rtl"] {
margin-right: 280px;
margin-left: auto; }
.next-col-offset-fixed-xl-15[dir="rtl"] {
margin-right: 300px;
margin-left: auto; }
.next-col-offset-fixed-xl-16[dir="rtl"] {
margin-right: 320px;
margin-left: auto; }
.next-col-offset-fixed-xl-17[dir="rtl"] {
margin-right: 340px;
margin-left: auto; }
.next-col-offset-fixed-xl-18[dir="rtl"] {
margin-right: 360px;
margin-left: auto; }
.next-col-offset-fixed-xl-19[dir="rtl"] {
margin-right: 380px;
margin-left: auto; }
.next-col-offset-fixed-xl-20[dir="rtl"] {
margin-right: 400px;
margin-left: auto; }
.next-col-offset-fixed-xl-21[dir="rtl"] {
margin-right: 420px;
margin-left: auto; }
.next-col-offset-fixed-xl-22[dir="rtl"] {
margin-right: 440px;
margin-left: auto; }
.next-col-offset-fixed-xl-23[dir="rtl"] {
margin-right: 460px;
margin-left: auto; }
.next-col-offset-fixed-xl-24[dir="rtl"] {
margin-right: 480px;
margin-left: auto; }
.next-col-offset-fixed-xl-25[dir="rtl"] {
margin-right: 500px;
margin-left: auto; }
.next-col-offset-fixed-xl-26[dir="rtl"] {
margin-right: 520px;
margin-left: auto; }
.next-col-offset-fixed-xl-27[dir="rtl"] {
margin-right: 540px;
margin-left: auto; }
.next-col-offset-fixed-xl-28[dir="rtl"] {
margin-right: 560px;
margin-left: auto; }
.next-col-offset-fixed-xl-29[dir="rtl"] {
margin-right: 580px;
margin-left: auto; }
.next-col-offset-fixed-xl-30[dir="rtl"] {
margin-right: 600px;
margin-left: auto; }
/* put your code here */
.next-responsive-grid {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: grid; }
.next-responsive-grid *,
.next-responsive-grid *:before,
.next-responsive-grid *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-responsive-grid-ie {
display: block; }
.next-form {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-form *,
.next-form *:before,
.next-form *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.next-form-preview.next-form-item.next-medium .next-form-item-label {
font-size: 12px;
line-height: 28px; }
.next-form-preview.next-form-item.next-small .next-form-item-label {
font-size: 12px;
line-height: 20px; }
.next-form-preview.next-form-item.next-large .next-form-item-label {
font-size: 16px;
line-height: 40px; }
.next-form-responsive-grid .next-form-item-control {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.next-form-responsive-grid .next-form-item {
margin-bottom: 0; }
.next-form-responsive-grid .next-form-item.next-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.next-form-responsive-grid.next-small .next-responsive-grid {
gap: 16px; }
.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 4px;
margin-bottom: 4px; }
.next-form-responsive-grid.next-medium .next-responsive-grid {
gap: 20px; }
.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 8px;
margin-bottom: 8px; }
.next-form-responsive-grid.next-large .next-responsive-grid {
gap: 24px; }
.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
line-height: 1.4;
margin-top: 12px;
margin-bottom: 12px; }
.next-form-item {
/* medium */
margin-bottom: 16px; }
.next-form-item.has-error > .next-form-item-control > .next-form-item-help {
color: #FF3000; }
.next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
color: #FF9300; }
.next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
line-height: 28px; }
.next-form-item .next-form-text-align, .next-form-item p {
margin: 0; }
.next-form-item .next-rating,
.next-form-item .next-checkbox-wrapper,
.next-form-item .next-checkbox-group,
.next-form-item .next-radio-wrapper,
.next-form-item .next-radio-group {
line-height: 24px; }
.next-form-item .next-form-preview {
font-size: 12px;
line-height: 28px; }
.next-form-item .next-form-preview.next-input-textarea > p {
font-size: 12px;
text-align: justify;
min-height: 16.8px;
line-height: 1.4;
margin-top: 5.6px; }
.next-form-item .next-form-item-label {
font-size: 12px; }
.next-form-item.next-large {
margin-bottom: 20px; }
.next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
line-height: 40px; }
.next-form-item.next-large .next-rating,
.next-form-item.next-large .next-checkbox-wrapper,
.next-form-item.next-large .next-checkbox-group,
.next-form-item.next-large .next-radio-wrapper,
.next-form-item.next-large .next-radio-group {
line-height: 39px; }
.next-form-item.next-large .next-form-preview {
font-size: 16px;
line-height: 40px; }
.next-form-item.next-large .next-form-preview.next-input-textarea > p {
font-size: 16px;
text-align: justify;
min-height: 22.4px;
line-height: 1.4;
margin-top: 8.8px; }
.next-form-item.next-large .next-switch {
margin-top: 7px; }
.next-form-item.next-large .next-form-item-label {
font-size: 16px; }
.next-form-item.next-small {
margin-bottom: 12px; }
.next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p {
line-height: 20px; }
.next-form-item.next-small .next-rating,
.next-form-item.next-small .next-checkbox-wrapper,
.next-form-item.next-small .next-checkbox-group,
.next-form-item.next-small .next-radio-wrapper,
.next-form-item.next-small .next-radio-group {
line-height: 20px; }
.next-form-item.next-small .next-form-preview {
font-size: 12px;
line-height: 20px; }
.next-form-item.next-small .next-form-preview.next-input-textarea > p {
font-size: 12px;
text-align: justify;
min-height: 16.8px;
line-height: 1.4;
margin-top: 1.6px; }
.next-form-item.next-small .next-form-item-label {
font-size: 12px; }
.next-form-item.next-top > .next-form-item-label {
margin-bottom: 2px; }
.next-form-item.next-inset .next-form-item-label {
padding-right: 0;
padding-left: 0;
line-height: inherit; }
.next-form-item-control .next-form-text-align {
margin: 0; }
.next-form-item-control > .next-input-group, .next-form-item-control > .next-input {
width: 100%; }
.next-form-item-fullwidth .next-form-item-control > .next-input-group,
.next-form-item-fullwidth .next-form-item-control > .next-input,
.next-form-item-fullwidth .next-form-item-control > .next-select,
.next-form-item-fullwidth .next-form-item-control > .next-date-picker,
.next-form-item-fullwidth .next-form-item-control > .next-month-picker,
.next-form-item-fullwidth .next-form-item-control > .next-year-picker,
.next-form-item-fullwidth .next-form-item-control > .next-range-picker,
.next-form-item-fullwidth .next-form-item-control > .next-time-picker {
width: 100%; }
.next-form-item-label {
display: inline-block;
vertical-align: top;
color: #666666;
text-align: right;
padding-right: 12px; }
.next-form-item-label label[required]:before {
margin-right: 4px;
content: "*";
color: #FF3000; }
.next-form-item-label.has-colon label::after {
content: ":";
position: relative;
top: -.5px;
margin: 0 0 0 2px; }
.next-form-item-label.next-left {
text-align: left; }
.next-form-item-label.next-left > label[required]::before {
display: none; }
.next-form-item-label.next-left > label[required]::after {
margin-left: 4px;
content: "*";
color: #FF3000; }
.next-form-item-help {
margin-top: 4px;
font-size: 12px;
line-height: 1.5;
color: #999999; }
.next-form.next-inline .next-form-item {
display: inline-block;
vertical-align: top;
/* label on left */ }
.next-form.next-inline .next-form-item.next-left .next-form-item-control {
display: inline-block;
vertical-align: top;
line-height: 0; }
.next-form.next-inline .next-form-item:not(:last-child) {
margin-right: 20px; }
.next-form.next-inline .next-form-item.next-large:not(:last-child) {
margin-right: 24px; }
.next-form.next-inline .next-form-item.next-small:not(:last-child) {
margin-right: 16px; }
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
.next-form-item.next-left > .next-form-item-label {
display: table-cell; }
.next-form.next-inline .next-form-item.next-left .next-form-item-control {
display: table-cell; } }
.next-form[dir="rtl"] .next-form-item-label {
text-align: left;
padding-left: 12px;
padding-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) {
margin-left: 20px;
margin-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) {
margin-left: 24px;
margin-right: 0; }
.next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) {
margin-left: 16px;
margin-right: 0; }
/* put your code here */
.next-avatar {
position: relative;
display: inline-block;
overflow: hidden;
color: #FFFFFF;
white-space: nowrap;
text-align: center;
vertical-align: middle;
background: #E2E4E8;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%; }
.next-avatar-image {
background: transparent; }
.next-avatar-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-large {
width: 52px;
height: 52px;
line-height: 52px;
border-radius: 50%; }
.next-avatar-large-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-small {
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 50%; }
.next-avatar-small-string {
position: absolute;
left: 50%;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.next-avatar-square {
border-radius: 3px; }
.next-avatar > img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.next-loading-fusion-reactor[dir=rtl] {
-webkit-animation-name: nextVectorRouteRTL;
animation-name: nextVectorRouteRTL; }
@-webkit-keyframes nextVectorRouteRTL {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
25% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
30% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
55% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
75% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
80% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); }
100% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes nextVectorRouteRTL {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
25% {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
30% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
55% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
75% {
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); }
80% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); }
100% {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); } }
/* put your code here */
.next-loading {
position: relative;
/* 遮罩层 */
/* for IE9,10 */
/* text on the right side of */
/* 动效 */ }
.next-loading.next-open {
pointer-events: none; }
.next-loading .next-loading-component {
opacity: .7;
-webkit-filter: blur(1px);
filter: blur(1px);
/* stylelint-disable */
-webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
/* IE6~IE9 */
/* stylelint-enable */
position: relative;
pointer-events: none; }
.next-loading-masker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
opacity: .2;
background: #FFF; }
.next-loading-inline {
display: inline-block; }
.next-loading-tip {
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center; }
.next-loading-tip-fullscreen {
top: inherit;
left: inherit;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit; }
.next-loading-tip-placeholder {
display: none; }
.next-loading-right-tip .next-loading-indicator {
display: inline-block; }
.next-loading-right-tip .next-loading-tip-content {
position: absolute;
display: block;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
.next-loading-right-tip .next-loading-tip-placeholder {
display: inline-block;
visibility: hidden;
margin-left: 1em; }
.next-loading-fusion-reactor {
display: inline-block;
width: 48px;
height: 48px;
position: relative;
margin: 0;
-webkit-animation-duration: 5.6s;
animation-duration: 5.6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: nextVectorRoute;
animation-name: nextVectorRoute; }
.next-loading-fusion-reactor .next-loading-dot {
position: absolute;
margin: auto;
width: 12px;
height: 12px;
border-radius: 50%;
background: #5584FF;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(1) {
top: 0;
bottom: 0;
left: 0;
-webkit-animation-name: nextVectorDotsX;
animation-name: nextVectorDotsX; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
left: 0;
right: 0;
top: 0;
opacity: .8;
-webkit-animation-name: nextVectorDotsY;
animation-name: nextVectorDotsY; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
top: 0;
bottom: 0;
right: 0;
opacity: .6;
-webkit-animation-name: nextVectorDotsXR;
animation-name: nextVectorDotsXR; }
.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
left: 0;
right: 0;
bottom: 0;
opacity: .2;
-webkit-animation-name: nextVectorDotsYR;
animation-name: nextVectorDotsYR; }
.next-loading-medium-fusion-reactor {
width: 32px;
height: 32px; }
.next-loading-medium-fusion-reactor .next-loading-dot {
width: 8px;
height: 8px; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) {
-webkit-animation-name: nextVectorDotsX-medium;
animation-name: nextVectorDotsX-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
-webkit-animation-name: nextVectorDotsY-medium;
animation-name: nextVectorDotsY-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
-webkit-animation-name: nextVectorDotsXR-medium;
animation-name: nextVectorDotsXR-medium; }
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
-webkit-animation-name: nextVectorDotsYR-medium;
animation-name: nextVectorDotsYR-medium; }
@-webkit-keyframes nextVectorRoute {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
25% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
30% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
50% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
55% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
75% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
80% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes nextVectorRoute {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
5% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
25% {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
30% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
50% {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
55% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
75% {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
80% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
/* 20% 的时间在旋转 */
@-webkit-keyframes nextVectorDotsYR {
25% {
bottom: 0; }
45%,
50% {
bottom: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
bottom: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsYR {
25% {
bottom: 0; }
45%,
50% {
bottom: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
bottom: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsY {
25% {
top: 0; }
45%,
50% {
top: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
top: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsY {
25% {
top: 0; }
45%,
50% {
top: 16.8px;
height: 14.4px;
width: 14.4px; }
90% {
top: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsX {
25% {
left: 0; }
45%,
50% {
left: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
left: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsX {
25% {
left: 0; }
45%,
50% {
left: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
left: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsXR {
25% {
right: 0; }
45%,
50% {
right: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
right: 0;
height: 12px;
width: 12px; } }
@keyframes nextVectorDotsXR {
25% {
right: 0; }
45%,
50% {
right: 16.8px;
width: 14.4px;
height: 14.4px; }
90% {
right: 0;
height: 12px;
width: 12px; } }
@-webkit-keyframes nextVectorDotsYR-medium {
25% {
bottom: 0; }
45%,
50% {
bottom: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
bottom: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsYR-medium {
25% {
bottom: 0; }
45%,
50% {
bottom: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
bottom: 0;
height: 8px;
width: 8px; } }
@-webkit-keyframes nextVectorDotsY-medium {
25% {
top: 0; }
45%,
50% {
top: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
top: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsY-medium {
25% {
top: 0; }
45%,
50% {
top: 11.2px;
height: 9.6px;
width: 9.6px; }
90% {
top: 0;
height: 8px;
width: 8px; } }
@-webkit-keyframes nextVectorDotsX-medium {
25% {
left: 0; }
45%,
50% {
left: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
left: 0;
height: 8px;
width: 8px; } }
@keyframes nextVectorDotsX-medium {
25% {
left: 0; }
45%,
50% {
left: 11.2px;
width: 9.6px;
height: 9.6px; }
90% {
left: 0;
height: 8px;
width: 8px; } }
|
ajax/libs/oojs-ui/0.38.0/oojs-ui-apex-icons-layout.rtl.css
|
cdnjs/cdnjs
|
/*!
* OOUI v0.38.0
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2020 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2020-04-15T01:28:27Z
*/
.oo-ui-icon-menu {
background-image: url('themes/wikimediaui/images/icons/menu.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu.svg');
}
.oo-ui-icon-recentChanges {
background-image: url('themes/wikimediaui/images/icons/recentChanges-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/recentChanges-rtl.svg');
}
.oo-ui-icon-textFlow {
background-image: url('themes/wikimediaui/images/icons/textFlow-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textFlow-rtl.svg');
}
.oo-ui-icon-textSummary {
background-image: url('themes/wikimediaui/images/icons/textSummary-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textSummary-rtl.svg');
}
.oo-ui-icon-viewCompact {
background-image: url('themes/wikimediaui/images/icons/viewCompact.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact.svg');
}
.oo-ui-icon-viewDetails {
background-image: url('themes/wikimediaui/images/icons/viewDetails-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-rtl.svg');
}
|
doc/DropboxApi/Errors/CreateFolderBatchError.html
|
Jesus/dropbox_api
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class DropboxApi::Errors::CreateFolderBatchError - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../../";
var index_rel_prefix = "../../";
</script>
<script src="../../js/jquery.js"></script>
<script src="../../js/darkfish.js"></script>
<link href="../../css/fonts.css" rel="stylesheet">
<link href="../../css/rdoc.css" rel="stylesheet">
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../../index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="../../table_of_contents.html#pages">Pages</a>
<a href="../../table_of_contents.html#classes">Classes</a>
<a href="../../table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="class-metadata">
<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
<p class="link"><a href="BasicError.html">DropboxApi::Errors::BasicError</a>
</div>
</div>
</nav>
<main role="main" aria-labelledby="class-DropboxApi::Errors::CreateFolderBatchError">
<h1 id="class-DropboxApi::Errors::CreateFolderBatchError" class="class">
class DropboxApi::Errors::CreateFolderBatchError
</h1>
<section class="description">
</section>
<section id="5Buntitled-5D" class="documentation-section">
<section class="constants-list">
<header>
<h3>Constants</h3>
</header>
<dl>
<dt id="ErrorSubtypes">ErrorSubtypes
<dd>
</dl>
</section>
</section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
|
public/modules/users/views/settings/social-accounts.client.view.html
|
CEN3031ProjectFLAV/Project-FIT
|
<body>
<style>
body {
background: url(wallpaper.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 40px;
}
</style>
<section class="row" data-ng-controller="SettingsController">
<h3 class="col-md-12 text-center" data-ng-show="hasConnectedAdditionalSocialAccounts()">Connected social accounts:</h3>
<div class="col-md-12 text-center">
<div data-ng-repeat="(providerName, providerData) in user.additionalProvidersData" class="remove-account-container">
<img ng-src="/modules/users/img/buttons/{{providerName}}.png">
<a class="btn btn-danger btn-remove-account" data-ng-click="removeUserSocialAccount(providerName)">
<i class="glyphicon glyphicon-trash"></i>
</a>
</div>
</div>
<h3 class="col-md-12 text-center">Connect other social accounts:</h3>
<div class="col-md-12 text-center">
<a href="/auth/facebook" data-ng-hide="isConnectedSocialAccount('facebook')" class="undecorated-link">
<img src="/modules/users/img/buttons/facebook.png">
</a>
<a href="/auth/twitter" data-ng-hide="isConnectedSocialAccount('twitter')" class="undecorated-link">
<img src="/modules/users/img/buttons/twitter.png">
</a>
<a href="/auth/google" data-ng-hide="isConnectedSocialAccount('google')" class="undecorated-link">
<img src="/modules/users/img/buttons/google.png">
</a>
<a href="/auth/linkedin" data-ng-hide="isConnectedSocialAccount('linkedin')" class="undecorated-link">
<img src="/modules/users/img/buttons/linkedin.png">
</a>
<a href="/auth/github" data-ng-hide="isConnectedSocialAccount('github')" class="undecorated-link">
<img src="/modules/users/img/buttons/github.png">
</a>
</div>
</section>
</body>
|
src/app/features/signup/signup.component.html
|
ricricucit/giveaways
|
<md-tab-group>
<md-tab label="Log In">
<form [formGroup]="loginForm" (ngSubmit)="signIn('login')">
<md-input-container>
<input md-input formControlName="username" [placeholder]="emailLabel" [(ngModel)]="user.username" /><br>
</md-input-container>
<small *ngIf="!loginForm.controls.username.valid">This is required!</small><br>
<md-input-container>
<input md-input formControlName="password" [placeholder]="passwordLabel" type="password" [(ngModel)]="user.password"/><br>
</md-input-container>
<small *ngIf="!loginForm.controls.password.valid">This is required!</small><br>
<button md-raised-button color="primary" type="submit">Login (Update Store)</button>
</form>
<br><br>
<button id="my-logout-button" md-raised-button color="accent" (click)="logout()">Logout</button>
<pre>
Value: {{ loginForm.value | json }}
- - -
Validation LOGIN: {{ loginForm.status }}
</pre>
</md-tab>
<md-tab [label]="(user.userId && user.userId!==0) ? editLabel : signUpLabel">
<form [formGroup]="registerForm" (ngSubmit)="signIn('register')" autocomplete="off">
<md-input-container>
<input md-input formControlName="firstName" [placeholder]="nameLabel" [(ngModel)]="user.firstName"/><br>
</md-input-container>
<small *ngIf="!registerForm.controls.firstName.valid">This is required!</small><br>
<md-input-container>
<input md-input formControlName="lastName" [placeholder]="surnameLabel" [(ngModel)]="user.lastName"/><br>
</md-input-container>
<small *ngIf="!registerForm.controls.lastName.valid">This is required!</small><br>
<md-input-container>
<input md-input formControlName="username" [placeholder]="emailLabel" [(ngModel)]="user.username"/><br>
</md-input-container>
<small *ngIf="!registerForm.controls.username.valid">This is required!</small><br>
<md-input-container>
<input md-input formControlName="password" [placeholder]="passwordLabel" type="password" [(ngModel)]="user.password"/><br>
</md-input-container>
<small *ngIf="!registerForm.controls.password.valid">This is required!</small><br>
<!-- missing file upload -->
<button md-raised-button color="primary" type="submit">Register (Update Store)</button>
</form>
<br><br>
<button id="my-logout-button" md-raised-button color="accent" (click)="logout()">Logout</button>
<pre>
Value: {{ registerForm.value | json }}
- - -
Validation REGISTER: {{ registerForm.status }}
</pre>
</md-tab>
</md-tab-group>
|
Contents/Resources/Documents/classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator-members.html
|
tzmartin/gae-python.docset
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>App Engine Python SDK: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>datastore</b></li><li class="navelem"><b>datastore_query</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">ResultsIterator</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">google.appengine.datastore.datastore_query.ResultsIterator Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html#a3e987442a91959bdff48b102c2c61bb2">__init__</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>__iter__</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html#a64cbecd2519da76077c85dbf5505a8ca">cursor</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html#a9632f06c8cb363c7122edc2cdec4dfcf">index_list</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html#a85c2a1ea78a20b0bb44864d67055df46">next</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__query_1_1_results_iterator.html">google.appengine.datastore.datastore_query.ResultsIterator</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address>
|
Contents/Resources/Documents/classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.html
|
tzmartin/gae-python.docset
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>App Engine Python SDK: google.appengine.tools.appcfg.LogsRequester Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>tools</b></li><li class="navelem"><b>appcfg</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.html">LogsRequester</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> |
<a href="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">google.appengine.tools.appcfg.LogsRequester Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for google.appengine.tools.appcfg.LogsRequester:</div>
<div class="dyncontent">
<div class="center">
<img src="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.png" usemap="#google.appengine.tools.appcfg.LogsRequester_map" alt=""/>
<map id="google.appengine.tools.appcfg.LogsRequester_map" name="google.appengine.tools.appcfg.LogsRequester_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a6b340f53b5d2d4be282a6c5efe10e680"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.html#a6b340f53b5d2d4be282a6c5efe10e680">__init__</a></td></tr>
<tr class="separator:a6b340f53b5d2d4be282a6c5efe10e680"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adf90eaaf3e20474c976bcf92a46da9db"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.html#adf90eaaf3e20474c976bcf92a46da9db">DownloadLogs</a></td></tr>
<tr class="separator:adf90eaaf3e20474c976bcf92a46da9db"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7634cf411b268a05a0b8af32c3e2c8db"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1appcfg_1_1_logs_requester.html#a7634cf411b268a05a0b8af32c3e2c8db">RequestLogLines</a></td></tr>
<tr class="separator:a7634cf411b268a05a0b8af32c3e2c8db"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a289efdf26472fc9aef38dc0fe08d9bdd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a289efdf26472fc9aef38dc0fe08d9bdd"></a>
 </td><td class="memItemRight" valign="bottom"><b>rpcserver</b></td></tr>
<tr class="separator:a289efdf26472fc9aef38dc0fe08d9bdd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3bb4c24b95ab8788ecd04f1c9f1bb143"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3bb4c24b95ab8788ecd04f1c9f1bb143"></a>
 </td><td class="memItemRight" valign="bottom"><b>app_id</b></td></tr>
<tr class="separator:a3bb4c24b95ab8788ecd04f1c9f1bb143"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afdb592348ef8dd3fa882707eb4c42c2d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afdb592348ef8dd3fa882707eb4c42c2d"></a>
 </td><td class="memItemRight" valign="bottom"><b>output_file</b></td></tr>
<tr class="separator:afdb592348ef8dd3fa882707eb4c42c2d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a43e2c6031ff5f713fb4b563cb2c62223"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a43e2c6031ff5f713fb4b563cb2c62223"></a>
 </td><td class="memItemRight" valign="bottom"><b>append</b></td></tr>
<tr class="separator:a43e2c6031ff5f713fb4b563cb2c62223"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab82b45233e7eb0872c359ad472893cc0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab82b45233e7eb0872c359ad472893cc0"></a>
 </td><td class="memItemRight" valign="bottom"><b>num_days</b></td></tr>
<tr class="separator:ab82b45233e7eb0872c359ad472893cc0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab8fcb87cdb05af9d6ad67920e6fe26c3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab8fcb87cdb05af9d6ad67920e6fe26c3"></a>
 </td><td class="memItemRight" valign="bottom"><b>severity</b></td></tr>
<tr class="separator:ab8fcb87cdb05af9d6ad67920e6fe26c3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a55f0a8ee3c35debd209775ab2622d209"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a55f0a8ee3c35debd209775ab2622d209"></a>
 </td><td class="memItemRight" valign="bottom"><b>vhost</b></td></tr>
<tr class="separator:a55f0a8ee3c35debd209775ab2622d209"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7d340a1db9b1a637af1fac7a78e3f20e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7d340a1db9b1a637af1fac7a78e3f20e"></a>
 </td><td class="memItemRight" valign="bottom"><b>include_vhost</b></td></tr>
<tr class="separator:a7d340a1db9b1a637af1fac7a78e3f20e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae03b594151a04ff261690c4bd33e4ccb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae03b594151a04ff261690c4bd33e4ccb"></a>
 </td><td class="memItemRight" valign="bottom"><b>include_all</b></td></tr>
<tr class="separator:ae03b594151a04ff261690c4bd33e4ccb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0634709b9efefca8afd17a70edf4f8a6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0634709b9efefca8afd17a70edf4f8a6"></a>
 </td><td class="memItemRight" valign="bottom"><b>error_fh</b></td></tr>
<tr class="separator:a0634709b9efefca8afd17a70edf4f8a6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa0d155afc455ace262d053ca5eb44614"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa0d155afc455ace262d053ca5eb44614"></a>
 </td><td class="memItemRight" valign="bottom"><b>module</b></td></tr>
<tr class="separator:aa0d155afc455ace262d053ca5eb44614"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aedb1b25f1bba8d0f1d6ebe1bcc4a514c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aedb1b25f1bba8d0f1d6ebe1bcc4a514c"></a>
 </td><td class="memItemRight" valign="bottom"><b>version_id</b></td></tr>
<tr class="separator:aedb1b25f1bba8d0f1d6ebe1bcc4a514c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d0e02eda9a5af7a180fac9d40833d52"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d0e02eda9a5af7a180fac9d40833d52"></a>
 </td><td class="memItemRight" valign="bottom"><b>sentinel</b></td></tr>
<tr class="separator:a4d0e02eda9a5af7a180fac9d40833d52"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af67a3a8ecff1ca33e5301033dff250a0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af67a3a8ecff1ca33e5301033dff250a0"></a>
 </td><td class="memItemRight" valign="bottom"><b>write_mode</b></td></tr>
<tr class="separator:af67a3a8ecff1ca33e5301033dff250a0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec22d244ec3e864f4b3dad7cbc14c054"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec22d244ec3e864f4b3dad7cbc14c054"></a>
 </td><td class="memItemRight" valign="bottom"><b>skip_until</b></td></tr>
<tr class="separator:aec22d244ec3e864f4b3dad7cbc14c054"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2813faa5c92f6253eb51b75f3f81bfe6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2813faa5c92f6253eb51b75f3f81bfe6"></a>
 </td><td class="memItemRight" valign="bottom"><b>valid_dates</b></td></tr>
<tr class="separator:a2813faa5c92f6253eb51b75f3f81bfe6"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><pre class="fragment">Provide facilities to export request logs.</pre> </div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a6b340f53b5d2d4be282a6c5efe10e680"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def google.appengine.tools.appcfg.LogsRequester.__init__ </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>rpcserver</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>app_id</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>module</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>version_id</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>output_file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>num_days</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>append</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>severity</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>vhost</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>include_vhost</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>include_all</em> = <code>None</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>time_func</em> = <code>time.time</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>error_fh</em> = <code>sys.stderr</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">Constructor.
Args:
rpcserver: The RPC server to use. Should be an instance of HttpRpcServer
or TestRpcServer.
app_id: The application to fetch logs from.
module: The module of the app to fetch logs from, optional.
version_id: The version of the app to fetch logs for.
output_file: Output file name.
num_days: Number of days worth of logs to export; 0 for all available.
append: True if appending to an existing file.
severity: App log severity to request (0-4); None for no app logs.
end: date object representing last day of logs to return.
vhost: The virtual host of log messages to get. None for all hosts.
include_vhost: If true, the virtual host is included in log messages.
include_all: If true, we add to the log message everything we know
about the request.
time_func: A time.time() compatible function, which can be overridden for
testing.
error_fh: Where to send status and error messages.
</pre>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="adf90eaaf3e20474c976bcf92a46da9db"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def google.appengine.tools.appcfg.LogsRequester.DownloadLogs </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">Download the requested logs.
This will write the logs to the file designated by
self.output_file, or to stdout if the filename is '-'.
Multiple roundtrips to the server may be made.
</pre>
</div>
</div>
<a class="anchor" id="a7634cf411b268a05a0b8af32c3e2c8db"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def google.appengine.tools.appcfg.LogsRequester.RequestLogLines </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>tf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>offset</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">Make a single roundtrip to the server.
Args:
tf: Writable binary stream to which the log lines returned by
the server are written, stripped of headers, and excluding
lines skipped due to self.sentinel or self.valid_dates filtering.
offset: Offset string for a continued request; None for the first.
Returns:
The offset string to be used for the next request, if another
request should be issued; or None, if not.
</pre>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>code/googleappengine-read-only/python/google/appengine/tools/appcfg.py</li>
</ul>
</div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address>
|
kopoka-marketing/index3.html
|
asiboro/asiboro.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AdminLTE 3 | Dashboard 3</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- IonIcons -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
</head>
<!--
BODY TAG OPTIONS:
=================
Apply one or more of the following classes to to the body tag
to get the desired effect
|---------------------------------------------------------|
|LAYOUT OPTIONS | sidebar-collapse |
| | sidebar-mini |
|---------------------------------------------------------|
-->
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<!-- Navbar -->
<nav class="main-header navbar navbar-expand navbar-white navbar-light">
<!-- Left navbar links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="index3.html" class="nav-link">Home</a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="#" class="nav-link">Contact</a>
</li>
</ul>
<!-- SEARCH FORM -->
<form class="form-inline ml-3">
<div class="input-group input-group-sm">
<input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-navbar" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</form>
<!-- Right navbar links -->
<ul class="navbar-nav ml-auto">
<!-- Messages Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="far fa-comments"></i>
<span class="badge badge-danger navbar-badge">3</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user1-128x128.jpg" alt="User Avatar" class="img-size-50 mr-3 img-circle">
<div class="media-body">
<h3 class="dropdown-item-title">
Brad Diesel
<span class="float-right text-sm text-danger"><i class="fas fa-star"></i></span>
</h3>
<p class="text-sm">Call me whenever you can...</p>
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user8-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
<div class="media-body">
<h3 class="dropdown-item-title">
John Pierce
<span class="float-right text-sm text-muted"><i class="fas fa-star"></i></span>
</h3>
<p class="text-sm">I got your message bro</p>
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user3-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
<div class="media-body">
<h3 class="dropdown-item-title">
Nora Silvester
<span class="float-right text-sm text-warning"><i class="fas fa-star"></i></span>
</h3>
<p class="text-sm">The subject goes here</p>
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
</div>
</li>
<!-- Notifications Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="far fa-bell"></i>
<span class="badge badge-warning navbar-badge">15</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<span class="dropdown-item dropdown-header">15 Notifications</span>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-envelope mr-2"></i> 4 new messages
<span class="float-right text-muted text-sm">3 mins</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-users mr-2"></i> 8 friend requests
<span class="float-right text-muted text-sm">12 hours</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-file mr-2"></i> 3 new reports
<span class="float-right text-muted text-sm">2 days</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer">See All Notifications</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" data-widget="control-sidebar" data-slide="true" href="#" role="button"><i
class="fas fa-th-large"></i></a>
</li>
</ul>
</nav>
<!-- /.navbar -->
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<!-- Brand Logo -->
<a href="index3.html" class="brand-link">
<img src="dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
style="opacity: .8">
<span class="brand-text font-weight-light">AdminLTE 3</span>
</a>
<!-- Sidebar -->
<div class="sidebar">
<!-- Sidebar user panel (optional) -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="image">
<img src="dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image">
</div>
<div class="info">
<a href="#" class="d-block">Alexander Pierce</a>
</div>
</div>
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<!-- Add icons to the links using the .nav-icon class
with font-awesome or any other icon font library -->
<li class="nav-item has-treeview menu-open">
<a href="#" class="nav-link active">
<i class="nav-icon fas fa-tachometer-alt"></i>
<p>
Dashboard
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="./index1.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Dashboard v1</p>
</a>
</li>
<li class="nav-item">
<a href="./index2.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Dashboard v2</p>
</a>
</li>
<li class="nav-item">
<a href="./index3.html" class="nav-link active">
<i class="far fa-circle nav-icon"></i>
<p>Dashboard v3</p>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="pages/widgets.html" class="nav-link">
<i class="nav-icon fas fa-th"></i>
<p>
Widgets
<span class="right badge badge-danger">New</span>
</p>
</a>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-copy"></i>
<p>
Layout Options
<i class="fas fa-angle-left right"></i>
<span class="badge badge-info right">6</span>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/layout/top-nav.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Top Navigation</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/top-nav-sidebar.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Top Navigation + Sidebar</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/boxed.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Boxed</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/fixed-sidebar.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Fixed Sidebar</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/fixed-topnav.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Fixed Navbar</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/fixed-footer.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Fixed Footer</p>
</a>
</li>
<li class="nav-item">
<a href="pages/layout/collapsed-sidebar.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Collapsed Sidebar</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-chart-pie"></i>
<p>
Charts
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/charts/chartjs.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>ChartJS</p>
</a>
</li>
<li class="nav-item">
<a href="pages/charts/flot.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Flot</p>
</a>
</li>
<li class="nav-item">
<a href="pages/charts/inline.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Inline</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-tree"></i>
<p>
UI Elements
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/UI/general.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>General</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/icons.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Icons</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/buttons.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Buttons</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/sliders.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Sliders</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/modals.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Modals & Alerts</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/navbar.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Navbar & Tabs</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/timeline.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Timeline</p>
</a>
</li>
<li class="nav-item">
<a href="pages/UI/ribbons.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Ribbons</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-edit"></i>
<p>
Forms
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/forms/general.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>General Elements</p>
</a>
</li>
<li class="nav-item">
<a href="pages/forms/advanced.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Advanced Elements</p>
</a>
</li>
<li class="nav-item">
<a href="pages/forms/editors.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Editors</p>
</a>
</li>
<li class="nav-item">
<a href="pages/forms/validation.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Validation</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-table"></i>
<p>
Tables
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/tables/simple.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Simple Tables</p>
</a>
</li>
<li class="nav-item">
<a href="pages/tables/data.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>DataTables</p>
</a>
</li>
<li class="nav-item">
<a href="pages/tables/jsgrid.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>jsGrid</p>
</a>
</li>
</ul>
</li>
<li class="nav-header">EXAMPLES</li>
<li class="nav-item">
<a href="pages/calendar.html" class="nav-link">
<i class="nav-icon fas fa-calendar-alt"></i>
<p>
Calendar
<span class="badge badge-info right">2</span>
</p>
</a>
</li>
<li class="nav-item">
<a href="pages/gallery.html" class="nav-link">
<i class="nav-icon far fa-image"></i>
<p>
Gallery
</p>
</a>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon far fa-envelope"></i>
<p>
Mailbox
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/mailbox/mailbox.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Inbox</p>
</a>
</li>
<li class="nav-item">
<a href="pages/mailbox/compose.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Compose</p>
</a>
</li>
<li class="nav-item">
<a href="pages/mailbox/read-mail.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Read</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-book"></i>
<p>
Pages
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/examples/invoice.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Invoice</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/profile.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Profile</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/e-commerce.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>E-commerce</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/projects.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Projects</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/project-add.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Project Add</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/project-edit.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Project Edit</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/project-detail.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Project Detail</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/contacts.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Contacts</p>
</a>
</li>
</ul>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon far fa-plus-square"></i>
<p>
Extras
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="pages/examples/login.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Login</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/register.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Register</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/forgot-password.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Forgot Password</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/recover-password.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Recover Password</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/lockscreen.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Lockscreen</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/legacy-user-menu.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Legacy User Menu</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/language-menu.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Language Menu</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/404.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Error 404</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/500.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Error 500</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/pace.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Pace</p>
</a>
</li>
<li class="nav-item">
<a href="pages/examples/blank.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Blank Page</p>
</a>
</li>
<li class="nav-item">
<a href="starter.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Starter Page</p>
</a>
</li>
</ul>
</li>
<li class="nav-header">MISCELLANEOUS</li>
<li class="nav-item">
<a href="https://adminlte.io/docs/3.0" class="nav-link">
<i class="nav-icon fas fa-file"></i>
<p>Documentation</p>
</a>
</li>
<li class="nav-header">MULTI LEVEL EXAMPLE</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="fas fa-circle nav-icon"></i>
<p>Level 1</p>
</a>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-circle"></i>
<p>
Level 1
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Level 2</p>
</a>
</li>
<li class="nav-item has-treeview">
<a href="#" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>
Level 2
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="far fa-dot-circle nav-icon"></i>
<p>Level 3</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="far fa-dot-circle nav-icon"></i>
<p>Level 3</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="far fa-dot-circle nav-icon"></i>
<p>Level 3</p>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Level 2</p>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="fas fa-circle nav-icon"></i>
<p>Level 1</p>
</a>
</li>
<li class="nav-header">LABELS</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon far fa-circle text-danger"></i>
<p class="text">Important</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon far fa-circle text-warning"></i>
<p>Warning</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon far fa-circle text-info"></i>
<p>Informational</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark">Dashboard v3</h1>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Dashboard v3</li>
</ol>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="card">
<div class="card-header border-0">
<div class="d-flex justify-content-between">
<h3 class="card-title">Online Store Visitors</h3>
<a href="javascript:void(0);">View Report</a>
</div>
</div>
<div class="card-body">
<div class="d-flex">
<p class="d-flex flex-column">
<span class="text-bold text-lg">820</span>
<span>Visitors Over Time</span>
</p>
<p class="ml-auto d-flex flex-column text-right">
<span class="text-success">
<i class="fas fa-arrow-up"></i> 12.5%
</span>
<span class="text-muted">Since last week</span>
</p>
</div>
<!-- /.d-flex -->
<div class="position-relative mb-4">
<canvas id="visitors-chart" height="200"></canvas>
</div>
<div class="d-flex flex-row justify-content-end">
<span class="mr-2">
<i class="fas fa-square text-primary"></i> This Week
</span>
<span>
<i class="fas fa-square text-gray"></i> Last Week
</span>
</div>
</div>
</div>
<!-- /.card -->
<div class="card">
<div class="card-header border-0">
<h3 class="card-title">Products</h3>
<div class="card-tools">
<a href="#" class="btn btn-tool btn-sm">
<i class="fas fa-download"></i>
</a>
<a href="#" class="btn btn-tool btn-sm">
<i class="fas fa-bars"></i>
</a>
</div>
</div>
<div class="card-body table-responsive p-0">
<table class="table table-striped table-valign-middle">
<thead>
<tr>
<th>Product</th>
<th>Price</th>
<th>Sales</th>
<th>More</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img src="dist/img/default-150x150.png" alt="Product 1" class="img-circle img-size-32 mr-2">
Some Product
</td>
<td>$13 USD</td>
<td>
<small class="text-success mr-1">
<i class="fas fa-arrow-up"></i>
12%
</small>
12,000 Sold
</td>
<td>
<a href="#" class="text-muted">
<i class="fas fa-search"></i>
</a>
</td>
</tr>
<tr>
<td>
<img src="dist/img/default-150x150.png" alt="Product 1" class="img-circle img-size-32 mr-2">
Another Product
</td>
<td>$29 USD</td>
<td>
<small class="text-warning mr-1">
<i class="fas fa-arrow-down"></i>
0.5%
</small>
123,234 Sold
</td>
<td>
<a href="#" class="text-muted">
<i class="fas fa-search"></i>
</a>
</td>
</tr>
<tr>
<td>
<img src="dist/img/default-150x150.png" alt="Product 1" class="img-circle img-size-32 mr-2">
Amazing Product
</td>
<td>$1,230 USD</td>
<td>
<small class="text-danger mr-1">
<i class="fas fa-arrow-down"></i>
3%
</small>
198 Sold
</td>
<td>
<a href="#" class="text-muted">
<i class="fas fa-search"></i>
</a>
</td>
</tr>
<tr>
<td>
<img src="dist/img/default-150x150.png" alt="Product 1" class="img-circle img-size-32 mr-2">
Perfect Item
<span class="badge bg-danger">NEW</span>
</td>
<td>$199 USD</td>
<td>
<small class="text-success mr-1">
<i class="fas fa-arrow-up"></i>
63%
</small>
87 Sold
</td>
<td>
<a href="#" class="text-muted">
<i class="fas fa-search"></i>
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /.card -->
</div>
<!-- /.col-md-6 -->
<div class="col-lg-6">
<div class="card">
<div class="card-header border-0">
<div class="d-flex justify-content-between">
<h3 class="card-title">Sales</h3>
<a href="javascript:void(0);">View Report</a>
</div>
</div>
<div class="card-body">
<div class="d-flex">
<p class="d-flex flex-column">
<span class="text-bold text-lg">$18,230.00</span>
<span>Sales Over Time</span>
</p>
<p class="ml-auto d-flex flex-column text-right">
<span class="text-success">
<i class="fas fa-arrow-up"></i> 33.1%
</span>
<span class="text-muted">Since last month</span>
</p>
</div>
<!-- /.d-flex -->
<div class="position-relative mb-4">
<canvas id="sales-chart" height="200"></canvas>
</div>
<div class="d-flex flex-row justify-content-end">
<span class="mr-2">
<i class="fas fa-square text-primary"></i> This year
</span>
<span>
<i class="fas fa-square text-gray"></i> Last year
</span>
</div>
</div>
</div>
<!-- /.card -->
<div class="card">
<div class="card-header border-0">
<h3 class="card-title">Online Store Overview</h3>
<div class="card-tools">
<a href="#" class="btn btn-sm btn-tool">
<i class="fas fa-download"></i>
</a>
<a href="#" class="btn btn-sm btn-tool">
<i class="fas fa-bars"></i>
</a>
</div>
</div>
<div class="card-body">
<div class="d-flex justify-content-between align-items-center border-bottom mb-3">
<p class="text-success text-xl">
<i class="ion ion-ios-refresh-empty"></i>
</p>
<p class="d-flex flex-column text-right">
<span class="font-weight-bold">
<i class="ion ion-android-arrow-up text-success"></i> 12%
</span>
<span class="text-muted">CONVERSION RATE</span>
</p>
</div>
<!-- /.d-flex -->
<div class="d-flex justify-content-between align-items-center border-bottom mb-3">
<p class="text-warning text-xl">
<i class="ion ion-ios-cart-outline"></i>
</p>
<p class="d-flex flex-column text-right">
<span class="font-weight-bold">
<i class="ion ion-android-arrow-up text-warning"></i> 0.8%
</span>
<span class="text-muted">SALES RATE</span>
</p>
</div>
<!-- /.d-flex -->
<div class="d-flex justify-content-between align-items-center mb-0">
<p class="text-danger text-xl">
<i class="ion ion-ios-people-outline"></i>
</p>
<p class="d-flex flex-column text-right">
<span class="font-weight-bold">
<i class="ion ion-android-arrow-down text-danger"></i> 1%
</span>
<span class="text-muted">REGISTRATION RATE</span>
</p>
</div>
<!-- /.d-flex -->
</div>
</div>
</div>
<!-- /.col-md-6 -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
</aside>
<!-- /.control-sidebar -->
<!-- Main Footer -->
<footer class="main-footer">
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.5
</div>
</footer>
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE -->
<script src="dist/js/adminlte.js"></script>
<!-- OPTIONAL SCRIPTS -->
<script src="plugins/chart.js/Chart.min.js"></script>
<script src="dist/js/demo.js"></script>
<script src="dist/js/pages/dashboard3.js"></script>
</body>
</html>
|
scatterPlotEx.html
|
mattgiguere/cedat
|
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<title>Scatter Matrix</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="css/dashboard.css" rel="stylesheet">
<link rel='stylesheet' type='text/css' href='css/stylesheet.css'/>
<script src="http://d3js.org/d3.v3.min.js"></script>
<!-- load jquery -->
<script type='text/javascript' src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type='text/javascript' src='js/script.js'></script>
</head>
<style>
svg {
font: 10px sans-serif;
padding: 10px;
}
.axis,
.frame {
shape-rendering: crispEdges;
}
.axis line {
stroke: #ddd;
}
.axis path {
display: none;
}
.frame {
fill: none;
stroke: #aaa;
}
circle {
fill-opacity: .7;
}
circle.hiddensm {
fill: #ccc !important;
}
.extent {
fill: #000;
fill-opacity: .125;
stroke: #fff;
}
</style>
<body>
<!-- BEGIN Bootstrap navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
CHIRON Exploratory Data Analysis Tool</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Dashboard</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li><a href="overview.html">Overview</a></li>
<li><a href="timeseries2.html">Time Series</a></li>
<li class="active"><a href="correlations.html">Correlations</a></li>
<li><a href="#">Environment</a></li>
</ul>
<ul class="nav nav-sidebar">
<li class='objectnames'><a href="#">10700</a></li>
<li class='objectnames'><a href="#">20794</a></li>
<li class='objectnames'><a href="#">22049</a></li>
</ul>
</div>
<!-- END Bootstrap navbar -->
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h1 class="page-header">Scatter Matrix</h1>
<div class='d3'></div>
<div class='tableSection'>
<h2 class="sub-header"> Observation Information </h2>
<div class='dbcolumn'>propid</div>
<div class='dbcolumn'>rexptime</div>
<div class='dbcolumn'>exptime</div>
<div class='dbcolumn'>texptime</div>
<div class='dbcolumn'>darktime</div>
<div class='dbcolumn'>pixtime</div>
<div class='dbcolumn'>powstat</div>
<div class='dbcolumn'>deckpos</div>
<div class='dbcolumn'>focus</div>
<div class='dbcolumn'>maxexp</div>
<div class='dbcolumn'>obs_ra</div>
<div class='dbcolumn'>obs_dec</div>
<div class='dbcolumn'>alt</div>
<div class='dbcolumn'>ha</div>
<div class='dbcolumn'>st</div>
<div class='dbcolumn'>zd</div>
<div class='dbcolumn'>airmass</div>
</div>
<div class="tableSection">
<h2 class="sub-header"> Velocity Information </h2>
<div class='dbcolumn'>mnvel</div>
<div class='dbcolumn'>mdvel</div>
<div class='dbcolumn'>bc</div>
<div class='dbcolumn'>z</div>
<div class='dbcolumn'>gain</div>
<div class='dbcolumn'>cts</div>
<div class='dbcolumn'>errvel</div>
<div class='dbcolumn'>mdchi</div>
<div class='dbcolumn'>nchunk</div>
</div>
<div class="tableSection">
<h2 class="sub-header"> Environmental Information </h2>
<div class='dbcolumn'>ccdtemp</div>
<div class='dbcolumn'>necktemp</div>
<div class='dbcolumn'>tempgrat</div>
<div class='dbcolumn'>temptlow</div>
<div class='dbcolumn'>temptcen</div>
<div class='dbcolumn'>tempstru</div>
<div class='dbcolumn'>tempencl</div>
<div class='dbcolumn'>tempcoud</div>
<div class='dbcolumn'>tempinst</div>
<div class='dbcolumn'>tempiodin</div>
<div class='dbcolumn'>dewpress</div>
<div class='dbcolumn'>echpress</div>
<div class='dbcolumn'>baromete</div>
</div>
<div class="tableSection">
<div id='newdata'></div>
</div>
<div class="tableSection">
<h2 class="sub-header">Observation Table</h2>
<div id='table-of-observations'></div>
</div>
</div>
</div>
</div>
<script>
var width = 400,
size = 150,
padding = 19.5;
var x = d3.scale.linear()
.range([padding / 2, size - padding / 2]);
var y = d3.scale.linear()
.range([size - padding / 2, padding / 2]);
var xAxis = d3.svg.axis()
.scale(x)
.orient("bottom")
.ticks(5);
var yAxis = d3.svg.axis()
.scale(y)
.orient("left")
.ticks(5);
var color = d3.scale.category10();
d3.csv("flowers.csv", function(error, data) {
var domainByTrait = {},
traits = d3.keys(data[0]).filter(function(d) { return d !== "species"; }),
n = traits.length;
traits.forEach(function(trait) {
domainByTrait[trait] = d3.extent(data, function(d) { return d[trait]; });
});
xAxis.tickSize(size * n);
yAxis.tickSize(-size * n);
var brush = d3.svg.brush()
.x(x)
.y(y)
.on("brushstart", brushstart)
.on("brush", brushmove)
.on("brushend", brushend);
var svg = d3.select(".d3").append("svg")
.attr("width", size * n + 2*padding)
.attr("height", size * n + 2* padding)
.append("g")
.attr("transform", "translate(" + padding + "," + padding / 2 + ")");
svg.selectAll(".x.axis")
.data(traits)
.enter().append("g")
.attr("class", "x axis")
.attr("transform", function(d, i) { return "translate(" + (n - i - 1) * size + ",0)"; })
.each(function(d) { x.domain(domainByTrait[d]); d3.select(this).call(xAxis); });
svg.selectAll(".y.axis")
.data(traits)
.enter().append("g")
.attr("class", "y axis")
.attr("transform", function(d, i) { return "translate(0," + i * size + ")"; })
.each(function(d) { y.domain(domainByTrait[d]); d3.select(this).call(yAxis); });
var cell = svg.selectAll(".cell")
.data(cross(traits, traits))
.enter().append("g")
.attr("class", "cell")
.attr("transform", function(d) { return "translate(" + (n - d.i - 1) * size + "," + d.j * size + ")"; })
.each(plot);
// Titles for the diagonal.
cell.filter(function(d) { return d.i === d.j; }).append("text")
.attr("x", padding)
.attr("y", padding)
.attr("dy", ".71em")
.text(function(d) { return d.x; });
cell.call(brush);
function plot(p) {
var cell = d3.select(this);
x.domain(domainByTrait[p.x]);
y.domain(domainByTrait[p.y]);
cell.append("rect")
.attr("class", "frame")
.attr("x", padding / 2)
.attr("y", padding / 2)
.attr("width", size - padding)
.attr("height", size - padding);
cell.selectAll("circle")
.data(data)
.enter().append("circle")
.attr("cx", function(d) { return x(d[p.x]); })
.attr("cy", function(d) { return y(d[p.y]); })
.attr("r", 3)
.style("fill", function(d) { return color(d.species); });
}
var brushCell;
// Clear the previously-active brush, if any.
function brushstart(p) {
if (brushCell !== this) {
d3.select(brushCell).call(brush.clear());
x.domain(domainByTrait[p.x]);
y.domain(domainByTrait[p.y]);
brushCell = this;
}
}
// Highlight the selected circles.
function brushmove(p) {
var e = brush.extent();
svg.selectAll("circle").classed("hiddensm", function(d) {
return e[0][0] > d[p.x] || d[p.x] > e[1][0]
|| e[0][1] > d[p.y] || d[p.y] > e[1][1];
});
}
// If the brush is empty, select all circles.
function brushend() {
if (brush.empty()) svg.selectAll(".hiddensm").classed("hiddensm", false);
}
function cross(a, b) {
var c = [], n = a.length, m = b.length, i, j;
for (i = -1; ++i < n;) for (j = -1; ++j < m;) c.push({x: a[i], i: i, y: b[j], j: j});
return c;
}
d3.select(self.frameElement).style("height", size * n + padding + 20 + "px");
});
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="../../assets/js/docs.min.js"></script> -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
</body>
|
quiz1.html
|
mew1837-cmis/mew1837-cmis-wd
|
<!doctype html>
<html>
<head>
<title>
Quiz 1
</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="quiz1.css" type="text/css">
</head>
<body>
<header>
<h1>
Quiz 1
</h1>
<h3>
Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.
</h3>
</header>
<nav>
</nav>
<main>
<h2>
Section 1
</h2>
<h4>
Sub-Section A
</h4>
<p2>
Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.
</p2>
<h4>
Sub-Section B
</h4>
<p2>
Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.
</p2>
<h2>
Section 2
</h2>
<h4>
Sub-Section A
</h4>
<p2>
Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.
</p2>
<h4>
Sub-Section B
</h4>
<p2>
Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah.
</p2>
</main>
<footer>
©2015 Natthapon Soisangwan - CMIS Web Design
</footer>
</body>
</html>
|
Public/doc/LibreMoney-2.8.1-Api-Intro.ru.html
|
libremoney/main
|
<!DOCTYPE html>
<html lang="ru" dir="ltr" class="client-nojs">
<head>
<link href='style.css' rel='stylesheet' type='text/css'/>
<meta charset="UTF-8" />
<title>LibreMoney API</title>
<style>a:lang(ar),a:lang(ckb),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}</style>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Nxt_API_ru skin-vector action-view vector-animateLayout">
<h2>LibreMoney</h2>
<h3>2. Основная часть</h3>
<h4>2.8. API (RestAPI)</h4>
<h5><span class="mw-headline" id=".D0.9E.D0.BF.D0.B8.D1.81.D0.B0.D0.BD.D0.B8.D0.B5">Описание</span></h5>
<p>LibreMoney API позволяет взаимодействовать с нодами LibreMoney посредством HTTP GET/POST запросов. Ответы возвращаются в виде JSON объектов.
</p>
<p>Все API вызовы делаются посредством общения с нодами LibreMoney по порту 1400. Во всех примерах, приведенных здесь, нода представлена, как "localhost". Все примеры и ответы отформатированы для комфортного чтения, поэтому надо помнить, что переносы строк и пробелы не используются в действительности в запросах и ответах.
</p>
<p>Многие вызовы API ссылаются на генезис блок. Для справки, ID генезисного блока: <a rel="nofollow" class="external text" href="http://node.libremoney.com/api/getBlock?block=XXXXXXXX">XXXXXXXX</a>
</p>
<p>Со всеми API функциями можно ознакомиться а также протестировать их по адресу <a rel="nofollow" class="external free" href="http://localhost:1400/test">http://localhost:1400/test</a>
Для определенных API функций, для ознакомления и тестирования можно использовать запрос вида <a rel="nofollow" class="external free" href="http://localhost:1400/test?requestType=">http://localhost:1400/test?requestType=</a><specificRequestType> где <specificRequestType> это имя определенной API функции которую вы хотите вызвать
</p>
</body>
</html>
|
doc/pub/week5/html/._week5-bs034.html
|
CompPhysics/ComputationalPhysics2
|
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/doconce/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Week 6 February 8-12: Finalization of importance sampling, start Gradient methods, steepest descent and Conjugate Gradient Methods">
<title>Week 6 February 8-12: Finalization of importance sampling, start Gradient methods, steepest descent and Conjugate Gradient Methods</title>
<!-- Bootstrap style: bootstrap -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<!-- not necessary
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-->
<style type="text/css">
/* Add scrollbar to dropdown menus in bootstrap navigation bar */
.dropdown-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
}
/* Adds an invisible element before each target to offset for the navigation
bar */
.anchor::before {
content:"";
display:block;
height:50px; /* fixed header height for style bootstrap */
margin:-50px 0 0; /* negative fixed header height */
}
</style>
</head>
<!-- tocinfo
{'highest level': 2,
'sections': [('Overview of week 6, February 8-12',
2,
None,
'overview-of-week-6-february-8-12'),
('Motivation', 2, None, 'motivation'),
('Simple example and demonstration',
2,
None,
'simple-example-and-demonstration'),
('Simple example and demonstration',
2,
None,
'simple-example-and-demonstration'),
('Exercise 1: Find the local energy for the harmonic oscillator',
2,
None,
'exercise-1-find-the-local-energy-for-the-harmonic-oscillator'),
('Variance in the simple model',
2,
None,
'variance-in-the-simple-model'),
('Computing the derivatives',
2,
None,
'computing-the-derivatives'),
('Expressions for finding the derivatives of the local energy',
2,
None,
'expressions-for-finding-the-derivatives-of-the-local-energy'),
('Derivatives of the local energy',
2,
None,
'derivatives-of-the-local-energy'),
('Exercise 2: General expression for the derivative of the '
'energy',
2,
None,
'exercise-2-general-expression-for-the-derivative-of-the-energy'),
("Brief reminder on Newton-Raphson's method",
2,
None,
'brief-reminder-on-newton-raphson-s-method'),
('The equations', 2, None, 'the-equations'),
('Simple geometric interpretation',
2,
None,
'simple-geometric-interpretation'),
('Extending to more than one variable',
2,
None,
'extending-to-more-than-one-variable'),
('Steepest descent', 2, None, 'steepest-descent'),
('More on Steepest descent', 2, None, 'more-on-steepest-descent'),
('The ideal', 2, None, 'the-ideal'),
('The sensitiveness of the gradient descent',
2,
None,
'the-sensitiveness-of-the-gradient-descent'),
('Convex functions', 2, None, 'convex-functions'),
('Convex function', 2, None, 'convex-function'),
('Conditions on convex functions',
2,
None,
'conditions-on-convex-functions'),
('More on convex functions', 2, None, 'more-on-convex-functions'),
('Some simple problems', 2, None, 'some-simple-problems'),
('Standard steepest descent',
2,
None,
'standard-steepest-descent'),
('Gradient method', 2, None, 'gradient-method'),
('Steepest descent method', 2, None, 'steepest-descent-method'),
('Steepest descent method', 2, None, 'steepest-descent-method'),
('Final expressions', 2, None, 'final-expressions'),
('Code examples for steepest descent',
2,
None,
'code-examples-for-steepest-descent'),
('Simple codes for steepest descent and conjugate gradient '
'using a $2\\times 2$ matrix, in c++, Python code to come',
2,
None,
'simple-codes-for-steepest-descent-and-conjugate-gradient-using-a-2-times-2-matrix-in-c-python-code-to-come'),
('The routine for the steepest descent method',
2,
None,
'the-routine-for-the-steepest-descent-method'),
('Steepest descent example', 2, None, 'steepest-descent-example'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method and iterations',
2,
None,
'conjugate-gradient-method-and-iterations'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Conjugate gradient method',
2,
None,
'conjugate-gradient-method'),
('Simple implementation of the Conjugate gradient algorithm',
2,
None,
'simple-implementation-of-the-conjugate-gradient-algorithm'),
('Broyden–Fletcher–Goldfarb–Shanno algorithm',
2,
None,
'broyden-fletcher-goldfarb-shanno-algorithm'),
('Stochastic Gradient Descent',
2,
None,
'stochastic-gradient-descent'),
('Computation of gradients', 2, None, 'computation-of-gradients'),
('SGD example', 2, None, 'sgd-example'),
('The gradient step', 2, None, 'the-gradient-step'),
('Simple example code', 2, None, 'simple-example-code'),
('When do we stop?', 2, None, 'when-do-we-stop'),
('Slightly different approach',
2,
None,
'slightly-different-approach'),
('Program for stochastic gradient',
2,
None,
'program-for-stochastic-gradient'),
('Using gradient descent methods, limitations',
2,
None,
'using-gradient-descent-methods-limitations'),
('Codes from numerical recipes',
2,
None,
'codes-from-numerical-recipes'),
('Finding the minimum of the harmonic oscillator model in one '
'dimension',
2,
None,
'finding-the-minimum-of-the-harmonic-oscillator-model-in-one-dimension'),
('Functions to observe', 2, None, 'functions-to-observe'),
('Python program for 2-electrons in 2 dimensions',
2,
None,
'python-program-for-2-electrons-in-2-dimensions'),
("Using Broyden's algorithm in scipy",
2,
None,
'using-broyden-s-algorithm-in-scipy'),
('How do we proceed?', 2, None, 'how-do-we-proceed'),
('Modified code', 2, None, 'modified-code'),
('Resampling analysis', 2, None, 'resampling-analysis')]}
end of tocinfo -->
<body>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {
equationNumbers: { autoNumber: "none" },
extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"]
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- Bootstrap navigation bar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="week5-bs.html">Week 6 February 8-12: Finalization of importance sampling, start Gradient methods, steepest descent and Conjugate Gradient Methods</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a>
<ul class="dropdown-menu">
<!-- navigation toc: --> <li><a href="._week5-bs001.html#overview-of-week-6-february-8-12" style="font-size: 80%;">Overview of week 6, February 8-12</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs002.html#motivation" style="font-size: 80%;">Motivation</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs004.html#simple-example-and-demonstration" style="font-size: 80%;">Simple example and demonstration</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs004.html#simple-example-and-demonstration" style="font-size: 80%;">Simple example and demonstration</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs005.html#exercise-1-find-the-local-energy-for-the-harmonic-oscillator" style="font-size: 80%;">Exercise 1: Find the local energy for the harmonic oscillator</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs006.html#variance-in-the-simple-model" style="font-size: 80%;">Variance in the simple model</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs007.html#computing-the-derivatives" style="font-size: 80%;">Computing the derivatives</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs008.html#expressions-for-finding-the-derivatives-of-the-local-energy" style="font-size: 80%;">Expressions for finding the derivatives of the local energy</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs009.html#derivatives-of-the-local-energy" style="font-size: 80%;">Derivatives of the local energy</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs010.html#exercise-2-general-expression-for-the-derivative-of-the-energy" style="font-size: 80%;">Exercise 2: General expression for the derivative of the energy</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs011.html#brief-reminder-on-newton-raphson-s-method" style="font-size: 80%;">Brief reminder on Newton-Raphson's method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs012.html#the-equations" style="font-size: 80%;">The equations</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs013.html#simple-geometric-interpretation" style="font-size: 80%;">Simple geometric interpretation</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs014.html#extending-to-more-than-one-variable" style="font-size: 80%;">Extending to more than one variable</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs015.html#steepest-descent" style="font-size: 80%;">Steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs016.html#more-on-steepest-descent" style="font-size: 80%;">More on Steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs017.html#the-ideal" style="font-size: 80%;">The ideal</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs018.html#the-sensitiveness-of-the-gradient-descent" style="font-size: 80%;">The sensitiveness of the gradient descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs019.html#convex-functions" style="font-size: 80%;">Convex functions</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs020.html#convex-function" style="font-size: 80%;">Convex function</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs021.html#conditions-on-convex-functions" style="font-size: 80%;">Conditions on convex functions</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs022.html#more-on-convex-functions" style="font-size: 80%;">More on convex functions</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs023.html#some-simple-problems" style="font-size: 80%;">Some simple problems</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs024.html#standard-steepest-descent" style="font-size: 80%;">Standard steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs025.html#gradient-method" style="font-size: 80%;">Gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs027.html#steepest-descent-method" style="font-size: 80%;">Steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs027.html#steepest-descent-method" style="font-size: 80%;">Steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs028.html#final-expressions" style="font-size: 80%;">Final expressions</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs029.html#code-examples-for-steepest-descent" style="font-size: 80%;">Code examples for steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs030.html#simple-codes-for-steepest-descent-and-conjugate-gradient-using-a-2-times-2-matrix-in-c-python-code-to-come" style="font-size: 80%;">Simple codes for steepest descent and conjugate gradient using a \( 2\times 2 \) matrix, in c++, Python code to come</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs031.html#the-routine-for-the-steepest-descent-method" style="font-size: 80%;">The routine for the steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs032.html#steepest-descent-example" style="font-size: 80%;">Steepest descent example</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs037.html#conjugate-gradient-method-and-iterations" style="font-size: 80%;">Conjugate gradient method and iterations</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs040.html#conjugate-gradient-method" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs041.html#simple-implementation-of-the-conjugate-gradient-algorithm" style="font-size: 80%;">Simple implementation of the Conjugate gradient algorithm</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs042.html#broyden-fletcher-goldfarb-shanno-algorithm" style="font-size: 80%;">Broyden–Fletcher–Goldfarb–Shanno algorithm</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs043.html#stochastic-gradient-descent" style="font-size: 80%;">Stochastic Gradient Descent</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs044.html#computation-of-gradients" style="font-size: 80%;">Computation of gradients</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs045.html#sgd-example" style="font-size: 80%;">SGD example</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs046.html#the-gradient-step" style="font-size: 80%;">The gradient step</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs047.html#simple-example-code" style="font-size: 80%;">Simple example code</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs048.html#when-do-we-stop" style="font-size: 80%;">When do we stop?</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs049.html#slightly-different-approach" style="font-size: 80%;">Slightly different approach</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs050.html#program-for-stochastic-gradient" style="font-size: 80%;">Program for stochastic gradient</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs051.html#using-gradient-descent-methods-limitations" style="font-size: 80%;">Using gradient descent methods, limitations</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs052.html#codes-from-numerical-recipes" style="font-size: 80%;">Codes from numerical recipes</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs053.html#finding-the-minimum-of-the-harmonic-oscillator-model-in-one-dimension" style="font-size: 80%;">Finding the minimum of the harmonic oscillator model in one dimension</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs054.html#functions-to-observe" style="font-size: 80%;">Functions to observe</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs055.html#python-program-for-2-electrons-in-2-dimensions" style="font-size: 80%;">Python program for 2-electrons in 2 dimensions</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs056.html#using-broyden-s-algorithm-in-scipy" style="font-size: 80%;">Using Broyden's algorithm in scipy</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs057.html#how-do-we-proceed" style="font-size: 80%;">How do we proceed?</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs058.html#modified-code" style="font-size: 80%;">Modified code</a></li>
<!-- navigation toc: --> <li><a href="._week5-bs059.html#resampling-analysis" style="font-size: 80%;">Resampling analysis</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div> <!-- end of navigation bar -->
<div class="container">
<p> </p><p> </p><p> </p> <!-- add vertical space -->
<a name="part0034"></a>
<!-- !split -->
<h2 id="conjugate-gradient-method" class="anchor">Conjugate gradient method </h2>
<div class="panel panel-default">
<div class="panel-body">
<p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
An example is given by the eigenvectors of the matrix
$$
\begin{equation*}
\hat{v}_i^T\hat{A}\hat{v}_j= \lambda\hat{v}_i^T\hat{v}_j,
\end{equation*}
$$
which is zero unless \( i=j \).
</div>
</div>
<p>
<p>
<!-- navigation buttons at the bottom of the page -->
<ul class="pagination">
<li><a href="._week5-bs033.html">«</a></li>
<li><a href="._week5-bs000.html">1</a></li>
<li><a href="">...</a></li>
<li><a href="._week5-bs026.html">27</a></li>
<li><a href="._week5-bs027.html">28</a></li>
<li><a href="._week5-bs028.html">29</a></li>
<li><a href="._week5-bs029.html">30</a></li>
<li><a href="._week5-bs030.html">31</a></li>
<li><a href="._week5-bs031.html">32</a></li>
<li><a href="._week5-bs032.html">33</a></li>
<li><a href="._week5-bs033.html">34</a></li>
<li class="active"><a href="._week5-bs034.html">35</a></li>
<li><a href="._week5-bs035.html">36</a></li>
<li><a href="._week5-bs036.html">37</a></li>
<li><a href="._week5-bs037.html">38</a></li>
<li><a href="._week5-bs038.html">39</a></li>
<li><a href="._week5-bs039.html">40</a></li>
<li><a href="._week5-bs040.html">41</a></li>
<li><a href="._week5-bs041.html">42</a></li>
<li><a href="._week5-bs042.html">43</a></li>
<li><a href="._week5-bs043.html">44</a></li>
<li><a href="">...</a></li>
<li><a href="._week5-bs059.html">60</a></li>
<li><a href="._week5-bs035.html">»</a></li>
</ul>
<!-- ------------------- end of main content --------------- -->
</div> <!-- end container -->
<!-- include javascript, jQuery *first* -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!-- Bootstrap footer
<footer>
<a href="https://..."><img width="250" align=right src="https://..."></a>
</footer>
-->
<center style="font-size:80%">
<!-- copyright only on the titlepage -->
</center>
</body>
</html>
|
tags/vpn/index.html
|
superbeyone/superbeyone.github.io
|
<!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<script src="//cdn.bootcss.com/pace/1.0.2/pace.min.js"></script>
<link href="//cdn.bootcss.com/pace/1.0.2/themes/pink/pace-theme-flash.css" rel="stylesheet">
<style>
.pace .pace-progress {
background: #1E92FB; /*进度条颜色*/
height: 3px;
}
.pace .pace-progress-inner {
box-shadow: 0 0 10px #1E92FB, 0 0 5px #1E92FB; /*阴影颜色*/
}
.pace .pace-activity {
border-top-color: #1E92FB; /*上边框颜色*/
border-left-color: #1E92FB; /*左边框颜色*/
}
</style>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.ico?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.ico?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT" />
<link rel="alternate" href="/atom.xml" title="superbeyone" type="application/atom+xml" />
<meta property="og:type" content="website">
<meta property="og:title" content="superbeyone">
<meta property="og:url" content="http://superbeyone.info/tags/vpn/index.html">
<meta property="og:site_name" content="superbeyone">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="superbeyone">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://superbeyone.info/tags/vpn/"/>
<title>标签: vpn | superbeyone</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<a href="https://github.com/superbeyone"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">superbeyone</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="bg_content">
<canvas id="canvas"></canvas>
</div>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block tag">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>vpn<small>标签</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/FreeVpn.html" itemprop="url">
<span itemprop="name">免费VPN</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2018-04-13T22:28:34+08:00"
content="2018-04-13" >
04-13
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.jpg"
alt="superbeyone" />
<p class="site-author-name" itemprop="name">superbeyone</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">5</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">10</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/superbeyone" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:superbeyone@gmail.com" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/superbeyone" target="_blank" title="Twitter">
<i class="fa fa-fw fa-twitter"></i>Twitter</a>
</span>
<span class="links-of-author-item">
<a href="https://www.facebook.com/superbeyone" target="_blank" title="FaceBook">
<i class="fa fa-fw fa-facebook"></i>FaceBook</a>
</span>
<span class="links-of-author-item">
<a href="https://youtube.com/superbeyone" target="_blank" title="YouTube">
<i class="fa fa-fw fa-youtube"></i>YouTube</a>
</span>
</div>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<div class="copyright">© <span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<a href="http://blog.sina.com.cn/superbeyone" target="blank"><span class="author" itemprop="copyrightHolder">[superbeyone]</span></a>
<div class="powered-by">
<i class="fa fa-user-md"></i><span id="busuanzi_container_site_uv">
本站访客数: <span id="busuanzi_value_site_uv"></span>
</span>
</div>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/lib/canvas-nest/canvas-nest.min.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script type="text/javascript">
_hcwp = window._hcwp || [];
_hcwp.push({widget:"Bloggerstream", widget_id: 100567, selector:".hc-comment-count", label: "{\%COUNT%\}" });
(function() {
if("HC_LOAD_INIT" in window)return;
HC_LOAD_INIT = true;
var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage || "en").substr(0, 2).toLowerCase();
var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/100567/"+lang+"/widget.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hcc, s.nextSibling);
})();
</script>
</body>
</html>
<!-- 页面点击小红心 -->
<script type="text/javascript" src="/js/src/love.js"></script>
<script type="text/javascript">
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Circle = function () {
function Circle(x, y) {
_classCallCheck(this, Circle);
this.x = x;
this.y = y;
this.r = Math.random() * 10;
this._mx = Math.random();
this._my = Math.random();
}
_createClass(Circle, [{
key: 'drawCircle',
value: function drawCircle(ctx) {
ctx.beginPath();
//arc() 方法使用一个中心点和半径,为一个画布的当前子路径添加一条弧。
ctx.arc(this.x, this.y, this.r, 0, 360);
ctx.closePath();
ctx.fillStyle = 'rgba(204, 204, 204, 0.3)';
ctx.fill();
}
}, {
key: 'drawLine',
value: function drawLine(ctx, _circle) {
var dx = this.x - _circle.x;
var dy = this.y - _circle.y;
var d = Math.sqrt(dx * dx + dy * dy);
if (d < 150) {
ctx.beginPath();
ctx.moveTo(this.x, this.y); //起始点
ctx.lineTo(_circle.x, _circle.y); //终点
ctx.closePath();
ctx.strokeStyle = 'rgba(204, 204, 204, 0.3)';
ctx.stroke();
}
}
}, {
key: 'move',
value: function move(w, h) {
this._mx = this.x < w && this.x > 0 ? this._mx : -this._mx;
this._my = this.y < h && this.y > 0 ? this._my : -this._my;
this.x += this._mx / 2;
this.y += this._my / 2;
}
}]);
return Circle;
}();
var currentCirle = function (_Circle) {
_inherits(currentCirle, _Circle);
function currentCirle(x, y) {
_classCallCheck(this, currentCirle);
return _possibleConstructorReturn(this, (currentCirle.__proto__ || Object.getPrototypeOf(currentCirle)).call(this, x, y));
}
_createClass(currentCirle, [{
key: 'drawCircle',
value: function drawCircle(ctx) {
ctx.beginPath();
//this.r = (this.r < 14 && this.r > 1) ? this.r + (Math.random() * 2 - 1) : 2;
this.r = 8;
ctx.arc(this.x, this.y, this.r, 0, 360);
ctx.closePath();
//ctx.fillStyle = 'rgba(0,0,0,' + (parseInt(Math.random() * 100) / 100) + ')'
ctx.fillStyle = 'rgba(255, 77, 54, 0.6)';
ctx.fill();
}
}]);
return currentCirle;
}(Circle);
window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
var canvas = document.getElementById('canvas');
var ctx = canvas.getContext('2d');
var w = canvas.width = canvas.offsetWidth;
var h = canvas.height = canvas.offsetHeight;
var circles = [];
var current_circle = new currentCirle(0, 0);
var draw = function draw() {
ctx.clearRect(0, 0, w, h);
for (var i = 0; i < circles.length; i++) {
circles[i].move(w, h);
circles[i].drawCircle(ctx);
for (j = i + 1; j < circles.length; j++) {
circles[i].drawLine(ctx, circles[j]);
}
}
if (current_circle.x) {
current_circle.drawCircle(ctx);
for (var k = 1; k < circles.length; k++) {
current_circle.drawLine(ctx, circles[k]);
}
}
requestAnimationFrame(draw);
};
var init = function init(num) {
for (var i = 0; i < num; i++) {
circles.push(new Circle(Math.random() * w, Math.random() * h));
}
draw();
};
window.addEventListener('load', init(60));
window.onmousemove = function (e) {
e = e || window.event;
current_circle.x = e.clientX;
current_circle.y = e.clientY;
};
window.onmouseout = function () {
current_circle.x = null;
current_circle.y = null;
};
</script>
|
backdoortrojan.net/nesciogender.html
|
gbernatchez/galeriegalerie
|
<!doctype html>
<html>
<head>
<title>SO GENDERED ENCYCLOPEDIA 2016</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="refresh" content="0.1;url=neurogender.html">
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA/n8AAP5/AAD5nwAA+Z8AAOfnAADn5wAAn/kAAJ/5AACf+QAAn/kAAJ55AACeeQAA4YcAAOGHAAD//wAA" rel="icon" type="image/x-icon">
<style>
body{
font-size:70%;
text-align:center;
color:white;
text-shadow:2px 2px 60px, -2px -2px 60px white;
background:linear-gradient(0deg, #5bcefa, #f5a9b8, #ffffff);
background-size:12000% 12000%;
-webkit-animation:transFlag 0.3s ease infinite;
-moz-animation:transFlag 0.3s ease infinite;
-ms-animation:transFlag 0.3s ease infinite;
-o-animation:transFlag 0.3s ease infinite;
animation:transFlag 0.3s ease infinite;
}
@-webkit-keyframes transFlag{
0%{background-position:50% 0%}
50%{background-position:50% 100%}
100%{background-position:50% 0%}
}
@-moz-keyframes transFlag{
0%{background-position:50% 0%}
50%{background-position:50% 100%}
100%{background-position:50% 0%}
}
@-ms-keyframes transFlag{
0%{background-position:50% 0%}
50%{background-position:50% 100%}
100%{background-position:50% 0%}
}
@-o-keyframes transFlag{
0%{background-position:50% 0%}
50%{background-position:50% 100%}
100%{background-position:50% 0%}
}
@keyframes transFlag{
0%{background-position:50% 0%}
50%{background-position:50% 100%}
100%{background-position:50% 0%}
}
div{
position:absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
}
.stepR{
margin-right:445px;
}
.stepL{
margin-left:445px;
}
</style>
</head>
<body class="skull" onload="transGradient();">
<div class="stepR">
<pre>
♥♥♥♥♥♥♥♥♥♥♥♥
♥♥♥♥♥♥ ♥♥♥♥♥♥
♥♥♥♥ ♥♥♥♥
♥♥♥ ♥♥♥
♥♥♥ ♥♥
♥♥ ♥♥
♥♥♥ ♥ ♥♥♥
♥♥♥♥ ♥♥ ♥♥
♥ ♥♥ ♥♥ ♥♥
♥ ♥♥♥ ♥♥♥♥ ♥♥
♥♥ ♥♥♥♥♥ ♥♥ ♥
♥♥ ♥♥♥♥ ♥♥♥♥♥♥♥ ♥♥
♥♥ ♥♥♥ ♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥ ♥♥♥♥♥♥ ♥♥
♥♥ ♥♥ ♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥ ♥♥
♥♥ ♥♥ ♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥ ♥♥
♥♥ ♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥
♥♥ ♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥
♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥
♥♥♥ ♥♥♥♥♥ ♥♥♥ ♥♥♥♥♥♥ ♥♥
♥♥♥♥ ♥♥ ♥♥♥♥♥♥♥♥♥ ♥ ♥♥ ♥ ♥
♥♥ ♥♥ ♥ ♥♥♥ ♥ ♥♥♥♥ ♥♥♥♥ ♥♥ ♥
♥ ♥♥♥ ♥♥♥♥ ♥♥ ♥♥ ♥♥♥♥♥♥ ♥♥♥♥
♥♥♥♥♥ ♥♥♥♥♥♥ ♥♥ ♥♥ ♥♥♥♥♥♥ ♥♥
♥♥ ♥♥♥♥♥ ♥♥♥♥ ♥♥
♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥
♥♥♥ ♥♥♥♥♥ ♥ ♥ ♥ ♥♥ ♥ ♥
♥♥♥ ♥♥ ♥ ♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥ ♥ ♥ ♥ ♥♥
♥♥♥ ♥♥♥♥♥♥♥♥ ♥ ♥ ♥♥ ♥♥ ♥♥ ♥ ♥♥♥♥ ♥♥
♥♥♥♥♥♥♥ ♥♥ ♥♥
♥♥♥♥♥ ♥♥ ♥♥♥♥
♥♥♥ ♥♥ ♥ ♥♥♥
♥♥♥♥ ♥♥♥ ♥♥♥♥
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
</pre>
</div>
<div class="stepL">
<pre>
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
♥♥♥♥♥ ♥♥♥♥
♥♥♥ ♥♥♥
♥♥♥ ♥♥♥
♥♥ ♥♥
♥♥♥ ♥ ♥♥♥
♥♥♥ ♥♥ ♥♥
♥♥♥♥♥♥ ♥♥ ♥♥
♥♥ ♥♥ ♥♥♥ ♥♥
♥♥ ♥♥♥ ♥♥♥ ♥♥
♥ ♥♥♥♥ ♥♥♥ ♥
♥♥ ♥♥♥♥ ♥♥♥♥♥♥♥ ♥♥
♥♥ ♥♥ ♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥ ♥♥
♥♥ ♥♥ ♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥ ♥♥
♥ ♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥
♥ ♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥
♥♥ ♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥
♥♥♥♥ ♥♥♥♥♥♥♥♥♥ ♥♥ ♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥ ♥
♥♥ ♥♥ ♥♥♥♥♥♥♥ ♥♥♥ ♥
♥♥ ♥♥ ♥♥♥♥♥ ♥♥♥♥ ♥♥♥ ♥♥ ♥♥
♥♥ ♥♥ ♥♥♥ ♥♥ ♥♥ ♥ ♥♥♥♥♥ ♥♥♥♥♥
♥♥ ♥♥ ♥♥♥♥♥ ♥♥♥♥♥ ♥ ♥♥♥♥♥♥ ♥♥
♥♥♥ ♥♥♥♥♥ ♥♥♥♥♥♥ ♥♥
♥♥ ♥♥♥♥ ♥♥ ♥♥♥♥ ♥♥
♥♥ ♥♥♥♥♥ ♥ ♥♥♥ ♥ ♥ ♥♥ ♥♥ ♥ ♥♥♥♥ ♥♥ ♥
♥♥♥ ♥♥♥♥♥♥♥ ♥ ♥ ♥♥♥♥♥♥ ♥♥
♥♥♥ ♥♥ ♥ ♥♥♥♥ ♥♥ ♥♥ ♥ ♥ ♥ ♥♥
♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥
♥♥♥♥♥♥♥♥ ♥♥♥
♥♥♥ ♥♥ ♥♥♥♥
♥♥♥♥ ♥♥ ♥♥♥
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
</pre>
</div>
<script>
var colors = ['#5bcefa', '#f5a9b8', '#ffffff', '#f5a9b8', '#5bcefa'];
var chroma = 0;
function transGradient(){
document.getElementsByClassName("skull")[0].style.color = colors[chroma];
document.getElementsByClassName("skull")[0].style.textShadow = colors[chroma];
if(chroma == colors.length){
chroma = 0;
}else{
chroma++;
}
setTimeout(function(){
transGradient();
}, 100);
}
</script>
<audio autoplay>
<source src="PS/PS205.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html></html>
|
public/assets/cache/279de860b74e02969dbf3027a3038ef8.css
|
alexshaffer/ashaffer
|
html,body{display:block;position:relative;width:100%;height:100%;margin:0;padding:0;font-family:'Helvetica Neue','Helvetica';font-weight:lighter}.burger_icon{position:fixed;top:50px;right:50px;background-color:#000;padding:10px;content:url(/ashaffer/public/assets/img/burger_nav_icon.png)}header{background-color:#000;color:#fff;text-align:center;padding:50px
0}header
.cta{padding:200px
10px;font-size:24px}header .cta
h1{font-weight:lighter}header .cta
select{background-color:#fff;color:#000;font-size:40px;font-weight:bold;vertical-align:middle;display:inline-block;outline:none;text-transform:uppercase}header
.scroll{font-size:14px;font-weight:bold}header .scroll .arrow::after{content:url(/ashaffer/public/assets/img/arrow.png)}
|
css.css
|
chelinghao/web1.0
|
/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
display:block;
}
/*first page style*/
html{
background-color:white;
}
body{
width:1280px;
background-color:rgba(194,181,155,.3);
margin:0 auto;
position:relative;
}
.picture1{
float:left;
margin-right:25px;
}
.picture2{
float:left;
padding-top:155px;
}
.titlePicture{
overflow:hidden;
}
.rotate{
font-family:Helvetica;
font-size:105pt;
text-transform: uppercase;
font-weight:600;
color: rgb(239,65,54);
position:absolute;
top:467px;
right:295px;
letter-spacing:-4px;
}
/*second page style*/
.lyricSculpture{
width:1280px;
height:720px;
background:url(background/page2background.png) no-repeat;
}
.scroll{
color:white;
font-family:mistral, cursive,sans-serif;
font-size:74pt;
padding-top:230px;
padding-left:570px;
text-transform: capitalize;
}
/*page three style*/
.plan{
width:365px;
height:725px;
float:right;
}
.modelDemo{
width:915px;
height:575px;
background-color:white;
}
|
404.html
|
dimpu/dimpu.github.io
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Page not found</title>
<link rel="stylesheet" type="text/css" href="/asserts/css/style.css">
<link rel="stylesheet" type="text/css" href="/asserts/css/404.css">
</head>
<body>
<header class="header">
<div class="logo">
<a href="http:/www.techumber.com">
<img src="asserts/img/logo.png" alt="techumber.com logo" />
</a>
<div class="logocircle"></div>
</div>
</header>
<div id="fof">
<div></div>
<canvas width="960" height="480">
<img width="960" height="480" alt="Evil eyes" src="/asserts/img/404-fallback.png">
</canvas>
<h2>We're sorry, but the page you're looking for can't be found</h2>
<p>
starting at our <a href="http://demos.techumber.com/">home page</a>
</p>
</div>
<script type="text/javascript" src="/asserts/js/404.js"></script>
</body>
</html>
|
data/KHH-3/n600030000000000/20160116134508/page.html
|
gugod/vote-watch-2016
|
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link href="../css/style2.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../js/ftiens4.js"></script>
<script type="text/javascript" src="../js/ua.js"></script>
<script type="text/javascript" src="../js/func.js"></script>
<script type="text/javascript" src="../js/treeT.js"></script>
<script type="text/javascript" src="../js/refresh.js"></script>
</head>
<body id="main-body">
<div id="main-header">
<div id="main-top">
<a class="main-top-logo" href="#">中央選舉委員會</a>
<ul class="main-top-list">
<li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li>
</ul>
</div>
</div>
<div id="main-wrap">
<div id="main-banner">
<div class="slideshow">
<img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background">
</div>
<div class="main-deco"></div>
<div class="main-title"></div>
<a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a>
<a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a>
</div>
<div id="main-container">
<div id="main-content">
<table width="1024" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="180" valign="top">
<div id="divMenu">
<table border="0">
<tr>
<td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td>
</tr>
</table>
<span class="TreeviewSpanArea">
<script>initializeDocument()</script>
<noscript>請開啟Javascript功能</noscript>
</span>
</div>
</td>
<td width="796" valign="top">
<div id="divContent">
<!-- 修改區塊 -->
<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數"> <b>區域立法委員選舉 高雄市 第3選舉區 候選人得票數 </b></td>
</tr>
<tr valign="bottom">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td class="fontNumber"> <img src="../images/nav.gif" alt="候選人數" title="候選人數"> <img src="../images/nav.gif" alt="候選人數" title="候選人數"> 候選人數:5 <img src="../images/nav.gif" alt="應選人數" title="應選人數"> <img src="../images/nav.gif" alt="應選人數" title="應選人數"> 應選人數:1
<!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額"> <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額"> 應有婦女當選名額:0-->
</td>
<td align="right">
<select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();">
<option value="n">依號次排序</option>
<option value="s">依得票排序</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT">
<tr class="trHeaderT">
<td>註記</td>
<td>號次</td>
<td>姓名</td>
<td>性別</td>
<td>得票數</td>
<td>得票率%</td>
<td>推薦之政黨</td>
</tr>
<tr class="trT">
<td> </td>
<td>1</td>
<td>梁蓓禎</td>
<td>女</td>
<td class="tdAlignRight">11,546</td>
<td class="tdAlignRight">6.0415</td>
<td>信心希望聯盟</td>
</tr>
<tr class="trT">
<td> </td>
<td>2</td>
<td>柳淑芳</td>
<td>女</td>
<td class="tdAlignRight">1,935</td>
<td class="tdAlignRight">1.0125</td>
<td>無</td>
</tr>
<tr class="trT">
<td> </td>
<td>3</td>
<td>張顯耀</td>
<td>男</td>
<td class="tdAlignRight">73,792</td>
<td class="tdAlignRight">38.6121</td>
<td>中國國民黨</td>
</tr>
<tr class="trT">
<td>◎</td>
<td>4</td>
<td>劉世芳</td>
<td>女</td>
<td class="tdAlignRight">102,255</td>
<td class="tdAlignRight">53.5056</td>
<td>民主進步黨</td>
</tr>
<tr class="trT">
<td> </td>
<td>5</td>
<td>莊明憲</td>
<td>男</td>
<td class="tdAlignRight">1,583</td>
<td class="tdAlignRight">0.8283</td>
<td>大愛憲改聯盟</td>
</tr>
<tr class="trFooterT">
<td colspan="7" align="right">投開票所數 已送/應送: 191/191 </td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<td valign="top" class="fontNote">
<table>
<tr>
<td>註記說明:</td>
<td align="center">◎</td>
<td>當選註記</td>
</tr>
<tr>
<td></td>
<td align="center">?</td>
<td>同票待抽籤</td>
</tr>
</table>
</td>
<td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:42:12 +0800" title="Sat, 16 Jan 2016 21:42:12 +0800"> 資料更新時間:01/16 21:42:06 <br>(網頁每3分鐘自動更新一次)</td>
</tr>
<tr>
<td colspan="3" class="fontNote"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 修改區塊 -->
</div>
</td>
</tr>
</table>
</div>
<div class="main-footer"></div>
<div id="divFooter">[中央選舉委員會] </div>
<!--main-content-->
</div><!--main-container-->
</div><!--END main-wrap-->
<script>setOrder();</script>
<script>setMenuScrollPosY();</script>
</body>
</html>
|
data/president/n600003500000000/20160116113711/page.html
|
gugod/vote-watch-2016
|
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link href="../css/style2.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../js/ftiens4.js"></script>
<script type="text/javascript" src="../js/ua.js"></script>
<script type="text/javascript" src="../js/func.js"></script>
<script type="text/javascript" src="../js/treeP1.js"></script>
<script type="text/javascript" src="../js/refresh.js"></script>
</head>
<body id="main-body">
<div id="main-header">
<div id="main-top">
<a class="main-top-logo" href="#">中央選舉委員會</a>
<ul class="main-top-list">
<li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li>
</ul>
</div>
</div>
<div id="main-wrap">
<div id="main-banner">
<div class="slideshow">
<img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background">
</div>
<div class="main-deco"></div>
<div class="main-title"></div>
<a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a>
<a class="main-le" href="../IDX/indexT.html">立法委員選舉</a>
</div>
<div id="main-container">
<div id="main-content">
<table width="1024" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="180" valign="top">
<div id="divMenu">
<table border="0">
<tr>
<td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td>
</tr>
</table>
<span class="TreeviewSpanArea">
<script>initializeDocument()</script>
<noscript>請開啟Javascript功能</noscript>
</span>
</div>
</td>
<td width="796" valign="top">
<div id="divContent">
<!-- 修改區塊 -->
<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數"> <b>總統副總統選舉 候選人在 高雄市 苓雅區得票數 </b></td>
</tr>
<tr valign="bottom">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td class="fontNumber"> <img src="../images/nav.gif" alt="候選組數" title="候選組數"> <img src="../images/nav.gif" alt="候選組數" title="候選組數"> 候選組數:3 <img src="../images/nav.gif" alt="應選組數" title="應選組數"> <img src="../images/nav.gif" alt="應選組數" title="應選組數"> 應選組數:1</td>
<td align="right">
<select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();">
<option value="n">依號次排序</option>
<option value="s">依得票排序</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT">
<tr class="trHeaderT">
<td>註記</td>
<td>號次</td>
<td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td>
<td>性別</td>
<td>得票數</td>
<td>得票率%</td>
<td>登記方式</td>
</tr>
<tr class="trT">
<td> </td>
<td>1</td>
<td>朱立倫<br>王如玄</td>
<td>男<br>女</td>
<td class="tdAlignRight">21,174</td>
<td class="tdAlignRight">28.5068</td>
<td>中國國民黨 推薦</td>
</tr>
<tr class="trT">
<td> </td>
<td>2</td>
<td>蔡英文<br>陳建仁</td>
<td>女<br>男</td>
<td class="tdAlignRight">45,511</td>
<td class="tdAlignRight">61.2720</td>
<td>民主進步黨 推薦</td>
</tr>
<tr class="trT">
<td> </td>
<td>3</td>
<td>宋楚瑜<br>徐欣瑩</td>
<td>男<br>女</td>
<td class="tdAlignRight">7,592</td>
<td class="tdAlignRight">10.2212</td>
<td>親民黨 推薦</td>
</tr>
<tr class="trFooterT">
<td colspan="7" align="right">投開票所數 已送/應送: 92/115 </td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<td valign="top" class="fontNote">
<table>
<tr>
<td>註記說明:</td>
<td align="center">◎</td>
<td>自然當選</td>
</tr>
<tr>
<td></td>
<td align="center">?</td>
<td>同票待抽籤</td>
</tr>
</table>
</td>
<td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:36:11 +0800" title="Sat, 16 Jan 2016 19:36:11 +0800"> 資料更新時間: 01/16 19:36:06 <br>(網頁每3分鐘自動更新一次)</td>
</tr>
<tr>
<td colspan="3" class="fontNote"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 修改區塊 -->
</div>
</td>
</tr>
</table>
</div>
<div class="main-footer"></div>
<div id="divFooter" align=center>[中央選舉委員會] </div>
<!--main-content-->
</div><!--main-container-->
</div><!--END main-wrap-->
<script>setOrder();</script>
<script>setMenuScrollPosY();</script>
</body>
</html>
|
sources/wikimedia.org/flag-of-saint-lucia/url.html
|
eric-brechemier/ipcc-countries
|
<meta http-equiv="refresh" content="0;
url=https://commons.wikimedia.org/wiki/File:Flag_of_Saint_Lucia.svg
"/>
|
static/index.html
|
exitium/dawn
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dawn - Hummingbird.me Exporter</title>
</head>
<body>
<form action="/export/" method="get">
Hummingbird Username: <input type="text" name="hb_username"><br/>
MyAnimeList Username: <input type="text" name="mal_username"> (Optional, preserves MAL start/finish dates) <br/>
<input type="submit" value="Export">
</form>
</body>
</html>
|
docs/reference/load_french_creek.html
|
USGS-R/streamMetabolizer
|
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Load a short dataset from French Creek — load_french_creek • streamMetabolizer</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="../bootstrap-toc.css">
<script src="../bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<meta property="og:title" content="Load a short dataset from French Creek — load_french_creek" />
<meta property="og:description" content="Load a short dataset from French Creek" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">streamMetabolizer</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.12.0</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="../articles/data_prep.html">Data Preparation</a>
</li>
<li>
<a href="../articles/get_started.html">Quickstart</a>
</li>
<li>
<a href="../articles/gpp_er_eqs.html">GPP and ER Equations</a>
</li>
<li>
<a href="../articles/installation.html">Installation</a>
</li>
<li>
<a href="../articles/model_structures.html">Model Structures</a>
</li>
<li>
<a href="../articles/models_bayes.html">Bayesian Models</a>
</li>
<li>
<a href="../articles/models_mle.html">MLE Models</a>
</li>
<li>
<a href="../articles/ode_methods.html">ODE Methods</a>
</li>
<li>
<a href="../articles/simulations.html">Simulations</a>
</li>
</ul>
</li>
<li>
<a href="../news/index.html">Changelog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/USGS-R/streamMetabolizer/">
<span class="fab fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Load a short dataset from French Creek</h1>
<small class="dont-index">Source: <a href='https://github.com/USGS-R/streamMetabolizer/blob/master/R/load_french_creek.R'><code>R/load_french_creek.R</code></a></small>
<div class="hidden name"><code>load_french_creek.Rd</code></div>
</div>
<div class="ref-description">
<p>Load a short dataset from French Creek</p>
</div>
<pre class="usage"><span class='fu'>load_french_creek</span><span class='op'>(</span>attach.units <span class='op'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/Deprecated.html'>deprecated</a></span><span class='op'>(</span><span class='op'>)</span><span class='op'>)</span></pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>attach.units</th>
<td><p>(deprecated, effectively FALSE in future) logical,
default TRUE for backward compatibility. Should units be attached to the
data.frame?</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p>a data.frame, unitted if attach.units==TRUE</p>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Alison P. Appling, Robert O. Hall, Maite Arroita, Charles B. Yackulic.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>
</div>
</footer>
</div>
</body>
</html>
|
join.html
|
percyhanna/fpc
|
---
layout: default
title: Join Us
---
<h1>Join Us!</h1>
<div class="row">
<div class="col-12 col-md-6" style="text-align: center;">
<p class="content-image"><img alt="Sing With Us" src="/images/promotions/2018-fall/sing-with-us.jpg"></p>
<p>
<a class="btn btn-primary btn-lg" href="https://goo.gl/forms/zZAEOjWEqJtwPYX53" target="_blank">2019 Spring Choral Registration</a>
</p>
</div>
<div class="col-12 col-md-6" style="text-align: center;">
<p class="content-image"><img alt="Play With Us" src="/images/promotions/2018-fall/orchestra-instrumentalists-wanted.jpg"></p>
<p>
<a class="btn btn-primary btn-lg" href="https://goo.gl/forms/oQ1LiKC1I1Lhw1Vy2" target="_blank">2018-2019 Orchestra Registration</a>
</p>
</div>
</div>
<div class="row">
<div class="col">
<h2>Mailing List</h2>
<p>Never miss out on a concert or upcoming event again — keep up to date by signing up for our mailing list below.</p>
<p>
<a class="btn btn-primary" href="http://eepurl.com/bzn_Jf" target="_blank">Join our Mailing List</a>
</p>
</div>
</div>
|
apache-jena-3.0.0/javadoc-core/org/apache/jena/util/class-use/Metadata.html
|
slennie12/SOR-Onderzoek
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45-internal) on Sat Jul 25 18:13:23 BST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.jena.util.Metadata (Apache Jena)</title>
<meta name="date" content="2015-07-25">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.jena.util.Metadata (Apache Jena)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/jena/util/Metadata.html" title="class in org.apache.jena.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/jena/util/class-use/Metadata.html" target="_top">Frames</a></li>
<li><a href="Metadata.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.jena.util.Metadata" class="title">Uses of Class<br>org.apache.jena.util.Metadata</h2>
</div>
<div class="classUseContainer">No usage of org.apache.jena.util.Metadata</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/jena/util/Metadata.html" title="class in org.apache.jena.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/jena/util/class-use/Metadata.html" target="_top">Frames</a></li>
<li><a href="Metadata.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p>
</body>
</html>
|
doc/pub/Splines/html/Splines-bs.html
|
CompPhysics/MachineLearning
|
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/hplgit/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Data Analysis and Machine Learning Lectures: Optimization and Gradient Methods">
<title>Data Analysis and Machine Learning Lectures: Optimization and Gradient Methods</title>
<!-- Bootstrap style: bootstrap -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<!-- not necessary
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-->
<style type="text/css">
/* Add scrollbar to dropdown menus in bootstrap navigation bar */
.dropdown-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
}
/* Adds an invisible element before each target to offset for the navigation
bar */
.anchor::before {
content:"";
display:block;
height:50px; /* fixed header height for style bootstrap */
margin:-50px 0 0; /* negative fixed header height */
}
</style>
</head>
<!-- tocinfo
{'highest level': 2,
'sections': [('Optimization, the central part of any Machine Learning '
'algortithm',
2,
None,
'___sec0'),
('Revisiting our Logistic Regression case', 2, None, '___sec1'),
('The equations to solve', 2, None, '___sec2'),
("Solving using Newton-Raphson's method", 2, None, '___sec3'),
("Brief reminder on Newton-Raphson's method", 2, None, '___sec4'),
('The equations', 2, None, '___sec5'),
('Simple geometric interpretation', 2, None, '___sec6'),
('Extending to more than one variable', 2, None, '___sec7'),
('Steepest descent', 2, None, '___sec8'),
('More on Steepest descent', 2, None, '___sec9'),
('The ideal', 2, None, '___sec10'),
('The sensitiveness of the gradient descent',
2,
None,
'___sec11'),
('Convex functions', 2, None, '___sec12'),
('Convex function', 2, None, '___sec13'),
('Conditions on convex functions', 2, None, '___sec14'),
('More on convex functions', 2, None, '___sec15'),
('Some simple problems', 2, None, '___sec16'),
('Revisiting our first homework', 2, None, '___sec17'),
('Gradient descent example', 2, None, '___sec18'),
('The derivative of the cost/loss function', 2, None, '___sec19'),
('The Hessian matrix', 2, None, '___sec20'),
('Simple program', 2, None, '___sec21'),
('Gradient Descent Example', 2, None, '___sec22'),
('And a corresponding example using _scikit-learn_',
2,
None,
'___sec23'),
('Gradient descent and Ridge', 2, None, '___sec24'),
('Program example for gradient descent with Ridge Regression',
2,
None,
'___sec25'),
('Using gradient descent methods, limitations',
2,
None,
'___sec26'),
('Stochastic Gradient Descent', 2, None, '___sec27'),
('Computation of gradients', 2, None, '___sec28'),
('SGD example', 2, None, '___sec29'),
('The gradient step', 2, None, '___sec30'),
('Simple example code', 2, None, '___sec31'),
('When do we stop?', 2, None, '___sec32'),
('Slightly different approach', 2, None, '___sec33'),
('Program for stochastic gradient', 2, None, '___sec34'),
('Momentum based GD', 2, None, '___sec35'),
('More on momentum based approaches', 2, None, '___sec36'),
('Momentum parameter', 2, None, '___sec37'),
('Second moment of the gradient', 2, None, '___sec38'),
('RMS prop', 2, None, '___sec39'),
('ADAM optimizer', 2, None, '___sec40'),
('Practical tips', 2, None, '___sec41'),
('Automatic differentiation', 2, None, '___sec42'),
('Using autograd', 2, None, '___sec43'),
('Autograd with more complicated functions', 2, None, '___sec44'),
('More complicated functions using the elements of their '
'arguments directly',
2,
None,
'___sec45'),
('Functions using mathematical functions from Numpy',
2,
None,
'___sec46'),
('More autograd', 2, None, '___sec47'),
('And with loops', 2, None, '___sec48'),
('Using recursion', 2, None, '___sec49'),
('Unsupported functions', 2, None, '___sec50'),
('The syntax a.dot(b) when finding the dot product',
2,
None,
'___sec51'),
('Recommended to avoid', 2, None, '___sec52'),
('Standard steepest descent', 2, None, '___sec53'),
('Gradient method', 2, None, '___sec54'),
('Steepest descent method', 2, None, '___sec55'),
('Steepest descent method', 2, None, '___sec56'),
('Final expressions', 2, None, '___sec57'),
('Code examples for steepest descent', 2, None, '___sec58'),
('Simple codes for steepest descent and conjugate gradient '
'using a $2\\times 2$ matrix, in c++, Python code to come',
2,
None,
'___sec59'),
('The routine for the steepest descent method',
2,
None,
'___sec60'),
('Steepest descent example', 2, None, '___sec61'),
('Conjugate gradient method', 2, None, '___sec62'),
('Conjugate gradient method', 2, None, '___sec63'),
('Conjugate gradient method', 2, None, '___sec64'),
('Conjugate gradient method', 2, None, '___sec65'),
('Conjugate gradient method and iterations', 2, None, '___sec66'),
('Conjugate gradient method', 2, None, '___sec67'),
('Conjugate gradient method', 2, None, '___sec68'),
('Conjugate gradient method', 2, None, '___sec69'),
('Simple implementation of the Conjugate gradient algorithm',
2,
None,
'___sec70'),
('Broyden–Fletcher–Goldfarb–Shanno algorithm',
2,
None,
'___sec71')]}
end of tocinfo -->
<body>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {
equationNumbers: { autoNumber: "none" },
extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"]
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- Bootstrap navigation bar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="Splines-bs.html">Data Analysis and Machine Learning Lectures: Optimization and Gradient Methods</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a>
<ul class="dropdown-menu">
<!-- navigation toc: --> <li><a href="._Splines-bs001.html#___sec0" style="font-size: 80%;">Optimization, the central part of any Machine Learning algortithm</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs002.html#___sec1" style="font-size: 80%;">Revisiting our Logistic Regression case</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs003.html#___sec2" style="font-size: 80%;">The equations to solve</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs004.html#___sec3" style="font-size: 80%;">Solving using Newton-Raphson's method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs005.html#___sec4" style="font-size: 80%;">Brief reminder on Newton-Raphson's method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs006.html#___sec5" style="font-size: 80%;">The equations</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs007.html#___sec6" style="font-size: 80%;">Simple geometric interpretation</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs008.html#___sec7" style="font-size: 80%;">Extending to more than one variable</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs009.html#___sec8" style="font-size: 80%;">Steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs010.html#___sec9" style="font-size: 80%;">More on Steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs011.html#___sec10" style="font-size: 80%;">The ideal</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs012.html#___sec11" style="font-size: 80%;">The sensitiveness of the gradient descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs013.html#___sec12" style="font-size: 80%;">Convex functions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs014.html#___sec13" style="font-size: 80%;">Convex function</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs015.html#___sec14" style="font-size: 80%;">Conditions on convex functions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs016.html#___sec15" style="font-size: 80%;">More on convex functions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs017.html#___sec16" style="font-size: 80%;">Some simple problems</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs018.html#___sec17" style="font-size: 80%;">Revisiting our first homework</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs019.html#___sec18" style="font-size: 80%;">Gradient descent example</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs020.html#___sec19" style="font-size: 80%;">The derivative of the cost/loss function</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs021.html#___sec20" style="font-size: 80%;">The Hessian matrix</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs022.html#___sec21" style="font-size: 80%;">Simple program</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs023.html#___sec22" style="font-size: 80%;">Gradient Descent Example</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs024.html#___sec23" style="font-size: 80%;">And a corresponding example using <b>scikit-learn</b></a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs025.html#___sec24" style="font-size: 80%;">Gradient descent and Ridge</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs026.html#___sec25" style="font-size: 80%;">Program example for gradient descent with Ridge Regression</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs027.html#___sec26" style="font-size: 80%;">Using gradient descent methods, limitations</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs028.html#___sec27" style="font-size: 80%;">Stochastic Gradient Descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs029.html#___sec28" style="font-size: 80%;">Computation of gradients</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs030.html#___sec29" style="font-size: 80%;">SGD example</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs031.html#___sec30" style="font-size: 80%;">The gradient step</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs032.html#___sec31" style="font-size: 80%;">Simple example code</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs033.html#___sec32" style="font-size: 80%;">When do we stop?</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs034.html#___sec33" style="font-size: 80%;">Slightly different approach</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs035.html#___sec34" style="font-size: 80%;">Program for stochastic gradient</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs036.html#___sec35" style="font-size: 80%;">Momentum based GD</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs037.html#___sec36" style="font-size: 80%;">More on momentum based approaches</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs038.html#___sec37" style="font-size: 80%;">Momentum parameter</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs039.html#___sec38" style="font-size: 80%;">Second moment of the gradient</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs040.html#___sec39" style="font-size: 80%;">RMS prop</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs041.html#___sec40" style="font-size: 80%;">ADAM optimizer</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs042.html#___sec41" style="font-size: 80%;">Practical tips</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs043.html#___sec42" style="font-size: 80%;">Automatic differentiation</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs044.html#___sec43" style="font-size: 80%;">Using autograd</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs045.html#___sec44" style="font-size: 80%;">Autograd with more complicated functions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs046.html#___sec45" style="font-size: 80%;">More complicated functions using the elements of their arguments directly</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs047.html#___sec46" style="font-size: 80%;">Functions using mathematical functions from Numpy</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs048.html#___sec47" style="font-size: 80%;">More autograd</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs049.html#___sec48" style="font-size: 80%;">And with loops</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs050.html#___sec49" style="font-size: 80%;">Using recursion</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs051.html#___sec50" style="font-size: 80%;">Unsupported functions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs052.html#___sec51" style="font-size: 80%;">The syntax a.dot(b) when finding the dot product</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs053.html#___sec52" style="font-size: 80%;">Recommended to avoid</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs054.html#___sec53" style="font-size: 80%;">Standard steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs055.html#___sec54" style="font-size: 80%;">Gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs056.html#___sec55" style="font-size: 80%;">Steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs057.html#___sec56" style="font-size: 80%;">Steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs058.html#___sec57" style="font-size: 80%;">Final expressions</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs059.html#___sec58" style="font-size: 80%;">Code examples for steepest descent</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs060.html#___sec59" style="font-size: 80%;">Simple codes for steepest descent and conjugate gradient using a \( 2\times 2 \) matrix, in c++, Python code to come</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs061.html#___sec60" style="font-size: 80%;">The routine for the steepest descent method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs062.html#___sec61" style="font-size: 80%;">Steepest descent example</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs063.html#___sec62" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs064.html#___sec63" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs065.html#___sec64" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs066.html#___sec65" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs067.html#___sec66" style="font-size: 80%;">Conjugate gradient method and iterations</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs068.html#___sec67" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs069.html#___sec68" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs070.html#___sec69" style="font-size: 80%;">Conjugate gradient method</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs071.html#___sec70" style="font-size: 80%;">Simple implementation of the Conjugate gradient algorithm</a></li>
<!-- navigation toc: --> <li><a href="._Splines-bs072.html#___sec71" style="font-size: 80%;">Broyden–Fletcher–Goldfarb–Shanno algorithm</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div> <!-- end of navigation bar -->
<div class="container">
<p> </p><p> </p><p> </p> <!-- add vertical space -->
<a name="part0000"></a>
<!-- ------------------- main content ---------------------- -->
<div class="jumbotron">
<center><h1>Data Analysis and Machine Learning Lectures: Optimization and Gradient Methods</h1></center> <!-- document title -->
<p>
<!-- author(s): Morten Hjorth-Jensen -->
<center>
<b>Morten Hjorth-Jensen</b> [1, 2]
</center>
<p>
<!-- institution(s) -->
<center>[1] <b>Department of Physics, University of Oslo</b></center>
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
<br>
<p>
<center><h4>Sep 28, 2019</h4></center> <!-- date -->
<br>
<p>
<p><a href="._Splines-bs001.html" class="btn btn-primary btn-lg">Read »</a></p>
</div> <!-- end jumbotron -->
<p>
<!-- navigation buttons at the bottom of the page -->
<ul class="pagination">
<li class="active"><a href="._Splines-bs000.html">1</a></li>
<li><a href="._Splines-bs001.html">2</a></li>
<li><a href="._Splines-bs002.html">3</a></li>
<li><a href="._Splines-bs003.html">4</a></li>
<li><a href="._Splines-bs004.html">5</a></li>
<li><a href="._Splines-bs005.html">6</a></li>
<li><a href="._Splines-bs006.html">7</a></li>
<li><a href="._Splines-bs007.html">8</a></li>
<li><a href="._Splines-bs008.html">9</a></li>
<li><a href="._Splines-bs009.html">10</a></li>
<li><a href="">...</a></li>
<li><a href="._Splines-bs072.html">73</a></li>
<li><a href="._Splines-bs001.html">»</a></li>
</ul>
<!-- ------------------- end of main content --------------- -->
</div> <!-- end container -->
<!-- include javascript, jQuery *first* -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!-- Bootstrap footer
<footer>
<a href="http://..."><img width="250" align=right src="http://..."></a>
</footer>
-->
<center style="font-size:80%">
<!-- copyright --> © 1999-2019, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
</center>
</body>
</html>
|
data/president/n300000600000000/20160116130031/page.html
|
gugod/vote-watch-2016
|
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link href="../css/style2.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../js/ftiens4.js"></script>
<script type="text/javascript" src="../js/ua.js"></script>
<script type="text/javascript" src="../js/func.js"></script>
<script type="text/javascript" src="../js/treeP1.js"></script>
<script type="text/javascript" src="../js/refresh.js"></script>
</head>
<body id="main-body">
<div id="main-header">
<div id="main-top">
<a class="main-top-logo" href="#">中央選舉委員會</a>
<ul class="main-top-list">
<li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li>
<li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li>
</ul>
</div>
</div>
<div id="main-wrap">
<div id="main-banner">
<div class="slideshow">
<img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background">
</div>
<div class="main-deco"></div>
<div class="main-title"></div>
<a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a>
<a class="main-le" href="../IDX/indexT.html">立法委員選舉</a>
</div>
<div id="main-container">
<div id="main-content">
<table width="1024" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="180" valign="top">
<div id="divMenu">
<table border="0">
<tr>
<td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td>
</tr>
</table>
<span class="TreeviewSpanArea">
<script>initializeDocument()</script>
<noscript>請開啟Javascript功能</noscript>
</span>
</div>
</td>
<td width="796" valign="top">
<div id="divContent">
<!-- 修改區塊 -->
<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數"> <b>總統副總統選舉 候選人在 桃園市 新屋區得票數 </b></td>
</tr>
<tr valign="bottom">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td class="fontNumber"> <img src="../images/nav.gif" alt="候選組數" title="候選組數"> <img src="../images/nav.gif" alt="候選組數" title="候選組數"> 候選組數:3 <img src="../images/nav.gif" alt="應選組數" title="應選組數"> <img src="../images/nav.gif" alt="應選組數" title="應選組數"> 應選組數:1</td>
<td align="right">
<select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();">
<option value="n">依號次排序</option>
<option value="s">依得票排序</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT">
<tr class="trHeaderT">
<td>註記</td>
<td>號次</td>
<td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td>
<td>性別</td>
<td>得票數</td>
<td>得票率%</td>
<td>登記方式</td>
</tr>
<tr class="trT">
<td> </td>
<td>1</td>
<td>朱立倫<br>王如玄</td>
<td>男<br>女</td>
<td class="tdAlignRight">7,619</td>
<td class="tdAlignRight">28.3836</td>
<td>中國國民黨 推薦</td>
</tr>
<tr class="trT">
<td> </td>
<td>2</td>
<td>蔡英文<br>陳建仁</td>
<td>女<br>男</td>
<td class="tdAlignRight">15,897</td>
<td class="tdAlignRight">59.2221</td>
<td>民主進步黨 推薦</td>
</tr>
<tr class="trT">
<td> </td>
<td>3</td>
<td>宋楚瑜<br>徐欣瑩</td>
<td>男<br>女</td>
<td class="tdAlignRight">3,327</td>
<td class="tdAlignRight">12.3943</td>
<td>親民黨 推薦</td>
</tr>
<tr class="trFooterT">
<td colspan="7" align="right">投開票所數 已送/應送: 30/30 </td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<td valign="top" class="fontNote">
<table>
<tr>
<td>註記說明:</td>
<td align="center">◎</td>
<td>自然當選</td>
</tr>
<tr>
<td></td>
<td align="center">?</td>
<td>同票待抽籤</td>
</tr>
</table>
</td>
<td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:00:11 +0800" title="Sat, 16 Jan 2016 21:00:11 +0800"> 資料更新時間: 01/16 21:00:06 <br>(網頁每3分鐘自動更新一次)</td>
</tr>
<tr>
<td colspan="3" class="fontNote"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 修改區塊 -->
</div>
</td>
</tr>
</table>
</div>
<div class="main-footer"></div>
<div id="divFooter" align=center>[中央選舉委員會] </div>
<!--main-content-->
</div><!--main-container-->
</div><!--END main-wrap-->
<script>setOrder();</script>
<script>setMenuScrollPosY();</script>
</body>
</html>
|
app/dashboard/views/template-editor/source-code/rename.html
|
davidmerfield/Blot-core
|
<form action="{{{base}}}/source-code/{{view.name}}/rename" method="post">
<input type="text" name="name" value="{{view.name}}">
<button class="button disabled small" type="submit">Rename</button>
<a href="{{{base}}}/source-code/{{view.name}}/edit">Cancel</a>
</form>
|
doc/api/cc/mallet/util/class-use/Replacement.html
|
burrsettles/mallet
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Wed Jan 23 11:08:00 EST 2013 -->
<TITLE>
Uses of Class cc.mallet.util.Replacement (Mallet 2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class cc.mallet.util.Replacement (Mallet 2 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?cc/mallet/util//class-useReplacement.html" target="_top"><B>FRAMES</B></A>
<A HREF="Replacement.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>cc.mallet.util.Replacement</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util">Replacement</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#cc.mallet.pipe"><B>cc.mallet.pipe</B></A></TD>
<TD>Classes for processing arbitrary data into instances. </TD>
</TR>
</TABLE>
<P>
<A NAME="cc.mallet.pipe"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util">Replacement</A> in <A HREF="../../../../cc/mallet/pipe/package-summary.html">cc.mallet.pipe</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../cc/mallet/pipe/package-summary.html">cc.mallet.pipe</A> with parameters of type <A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util">Replacement</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>NGramPreprocessor.ReplacementSet.</B><B><A HREF="../../../../cc/mallet/pipe/NGramPreprocessor.ReplacementSet.html#addReplacement(cc.mallet.util.Replacement)">addReplacement</A></B>(<A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util">Replacement</A> replacement)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../cc/mallet/util/Replacement.html" title="class in cc.mallet.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?cc/mallet/util//class-useReplacement.html" target="_top"><B>FRAMES</B></A>
<A HREF="Replacement.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
sdk/GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9.html
|
warlordh/fork_Symbian
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright 2010" />
<meta name="DC.rights.owner" content="(C) Copyright 2010" />
<meta name="DC.Type" content="cxxClass" />
<meta name="DC.Title" content="RMobilePhone::TGbaNafEntryV8" />
<meta name="DC.Relation" scheme="URI" content="GUID-AA81AFA4-6FAC-3B0D-A082-BE0AEC58CCA8.html" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9" />
<title>
RMobilePhone::TGbaNafEntryV8
</title>
<link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/>
<!--[if IE]>
<link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="keywords" content="api" />
<link rel="stylesheet" type="text/css" href="cxxref.css" />
</head>
<body class="cxxref" id="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9">
<a name="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9">
<!-- -->
</a>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?>
<div id="sdl_container">
<div id="leftMenu">
<div id="expandcontractdiv">
<a id="collapseTree" href="javascript:tree.collapseAll()">
Collapse all
</a>
<a id="index" href="index.html">
Symbian^3 Application Developer Library
</a>
</div>
<iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe>
<div id="treeDiv1">
 
</div>
<script type="text/javascript">
var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2544002 id2544694 id2544699 id2545737 ";
YAHOO.util.Event.onDOMReady(buildTree, this,true);
</script>
</div>
<div id="sdl_content">
<div class="breadcrumb">
<a href="index.html" title="Symbian^3 Application Developer Library">
Symbian^3 Application Developer Library
</a>
>
</div>
<h1 class="topictitle1">
RMobilePhone::TGbaNafEntryV8 Class Reference
</h1>
<table class="signature">
<tr>
<td>
class RMobilePhone::TGbaNafEntryV8 : public RMobilePhone::TMultimodeType
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Contains parameters for the GBA NAF entry(EF_GBANL) See section 4.2.83 of 3GPP TS 31.102 v6.18.0
</p>
</div>
</div>
<div class="section derivation">
<h2 class="sectiontitle">
Inherits from
</h2>
<ul class="derivation derivation-root">
<li class="derivation-depth-0 ">
RMobilePhone::TGbaNafEntryV8
<ul class="derivation">
<li class="derivation-depth-1 ">
<a href="GUID-EA91C4DD-5C72-32D7-827E-112057FE66FE.html">
RMobilePhone::TMultimodeType
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="section member-index">
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Member Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" class="code">
</td>
<td>
<a href="#GUID-088DAD3A-B52D-3AF6-94EB-E2FCD1EC77D0">
TGbaNafEntryV8
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
void
</td>
<td>
<a href="#GUID-A641B213-D8C2-395A-9DA7-F7FDDDF1C19C">
ExternalizeL
</a>
(
<a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html">
RWriteStream
</a>
&)
</td>
</tr>
<tr>
<td align="right" class="code">
void
</td>
<td>
<a href="#GUID-3F73B12E-03B9-3029-AE53-4D81A11D3C24">
InternalizeL
</a>
(
<a href="GUID-81056EAD-722C-373F-A8CF-4CC67A5B4468.html">
RReadStream
</a>
&)
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Inherited Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
<td>
<a href="GUID-EA91C4DD-5C72-32D7-827E-112057FE66FE.html">
RMobilePhone::TMultimodeType::ExtensionId()const
</a>
</td>
</tr>
<tr class="bg">
<td>
</td>
<td>
<a href="GUID-EA91C4DD-5C72-32D7-827E-112057FE66FE.html">
RMobilePhone::TMultimodeType::TMultimodeType()
</a>
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Attributes
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" valign="top">
<a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html">
TBuf8
</a>
< KBtidLength >
</td>
<td>
<a href="#GUID-4BCF8F8B-7351-314B-93A4-0D4794D90715">
iBtid
</a>
</td>
</tr>
<tr class="bg">
<td align="right" valign="top">
<a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html">
TBuf8
</a>
< KNafIdLength >
</td>
<td>
<a href="#GUID-83093994-B48A-346F-8E48-F5477904401C">
iNafId
</a>
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Inherited Attributes
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
<td>
<a href="GUID-EA91C4DD-5C72-32D7-827E-112057FE66FE.html">
RMobilePhone::TMultimodeType::iExtensionId
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<div class="familylinks">
<div class="parentlink">
</div>
</div>
<h1 class="pageHeading topictitle1">
Constructor & Destructor Documentation
</h1>
<div class="nested1" id="GUID-088DAD3A-B52D-3AF6-94EB-E2FCD1EC77D0">
<a name="GUID-088DAD3A-B52D-3AF6-94EB-E2FCD1EC77D0">
<!-- -->
</a>
<h2 class="topictitle2">
TGbaNafEntryV8()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
</td>
<td>
TGbaNafEntryV8
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Default
<a href="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9.html#GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9">
TGbaNafEntryV8
</a>
constructor, which initialises the version of the API supported.
</p>
<p>
TMobilePhoneAuthDataExtId
</p>
</div>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Functions Documentation
</h1>
<div class="nested1" id="GUID-A641B213-D8C2-395A-9DA7-F7FDDDF1C19C">
<a name="GUID-A641B213-D8C2-395A-9DA7-F7FDDDF1C19C">
<!-- -->
</a>
<h2 class="topictitle2">
ExternalizeL(RWriteStream &)
</h2>
<table class="signature">
<tr>
<td>
void
</td>
<td>
ExternalizeL
</td>
<td>
(
</td>
<td>
<a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html">
RWriteStream
</a>
&
</td>
<td>
aStream
</td>
<td>
)
</td>
<td>
const
</td>
</tr>
</table>
<div class="section">
<div>
<p>
This method externalizes the
<a href="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9.html#GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9">
TGbaNafEntryV8
</a>
entry into a stream
</p>
<p>
</p>
</div>
</div>
<div class="section parameters">
<h3 class="sectiontitle">
Parameters
</h3>
<table border="0" class="parameters">
<tr>
<td class="parameter">
<a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html">
RWriteStream
</a>
& aStream
</td>
<td>
The write stream that will contain the TGbaNafEntryV8 entry
</td>
</tr>
</table>
</div>
</div>
<div class="nested1" id="GUID-3F73B12E-03B9-3029-AE53-4D81A11D3C24">
<a name="GUID-3F73B12E-03B9-3029-AE53-4D81A11D3C24">
<!-- -->
</a>
<h2 class="topictitle2">
InternalizeL(RReadStream &)
</h2>
<table class="signature">
<tr>
<td>
void
</td>
<td>
InternalizeL
</td>
<td>
(
</td>
<td>
<a href="GUID-81056EAD-722C-373F-A8CF-4CC67A5B4468.html">
RReadStream
</a>
&
</td>
<td>
aStream
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
This method internalizes the
<a href="GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9.html#GUID-B9CF905B-6B5E-309C-BCD1-7D47785134E9">
TGbaNafEntryV8
</a>
entry from a stream
</p>
<p>
</p>
</div>
</div>
<div class="section parameters">
<h3 class="sectiontitle">
Parameters
</h3>
<table border="0" class="parameters">
<tr>
<td class="parameter">
<a href="GUID-81056EAD-722C-373F-A8CF-4CC67A5B4468.html">
RReadStream
</a>
& aStream
</td>
<td>
The read stream containing the TGbaNafEntryV8 fixed size entry
</td>
</tr>
</table>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Data Documentation
</h1>
<div class="nested1" id="GUID-4BCF8F8B-7351-314B-93A4-0D4794D90715">
<a name="GUID-4BCF8F8B-7351-314B-93A4-0D4794D90715">
<!-- -->
</a>
<h2 class="topictitle2">
TBuf8< KBtidLength > iBtid
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html">
TBuf8
</a>
< KBtidLength >
</td>
<td>
iBtid
</td>
</tr>
</table>
<div class="section">
<div>
<p>
The Bootstrapping Transaction Identifier (B-TID) associated with the GBA_U bootstrapped keys. The client requesting the GBA Bootstrapping procedure receives this value from the network (i.e. BSF) and it then stores it on the UICC.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-83093994-B48A-346F-8E48-F5477904401C">
<a name="GUID-83093994-B48A-346F-8E48-F5477904401C">
<!-- -->
</a>
<h2 class="topictitle2">
TBuf8< KNafIdLength > iNafId
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html">
TBuf8
</a>
< KNafIdLength >
</td>
<td>
iNafId
</td>
</tr>
</table>
<div class="section">
<div>
<p>
The identifier of the Network Application Function (NAF) used in the GBA_U NAF Derivation procedure.
</p>
</div>
</div>
</div>
<p class="copyright">Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License
v1.0</a>.</p>
</div>
</div>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?>
</div>
</body>
</html>
|
btc/WebContent/media/css/plugins/jquery-ui.css
|
qinjiandong2010/btcchina
|
/*
* jQuery UI CSS Framework @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
position: absolute;
left: -99999999px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:after {
content: ".";
display: block;
height: 0; /*clear: both;*/
visibility: hidden;
}
.ui-helper-clearfix {
display: inline-block;
}
* html .ui-helper-clearfix {
height:1%;
}
.ui-helper-clearfix {
display:block;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-state-disabled {
cursor: default !important;
}
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-size: 12px;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-size: 11px;
}
.ui-widget-content {
/*border: 1px solid #CDCDCD;*/
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7; filter:Alpha(Opacity=70);
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35; filter:Alpha(Opacity=35);
background-image: none;
}
/* Icons
----------------------------------*/
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
.ui-corner-tl {
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
}
.ui-corner-tr {
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px;
}
.ui-corner-bl {
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ui-corner-br {
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ui-corner-top {
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px;
}
.ui-corner-bottom {
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ui-corner-right {
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ui-corner-left {
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ui-corner-all {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa url(images/pageOverlay.png);
opacity: .60;filter:Alpha(Opacity=60);
display: none;
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_5F40x100.png) 50% 50% repeat-x;
opacity: .30;filter:Alpha(Opacity=30);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
/* ===== UI resizable ===== */
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border:1px dotted black;
}
.ui-accordion {
width: 100%;
}
.ui-accordion .ui-accordion-header {
cursor: pointer;
position: relative;
margin-top: 1px;
zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
display: inline;
}
.ui-accordion .ui-accordion-header-active {
border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
display: block;
font-size: 1em;
padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
position: absolute;
left: .5em; top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
margin-bottom: 2px;
overflow: auto;
display: none;
zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
display: block;
}
/* ===== UI autocomplete ===== */
.ui-autocomplete {
position: absolute;
display: none;
padding: 0;
z-index: 100!important;
border: 1px solid #d5d5d5;
border-top: none;
max-height: 185px;
overflow: auto;
}
.ui-autocomplete .ui-state-hover {
background: none;
padding: 6px 10px 7px 32px;
}
/* workarounds */
* html .ui-autocomplete {
width:1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
display: block;
float: left;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
border-bottom: 1px solid #eaeaea;
border-top: 1px solid #fff;
background: #fafafa;
}
.ui-menu .ui-menu-item a {
text-decoration: none;
display: block;
padding: 6px 10px 7px 10px;
color: #444;
line-height: 1.5;
zoom: 1;
font-size: 11px;
cursor: pointer;
}
.ui-menu .ui-menu-item a.ui-state-hover {
background-color: #f5f5f5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
display: block;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
/*button sets*/
.ui-buttonset {
margin-right: 5px;
}
.ui-buttonset .ui-button {
margin: 0 3px;
background: #fafafa;
border: 1px solid #d5d5d5;
line-height: 14px;
font-size: 11px;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
} /* reset extra padding in Firefox */
/* ===== UI Dialog ===== */
.ui-dialog {
position: absolute;
width: auto;
border: 3px solid #cccccc;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-dialog input[type=text],
.ui-dialog input[type=password],
.ui-dialog textarea {
font-size: 11px;
padding: 6px 5px;
background: white;
border: 1px solid #DDD;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
box-shadow: 0 0 0 2px #f4f4f4;
color: #656565;
width: 100%;
margin: 10px auto;
display: block;
box-sizing: border-box;
}
.ui-dialog form label {
float: left;
cursor: pointer;
margin-bottom: 3px;
}
.dialogSelect label {
margin: 4px 15px 0 0;
}
.customDialog {
padding: 0 !important;
}
.ui-dialog .icon {
padding: 1px 6px 0 0;
float: left;
}
.ui-dialog .titleIcon {
position: absolute;
top: -10px;
}
.ui-dialog p {
padding: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
position: relative;
border-bottom: 1px solid #cccccc;
padding-top: 2px;
color: #707070 !important;
text-shadow: 0 1px 0 #fff;
background: #f8f8f8;
background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.ui-dialog .ui-dialog-title {
height: 40px;
padding: 0px 14px;
line-height: 40px;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: 12px;
top: 50%;
width: 9px;
margin: -4px 0 0 0;
padding: 1px;
height: 9px;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
opacity: 1;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 9px;
height: 9px;
background: url(../../../img/forms/modalClose.png) no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close:hover > span {
display: block;
opacity: 0.75;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
padding: 1px;
}
.ui-dialog .ui-dialog-content {
position: relative;
overflow: auto;
background: #eaeaea;
padding: 10px 12px;
clear: both;
box-shadow: inset 0 1px 0 #ffffff;
color: #707070;
}
.ui-dialog .ui-dialog-content p:last-child {
margin: 0;
}
.ui-dialog .ui-dialog-buttonpane {
padding: 5px 12px 0 12px;
font-size: .9em;
border-top: 1px solid #1c1c1c;
padding: 10px 0;
text-shadow: 0 1px white;
-webkit-box-shadow: inset 0 1px 0 #333333;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
text-align: right;
margin: 0 4px;
padding: 5px 5px 3px 5px;
}
.ui-dialog .ui-dialog-buttonpane button {
font-size: 11px; color: #fff;
text-shadow: 0 -1px #6f6f6f;
display: inline-block;
line-height: 14px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 5px 12px;
margin: 0 2px;
outline: none;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
outline: none;
opacity: 0.95;
-webkit-transition: opacity 0.2s ease-in-out;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
outline: none;
}
.ui-dialog .ui-resizable-se {
width: 14px;
height: 14px;
right: 5px;
bottom: 5px;
opacity: 0.3;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
/* ===== UI Slider ===== */
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
margin-top: -2px;
z-index: 999;
width: 20px;
height: 20px;
cursor: default;
background: url(../../img/forms/sliderHandler.png) no-repeat 0 0;
border: none;
cursor: pointer;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
height: 3px;
font-size: .7em;
display: block;
border: 1px solid #0099cc;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #089dcf; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #089dcf 0%, #0099cc 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089dcf), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #089dcf 0%,#0099cc 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#089dcf', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}
.ui-slider-horizontal {
height: 4px !important;
background: #ececec;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
margin: 14px 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-handle {
top: -7px;
margin-left: -13px;
}
.ui-slider-horizontal .ui-slider-range {
top: -1px;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
height: 100px;
margin-top: 10px;
width: 4px;
margin-right: 30px;
background: #ececec;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
-khtml-border-radius: 2px !important;
border-radius: 2px !important;
}
.ui-slider-vertical .ui-slider-handle {
left: -8px;
margin-left: 0;
margin-top: 0px;
margin-bottom: -13px;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 2px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #089dcf; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #089dcf 0%, #0099cc 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089dcf), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #089dcf 0%,#0099cc 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#089dcf', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
-khtml-border-radius: 2px !important;
border-radius: 2px !important;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0px;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
#eq span {
height: 120px;
float: left;
margin-right: 30px;
display: block;
}
/* green slider */
.ui_slider_green .ui-slider-range {
position: absolute;
z-index: 1;
height: 4px;
font-size: .7em;
display: block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
border: 1px solid #61b020;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #68b827; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #68b827 0%, #61b020 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68b827), color-stop(100%,#61b020)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #68b827 0%,#61b020 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #68b827 0%,#61b020 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #68b827 0%,#61b020 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #68b827 0%,#61b020 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b827', endColorstr='#61b020',GradientType=0 ); /* IE6-9 */
}
/* red slider */
.ui_slider_red .ui-slider-range {
position: absolute;
z-index: 1;
height: 4px;
font-size: .7em;
display: block;
border: 1px solid #df4644;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
background: #e2514f; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #e2514f 0%, #df4644 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2514f), color-stop(100%,#df4644)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #e2514f 0%,#df4644 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #e2514f 0%,#df4644 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #e2514f 0%,#df4644 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #e2514f 0%,#df4644 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2514f', endColorstr='#df4644',GradientType=0 ); /* IE6-9 */
}
/* orange slider */
.ui_slider_orange .ui-slider-range {
position: absolute;
z-index: 1;
height: 4px;
font-size: .7em;
display: block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
border: 1px solid #ef5f3c;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #f46947; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #f46947 0%, #ef5f3c 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46947), color-stop(100%,#ef5f3c)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #f46947 0%,#ef5f3c 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46947', endColorstr='#ef5f3c',GradientType=0 ); /* IE6-9 */
}
/* turquoise slider */
.ui_slider_turquoise .ui-slider-range {
position: absolute;
z-index: 1;
height: 4px;
font-size: .7em;
display: block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
border: 1px solid #56acab;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #5fb6b5; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #5fb6b5 0%, #56acab 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb6b5), color-stop(100%,#56acab)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #5fb6b5 0%,#56acab 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb6b5', endColorstr='#56acab',GradientType=0 ); /* IE6-9 */
}
/* ===== UI Tabs ===== */
.ui-tabs {
position: relative;
padding: 0;
zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
margin: 0;
border-bottom: 1px solid #1c1c1c;
background: url(../../../img/wNavbghover.png);
padding: 19px 10px 17px 10px;
-webkit-box-shadow: inset 0 1px 0 #1c1c1c;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
margin: 0 4px 0 0;
font-weight: normal;
font-size: 11px;
}
.ui-tabs .ui-tabs-nav li a {
padding: 9px 12px 9px 10px; line-height: 20px; font-size: 12px; color: #909090; border: 1px solid transparent;
background: url(../../../img/wNavbghover.png);
border: 1px solid #1c1c1c;
-webkit-box-shadow: inset 0 1px 0 #333333;
box-shadow: inset 0 1px 0 #333333;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.ui-tabs .ui-tabs-nav li a:hover {
outline: none;
background: transparent url(../../../img/mainNavbg-hover.png) !important;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a:active,
.ui-tabs .ui-tabs-nav li a:focus {
outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
background: url(../../../img/wNavbg.png);
cursor: default;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
background: url(../../../img/wNavbg.png) !important;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
display: block;
border: none;
padding: 15px;
background: #252525;
border-bottom: none !important;
-webkit-box-shadow: inset 0 1px 0 #333333;
box-shadow: inset 0 1px 0 #333333;
}
.ui-tabs .ui-tabs-panel p:last-child {
margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
border-bottom: none !important;
}
.tabs-bottom .ui-tabs-nav {
padding: 19px 10px 17px 10px;
border-top: 1px solid #1c1c1c;
-webkit-box-shadow: inset 0 1px 0 #333333;
box-shadow: inset 0 1px 0 #333333;
}
.ui-tabs-vertical {
position: relative;
height: 100%;
}
.ui-tabs-vertical .ui-tabs-nav {
float: left;
border-right: 1px solid #1c1c1c;
border-bottom: none;
display: block;
padding: 2%;
margin-left: -1px;
width: 22%;
height: 100%;
min-height: 100%;
-webkit-box-shadow: inset -1px 1px 0 #333333;
}
.ui-tabs-vertical .ui-tabs-nav li {
float: none;
display: block;
}
.ui-tabs-vertical .ui-tabs-nav li a {
isplay: block;
margin-bottom: 5px;
padding: 7px 12px 6px 10px;
text-align: left;
}
.ui-tabs-vertical .ui-tabs-panel {
width: 70%;
padding: 2%;
float: right;
height: 100%;
min-height: 100%;
}
/* ===== UI Datepicker ===== */
.datepicker {
width: 78px !important;
}
.datesRange li {
float:left;
}
.datesRange li.separator {
margin: 0 10px;
color: #636363;
}
.datesRange li input[type=text] {
width: 78px !important;
}
.ui-datepicker-append {
margin-left: 14px;
font-size: 11px;
line-height: 26px;
}
.ui-datepicker {
width: 204px; /*padding: .2em .2em 0;*/
display: none;
background: #fff;
border: 1px solid #d2d2d2;
}
.ui-datepicker-inline {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.right-sidebar .ui-datepicker-inline,
.widget .ui-datepicker-inline {
margin-top: 0;
}
.ui-datepicker .ui-datepicker-header {
position:relative;
padding: 8px 0 7px 0;
border: 0px;
font-weight: bold;
font-size: 11px;
color: #faffff;
margin: -1px -1px 0 -1px;
-webkit-border-radius: 2px 2px 0px 0px;
-moz-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;
border-top: 1px solid #989fa5;
border-left: 1px solid #989fa5;
border-right: 1px solid #989fa5;
border-bottom: 1px solid #6a6e71;
background: #a7b4bd; /* Old browsers */
background: -moz-linear-gradient(top, #a7b4bd 0%, #8b99a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7b4bd), color-stop(100%,#8b99a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a7b4bd 0%,#8b99a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a7b4bd 0%,#8b99a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a7b4bd 0%,#8b99a4 100%); /* IE10+ */
background: linear-gradient(to bottom, #a7b4bd 0%,#8b99a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b4bd', endColorstr='#8b99a4',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 0 1px 0 #b2bfc8;
-moz-box-shadow: inset 0 1px 0 #b2bfc8;
box-shadow: inset 0 1px 0 #b2bfc8;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position:absolute;
top: 11px;
width: 7px;
height: 13px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
background: none;
}
.ui-datepicker .ui-datepicker-prev {
left:7px;
}
.ui-datepicker .ui-datepicker-next {
right:7px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
width: 7px;
cursor: pointer;
height: 13px;
position: absolute;
}
.ui-datepicker .ui-datepicker-prev span {
background: url(../../img/forms/calendarArrows.png) no-repeat;
background-position: 0 0;
margin-left: 2px;
}
.ui-datepicker .ui-datepicker-next span {
background: url(../../img/forms/calendarArrows.png) no-repeat;
background-position: -8px 0;
margin-right: 2px;
}
.ui-datepicker .ui-datepicker-prev span:hover {
background: url(../../img/forms/calendarArrows-over.png) no-repeat;
background-position: 0 0;
margin-left: 2px;
}
.ui-datepicker .ui-datepicker-next span:hover {
background: url(../../img/forms/calendarArrows-over.png) no-repeat;
background-position: -8px 0;
margin-right: 2px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size:1em;
margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin:0;
}
.ui-datepicker table thead tr th {
border-bottom: 1px solid #d2d2d2;
-webkit-box-shadow: 0 2px 0 #f8f8f8;
color: #59595b;
}
.ui-datepicker th {
height: 25px;
line-height: 26px;
font-size: 11px;
text-align: center;
font-weight: normal !important;
border: 0;
}
.ui-datepicker td {
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding: 0;
line-height: 14px;
font-weight: normal;
-webkit-box-shadow: inset 1px 0 0 #fff;
-moz-box-shadow: inset 1px 0 0 #fff;
box-shadow: inset 1px 0 0 #fff;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f8 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f8 100%); /* W3C */
}
.ui-datepicker td:last-child {
border-right: none;
}
.ui-datepicker tr:last-child td {
border-bottom: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding:0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float:left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float:left;
border-left: 1px solid #cdcdcd;
}
.ui-datepicker-multi .ui-datepicker-group:first-child {
border-left: none;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear:left;
}
.ui-datepicker-row-break {
clear:both; width:100%;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
#ui-datepicker-div {
margin-top: -1px;
}
.ui-datepicker th {
font-weight: bold;
color: gray;
}
.ui-datepicker-today a:hover{
background-color: #808080;
color: #ffffff;
}
.ui-datepicker-today a{
background-color: #BFBFBF;
cursor: pointer;
padding: 0 1px;
margin-bottom:0px;
}
.ui-datepicker td a{
margin-bottom: 0px;
border: 0px;
}
.ui-datepicker td:hover{
color: white;
}
.ui-datepicker td .ui-state-default {
border: 0px;
background: none;
margin-bottom: 0px;
padding: 6px;
color: #505050;
text-align: center;
filter: none;
}
.ui-datepicker td .ui-state-active{
background: #0099cc;
margin-bottom: 0px;
font-size: normal;
text-shadow: 0px;
color: white !important;
-webkit-box-shadow: inset 0 0 10px 0 #185e76;
-moz-box-shadow: inset 0 0 10px 0 #185e76;
box-shadow: inset 0 0 10px 0 #185e76;
}
.ui-datepicker td .ui-state-active:hover {
background: #0099cc;
margin-bottom: 0px;
font-size: normal;
text-shadow: 0px;
color: white !important;
-webkit-box-shadow: inset 0 0 10px 0 #185e76;
-moz-box-shadow: inset 0 0 10px 0 #185e76;
box-shadow: inset 0 0 10px 0 #185e76;
}
.ui-datepicker td .ui-state-default:hover{
background: #0099cc;
margin-bottom: 0px;
font-size: normal;
text-shadow: 0px;
color: white !important;
-webkit-box-shadow: inset 0 0 10px 0 #185e76;
-moz-box-shadow: inset 0 0 10px 0 #185e76;
box-shadow: inset 0 0 10px 0 #185e76;
}
/* ===== UI Progress bar ===== */
.ui-progressbar {
height: 7px;
text-align: left;
padding: 0px;
margin-top: 12px;
background: #ececec;
padding: 0;
border: none;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
-webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08), 0 1px 0 #f8f8f8;
-moz-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08), 0 1px 0 #f8f8f8;
box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08), 0 1px 0 #f8f8f8;
}
.ui-progressbar .ui-progressbar-value {
margin: 0px;
height: 100%;
overflow: hidden;
display: block;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
}
.pbar .ui-progressbar-value {
display: block !important
}
.pbar, .precent, elapsed {
display: block;
}
.percent, .elapsed {
position: relative;
margin-top: 5px;
font-size: 11px;
}
.pbar {
overflow: hidden;
}
.percent {
float: right;
}
.elapsed {
float: left;
}
.UproValue span {
color: #b36060;
}
.red-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #e2514f; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #e2514f 0%, #df4644 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2514f), color-stop(100%,#df4644)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #e2514f 0%,#df4644 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #e2514f 0%,#df4644 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #e2514f 0%,#df4644 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #e2514f 0%,#df4644 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2514f', endColorstr='#df4644',GradientType=0 ); /* IE6-9 */
}
.blue-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #089dcf; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #089dcf 0%, #0099cc 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089dcf), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #089dcf 0%,#0099cc 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #089dcf 0%,#0099cc 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#089dcf', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}
.green-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #68b827; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #68b827 0%, #61b020 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68b827), color-stop(100%,#61b020)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #68b827 0%,#61b020 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #68b827 0%,#61b020 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #68b827 0%,#61b020 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #68b827 0%,#61b020 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b827', endColorstr='#61b020',GradientType=0 ); /* IE6-9 */
}
.turquoise-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #5fb6b5; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #5fb6b5 0%, #56acab 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb6b5), color-stop(100%,#56acab)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #5fb6b5 0%,#56acab 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #5fb6b5 0%,#56acab 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb6b5', endColorstr='#56acab',GradientType=0 ); /* IE6-9 */
}
.yellow-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #ddb334; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), moz-linear-gradient(top, #ddb334 0%, #d6ab28 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddb334), color-stop(100%,#d6ab28)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #ddb334 0%,#d6ab28 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #ddb334 0%,#d6ab28 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #ddb334 0%,#d6ab28 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #ddb334 0%,#d6ab28 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddb334', endColorstr='#d6ab28',GradientType=0 ); /* IE6-9 */
}
.orange-progress .ui-progressbar-value {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
background: #f46947; /* Old browsers */
background: url(../../img/progress/progress-pattern.png), -moz-linear-gradient(top, #f46947 0%, #ef5f3c 100%); /* FF3.6+ */
background: url(../../img/progress/progress-pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46947), color-stop(100%,#ef5f3c)); /* Chrome,Safari4+ */
background: url(../../img/progress/progress-pattern.png), -webkit-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* Chrome10+,Safari5.1+ */
background: url(../../img/progress/progress-pattern.png), -o-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* Opera 11.10+ */
background: url(../../img/progress/progress-pattern.png), -ms-linear-gradient(top, #f46947 0%,#ef5f3c 100%); /* IE10+ */
background: url(../../img/progress/progress-pattern.png), linear-gradient(to bottom, #f46947 0%,#ef5f3c 100%); /* W3C */
filter: url(../../img/progress/progress-pattern.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46947', endColorstr='#ef5f3c',GradientType=0 ); /* IE6-9 */
}
/* ===== UI spinner ===== */
.ui-spinner {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner input {
width: 100%;
padding-right: 32px;
}
.ui-spinner input.right {
text-align: right;
}
.ui-spinner-button {
width: 24px;
height: 15px;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 1px;
}
.ui-spinner a.ui-spinner-button {
opacity: 0.75;
cursor: pointer;
background: url(../../img/forms/spinnerArrows.png);
border-top: none;
border-bottom: none;
border-right: none;
-webkit-transition: all 0.1s ease-in-out;
moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button:hover {
opacity: 1;
}
.ui-spinner .ui-icon {
display: none;
} /* vertical centre icon */
.ui-spinner-up {
background-position: 0 0 !important;
top: 1px;
}
.ui-spinner-down {
background-position: 0 -13px !important;
top: 14px;
}
|
sdk/GUID-758ABCA9-10F3-3ED1-BADE-0A4A2C135905.html
|
warlordh/fork_Symbian
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright 2010" />
<meta name="DC.rights.owner" content="(C) Copyright 2010" />
<meta name="DC.Type" content="cxxClass" />
<meta name="DC.Title" content="MobilityCprActivities::CMobilityActivity::TNoTagOrWaitForMobilityBackwards" />
<meta name="DC.Relation" scheme="URI" content="GUID-E8BCCC67-F380-3996-BC4B-BB1EBADD31CB.html" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="GUID-758ABCA9-10F3-3ED1-BADE-0A4A2C135905" />
<title>
MobilityCprActivities::CMobilityActivity::TNoTagOrWaitForMobilityBackwards
</title>
<link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/>
<!--[if IE]>
<link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="keywords" content="api" />
<link rel="stylesheet" type="text/css" href="cxxref.css" />
</head>
<body class="cxxref" id="GUID-758ABCA9-10F3-3ED1-BADE-0A4A2C135905">
<a name="GUID-758ABCA9-10F3-3ED1-BADE-0A4A2C135905">
<!-- -->
</a>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?>
<div id="sdl_container">
<div id="leftMenu">
<div id="expandcontractdiv">
<a id="collapseTree" href="javascript:tree.collapseAll()">
Collapse all
</a>
<a id="index" href="index.html">
Symbian^3 Application Developer Library
</a>
</div>
<iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe>
<div id="treeDiv1">
 
</div>
<script type="text/javascript">
var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2471677 id2704530 id2704535 id2485554 ";
YAHOO.util.Event.onDOMReady(buildTree, this,true);
</script>
</div>
<div id="sdl_content">
<div class="breadcrumb">
<a href="index.html" title="Symbian^3 Application Developer Library">
Symbian^3 Application Developer Library
</a>
>
</div>
<h1 class="topictitle1">
MobilityCprActivities::CMobilityActivity::TNoTagOrWaitForMobilityBackwards Class Reference
</h1>
<table class="signature">
<tr>
<td>
class MobilityCprActivities::CMobilityActivity::TNoTagOrWaitForMobilityBackwards : public MeshMachine::TStateFork< TContext >
</td>
</tr>
</table>
<div class="section">
</div>
<div class="section derivation">
<h2 class="sectiontitle">
Inherits from
</h2>
<ul class="derivation derivation-root">
<li class="derivation-depth-0 ">
MobilityCprActivities::CMobilityActivity::TNoTagOrWaitForMobilityBackwards
<ul class="derivation">
<li class="derivation-depth-1 ">
<a href="GUID-AFB342B4-9DB0-332C-9237-1AAF78D49B1C.html">
MeshMachine::TStateFork< TContext >
</a>
<ul class="derivation">
<li class="derivation-depth-2 ">
<a href="GUID-ADC57E68-4126-3ADC-BBB2-914A40088F08.html">
NetStateMachine::AContext
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="section member-index">
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Member Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" class="code">
</td>
<td>
<a href="#GUID-FE111DF3-D42C-3738-AED8-E22B0A262C2C">
TNoTagOrWaitForMobilityBackwards
</a>
(
<a href="GUID-DFF6E8D1-F567-3FCB-B073-FBEF44E6DE2B.html">
TContext
</a>
&)
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
</td>
<td>
<a href="#GUID-7B1A1240-608D-3F90-BB3B-373D9E1F6B65">
TransitionTag
</a>
()
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Inherited Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
<td>
<a href="GUID-ADC57E68-4126-3ADC-BBB2-914A40088F08.html">
AContext< TContext >::AContext(TContext &)
</a>
</td>
</tr>
<tr class="bg">
<td>
</td>
<td>
<a href="GUID-AFB342B4-9DB0-332C-9237-1AAF78D49B1C.html">
TStateFork< TContext >::TStateFork(TContext &)
</a>
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Inherited Attributes
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
<td>
<a href="GUID-ADC57E68-4126-3ADC-BBB2-914A40088F08.html">
AContext< TContext >::iContext
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<div class="familylinks">
<div class="parentlink">
</div>
</div>
<h1 class="pageHeading topictitle1">
Constructor & Destructor Documentation
</h1>
<div class="nested1" id="GUID-FE111DF3-D42C-3738-AED8-E22B0A262C2C">
<a name="GUID-FE111DF3-D42C-3738-AED8-E22B0A262C2C">
<!-- -->
</a>
<h2 class="topictitle2">
TNoTagOrWaitForMobilityBackwards(TContext &)
</h2>
<table class="signature">
<tr>
<td>
TNoTagOrWaitForMobilityBackwards
</td>
<td>
(
</td>
<td>
<a href="GUID-DFF6E8D1-F567-3FCB-B073-FBEF44E6DE2B.html">
TContext
</a>
&
</td>
<td>
aContext
</td>
<td>
)
</td>
<td>
[inline, explicit]
</td>
</tr>
</table>
<div class="section">
</div>
<div class="section parameters">
<h3 class="sectiontitle">
Parameters
</h3>
<table border="0" class="parameters">
<tr>
<td class="parameter">
<a href="GUID-DFF6E8D1-F567-3FCB-B073-FBEF44E6DE2B.html">
TContext
</a>
& aContext
</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Functions Documentation
</h1>
<div class="nested1" id="GUID-7B1A1240-608D-3F90-BB3B-373D9E1F6B65">
<a name="GUID-7B1A1240-608D-3F90-BB3B-373D9E1F6B65">
<!-- -->
</a>
<h2 class="topictitle2">
TransitionTag()
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
</td>
<td>
TransitionTag
</td>
<td>
(
</td>
<td>
)
</td>
<td>
[virtual]
</td>
</tr>
</table>
<div class="section">
</div>
</div>
<p class="copyright">Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License
v1.0</a>.</p>
</div>
</div>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?>
</div>
</body>
</html>
|
sdk/GUID-F37D3DBB-1F32-3047-BAB4-3C75729D743E.html
|
warlordh/fork_Symbian
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright 2010" />
<meta name="DC.rights.owner" content="(C) Copyright 2010" />
<meta name="DC.Type" content="cxxClass" />
<meta name="DC.Title" content="MNcdQuerySelectionItem" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="GUID-F37D3DBB-1F32-3047-BAB4-3C75729D743E" />
<title>
MNcdQuerySelectionItem
</title>
<link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/>
<!--[if IE]>
<link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="keywords" content="api" />
<link rel="stylesheet" type="text/css" href="cxxref.css" />
</head>
<body class="cxxref" id="GUID-F37D3DBB-1F32-3047-BAB4-3C75729D743E">
<a name="GUID-F37D3DBB-1F32-3047-BAB4-3C75729D743E">
<!-- -->
</a>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?>
<div id="sdl_container">
<div id="leftMenu">
<div id="expandcontractdiv">
<a id="collapseTree" href="javascript:tree.collapseAll()">
Collapse all
</a>
<a id="index" href="index.html">
Symbian^3 Application Developer Library
</a>
</div>
<iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe>
<div id="treeDiv1">
 
</div>
<script type="text/javascript">
var currentIconMode = 0; window.name="id2518338 id2518347 id2420140 id2420354 id2420914 id2420918 ";
YAHOO.util.Event.onDOMReady(buildTree, this,true);
</script>
</div>
<div id="sdl_content">
<div class="breadcrumb">
<a href="index.html" title="Symbian^3 Application Developer Library">
Symbian^3 Application Developer Library
</a>
>
</div>
<h1 class="topictitle1">
MNcdQuerySelectionItem Class Reference
</h1>
<table class="signature">
<tr>
<td>
class MNcdQuerySelectionItem : public MNcdQueryItem
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Describes a selection query item.
</p>
</div>
</div>
<div class="section derivation">
<h2 class="sectiontitle">
Inherits from
</h2>
<ul class="derivation derivation-root">
<li class="derivation-depth-0 ">
MNcdQuerySelectionItem
<ul class="derivation">
<li class="derivation-depth-1 ">
<a href="GUID-F107A4CA-F61B-3DE1-AABA-B65894C6D1B6.html">
MNcdQueryItem
</a>
<ul class="derivation">
<li class="derivation-depth-2 ">
<a href="GUID-4B1EA5D2-9557-36A1-BB27-7259ED141581.html">
MCatalogsBase
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="section member-index">
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Member Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" class="code">
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
</td>
<td>
<a href="#GUID-6BE88B2B-F5E2-34D9-A3F0-570E3F6CA7BD">
Selection
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
const
<a href="GUID-AF39099A-793C-3223-9B21-A147E26514EE.html">
MDesC8Array
</a>
&
</td>
<td>
<a href="#GUID-1406A3B8-D273-3A19-86B0-A17AB3089045">
SelectionData
</a>
()
</td>
</tr>
<tr>
<td align="right" class="code">
const MDesCArray &
</td>
<td>
<a href="#GUID-C0126FE6-57BA-374C-A6BA-A59E7B52FF84">
SelectionTexts
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
void
</td>
<td>
<a href="#GUID-D63FD100-CB33-3D37-8834-16EA74B09173">
SetSelectionL
</a>
(
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
)
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Protected Member Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" class="code">
</td>
<td>
<a href="#GUID-F3167845-AE00-3EF0-B6EC-BD8D4F6D6F31">
~MNcdQuerySelectionItem
</a>
()
</td>
</tr>
</tbody>
</table>
</div>
<h1 class="pageHeading topictitle1">
Constructor & Destructor Documentation
</h1>
<div class="nested1" id="GUID-F3167845-AE00-3EF0-B6EC-BD8D4F6D6F31">
<a name="GUID-F3167845-AE00-3EF0-B6EC-BD8D4F6D6F31">
<!-- -->
</a>
<h2 class="topictitle2">
~MNcdQuerySelectionItem()
</h2>
<table class="signature">
<tr>
<td>
~MNcdQuerySelectionItem
</td>
<td>
(
</td>
<td>
)
</td>
<td>
[protected, inline, virtual]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Destructor.
</p>
<p>
<a href="GUID-4B1EA5D2-9557-36A1-BB27-7259ED141581.html#GUID-0959C59B-0A1F-3D94-ACB6-97A4D0889B4B">
MCatalogsBase::~MCatalogsBase
</a>
</p>
</div>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Functions Documentation
</h1>
<div class="nested1" id="GUID-6BE88B2B-F5E2-34D9-A3F0-570E3F6CA7BD">
<a name="GUID-6BE88B2B-F5E2-34D9-A3F0-570E3F6CA7BD">
<!-- -->
</a>
<h2 class="topictitle2">
Selection()
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
</td>
<td>
Selection
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const [pure virtual]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Selection getter
</p>
<p>
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-1406A3B8-D273-3A19-86B0-A17AB3089045">
<a name="GUID-1406A3B8-D273-3A19-86B0-A17AB3089045">
<!-- -->
</a>
<h2 class="topictitle2">
SelectionData()
</h2>
<table class="signature">
<tr>
<td>
const
<a href="GUID-AF39099A-793C-3223-9B21-A147E26514EE.html">
MDesC8Array
</a>
&
</td>
<td>
SelectionData
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const [pure virtual]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Getter for additional selection data.
</p>
<div class="p">
<div class="note">
<span class="notetitle">
Note:
</span>
<p>
Actual contents depend on context. Query semantics can be used to determine the content type (if any).
</p>
</div>
</div>
</div>
</div>
</div>
<div class="nested1" id="GUID-C0126FE6-57BA-374C-A6BA-A59E7B52FF84">
<a name="GUID-C0126FE6-57BA-374C-A6BA-A59E7B52FF84">
<!-- -->
</a>
<h2 class="topictitle2">
SelectionTexts()
</h2>
<table class="signature">
<tr>
<td>
const MDesCArray &
</td>
<td>
SelectionTexts
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const [pure virtual]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Getter for selection texts.
</p>
<p>
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-D63FD100-CB33-3D37-8834-16EA74B09173">
<a name="GUID-D63FD100-CB33-3D37-8834-16EA74B09173">
<!-- -->
</a>
<h2 class="topictitle2">
SetSelectionL(TInt)
</h2>
<table class="signature">
<tr>
<td>
void
</td>
<td>
SetSelectionL
</td>
<td>
(
</td>
<td>
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
</td>
<td>
aIndex
</td>
<td>
)
</td>
<td>
[pure virtual]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Selects one of the choices.
</p>
<div class="p">
<dl class="exception">
<dt class="dlterm">
Exceptions
</dt>
<dd>
<table cellpadding="4" cellspacing="0" summary="" border="0" class="simpletableborder">
<tr>
<td valign="top">
KErrArgument
</td>
<td valign="top">
<p>
Specified index is out of bounds.
</p>
</td>
</tr>
</table>
</dd>
</dl>
</div>
</div>
</div>
<div class="section parameters">
<h3 class="sectiontitle">
Parameters
</h3>
<table border="0" class="parameters">
<tr>
<td class="parameter">
<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">
TInt
</a>
aIndex
</td>
<td>
Index of the selection (index of the selection text in the array returned by SelectionTexts()
</td>
</tr>
</table>
</div>
</div>
<p class="copyright">Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License
v1.0</a>.</p>
</div>
</div>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?>
</body>
</html>
|
sdk/GUID-3BC432D9-6C37-35C0-BE85-DA21E6E520C7.html
|
warlordh/fork_Symbian
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright 2010" />
<meta name="DC.rights.owner" content="(C) Copyright 2010" />
<meta name="DC.Type" content="cxxClass" />
<meta name="DC.Title" content="TClientInfo" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="GUID-3BC432D9-6C37-35C0-BE85-DA21E6E520C7" />
<title>
TClientInfo
</title>
<link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/>
<!--[if IE]>
<link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="keywords" content="api" />
<link rel="stylesheet" type="text/css" href="cxxref.css" />
</head>
<body class="cxxref" id="GUID-3BC432D9-6C37-35C0-BE85-DA21E6E520C7">
<a name="GUID-3BC432D9-6C37-35C0-BE85-DA21E6E520C7">
<!-- -->
</a>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?>
<div id="sdl_container">
<div id="leftMenu">
<div id="expandcontractdiv">
<a id="collapseTree" href="javascript:tree.collapseAll()">
Collapse all
</a>
<a id="index" href="index.html">
Symbian^3 Application Developer Library
</a>
</div>
<iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe>
<div id="treeDiv1">
 
</div>
<script type="text/javascript">
var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2529119 id2529124 id2529142 ";
YAHOO.util.Event.onDOMReady(buildTree, this,true);
</script>
</div>
<div id="sdl_content">
<div class="breadcrumb">
<a href="index.html" title="Symbian^3 Application Developer Library">
Symbian^3 Application Developer Library
</a>
>
</div>
<h1 class="topictitle1">
TClientInfo Class Reference
</h1>
<table class="signature">
<tr>
<td>
class TClientInfo
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Contains information (of interest to the TSP) about a client of RemCon. Includes the client's process ID and the client's current send message (
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html#GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0">
RMessage2
</a>
) which is triggering a request (AddressOutgoingCommand or PermitOutgoingCommand) on the TSP. Via the
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html#GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0">
RMessage2
</a>
, the TSP can access the client's secure ID and also do capability checks on the client. The process ID is also used by the server to police creation of target sessions (only 1 is allowed per client process).
</p>
</div>
</div>
<div class="section member-index">
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Member Functions
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" class="code">
</td>
<td>
<a href="#GUID-0F959955-A417-3AE2-995D-89C7106413FA">
TClientInfo
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
</td>
<td>
<a href="#GUID-25B1BB4E-5FC7-3AE4-AA8B-A08C8F4338AF">
~TClientInfo
</a>
()
</td>
</tr>
<tr>
<td align="right" class="code">
IMPORT_C
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
&
</td>
<td>
<a href="#GUID-BE47A232-5FA4-3A25-984F-00D3F2A57278">
Message
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
IMPORT_C const
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
&
</td>
<td>
<a href="#GUID-5867BC46-B14C-3B0D-B83B-7EE6E0C551EA">
Message
</a>
()
</td>
</tr>
<tr>
<td align="right" class="code">
IMPORT_C
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
&
</td>
<td>
<a href="#GUID-3E88DA36-3293-305F-B90D-8C1E77635155">
ProcessId
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
IMPORT_C
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
</td>
<td>
<a href="#GUID-617824E4-1553-3182-B19A-D81D3C79EFB3">
ProcessId
</a>
()
</td>
</tr>
<tr>
<td align="right" class="code">
IMPORT_C
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
</td>
<td>
<a href="#GUID-0B57CCC4-CD9D-31E4-AB32-F9F9CED8C223">
SecureId
</a>
()
</td>
</tr>
<tr class="bg">
<td align="right" class="code">
IMPORT_C
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
&
</td>
<td>
<a href="#GUID-E3A1A720-3D23-319D-8F17-727A1DBEF6CA">
SecureId
</a>
()
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Public Attributes
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" valign="top">
<a href="GUID-463970A1-7F84-3916-9236-1FF92F6B85BA.html">
TSglQueLink
</a>
</td>
<td>
<a href="#GUID-71444933-EDF7-33A6-A86B-69C2DACCFF40">
iLink
</a>
</td>
</tr>
<tr class="bg">
<td align="right" valign="top">
<a href="GUID-463970A1-7F84-3916-9236-1FF92F6B85BA.html">
TSglQueLink
</a>
</td>
<td>
<a href="#GUID-B6D372DA-2BC7-321C-8977-E8469B7ED976">
iLink2
</a>
</td>
</tr>
</tbody>
</table>
<table border="0" class="member-index">
<thead>
<tr>
<th colspan="2">
Private Attributes
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right" valign="top">
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
</td>
<td>
<a href="#GUID-4DD947EB-CC41-319E-BE19-E8851881DCE3">
iMessage
</a>
</td>
</tr>
<tr class="bg">
<td align="right" valign="top">
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
</td>
<td>
<a href="#GUID-5C3F3B52-0EFF-3D94-9A27-50FFF11FFBB9">
iProcessId
</a>
</td>
</tr>
<tr>
<td align="right" valign="top">
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
</td>
<td>
<a href="#GUID-E5F4A992-5B76-3590-9CAA-5B1AEBC81990">
iSecureId
</a>
</td>
</tr>
</tbody>
</table>
</div>
<h1 class="pageHeading topictitle1">
Constructor & Destructor Documentation
</h1>
<div class="nested1" id="GUID-0F959955-A417-3AE2-995D-89C7106413FA">
<a name="GUID-0F959955-A417-3AE2-995D-89C7106413FA">
<!-- -->
</a>
<h2 class="topictitle2">
TClientInfo()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
</td>
<td>
TClientInfo
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Constructor.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-25B1BB4E-5FC7-3AE4-AA8B-A08C8F4338AF">
<a name="GUID-25B1BB4E-5FC7-3AE4-AA8B-A08C8F4338AF">
<!-- -->
</a>
<h2 class="topictitle2">
~TClientInfo()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
</td>
<td>
~TClientInfo
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Destructor.
</p>
</div>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Functions Documentation
</h1>
<div class="nested1" id="GUID-BE47A232-5FA4-3A25-984F-00D3F2A57278">
<a name="GUID-BE47A232-5FA4-3A25-984F-00D3F2A57278">
<!-- -->
</a>
<h2 class="topictitle2">
Message()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
&
</td>
<td>
Message
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for message.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-5867BC46-B14C-3B0D-B83B-7EE6E0C551EA">
<a name="GUID-5867BC46-B14C-3B0D-B83B-7EE6E0C551EA">
<!-- -->
</a>
<h2 class="topictitle2">
Message()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C const
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
&
</td>
<td>
Message
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for the client's current Send message. This is provided for the TSP to access the client's current Send message for capability checks only. The TSP must not Complete this message. Note that this message is only valid if AddressOutgoingCommand or PermitOutgoingCommand are being used (i.e. the client currently has a Send outstanding). For AddressIncomingCommand, the message returned will be invalid and must not be used by the TSP.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-3E88DA36-3293-305F-B90D-8C1E77635155">
<a name="GUID-3E88DA36-3293-305F-B90D-8C1E77635155">
<!-- -->
</a>
<h2 class="topictitle2">
ProcessId()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
&
</td>
<td>
ProcessId
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for process ID.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-617824E4-1553-3182-B19A-D81D3C79EFB3">
<a name="GUID-617824E4-1553-3182-B19A-D81D3C79EFB3">
<!-- -->
</a>
<h2 class="topictitle2">
ProcessId()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
</td>
<td>
ProcessId
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for process ID.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-0B57CCC4-CD9D-31E4-AB32-F9F9CED8C223">
<a name="GUID-0B57CCC4-CD9D-31E4-AB32-F9F9CED8C223">
<!-- -->
</a>
<h2 class="topictitle2">
SecureId()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
</td>
<td>
SecureId
</td>
<td>
(
</td>
<td>
)
</td>
<td>
const
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for the secure ID.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-E3A1A720-3D23-319D-8F17-727A1DBEF6CA">
<a name="GUID-E3A1A720-3D23-319D-8F17-727A1DBEF6CA">
<!-- -->
</a>
<h2 class="topictitle2">
SecureId()
</h2>
<table class="signature">
<tr>
<td>
IMPORT_C
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
&
</td>
<td>
SecureId
</td>
<td>
(
</td>
<td>
)
</td>
<td>
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Accessor for the secure ID.
</p>
</div>
</div>
</div>
<h1 class="pageHeading topictitle1">
Member Data Documentation
</h1>
<div class="nested1" id="GUID-71444933-EDF7-33A6-A86B-69C2DACCFF40">
<a name="GUID-71444933-EDF7-33A6-A86B-69C2DACCFF40">
<!-- -->
</a>
<h2 class="topictitle2">
TSglQueLink
iLink
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-463970A1-7F84-3916-9236-1FF92F6B85BA.html">
TSglQueLink
</a>
</td>
<td>
iLink
</td>
</tr>
</table>
<div class="section">
<div>
<p>
Link between elements of this type in a
<a href="GUID-40BA1263-BE07-3C7F-955E-0BBC632E7C58.html#GUID-40BA1263-BE07-3C7F-955E-0BBC632E7C58">
TSglQue
</a>
. If this member changes offset, remconserver must be rebuilt.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-B6D372DA-2BC7-321C-8977-E8469B7ED976">
<a name="GUID-B6D372DA-2BC7-321C-8977-E8469B7ED976">
<!-- -->
</a>
<h2 class="topictitle2">
TSglQueLink
iLink2
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-463970A1-7F84-3916-9236-1FF92F6B85BA.html">
TSglQueLink
</a>
</td>
<td>
iLink2
</td>
</tr>
</table>
<div class="section">
</div>
</div>
<div class="nested1" id="GUID-4DD947EB-CC41-319E-BE19-E8851881DCE3">
<a name="GUID-4DD947EB-CC41-319E-BE19-E8851881DCE3">
<!-- -->
</a>
<h2 class="topictitle2">
RMessage2
iMessage
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-D7D422D3-65E5-378B-8F52-6485BC5603A0.html">
RMessage2
</a>
</td>
<td>
iMessage
</td>
<td>
[private]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
The client's current send message.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-5C3F3B52-0EFF-3D94-9A27-50FFF11FFBB9">
<a name="GUID-5C3F3B52-0EFF-3D94-9A27-50FFF11FFBB9">
<!-- -->
</a>
<h2 class="topictitle2">
TProcessId
iProcessId
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-2B5DA16C-3FBA-36CE-8821-E68B1BE45B9F.html">
TProcessId
</a>
</td>
<td>
iProcessId
</td>
<td>
[private]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
The process ID.
</p>
</div>
</div>
</div>
<div class="nested1" id="GUID-E5F4A992-5B76-3590-9CAA-5B1AEBC81990">
<a name="GUID-E5F4A992-5B76-3590-9CAA-5B1AEBC81990">
<!-- -->
</a>
<h2 class="topictitle2">
TSecureId
iSecureId
</h2>
<table class="signature">
<tr>
<td>
<a href="GUID-E924490C-D174-3CE8-98BB-85A1D10BC90B.html">
TSecureId
</a>
</td>
<td>
iSecureId
</td>
<td>
[private]
</td>
</tr>
</table>
<div class="section">
<div>
<p>
The secure ID.
</p>
</div>
</div>
</div>
<p class="copyright">Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License
v1.0</a>.</p>
</div>
</div>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?>
</body>
</html>
|
GMS/miscaccount.html
|
TeamNIKaml/GMS
|
<HTML>
<TITLE>EXAM</TITLE>
<HEAD>
<BODY BGCOLOR=#EBFDFD BORDER=20 BACKGROUND="resources\BACK.JPG">
<STYLE TYPE="TEXT/CSS">
<!--
a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #CCCCCC;
background-color: #AFBBAD;
text-decoration: none;
}
a:active { color: #FA3838;}
P { font-family: "New Century Schoolbook", Times, serif }
P { font-style: oblique }
P { font-weight: 800 }
P { font-size: 24pt/48px }
}
-->
</STYLE>
<TABLE NAME="DISPLAY" BORDER="0" CELLPADDING="0%" CELLSPACING="0%" ALIGN="CENTER" WIDTH="100%" >
<FONT COLOR="#FA3838">
<TD BACKGROUND="resources\g.jpg"><MARQUEE BACKGROUND="resources\g.jpg" DIRECTION="LEFT" SCROLLDELAY="1" SCROLLAMOUNT="3" BEHAVIOUR="SLIDE" STYLE="COLOR: WHITE; FONT-FAMILY: ARIAL; FONT-SIZE: 8pt;">loginakhil@gmail.com © Copyright </I></MARQUEE></TD><TR>
<!--<TD BGCOLOR="#D0F0FF"></TD><TR>
<TD BGCOLOR="#A1DEFF"></TD><TR>-->
<TD>
<TABLE NAME="BASETABLE" WIDTH=100% CELLPADDING="0%" CELLSPACING="0%" ALIGN="CENTER" BGCOLOR="#CDC69C" STYLE="COLOR: WHITE; FONT-FAMILY:Constantia; FONT-SIZE: 18pt;" BACKGROUND="resources\g.jpg">
<TD>
<TABLE NAME="MENU" BORDER="0" CELLPADDING="2%" CELLSPACING="2%" ALIGN="CENTER" BGCOLOR="#CDC69C" STYLE="COLOR: WHITE; FONT-FAMILY:Constantia; FONT-SIZE: 18pt;" BACKGROUND="resources\g.jpg">
<TR>
<TD > |<A HREF="index.HTML" STYLE='TEXT-DECORATION: NONE;'>Home</A>|</TD>
<TD > |<A HREF="#" STYLE='TEXT-DECORATION: NONE;'>Misc Pay</A>|</TD>
<TD > |<A HREF="#" STYLE='TEXT-DECORATION: NONE;'>Collection Pay</A>|</TD>
<TD > |<A HREF="miscdetail.php" STYLE='TEXT-DECORATION: NONE;'>Misc Account Detail</A>|</TD>
<TD > |<A HREF="collectiondetail.php" STYLE='TEXT-DECORATION: NONE;'>Collection Charge Account</A>|</TD>
</TR>
</TABLE>
</TD><TR>
</TABLE>
</TD>
</TABLE>
</TABLE>
<BR><BR><BR><BR>
<H2><P><CENTER STYLE="COLOR: #BCC2BB; FONT-FAMILY:Comic Sans MS; FONT-SIZE: 54pt;"> Welcome to Share-MAster </CENTER></P></H2>
<DIV><P>
</P></DIV>
</HEAD>
</BODY>
</HTML>
|
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_simple_client_8h_source.html
|
warlordh/fork_Symbian
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: examples/Base/IPC/ClientServer/Simple/SimpleClient.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/>
<!--[if IE]>
<link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head>
<body class="kernelguide">
<?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?>
<div id="sdl_container">
<div id="leftMenu">
<div id="expandcontractdiv">
<a id="collapseTree" href="javascript:tree.collapseAll()">
Collapse all
</a>
<a id="index" href="index.html">
Symbian^3 Product Developer Library
</a>
</div>
<iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe>
<div id="treeDiv1">
 
</div>
<script type="text/javascript">
var currentIconMode = 0;
YAHOO.util.Event.onDOMReady(buildTree, this,true);
</script>
</div>
<div id="sdl_content">
<!-- Generated by Doxygen 1.6.2 -->
<h1>examples/Base/IPC/ClientServer/Simple/SimpleClient.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).</span>
<a name="l00002"></a>00002 <span class="comment">// All rights reserved.</span>
<a name="l00003"></a>00003 <span class="comment">// This component and the accompanying materials are made available</span>
<a name="l00004"></a>00004 <span class="comment">// under the terms of "Eclipse Public License v1.0"</span>
<a name="l00005"></a>00005 <span class="comment">// which accompanies this distribution, and is available</span>
<a name="l00006"></a>00006 <span class="comment">// at the URL "http://www.eclipse.org/legal/epl-v10.html".</span>
<a name="l00007"></a>00007 <span class="comment">//</span>
<a name="l00008"></a>00008 <span class="comment">// Initial Contributors:</span>
<a name="l00009"></a>00009 <span class="comment">// Nokia Corporation - initial contribution.</span>
<a name="l00010"></a>00010 <span class="comment">//</span>
<a name="l00011"></a>00011 <span class="comment">// Contributors:</span>
<a name="l00012"></a>00012 <span class="comment">//</span>
<a name="l00013"></a>00013 <span class="comment">// Description:</span>
<a name="l00014"></a>00014 <span class="comment">//</span>
<a name="l00015"></a>00015
<a name="l00016"></a>00016 <span class="preprocessor">#if !defined(__COUNTSERV_H__)</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#define __COUNTSERV_H__</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="preprocessor">#if !defined(__E32BASE_H__)</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#include <e32base.h></span>
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023
<a name="l00024"></a>00024 <span class="comment">//**********************************</span>
<a name="l00025"></a>00025 <span class="comment">//RCountServSession</span>
<a name="l00026"></a>00026 <span class="comment">//**********************************</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="comment">// Our client-side handle to a session with the server.</span>
<a name="l00029"></a>00029 <span class="comment">// The class forms a layer over the Symbian provided RSessionBase class.</span>
<a name="l00030"></a>00030 <span class="comment">//</span>
<a name="l00031"></a>00031 <span class="comment">// The class deals with the requests made by the main example code by forwarding</span>
<a name="l00032"></a>00032 <span class="comment">// them to the server. The type of request is identified by a code, one of</span>
<a name="l00033"></a>00033 <span class="comment">// the TCountServRqst enum values, and arguments are passed via a TIpcArgs object.</span>
<a name="l00034"></a>00034 <span class="comment">//</span>
<a name="l00035"></a>00035 <span class="comment">// The functions Increase(), Decrease() etc are wrappers for different calls to </span>
<a name="l00036"></a>00036 <span class="comment">// SendReceive().</span>
<a name="l00037"></a>00037 <span class="comment">//</span>
<a name="l00038"></a>00038 <span class="comment">// Most of the functions here return void; if they fail, the server panics the client.</span>
<a name="l00039"></a>00039 <span class="comment">// If they return it can be assumed that there is no error.</span>
<a name="l00040"></a>00040 <span class="comment">//</span>
<a name="l00041"></a>00041 <span class="comment">// The RThread object is a handle to the thread that is acting as the server.</span>
<a name="l00042"></a>00042
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">class </span>RCountServSession : <span class="keyword">public</span> RSessionBase
<a name="l00045"></a>00045 {
<a name="l00046"></a>00046 <span class="keyword">public</span>:
<a name="l00047"></a>00047 RCountServSession();
<a name="l00048"></a>00048 TInt Connect();
<a name="l00049"></a>00049 TVersion Version() <span class="keyword">const</span>;
<a name="l00050"></a>00050 TInt UnsupportedRequest();
<a name="l00051"></a>00051 TInt SetFromString(<span class="keyword">const</span> TDesC& aString);
<a name="l00052"></a>00052 <span class="keywordtype">void</span> Increase();
<a name="l00053"></a>00053 <span class="keywordtype">void</span> Decrease();
<a name="l00054"></a>00054 <span class="keywordtype">void</span> IncreaseBy(TInt anInt);
<a name="l00055"></a>00055 <span class="keywordtype">void</span> DecreaseBy(TInt anInt);
<a name="l00056"></a>00056 <span class="keywordtype">void</span> Reset();
<a name="l00057"></a>00057 TInt CounterValue();
<a name="l00058"></a>00058 <span class="keywordtype">void</span> BadRequest();
<a name="l00059"></a>00059 <span class="keywordtype">void</span> Close();
<a name="l00060"></a>00060 <span class="keyword">private</span>:
<a name="l00061"></a>00061 RThread iServerThread;
<a name="l00062"></a>00062 };
<a name="l00063"></a>00063
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>
</pre></div>
<hr size="1"/><address style="text-align: right;"><small>Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
<p class="copyright">Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License
v1.0</a>.</p>
</div>
</div>
<?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?>
</body>
</html>
|
plugins/org.eclipse.oomph.util.doc/javadoc/org/eclipse/oomph/resources/class-use/EclipseProjectFactory.html
|
peterkir/org.eclipse.oomph
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Interface org.eclipse.oomph.resources.EclipseProjectFactory (Oomph Utilities Documentation)</title>
<meta name="date" content="">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.eclipse.oomph.resources.EclipseProjectFactory (Oomph Utilities Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/oomph/resources/class-use/EclipseProjectFactory.html" target="_top">Frames</a></li>
<li><a href="EclipseProjectFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.eclipse.oomph.resources.EclipseProjectFactory" class="title">Uses of Interface<br>org.eclipse.oomph.resources.EclipseProjectFactory</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.eclipse.oomph.resources">org.eclipse.oomph.resources</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.eclipse.oomph.resources.impl">org.eclipse.oomph.resources.impl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.eclipse.oomph.resources.util">org.eclipse.oomph.resources.util</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.oomph.resources">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a> in <a href="../../../../../org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a> that return <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></code></td>
<td class="colLast"><span class="strong">ResourcesFactory.</span><code><strong><a href="../../../../../org/eclipse/oomph/resources/ResourcesFactory.html#createEclipseProjectFactory()">createEclipseProjectFactory</a></strong>()</code>
<div class="block">Returns a new object of class '<em>Eclipse Project Factory</em>'.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.eclipse.oomph.resources.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a> in <a href="../../../../../org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a> that implement <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">EclipseProjectFactoryImpl</a></strong></code>
<div class="block">An implementation of the model object '<em><b>Eclipse Project Factory</b></em>'.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a> that return <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></code></td>
<td class="colLast"><span class="strong">ResourcesFactoryImpl.</span><code><strong><a href="../../../../../org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createEclipseProjectFactory()">createEclipseProjectFactory</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.eclipse.oomph.resources.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a> in <a href="../../../../../org/eclipse/oomph/resources/util/package-summary.html">org.eclipse.oomph.resources.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/eclipse/oomph/resources/util/package-summary.html">org.eclipse.oomph.resources.util</a> with parameters of type <a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="type parameter in ResourcesSwitch">T</a></code></td>
<td class="colLast"><span class="strong">ResourcesSwitch.</span><code><strong><a href="../../../../../org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseEclipseProjectFactory(org.eclipse.oomph.resources.EclipseProjectFactory)">caseEclipseProjectFactory</a></strong>(<a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a> object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Eclipse Project Factory</em>'.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/oomph/resources/class-use/EclipseProjectFactory.html" target="_top">Frames</a></li>
<li><a href="EclipseProjectFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.