From: Jess Date: Fri, 22 Aug 2014 13:19:55 +0000 (+0200) Subject: bacon X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=commitdiff_plain;h=a7a7ac1456426456a5a33ebeac28693804693716 bacon --- a7a7ac1456426456a5a33ebeac28693804693716 diff --git a/404.html b/404.html new file mode 100644 index 0000000..fdace4a --- /dev/null +++ b/404.html @@ -0,0 +1,157 @@ + + + + + Page Not Found :( + + + +
+

Not found :(

+

Sorry, but the page you were trying to view does not exist.

+

It looks like this was the result of either:

+ + + +
+ + diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..1ea85ed Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/css/bootstrap-theme.css b/css/bootstrap-theme.css new file mode 100644 index 0000000..a406992 --- /dev/null +++ b/css/bootstrap-theme.css @@ -0,0 +1,347 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); +} +.btn-default:active, +.btn-primary:active, +.btn-success:active, +.btn-info:active, +.btn-warning:active, +.btn-danger:active, +.btn-default.active, +.btn-primary.active, +.btn-success.active, +.btn-info.active, +.btn-warning.active, +.btn-danger.active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn:active, +.btn.active { + background-image: none; +} +.btn-default { + text-shadow: 0 1px 0 #fff; + background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #dbdbdb; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus { + background-color: #e0e0e0; + background-position: 0 -15px; +} +.btn-default:active, +.btn-default.active { + background-color: #e0e0e0; + border-color: #dbdbdb; +} +.btn-primary { + background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #2b669a; +} +.btn-primary:hover, +.btn-primary:focus { + background-color: #2d6ca2; + background-position: 0 -15px; +} +.btn-primary:active, +.btn-primary.active { + background-color: #2d6ca2; + border-color: #2b669a; +} +.btn-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #3e8f3e; +} +.btn-success:hover, +.btn-success:focus { + background-color: #419641; + background-position: 0 -15px; +} +.btn-success:active, +.btn-success.active { + background-color: #419641; + border-color: #3e8f3e; +} +.btn-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #28a4c9; +} +.btn-info:hover, +.btn-info:focus { + background-color: #2aabd2; + background-position: 0 -15px; +} +.btn-info:active, +.btn-info.active { + background-color: #2aabd2; + border-color: #28a4c9; +} +.btn-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #e38d13; +} +.btn-warning:hover, +.btn-warning:focus { + background-color: #eb9316; + background-position: 0 -15px; +} +.btn-warning:active, +.btn-warning.active { + background-color: #eb9316; + border-color: #e38d13; +} +.btn-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #b92c28; +} +.btn-danger:hover, +.btn-danger:focus { + background-color: #c12e2a; + background-position: 0 -15px; +} +.btn-danger:active, +.btn-danger.active { + background-color: #c12e2a; + border-color: #b92c28; +} +.thumbnail, +.img-thumbnail { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #e8e8e8; + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #357ebd; + background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); + background-repeat: repeat-x; +} +.navbar-default { + background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); +} +.navbar-default .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255, 255, 255, .25); +} +.navbar-inverse { + background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; +} +.navbar-inverse .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); + background-image: linear-gradient(to bottom, #222 0%, #282828 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); +} +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} +.alert { + text-shadow: 0 1px 0 rgba(255, 255, 255, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); +} +.alert-success { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); + background-repeat: repeat-x; + border-color: #b2dba1; +} +.alert-info { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); + background-repeat: repeat-x; + border-color: #9acfea; +} +.alert-warning { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); + background-repeat: repeat-x; + border-color: #f5e79e; +} +.alert-danger { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); + background-repeat: repeat-x; + border-color: #dca7a7; +} +.progress { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar { + background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); + background-repeat: repeat-x; +} +.list-group { + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 #3071a9; + background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); + background-repeat: repeat-x; + border-color: #3278b3; +} +.panel { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: 0 1px 2px rgba(0, 0, 0, .05); +} +.panel-default > .panel-heading { + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.panel-primary > .panel-heading { + background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); + background-repeat: repeat-x; +} +.panel-success > .panel-heading { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); + background-repeat: repeat-x; +} +.panel-info > .panel-heading { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); + background-repeat: repeat-x; +} +.panel-warning > .panel-heading { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); + background-repeat: repeat-x; +} +.panel-danger > .panel-heading { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); + background-repeat: repeat-x; +} +.well { + background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; + border-color: #dcdcdc; + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); +} +/*# sourceMappingURL=bootstrap-theme.css.map */ diff --git a/css/bootstrap-theme.css.map b/css/bootstrap-theme.css.map new file mode 100644 index 0000000..b36fc9a --- /dev/null +++ b/css/bootstrap-theme.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["less/theme.less","less/mixins.less"],"names":[],"mappings":"AAeA;AACA;AACA;AACA;AACA;AACA;EACE,wCAAA;ECoGA,2FAAA;EACQ,mFAAA;;ADhGR,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;AACD,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;EC8FD,wDAAA;EACQ,gDAAA;;ADnER,IAAC;AACD,IAAC;EACC,sBAAA;;AAKJ;EC4PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;EAyB2C,yBAAA;EAA2B,kBAAA;;AAvBtE,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAeJ;EC2PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAgBJ;EC0PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAiBJ;ECyPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,SAAC;AACD,SAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,SAAC;AACD,SAAC;EACC,yBAAA;EACA,qBAAA;;AAkBJ;ECwPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAmBJ;ECuPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,WAAC;AACD,WAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,WAAC;AACD,WAAC;EACC,yBAAA;EACA,qBAAA;;AA2BJ;AACA;EC6CE,kDAAA;EACQ,0CAAA;;ADpCV,cAAe,KAAK,IAAG;AACvB,cAAe,KAAK,IAAG;ECmOnB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EDpOF,yBAAA;;AAEF,cAAe,UAAU;AACzB,cAAe,UAAU,IAAG;AAC5B,cAAe,UAAU,IAAG;EC6NxB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED9NF,yBAAA;;AAUF;ECiNI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;EDrPA,kBAAA;ECaA,2FAAA;EACQ,mFAAA;;ADjBV,eAOE,YAAY,UAAU;EC0MpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,wDAAA;EACQ,gDAAA;;ADLV;AACA,WAAY,KAAK;EACf,8CAAA;;AAIF;EC+LI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;;ADtOF,eAIE,YAAY,UAAU;EC2LpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,uDAAA;EACQ,+CAAA;;ADCV,eASE;AATF,eAUE,YAAY,KAAK;EACf,yCAAA;;AAKJ;AACA;AACA;EACE,gBAAA;;AAUF;EACE,6CAAA;EChCA,0FAAA;EACQ,kFAAA;;AD2CV;ECqJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAKF;ECoJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAMF;ECmJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAOF;ECkJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAgBF;ECyII,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADlIJ;EC+HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADjIJ;EC8HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADhIJ;EC6HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD/HJ;EC4HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD9HJ;EC2HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtHJ;EACE,kBAAA;EC/EA,kDAAA;EACQ,0CAAA;;ADiFV,gBAAgB;AAChB,gBAAgB,OAAO;AACvB,gBAAgB,OAAO;EACrB,6BAAA;EC4GE,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED7GF,qBAAA;;AAUF;ECjGE,iDAAA;EACQ,yCAAA;;AD0GV,cAAe;ECsFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADxFJ,cAAe;ECqFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADvFJ,cAAe;ECoFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtFJ,WAAY;ECmFR,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADrFJ,cAAe;ECkFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADpFJ,aAAc;ECiFV,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD5EJ;ECyEI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED1EF,qBAAA;EC1HA,yFAAA;EACQ,iFAAA","sourcesContent":["\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n // Reset the shadow\n &:active,\n &.active {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners\n background-repeat: repeat-x;\n border-color: darken(@btn-color, 14%);\n\n &:hover,\n &:focus {\n background-color: darken(@btn-color, 12%);\n background-position: 0 -15px;\n }\n\n &:active,\n &.active {\n background-color: darken(@btn-color, 12%);\n border-color: darken(@btn-color, 14%);\n }\n}\n\n// Common styles\n.btn {\n // Remove the gradient for the pressed/active state\n &:active,\n &.active {\n background-image: none;\n }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger { .btn-styles(@btn-danger-bg); }\n\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n border-radius: @navbar-border-radius;\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-bg, 2%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: @navbar-inverse-bg; @end-color: lighten(@navbar-inverse-bg, 2.5%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n }\n\n .navbar-brand,\n .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n text-shadow: 0 1px 0 rgba(255,255,255,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success { .alert-styles(@alert-success-bg); }\n.alert-info { .alert-styles(@alert-info-bg); }\n.alert-warning { .alert-styles(@alert-warning-bg); }\n.alert-danger { .alert-styles(@alert-danger-bg); }\n\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); }\n\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n border-radius: @border-radius-base;\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n border-color: darken(@list-group-active-border, 7.5%);\n}\n\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n border-color: darken(@well-bg, 10%);\n @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n}\n","//\n// Mixins\n// --------------------------------------------------\n\n\n// Utilities\n// -------------------------\n\n// Clearfix\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n.clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n\n// WebKit-style focus\n.tab-focus() {\n // Default\n outline: thin dotted;\n // WebKit\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n\n// Center-align a block level element\n.center-block() {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n// Sizing shortcuts\n.size(@width; @height) {\n width: @width;\n height: @height;\n}\n.square(@size) {\n .size(@size; @size);\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n &::-moz-placeholder { color: @color; // Firefox\n opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Text overflow\n// Requires inline-block or block for proper styling\n.text-overflow() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n// CSS image replacement\n//\n// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. Note\n// that we cannot chain the mixins together in Less, so they are repeated.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (will be removed in v4)\n.hide-text() {\n font: ~\"0/0\" a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n// New mixin to use as of v3.0.1\n.text-hide() {\n .hide-text();\n}\n\n\n\n// CSS3 PROPERTIES\n// --------------------------------------------------\n\n// Single side border-radius\n.border-top-radius(@radius) {\n border-top-right-radius: @radius;\n border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n border-bottom-left-radius: @radius;\n border-top-left-radius: @radius;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support the\n// standard `box-shadow` property.\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Transitions\n.transition(@transition) {\n -webkit-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n// Transformations\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n transform: rotate(@degrees);\n}\n.scale(@ratio; @ratio-y...) {\n -webkit-transform: scale(@ratio, @ratio-y);\n -ms-transform: scale(@ratio, @ratio-y); // IE9 only\n transform: scale(@ratio, @ratio-y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n transform: translate(@x, @y);\n}\n.skew(@x; @y) {\n -webkit-transform: skew(@x, @y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n transform: skew(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// User select\n// For selecting text on the page\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n\n// Resize anything\n.resizable(@direction) {\n resize: @direction; // Options: horizontal, vertical, both\n overflow: auto; // Safari fix\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Opacity\n.opacity(@opacity) {\n opacity: @opacity;\n // IE8 filter\n @opacity-ie: (@opacity * 100);\n filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n\n\n\n// GRADIENTS\n// --------------------------------------------------\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n\n// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n\n\n\n// Retina images\n//\n// Short retina mixin for setting background-image and -size\n\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n background-image: url(\"@{file-1x}\");\n\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and ( min--moz-device-pixel-ratio: 2),\n only screen and ( -o-min-device-pixel-ratio: 2/1),\n only screen and ( min-device-pixel-ratio: 2),\n only screen and ( min-resolution: 192dpi),\n only screen and ( min-resolution: 2dppx) {\n background-image: url(\"@{file-2x}\");\n background-size: @width-1x @height-1x;\n }\n}\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n.img-responsive(@display: block) {\n display: @display;\n max-width: 100%; // Part 1: Set a maximum relative to the parent\n height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// COMPONENT MIXINS\n// --------------------------------------------------\n\n// Horizontal dividers\n// -------------------------\n// Dividers (basically an hr) within dropdowns and nav lists\n.nav-divider(@color: #e5e5e5) {\n height: 1px;\n margin: ((@line-height-computed / 2) - 1) 0;\n overflow: hidden;\n background-color: @color;\n}\n\n// Panels\n// -------------------------\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n border-color: @border;\n\n & > .panel-heading {\n color: @heading-text-color;\n background-color: @heading-bg-color;\n border-color: @heading-border;\n\n + .panel-collapse .panel-body {\n border-top-color: @border;\n }\n }\n & > .panel-footer {\n + .panel-collapse .panel-body {\n border-bottom-color: @border;\n }\n }\n}\n\n// Alerts\n// -------------------------\n.alert-variant(@background; @border; @text-color) {\n background-color: @background;\n border-color: @border;\n color: @text-color;\n\n hr {\n border-top-color: darken(@border, 5%);\n }\n .alert-link {\n color: darken(@text-color, 10%);\n }\n}\n\n// Tables\n// -------------------------\n.table-row-variant(@state; @background) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table > thead > tr,\n .table > tbody > tr,\n .table > tfoot > tr {\n > td.@{state},\n > th.@{state},\n &.@{state} > td,\n &.@{state} > th {\n background-color: @background;\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover > tbody > tr {\n > td.@{state}:hover,\n > th.@{state}:hover,\n &.@{state}:hover > td,\n &.@{state}:hover > th {\n background-color: darken(@background, 5%);\n }\n }\n}\n\n// List Groups\n// -------------------------\n.list-group-item-variant(@state; @background; @color) {\n .list-group-item-@{state} {\n color: @color;\n background-color: @background;\n\n a& {\n color: @color;\n\n .list-group-item-heading { color: inherit; }\n\n &:hover,\n &:focus {\n color: @color;\n background-color: darken(@background, 5%);\n }\n &.active,\n &.active:hover,\n &.active:focus {\n color: #fff;\n background-color: @color;\n border-color: @color;\n }\n }\n }\n}\n\n// Button variants\n// -------------------------\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n.button-variant(@color; @background; @border) {\n color: @color;\n background-color: @background;\n border-color: @border;\n\n &:hover,\n &:focus,\n &:active,\n &.active,\n .open .dropdown-toggle& {\n color: @color;\n background-color: darken(@background, 8%);\n border-color: darken(@border, 12%);\n }\n &:active,\n &.active,\n .open .dropdown-toggle& {\n background-image: none;\n }\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n &,\n &:hover,\n &:focus,\n &:active,\n &.active {\n background-color: @background;\n border-color: @border;\n }\n }\n\n .badge {\n color: @background;\n background-color: @color;\n }\n}\n\n// Button sizes\n// -------------------------\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n}\n\n// Pagination\n// -------------------------\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {\n > li {\n > a,\n > span {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n }\n &:first-child {\n > a,\n > span {\n .border-left-radius(@border-radius);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius);\n }\n }\n }\n}\n\n// Labels\n// -------------------------\n.label-variant(@color) {\n background-color: @color;\n &[href] {\n &:hover,\n &:focus {\n background-color: darken(@color, 10%);\n }\n }\n}\n\n// Contextual backgrounds\n// -------------------------\n.bg-variant(@color) {\n background-color: @color;\n a&:hover {\n background-color: darken(@color, 10%);\n }\n}\n\n// Typography\n// -------------------------\n.text-emphasis-variant(@color) {\n color: @color;\n a&:hover {\n color: darken(@color, 10%);\n }\n}\n\n// Navbar vertical align\n// -------------------------\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n.navbar-vertical-align(@element-height) {\n margin-top: ((@navbar-height - @element-height) / 2);\n margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n\n// Progress bars\n// -------------------------\n.progress-bar-variant(@color) {\n background-color: @color;\n .progress-striped & {\n #gradient > .striped();\n }\n}\n\n// Responsive utilities\n// -------------------------\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n display: block !important;\n table& { display: table; }\n tr& { display: table-row !important; }\n th&,\n td& { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n display: none !important;\n}\n\n\n// Grid System\n// -----------\n\n// Centered container element\n.container-fixed() {\n margin-right: auto;\n margin-left: auto;\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 2);\n &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n margin-left: (@gutter / -2);\n margin-right: (@gutter / -2);\n &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n float: left;\n width: percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n @media (min-width: @screen-xs-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-xs-column-push(@columns) {\n @media (min-width: @screen-xs-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-xs-column-pull(@columns) {\n @media (min-width: @screen-xs-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-sm-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-offset(@columns) {\n @media (min-width: @screen-sm-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-push(@columns) {\n @media (min-width: @screen-sm-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-pull(@columns) {\n @media (min-width: @screen-sm-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-md-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-offset(@columns) {\n @media (min-width: @screen-md-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-push(@columns) {\n @media (min-width: @screen-md-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-pull(@columns) {\n @media (min-width: @screen-md-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-lg-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-offset(@columns) {\n @media (min-width: @screen-lg-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-push(@columns) {\n @media (min-width: @screen-lg-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-pull(@columns) {\n @media (min-width: @screen-lg-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n // Common styles for all sizes of grid columns, widths 1-12\n .col(@index) when (@index = 1) { // initial\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n position: relative;\n // Prevent columns from collapsing when empty\n min-height: 1px;\n // Inner gutter via padding\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 2);\n }\n }\n .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n .col(@index) when (@index = 1) { // initial\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n float: left;\n }\n }\n .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n .col-@{class}-@{index} {\n width: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) {\n .col-@{class}-push-@{index} {\n left: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) {\n .col-@{class}-pull-@{index} {\n right: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n .col-@{class}-offset-@{index} {\n margin-left: percentage((@index / @grid-columns));\n }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n .calc-grid-column(@index, @class, @type);\n // next iteration\n .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n .float-grid-columns(@class);\n .loop-grid-columns(@grid-columns, @class, width);\n .loop-grid-columns(@grid-columns, @class, pull);\n .loop-grid-columns(@grid-columns, @class, push);\n .loop-grid-columns(@grid-columns, @class, offset);\n}\n\n// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n // Color the label and help text\n .help-block,\n .control-label,\n .radio,\n .checkbox,\n .radio-inline,\n .checkbox-inline {\n color: @text-color;\n }\n // Set the border and box shadow on specific inputs to match\n .form-control {\n border-color: @border-color;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n &:focus {\n border-color: darken(@border-color, 10%);\n @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n .box-shadow(@shadow);\n }\n }\n // Set validation states also for addons\n .input-group-addon {\n color: @text-color;\n border-color: @border-color;\n background-color: @background-color;\n }\n // Optional feedback icon\n .form-control-feedback {\n color: @text-color;\n }\n}\n\n// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `@input-focus-border` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n\n.form-control-focus(@color: @input-border-focus) {\n @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n &:focus {\n border-color: @color;\n outline: 0;\n .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. ``\n// element gets special love because it's special, and that's a fact!\n\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n height: @input-height;\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n\n select& {\n height: @input-height;\n line-height: @input-height;\n }\n\n textarea&,\n select[multiple]& {\n height: auto;\n }\n}\n","//\n// Variables\n// --------------------------------------------------\n\n\n//== Colors\n//\n//## Gray and brand colors for use across Bootstrap.\n\n@gray-darker: lighten(#000, 13.5%); // #222\n@gray-dark: lighten(#000, 20%); // #333\n@gray: lighten(#000, 33.5%); // #555\n@gray-light: lighten(#000, 60%); // #999\n@gray-lighter: lighten(#000, 93.5%); // #eee\n\n@brand-primary: #428bca;\n@brand-success: #5cb85c;\n@brand-info: #5bc0de;\n@brand-warning: #f0ad4e;\n@brand-danger: #d9534f;\n\n\n//== Scaffolding\n//\n// ## Settings for some of the most global styles.\n\n//** Background color for ``.\n@body-bg: #fff;\n//** Global text color on ``.\n@text-color: @gray-dark;\n\n//** Global textual link color.\n@link-color: @brand-primary;\n//** Link hover color set via `darken()` function.\n@link-hover-color: darken(@link-color, 15%);\n\n\n//== Typography\n//\n//## Font, line-height, and color for body text, headings, and more.\n\n@font-family-sans-serif: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n@font-family-serif: Georgia, \"Times New Roman\", Times, serif;\n//** Default monospace fonts for ``, ``, and `
`.\n@font-family-monospace:   Menlo, Monaco, Consolas, \"Courier New\", monospace;\n@font-family-base:        @font-family-sans-serif;\n\n@font-size-base:          14px;\n@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px\n@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px\n\n@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px\n@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px\n@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px\n@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px\n@font-size-h5:            @font-size-base;\n@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px\n\n//** Unit-less `line-height` for use in components like buttons.\n@line-height-base:        1.428571429; // 20/14\n//** Computed \"line-height\" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.\n@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px\n\n//** By default, this inherits from the ``.\n@headings-font-family:    inherit;\n@headings-font-weight:    500;\n@headings-line-height:    1.1;\n@headings-color:          inherit;\n\n\n//-- Iconography\n//\n//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.\n\n@icon-font-path:          \"../fonts/\";\n@icon-font-name:          \"glyphicons-halflings-regular\";\n@icon-font-svg-id:        \"glyphicons_halflingsregular\";\n\n//== Components\n//\n//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).\n\n@padding-base-vertical:     6px;\n@padding-base-horizontal:   12px;\n\n@padding-large-vertical:    10px;\n@padding-large-horizontal:  16px;\n\n@padding-small-vertical:    5px;\n@padding-small-horizontal:  10px;\n\n@padding-xs-vertical:       1px;\n@padding-xs-horizontal:     5px;\n\n@line-height-large:         1.33;\n@line-height-small:         1.5;\n\n@border-radius-base:        4px;\n@border-radius-large:       6px;\n@border-radius-small:       3px;\n\n//** Global color for active items (e.g., navs or dropdowns).\n@component-active-color:    #fff;\n//** Global background color for active items (e.g., navs or dropdowns).\n@component-active-bg:       @brand-primary;\n\n//** Width of the `border` for generating carets that indicator dropdowns.\n@caret-width-base:          4px;\n//** Carets increase slightly in size for larger components.\n@caret-width-large:         5px;\n\n\n//== Tables\n//\n//## Customizes the `.table` component with basic values, each used across all table variations.\n\n//** Padding for ``s and ``s.\n@table-cell-padding:            8px;\n//** Padding for cells in `.table-condensed`.\n@table-condensed-cell-padding:  5px;\n\n//** Default background color used for all tables.\n@table-bg:                      transparent;\n//** Background color used for `.table-striped`.\n@table-bg-accent:               #f9f9f9;\n//** Background color used for `.table-hover`.\n@table-bg-hover:                #f5f5f5;\n@table-bg-active:               @table-bg-hover;\n\n//** Border color for table and cell borders.\n@table-border-color:            #ddd;\n\n\n//== Buttons\n//\n//## For each of Bootstrap's buttons, define text, background and border color.\n\n@btn-font-weight:                normal;\n\n@btn-default-color:              #333;\n@btn-default-bg:                 #fff;\n@btn-default-border:             #ccc;\n\n@btn-primary-color:              #fff;\n@btn-primary-bg:                 @brand-primary;\n@btn-primary-border:             darken(@btn-primary-bg, 5%);\n\n@btn-success-color:              #fff;\n@btn-success-bg:                 @brand-success;\n@btn-success-border:             darken(@btn-success-bg, 5%);\n\n@btn-info-color:                 #fff;\n@btn-info-bg:                    @brand-info;\n@btn-info-border:                darken(@btn-info-bg, 5%);\n\n@btn-warning-color:              #fff;\n@btn-warning-bg:                 @brand-warning;\n@btn-warning-border:             darken(@btn-warning-bg, 5%);\n\n@btn-danger-color:               #fff;\n@btn-danger-bg:                  @brand-danger;\n@btn-danger-border:              darken(@btn-danger-bg, 5%);\n\n@btn-link-disabled-color:        @gray-light;\n\n\n//== Forms\n//\n//##\n\n//** `` background color\n@input-bg:                       #fff;\n//** `` background color\n@input-bg-disabled:              @gray-lighter;\n\n//** Text color for ``s\n@input-color:                    @gray;\n//** `` border color\n@input-border:                   #ccc;\n//** `` border radius\n@input-border-radius:            @border-radius-base;\n//** Border color for inputs on focus\n@input-border-focus:             #66afe9;\n\n//** Placeholder text color\n@input-color-placeholder:        @gray-light;\n\n//** Default `.form-control` height\n@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);\n//** Large `.form-control` height\n@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);\n//** Small `.form-control` height\n@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);\n\n@legend-color:                   @gray-dark;\n@legend-border-color:            #e5e5e5;\n\n//** Background color for textual input addons\n@input-group-addon-bg:           @gray-lighter;\n//** Border color for textual input addons\n@input-group-addon-border-color: @input-border;\n\n\n//== Dropdowns\n//\n//## Dropdown menu container and contents.\n\n//** Background for the dropdown menu.\n@dropdown-bg:                    #fff;\n//** Dropdown menu `border-color`.\n@dropdown-border:                rgba(0,0,0,.15);\n//** Dropdown menu `border-color` **for IE8**.\n@dropdown-fallback-border:       #ccc;\n//** Divider color for between dropdown items.\n@dropdown-divider-bg:            #e5e5e5;\n\n//** Dropdown link text color.\n@dropdown-link-color:            @gray-dark;\n//** Hover color for dropdown links.\n@dropdown-link-hover-color:      darken(@gray-dark, 5%);\n//** Hover background for dropdown links.\n@dropdown-link-hover-bg:         #f5f5f5;\n\n//** Active dropdown menu item text color.\n@dropdown-link-active-color:     @component-active-color;\n//** Active dropdown menu item background color.\n@dropdown-link-active-bg:        @component-active-bg;\n\n//** Disabled dropdown menu item background color.\n@dropdown-link-disabled-color:   @gray-light;\n\n//** Text color for headers within dropdown menus.\n@dropdown-header-color:          @gray-light;\n\n// Note: Deprecated @dropdown-caret-color as of v3.1.0\n@dropdown-caret-color:           #000;\n\n\n//-- Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n//\n// Note: These variables are not generated into the Customizer.\n\n@zindex-navbar:            1000;\n@zindex-dropdown:          1000;\n@zindex-popover:           1010;\n@zindex-tooltip:           1030;\n@zindex-navbar-fixed:      1030;\n@zindex-modal-background:  1040;\n@zindex-modal:             1050;\n\n\n//== Media queries breakpoints\n//\n//## Define the breakpoints at which your layout will change, adapting to different screen sizes.\n\n// Extra small screen / phone\n// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1\n@screen-xs:                  480px;\n@screen-xs-min:              @screen-xs;\n@screen-phone:               @screen-xs-min;\n\n// Small screen / tablet\n// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1\n@screen-sm:                  768px;\n@screen-sm-min:              @screen-sm;\n@screen-tablet:              @screen-sm-min;\n\n// Medium screen / desktop\n// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1\n@screen-md:                  992px;\n@screen-md-min:              @screen-md;\n@screen-desktop:             @screen-md-min;\n\n// Large screen / wide desktop\n// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1\n@screen-lg:                  1200px;\n@screen-lg-min:              @screen-lg;\n@screen-lg-desktop:          @screen-lg-min;\n\n// So media queries don't overlap when required, provide a maximum\n@screen-xs-max:              (@screen-sm-min - 1);\n@screen-sm-max:              (@screen-md-min - 1);\n@screen-md-max:              (@screen-lg-min - 1);\n\n\n//== Grid system\n//\n//## Define your custom responsive grid.\n\n//** Number of columns in the grid.\n@grid-columns:              12;\n//** Padding between columns. Gets divided in half for the left and right.\n@grid-gutter-width:         30px;\n// Navbar collapse\n//** Point at which the navbar becomes uncollapsed.\n@grid-float-breakpoint:     @screen-sm-min;\n//** Point at which the navbar begins collapsing.\n@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);\n\n\n//== Container sizes\n//\n//## Define the maximum width of `.container` for different screen sizes.\n\n// Small screen / tablet\n@container-tablet:             ((720px + @grid-gutter-width));\n//** For `@screen-sm-min` and up.\n@container-sm:                 @container-tablet;\n\n// Medium screen / desktop\n@container-desktop:            ((940px + @grid-gutter-width));\n//** For `@screen-md-min` and up.\n@container-md:                 @container-desktop;\n\n// Large screen / wide desktop\n@container-large-desktop:      ((1140px + @grid-gutter-width));\n//** For `@screen-lg-min` and up.\n@container-lg:                 @container-large-desktop;\n\n\n//== Navbar\n//\n//##\n\n// Basics of a navbar\n@navbar-height:                    50px;\n@navbar-margin-bottom:             @line-height-computed;\n@navbar-border-radius:             @border-radius-base;\n@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));\n@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);\n@navbar-collapse-max-height:       340px;\n\n@navbar-default-color:             #777;\n@navbar-default-bg:                #f8f8f8;\n@navbar-default-border:            darken(@navbar-default-bg, 6.5%);\n\n// Navbar links\n@navbar-default-link-color:                #777;\n@navbar-default-link-hover-color:          #333;\n@navbar-default-link-hover-bg:             transparent;\n@navbar-default-link-active-color:         #555;\n@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);\n@navbar-default-link-disabled-color:       #ccc;\n@navbar-default-link-disabled-bg:          transparent;\n\n// Navbar brand label\n@navbar-default-brand-color:               @navbar-default-link-color;\n@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);\n@navbar-default-brand-hover-bg:            transparent;\n\n// Navbar toggle\n@navbar-default-toggle-hover-bg:           #ddd;\n@navbar-default-toggle-icon-bar-bg:        #888;\n@navbar-default-toggle-border-color:       #ddd;\n\n\n// Inverted navbar\n// Reset inverted navbar basics\n@navbar-inverse-color:                      @gray-light;\n@navbar-inverse-bg:                         #222;\n@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);\n\n// Inverted navbar links\n@navbar-inverse-link-color:                 @gray-light;\n@navbar-inverse-link-hover-color:           #fff;\n@navbar-inverse-link-hover-bg:              transparent;\n@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;\n@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);\n@navbar-inverse-link-disabled-color:        #444;\n@navbar-inverse-link-disabled-bg:           transparent;\n\n// Inverted navbar brand label\n@navbar-inverse-brand-color:                @navbar-inverse-link-color;\n@navbar-inverse-brand-hover-color:          #fff;\n@navbar-inverse-brand-hover-bg:             transparent;\n\n// Inverted navbar toggle\n@navbar-inverse-toggle-hover-bg:            #333;\n@navbar-inverse-toggle-icon-bar-bg:         #fff;\n@navbar-inverse-toggle-border-color:        #333;\n\n\n//== Navs\n//\n//##\n\n//=== Shared nav styles\n@nav-link-padding:                          10px 15px;\n@nav-link-hover-bg:                         @gray-lighter;\n\n@nav-disabled-link-color:                   @gray-light;\n@nav-disabled-link-hover-color:             @gray-light;\n\n@nav-open-link-hover-color:                 #fff;\n\n//== Tabs\n@nav-tabs-border-color:                     #ddd;\n\n@nav-tabs-link-hover-border-color:          @gray-lighter;\n\n@nav-tabs-active-link-hover-bg:             @body-bg;\n@nav-tabs-active-link-hover-color:          @gray;\n@nav-tabs-active-link-hover-border-color:   #ddd;\n\n@nav-tabs-justified-link-border-color:            #ddd;\n@nav-tabs-justified-active-link-border-color:     @body-bg;\n\n//== Pills\n@nav-pills-border-radius:                   @border-radius-base;\n@nav-pills-active-link-hover-bg:            @component-active-bg;\n@nav-pills-active-link-hover-color:         @component-active-color;\n\n\n//== Pagination\n//\n//##\n\n@pagination-color:                     @link-color;\n@pagination-bg:                        #fff;\n@pagination-border:                    #ddd;\n\n@pagination-hover-color:               @link-hover-color;\n@pagination-hover-bg:                  @gray-lighter;\n@pagination-hover-border:              #ddd;\n\n@pagination-active-color:              #fff;\n@pagination-active-bg:                 @brand-primary;\n@pagination-active-border:             @brand-primary;\n\n@pagination-disabled-color:            @gray-light;\n@pagination-disabled-bg:               #fff;\n@pagination-disabled-border:           #ddd;\n\n\n//== Pager\n//\n//##\n\n@pager-bg:                             @pagination-bg;\n@pager-border:                         @pagination-border;\n@pager-border-radius:                  15px;\n\n@pager-hover-bg:                       @pagination-hover-bg;\n\n@pager-active-bg:                      @pagination-active-bg;\n@pager-active-color:                   @pagination-active-color;\n\n@pager-disabled-color:                 @pagination-disabled-color;\n\n\n//== Jumbotron\n//\n//##\n\n@jumbotron-padding:              30px;\n@jumbotron-color:                inherit;\n@jumbotron-bg:                   @gray-lighter;\n@jumbotron-heading-color:        inherit;\n@jumbotron-font-size:            ceil((@font-size-base * 1.5));\n\n\n//== Form states and alerts\n//\n//## Define colors for form feedback states and, by default, alerts.\n\n@state-success-text:             #3c763d;\n@state-success-bg:               #dff0d8;\n@state-success-border:           darken(spin(@state-success-bg, -10), 5%);\n\n@state-info-text:                #31708f;\n@state-info-bg:                  #d9edf7;\n@state-info-border:              darken(spin(@state-info-bg, -10), 7%);\n\n@state-warning-text:             #8a6d3b;\n@state-warning-bg:               #fcf8e3;\n@state-warning-border:           darken(spin(@state-warning-bg, -10), 5%);\n\n@state-danger-text:              #a94442;\n@state-danger-bg:                #f2dede;\n@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);\n\n\n//== Tooltips\n//\n//##\n\n//** Tooltip max width\n@tooltip-max-width:           200px;\n//** Tooltip text color\n@tooltip-color:               #fff;\n//** Tooltip background color\n@tooltip-bg:                  #000;\n@tooltip-opacity:             .9;\n\n//** Tooltip arrow width\n@tooltip-arrow-width:         5px;\n//** Tooltip arrow color\n@tooltip-arrow-color:         @tooltip-bg;\n\n\n//== Popovers\n//\n//##\n\n//** Popover body background color\n@popover-bg:                          #fff;\n//** Popover maximum width\n@popover-max-width:                   276px;\n//** Popover border color\n@popover-border-color:                rgba(0,0,0,.2);\n//** Popover fallback border color\n@popover-fallback-border-color:       #ccc;\n\n//** Popover title background color\n@popover-title-bg:                    darken(@popover-bg, 3%);\n\n//** Popover arrow width\n@popover-arrow-width:                 10px;\n//** Popover arrow color\n@popover-arrow-color:                 #fff;\n\n//** Popover outer arrow width\n@popover-arrow-outer-width:           (@popover-arrow-width + 1);\n//** Popover outer arrow color\n@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);\n//** Popover outer arrow fallback color\n@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);\n\n\n//== Labels\n//\n//##\n\n//** Default label background color\n@label-default-bg:            @gray-light;\n//** Primary label background color\n@label-primary-bg:            @brand-primary;\n//** Success label background color\n@label-success-bg:            @brand-success;\n//** Info label background color\n@label-info-bg:               @brand-info;\n//** Warning label background color\n@label-warning-bg:            @brand-warning;\n//** Danger label background color\n@label-danger-bg:             @brand-danger;\n\n//** Default label text color\n@label-color:                 #fff;\n//** Default text color of a linked label\n@label-link-hover-color:      #fff;\n\n\n//== Modals\n//\n//##\n\n//** Padding applied to the modal body\n@modal-inner-padding:         20px;\n\n//** Padding applied to the modal title\n@modal-title-padding:         15px;\n//** Modal title line-height\n@modal-title-line-height:     @line-height-base;\n\n//** Background color of modal content area\n@modal-content-bg:                             #fff;\n//** Modal content border color\n@modal-content-border-color:                   rgba(0,0,0,.2);\n//** Modal content border color **for IE8**\n@modal-content-fallback-border-color:          #999;\n\n//** Modal backdrop background color\n@modal-backdrop-bg:           #000;\n//** Modal backdrop opacity\n@modal-backdrop-opacity:      .5;\n//** Modal header border color\n@modal-header-border-color:   #e5e5e5;\n//** Modal footer border color\n@modal-footer-border-color:   @modal-header-border-color;\n\n@modal-lg:                    900px;\n@modal-md:                    600px;\n@modal-sm:                    300px;\n\n\n//== Alerts\n//\n//## Define alert colors, border radius, and padding.\n\n@alert-padding:               15px;\n@alert-border-radius:         @border-radius-base;\n@alert-link-font-weight:      bold;\n\n@alert-success-bg:            @state-success-bg;\n@alert-success-text:          @state-success-text;\n@alert-success-border:        @state-success-border;\n\n@alert-info-bg:               @state-info-bg;\n@alert-info-text:             @state-info-text;\n@alert-info-border:           @state-info-border;\n\n@alert-warning-bg:            @state-warning-bg;\n@alert-warning-text:          @state-warning-text;\n@alert-warning-border:        @state-warning-border;\n\n@alert-danger-bg:             @state-danger-bg;\n@alert-danger-text:           @state-danger-text;\n@alert-danger-border:         @state-danger-border;\n\n\n//== Progress bars\n//\n//##\n\n//** Background color of the whole progress component\n@progress-bg:                 #f5f5f5;\n//** Progress bar text color\n@progress-bar-color:          #fff;\n\n//** Default progress bar color\n@progress-bar-bg:             @brand-primary;\n//** Success progress bar color\n@progress-bar-success-bg:     @brand-success;\n//** Warning progress bar color\n@progress-bar-warning-bg:     @brand-warning;\n//** Danger progress bar color\n@progress-bar-danger-bg:      @brand-danger;\n//** Info progress bar color\n@progress-bar-info-bg:        @brand-info;\n\n\n//== List group\n//\n//##\n\n//** Background color on `.list-group-item`\n@list-group-bg:                 #fff;\n//** `.list-group-item` border color\n@list-group-border:             #ddd;\n//** List group border radius\n@list-group-border-radius:      @border-radius-base;\n\n//** Background color of single list elements on hover\n@list-group-hover-bg:           #f5f5f5;\n//** Text color of active list elements\n@list-group-active-color:       @component-active-color;\n//** Background color of active list elements\n@list-group-active-bg:          @component-active-bg;\n//** Border color of active list elements\n@list-group-active-border:      @list-group-active-bg;\n@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);\n\n@list-group-link-color:         #555;\n@list-group-link-heading-color: #333;\n\n\n//== Panels\n//\n//##\n\n@panel-bg:                    #fff;\n@panel-body-padding:          15px;\n@panel-border-radius:         @border-radius-base;\n\n//** Border color for elements within panels\n@panel-inner-border:          #ddd;\n@panel-footer-bg:             #f5f5f5;\n\n@panel-default-text:          @gray-dark;\n@panel-default-border:        #ddd;\n@panel-default-heading-bg:    #f5f5f5;\n\n@panel-primary-text:          #fff;\n@panel-primary-border:        @brand-primary;\n@panel-primary-heading-bg:    @brand-primary;\n\n@panel-success-text:          @state-success-text;\n@panel-success-border:        @state-success-border;\n@panel-success-heading-bg:    @state-success-bg;\n\n@panel-info-text:             @state-info-text;\n@panel-info-border:           @state-info-border;\n@panel-info-heading-bg:       @state-info-bg;\n\n@panel-warning-text:          @state-warning-text;\n@panel-warning-border:        @state-warning-border;\n@panel-warning-heading-bg:    @state-warning-bg;\n\n@panel-danger-text:           @state-danger-text;\n@panel-danger-border:         @state-danger-border;\n@panel-danger-heading-bg:     @state-danger-bg;\n\n\n//== Thumbnails\n//\n//##\n\n//** Padding around the thumbnail image\n@thumbnail-padding:           4px;\n//** Thumbnail background color\n@thumbnail-bg:                @body-bg;\n//** Thumbnail border color\n@thumbnail-border:            #ddd;\n//** Thumbnail border radius\n@thumbnail-border-radius:     @border-radius-base;\n\n//** Custom text color for thumbnail captions\n@thumbnail-caption-color:     @text-color;\n//** Padding around the thumbnail caption\n@thumbnail-caption-padding:   9px;\n\n\n//== Wells\n//\n//##\n\n@well-bg:                     #f5f5f5;\n@well-border:                 darken(@well-bg, 7%);\n\n\n//== Badges\n//\n//##\n\n@badge-color:                 #fff;\n//** Linked badge text color on hover\n@badge-link-hover-color:      #fff;\n@badge-bg:                    @gray-light;\n\n//** Badge text color in active nav link\n@badge-active-color:          @link-color;\n//** Badge background color in active nav link\n@badge-active-bg:             #fff;\n\n@badge-font-weight:           bold;\n@badge-line-height:           1;\n@badge-border-radius:         10px;\n\n\n//== Breadcrumbs\n//\n//##\n\n@breadcrumb-padding-vertical:   8px;\n@breadcrumb-padding-horizontal: 15px;\n//** Breadcrumb background color\n@breadcrumb-bg:                 #f5f5f5;\n//** Breadcrumb text color\n@breadcrumb-color:              #ccc;\n//** Text color of current page in the breadcrumb\n@breadcrumb-active-color:       @gray-light;\n//** Textual separator for between breadcrumb elements\n@breadcrumb-separator:          \"/\";\n\n\n//== Carousel\n//\n//##\n\n@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);\n\n@carousel-control-color:                      #fff;\n@carousel-control-width:                      15%;\n@carousel-control-opacity:                    .5;\n@carousel-control-font-size:                  20px;\n\n@carousel-indicator-active-bg:                #fff;\n@carousel-indicator-border-color:             #fff;\n\n@carousel-caption-color:                      #fff;\n\n\n//== Close\n//\n//##\n\n@close-font-weight:           bold;\n@close-color:                 #000;\n@close-text-shadow:           0 1px 0 #fff;\n\n\n//== Code\n//\n//##\n\n@code-color:                  #c7254e;\n@code-bg:                     #f9f2f4;\n\n@kbd-color:                   #fff;\n@kbd-bg:                      #333;\n\n@pre-bg:                      #f5f5f5;\n@pre-color:                   @gray-dark;\n@pre-border-color:            #ccc;\n@pre-scrollable-max-height:   340px;\n\n\n//== Type\n//\n//##\n\n//** Text muted color\n@text-muted:                  @gray-light;\n//** Abbreviations and acronyms border color\n@abbr-border-color:           @gray-light;\n//** Headings small color\n@headings-small-color:        @gray-light;\n//** Blockquote small color\n@blockquote-small-color:      @gray-light;\n//** Blockquote font size\n@blockquote-font-size:        (@font-size-base * 1.25);\n//** Blockquote border color\n@blockquote-border-color:     @gray-lighter;\n//** Page header border color\n@page-header-border-color:    @gray-lighter;\n\n\n//== Miscellaneous\n//\n//##\n\n//** Horizontal line color.\n@hr-border:                   @gray-lighter;\n\n//** Horizontal offset for forms and lists.\n@component-offset-horizontal: 180px;\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n  display: block;\n  padding: @thumbnail-padding;\n  margin-bottom: @line-height-computed;\n  line-height: @line-height-base;\n  background-color: @thumbnail-bg;\n  border: 1px solid @thumbnail-border;\n  border-radius: @thumbnail-border-radius;\n  .transition(all .2s ease-in-out);\n\n  > img,\n  a > img {\n    &:extend(.img-responsive);\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  // Add a hover state for linked versions only\n  a&:hover,\n  a&:focus,\n  a&.active {\n    border-color: @link-color;\n  }\n\n  // Image captions\n  .caption {\n    padding: @thumbnail-caption-padding;\n    color: @thumbnail-caption-color;\n  }\n}\n","//\n// Carousel\n// --------------------------------------------------\n\n\n// Wrapper for the slide container and indicators\n.carousel {\n  position: relative;\n}\n\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n\n  > .item {\n    display: none;\n    position: relative;\n    .transition(.6s ease-in-out left);\n\n    // Account for jankitude on images\n    > img,\n    > a > img {\n      &:extend(.img-responsive);\n      line-height: 1;\n    }\n  }\n\n  > .active,\n  > .next,\n  > .prev { display: block; }\n\n  > .active {\n    left: 0;\n  }\n\n  > .next,\n  > .prev {\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  > .next {\n    left: 100%;\n  }\n  > .prev {\n    left: -100%;\n  }\n  > .next.left,\n  > .prev.right {\n    left: 0;\n  }\n\n  > .active.left {\n    left: -100%;\n  }\n  > .active.right {\n    left: 100%;\n  }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: @carousel-control-width;\n  .opacity(@carousel-control-opacity);\n  font-size: @carousel-control-font-size;\n  color: @carousel-control-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  // We can't have this transition here because WebKit cancels the carousel\n  // animation if you trip this while in the middle of another animation.\n\n  // Set gradients for backgrounds\n  &.left {\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));\n  }\n  &.right {\n    left: auto;\n    right: 0;\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));\n  }\n\n  // Hover/focus state\n  &:hover,\n  &:focus {\n    outline: none;\n    color: @carousel-control-color;\n    text-decoration: none;\n    .opacity(.9);\n  }\n\n  // Toggles\n  .icon-prev,\n  .icon-next,\n  .glyphicon-chevron-left,\n  .glyphicon-chevron-right {\n    position: absolute;\n    top: 50%;\n    z-index: 5;\n    display: inline-block;\n  }\n  .icon-prev,\n  .glyphicon-chevron-left {\n    left: 50%;\n  }\n  .icon-next,\n  .glyphicon-chevron-right {\n    right: 50%;\n  }\n  .icon-prev,\n  .icon-next {\n    width:  20px;\n    height: 20px;\n    margin-top: -10px;\n    margin-left: -10px;\n    font-family: serif;\n  }\n\n  .icon-prev {\n    &:before {\n      content: '\\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)\n    }\n  }\n  .icon-next {\n    &:before {\n      content: '\\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)\n    }\n  }\n}\n\n// Optional indicator pips\n//\n// Add an unordered list with the following class and add a list item for each\n// slide your carousel holds.\n\n.carousel-indicators {\n  position: absolute;\n  bottom: 10px;\n  left: 50%;\n  z-index: 15;\n  width: 60%;\n  margin-left: -30%;\n  padding-left: 0;\n  list-style: none;\n  text-align: center;\n\n  li {\n    display: inline-block;\n    width:  10px;\n    height: 10px;\n    margin: 1px;\n    text-indent: -999px;\n    border: 1px solid @carousel-indicator-border-color;\n    border-radius: 10px;\n    cursor: pointer;\n\n    // IE8-9 hack for event handling\n    //\n    // Internet Explorer 8-9 does not support clicks on elements without a set\n    // `background-color`. We cannot use `filter` since that's not viewed as a\n    // background color by the browser. Thus, a hack is needed.\n    //\n    // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we\n    // set alpha transparency for the best results possible.\n    background-color: #000 \\9; // IE8\n    background-color: rgba(0,0,0,0); // IE9\n  }\n  .active {\n    margin: 0;\n    width:  12px;\n    height: 12px;\n    background-color: @carousel-indicator-active-bg;\n  }\n}\n\n// Optional captions\n// -----------------------------\n// Hidden by default for smaller viewports\n.carousel-caption {\n  position: absolute;\n  left: 15%;\n  right: 15%;\n  bottom: 20px;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: @carousel-caption-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  & .btn {\n    text-shadow: none; // No shadow for button elements in carousel-caption\n  }\n}\n\n\n// Scale up controls for tablets and up\n@media screen and (min-width: @screen-sm-min) {\n\n  // Scale up the controls a smidge\n  .carousel-control {\n    .glyphicon-chevron-left,\n    .glyphicon-chevron-right,\n    .icon-prev,\n    .icon-next {\n      width: 30px;\n      height: 30px;\n      margin-top: -15px;\n      margin-left: -15px;\n      font-size: 30px;\n    }\n  }\n\n  // Show and left align the captions\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n\n  // Move up the indicators\n  .carousel-indicators {\n    bottom: 20px;\n  }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n  font-family: @headings-font-family;\n  font-weight: @headings-font-weight;\n  line-height: @headings-line-height;\n  color: @headings-color;\n\n  small,\n  .small {\n    font-weight: normal;\n    line-height: 1;\n    color: @headings-small-color;\n  }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n  margin-top: @line-height-computed;\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 65%;\n  }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n  margin-top: (@line-height-computed / 2);\n  margin-bottom: (@line-height-computed / 2);\n\n  small,\n  .small {\n    font-size: 75%;\n  }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n  margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n  margin-bottom: @line-height-computed;\n  font-size: floor((@font-size-base * 1.15));\n  font-weight: 200;\n  line-height: 1.4;\n\n  @media (min-width: @screen-sm-min) {\n    font-size: (@font-size-base * 1.5);\n  }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: 14px base font * 85% = about 12px\nsmall,\n.small  { font-size: 85%; }\n\n// Undo browser default styling\ncite    { font-style: normal; }\n\n// Alignment\n.text-left           { text-align: left; }\n.text-right          { text-align: right; }\n.text-center         { text-align: center; }\n.text-justify        { text-align: justify; }\n\n// Contextual colors\n.text-muted {\n  color: @text-muted;\n}\n.text-primary {\n  .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n  .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n  .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n  .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n  .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n  // Given the contrast here, this is the only class to have its color inverted\n  // automatically.\n  color: #fff;\n  .bg-variant(@brand-primary);\n}\n.bg-success {\n  .bg-variant(@state-success-bg);\n}\n.bg-info {\n  .bg-variant(@state-info-bg);\n}\n.bg-warning {\n  .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n  .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n  padding-bottom: ((@line-height-computed / 2) - 1);\n  margin: (@line-height-computed * 2) 0 @line-height-computed;\n  border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// --------------------------------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n  margin-top: 0;\n  margin-bottom: (@line-height-computed / 2);\n  ul,\n  ol {\n    margin-bottom: 0;\n  }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n  .list-unstyled();\n  margin-left: -5px;\n\n  > li {\n    display: inline-block;\n    padding-left: 5px;\n    padding-right: 5px;\n  }\n}\n\n// Description Lists\ndl {\n  margin-top: 0; // Remove browser default\n  margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n  line-height: @line-height-base;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n@media (min-width: @grid-float-breakpoint) {\n  .dl-horizontal {\n    dt {\n      float: left;\n      width: (@component-offset-horizontal - 20);\n      clear: left;\n      text-align: right;\n      .text-overflow();\n    }\n    dd {\n      margin-left: @component-offset-horizontal;\n      &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n    }\n  }\n}\n\n// MISC\n// ----\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n  cursor: help;\n  border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\n\n// Blockquotes\nblockquote {\n  padding: (@line-height-computed / 2) @line-height-computed;\n  margin: 0 0 @line-height-computed;\n  font-size: @blockquote-font-size;\n  border-left: 5px solid @blockquote-border-color;\n\n  p,\n  ul,\n  ol {\n    &:last-child {\n      margin-bottom: 0;\n    }\n  }\n\n  // Note: Deprecated small and .small as of v3.1.0\n  // Context: https://github.com/twbs/bootstrap/issues/11660\n  footer,\n  small,\n  .small {\n    display: block;\n    font-size: 80%; // back to default font-size\n    line-height: @line-height-base;\n    color: @blockquote-small-color;\n\n    &:before {\n      content: '\\2014 \\00A0'; // em dash, nbsp\n    }\n  }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid @blockquote-border-color;\n  border-left: 0;\n  text-align: right;\n\n  // Account for citation\n  footer,\n  small,\n  .small {\n    &:before { content: ''; }\n    &:after {\n      content: '\\00A0 \\2014'; // nbsp, em dash\n    }\n  }\n}\n\n// Quotes\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\n\n// Addresses\naddress {\n  margin-bottom: @line-height-computed;\n  font-style: normal;\n  line-height: @line-height-base;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n  font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @code-color;\n  background-color: @code-bg;\n  white-space: nowrap;\n  border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n  padding: 2px 4px;\n  font-size: 90%;\n  color: @kbd-color;\n  background-color: @kbd-bg;\n  border-radius: @border-radius-small;\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n}\n\n// Blocks of code\npre {\n  display: block;\n  padding: ((@line-height-computed - 1) / 2);\n  margin: 0 0 (@line-height-computed / 2);\n  font-size: (@font-size-base - 1); // 14px to 13px\n  line-height: @line-height-base;\n  word-break: break-all;\n  word-wrap: break-word;\n  color: @pre-color;\n  background-color: @pre-bg;\n  border: 1px solid @pre-border-color;\n  border-radius: @border-radius-base;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    padding: 0;\n    font-size: inherit;\n    color: inherit;\n    white-space: pre-wrap;\n    background-color: transparent;\n    border-radius: 0;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: @pre-scrollable-max-height;\n  overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n  .container-fixed();\n\n  @media (min-width: @screen-sm-min) {\n    width: @container-sm;\n  }\n  @media (min-width: @screen-md-min) {\n    width: @container-md;\n  }\n  @media (min-width: @screen-lg-min) {\n    width: @container-lg;\n  }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n  .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n  .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n  .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n  .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n  .make-grid(lg);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n  max-width: 100%;\n  background-color: @table-bg;\n}\nth {\n  text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n  width: 100%;\n  margin-bottom: @line-height-computed;\n  // Cells\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-cell-padding;\n        line-height: @line-height-base;\n        vertical-align: top;\n        border-top: 1px solid @table-border-color;\n      }\n    }\n  }\n  // Bottom align for column headings\n  > thead > tr > th {\n    vertical-align: bottom;\n    border-bottom: 2px solid @table-border-color;\n  }\n  // Remove top border from thead by default\n  > caption + thead,\n  > colgroup + thead,\n  > thead:first-child {\n    > tr:first-child {\n      > th,\n      > td {\n        border-top: 0;\n      }\n    }\n  }\n  // Account for multiple tbody instances\n  > tbody + tbody {\n    border-top: 2px solid @table-border-color;\n  }\n\n  // Nesting\n  .table {\n    background-color: @body-bg;\n  }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        padding: @table-condensed-cell-padding;\n      }\n    }\n  }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n  border: 1px solid @table-border-color;\n  > thead,\n  > tbody,\n  > tfoot {\n    > tr {\n      > th,\n      > td {\n        border: 1px solid @table-border-color;\n      }\n    }\n  }\n  > thead > tr {\n    > th,\n    > td {\n      border-bottom-width: 2px;\n    }\n  }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n  > tbody > tr:nth-child(odd) {\n    > td,\n    > th {\n      background-color: @table-bg-accent;\n    }\n  }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n  > tbody > tr:hover {\n    > td,\n    > th {\n      background-color: @table-bg-hover;\n    }\n  }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n  position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)\n  float: none;\n  display: table-column;\n}\ntable {\n  td,\n  th {\n    &[class*=\"col-\"] {\n      position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)\n      float: none;\n      display: table-cell;\n    }\n  }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n@media (max-width: @screen-xs-max) {\n  .table-responsive {\n    width: 100%;\n    margin-bottom: (@line-height-computed * 0.75);\n    overflow-y: hidden;\n    overflow-x: scroll;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid @table-border-color;\n    -webkit-overflow-scrolling: touch;\n\n    // Tighten up spacing\n    > .table {\n      margin-bottom: 0;\n\n      // Ensure the content doesn't wrap\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th,\n          > td {\n            white-space: nowrap;\n          }\n        }\n      }\n    }\n\n    // Special overrides for the bordered tables\n    > .table-bordered {\n      border: 0;\n\n      // Nuke the appropriate borders so that the parent can handle them\n      > thead,\n      > tbody,\n      > tfoot {\n        > tr {\n          > th:first-child,\n          > td:first-child {\n            border-left: 0;\n          }\n          > th:last-child,\n          > td:last-child {\n            border-right: 0;\n          }\n        }\n      }\n\n      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n      // chances are there will be only one `tr` in a `thead` and that would\n      // remove the border altogether.\n      > tbody,\n      > tfoot {\n        > tr:last-child {\n          > th,\n          > td {\n            border-bottom: 0;\n          }\n        }\n      }\n\n    }\n  }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n  // Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets,\n  // so we reset that to ensure it behaves more like a standard block element.\n  // See https://github.com/twbs/bootstrap/issues/12359.\n  min-width: 0;\n}\n\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: @line-height-computed;\n  font-size: (@font-size-base * 1.5);\n  line-height: inherit;\n  color: @legend-color;\n  border: 0;\n  border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n  display: inline-block;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n  .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9; /* IE8-9 */\n  line-height: normal;\n}\n\n// Set the height of file controls to match text inputs\ninput[type=\"file\"] {\n  display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n  display: block;\n  width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  .tab-focus();\n}\n\n// Adjust output element\noutput {\n  display: block;\n  padding-top: (@padding-base-vertical + 1);\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n  display: block;\n  width: 100%;\n  height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  line-height: @line-height-base;\n  color: @input-color;\n  background-color: @input-bg;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid @input-border;\n  border-radius: @input-border-radius;\n  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n  .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n  // Customize the `:focus` state to imitate native WebKit styles.\n  .form-control-focus();\n\n  // Placeholder\n  .placeholder();\n\n  // Disabled and read-only inputs\n  //\n  // HTML5 says that controls under a fieldset > legend:first-child won't be\n  // disabled if the fieldset is disabled. Due to implementation difficulty, we\n  // don't honor that edge case; we style them as disabled anyway.\n  &[disabled],\n  &[readonly],\n  fieldset[disabled] & {\n    cursor: not-allowed;\n    background-color: @input-bg-disabled;\n    opacity: 1; // iOS fix for unreadable disabled content\n  }\n\n  // Reset height for `textarea`s\n  textarea& {\n    height: auto;\n  }\n}\n\n\n// Search inputs in iOS\n//\n// This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\ninput[type=\"search\"] {\n  -webkit-appearance: none;\n}\n\n\n// Special styles for iOS date input\n//\n// In Mobile Safari, date inputs require a pixel line-height that matches the\n// given height of the input.\n\ninput[type=\"date\"] {\n  line-height: @input-height-base;\n}\n\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n  margin-bottom: 15px;\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.radio,\n.checkbox {\n  display: block;\n  min-height: @line-height-computed; // clear the floating input if there is no label text\n  margin-top: 10px;\n  margin-bottom: 10px;\n  padding-left: 20px;\n  label {\n    display: inline;\n    font-weight: normal;\n    cursor: pointer;\n  }\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -20px;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n  margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing\n}\n\n// Radios and checkboxes on same line\n.radio-inline,\n.checkbox-inline {\n  display: inline-block;\n  padding-left: 20px;\n  margin-bottom: 0;\n  vertical-align: middle;\n  font-weight: normal;\n  cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n  margin-top: 0;\n  margin-left: 10px; // space out consecutive inline controls\n}\n\n// Apply same disabled cursor tweak as for inputs\n//\n// Note: Neither radios nor checkboxes can be readonly.\ninput[type=\"radio\"],\ninput[type=\"checkbox\"],\n.radio,\n.radio-inline,\n.checkbox,\n.checkbox-inline {\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: not-allowed;\n  }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n\n.input-sm {\n  .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n.input-lg {\n  .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n\n// Form control feedback states\n//\n// Apply contextual and semantic states to individual form controls.\n\n.has-feedback {\n  // Enable absolute positioning\n  position: relative;\n\n  // Ensure icons don't overlap text\n  .form-control {\n    padding-right: (@input-height-base * 1.25);\n  }\n\n  // Feedback icon (requires .glyphicon classes)\n  .form-control-feedback {\n    position: absolute;\n    top: (@line-height-computed + 5); // Height of the `label` and its margin\n    right: 0;\n    display: block;\n    width: @input-height-base;\n    height: @input-height-base;\n    line-height: @input-height-base;\n    text-align: center;\n  }\n}\n\n// Feedback states\n.has-success {\n  .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);\n}\n.has-warning {\n  .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);\n}\n.has-error {\n  .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);\n}\n\n\n// Static form control text\n//\n// Apply class to a `p` element to make any string of text align with labels in\n// a horizontal form layout.\n\n.form-control-static {\n  margin-bottom: 0; // Remove default margin from `p`\n}\n\n\n// Help text\n//\n// Apply to any element you wish to create light text for placement immediately\n// below a form control. Use for general help, formatting, or instructional text.\n\n.help-block {\n  display: block; // account for any element using help-block\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: lighten(@text-color, 25%); // lighten the text some for contrast\n}\n\n\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n//\n// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.\n\n.form-inline {\n\n  // Kick in the inline\n  @media (min-width: @screen-sm-min) {\n    // Inline-block all the things for \"inline\"\n    .form-group {\n      display: inline-block;\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // In navbar-form, allow folks to *not* use `.form-group`\n    .form-control {\n      display: inline-block;\n      width: auto; // Prevent labels from stacking above inputs in `.form-group`\n      vertical-align: middle;\n    }\n    // Input groups need that 100% width though\n    .input-group > .form-control {\n      width: 100%;\n    }\n\n    .control-label {\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // Remove default margin on radios/checkboxes that were used for stacking, and\n    // then undo the floating of radios and checkboxes to match (which also avoids\n    // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).\n    .radio,\n    .checkbox {\n      display: inline-block;\n      margin-top: 0;\n      margin-bottom: 0;\n      padding-left: 0;\n      vertical-align: middle;\n    }\n    .radio input[type=\"radio\"],\n    .checkbox input[type=\"checkbox\"] {\n      float: none;\n      margin-left: 0;\n    }\n\n    // Validation states\n    //\n    // Reposition the icon because it's now within a grid column and columns have\n    // `position: relative;` on them. Also accounts for the grid gutter padding.\n    .has-feedback .form-control-feedback {\n      top: 0;\n    }\n  }\n}\n\n\n// Horizontal forms\n//\n// Horizontal forms are built on grid classes and allow you to create forms with\n// labels on the left and inputs on the right.\n\n.form-horizontal {\n\n  // Consistent vertical alignment of labels, radios, and checkboxes\n  .control-label,\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline {\n    margin-top: 0;\n    margin-bottom: 0;\n    padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n  }\n  // Account for padding we're adding to ensure the alignment and of help text\n  // and other content below items\n  .radio,\n  .checkbox {\n    min-height: (@line-height-computed + (@padding-base-vertical + 1));\n  }\n\n  // Make form groups behave like rows\n  .form-group {\n    .make-row();\n  }\n\n  .form-control-static {\n    padding-top: (@padding-base-vertical + 1);\n  }\n\n  // Only right align form labels here when the columns stop stacking\n  @media (min-width: @screen-sm-min) {\n    .control-label {\n      text-align: right;\n    }\n  }\n\n  // Validation states\n  //\n  // Reposition the icon because it's now within a grid column and columns have\n  // `position: relative;` on them. Also accounts for the grid gutter padding.\n  .has-feedback .form-control-feedback {\n    top: 0;\n    right: (@grid-gutter-width / 2);\n  }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n  display: inline-block;\n  margin-bottom: 0; // For input.btn\n  font-weight: @btn-font-weight;\n  text-align: center;\n  vertical-align: middle;\n  cursor: pointer;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  white-space: nowrap;\n  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);\n  .user-select(none);\n\n  &,\n  &:active,\n  &.active {\n    &:focus {\n      .tab-focus();\n    }\n  }\n\n  &:hover,\n  &:focus {\n    color: @btn-default-color;\n    text-decoration: none;\n  }\n\n  &:active,\n  &.active {\n    outline: 0;\n    background-image: none;\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: not-allowed;\n    pointer-events: none; // Future-proof disabling of clicks\n    .opacity(.65);\n    .box-shadow(none);\n  }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n  color: @link-color;\n  font-weight: normal;\n  cursor: pointer;\n  border-radius: 0;\n\n  &,\n  &:active,\n  &[disabled],\n  fieldset[disabled] & {\n    background-color: transparent;\n    .box-shadow(none);\n  }\n  &,\n  &:hover,\n  &:focus,\n  &:active {\n    border-color: transparent;\n  }\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: underline;\n    background-color: transparent;\n  }\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus {\n      color: @btn-link-disabled-color;\n      text-decoration: none;\n    }\n  }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n  // line-height: ensure even-numbered height of button next to large input\n  .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n.btn-sm {\n  // line-height: ensure proper height of button next to small input\n  .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n.btn-xs {\n  .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n  &.btn-block {\n    width: 100%;\n  }\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle; // match .btn alignment given font-size hack above\n  > .btn {\n    position: relative;\n    float: left;\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active,\n    &.active {\n      z-index: 2;\n    }\n    &:focus {\n      // Remove focus outline when dropdown JS adds it after closing the menu\n      outline: none;\n    }\n  }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n  .btn + .btn,\n  .btn + .btn-group,\n  .btn-group + .btn,\n  .btn-group + .btn-group {\n    margin-left: -1px;\n  }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  margin-left: -5px; // Offset the first child's margin\n  &:extend(.clearfix all);\n\n  .btn-group,\n  .input-group {\n    float: left;\n  }\n  > .btn,\n  > .btn-group,\n  > .input-group {\n    margin-left: 5px;\n  }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n  margin-left: 0;\n  &:not(:last-child):not(.dropdown-toggle) {\n    .border-right-radius(0);\n  }\n}\n// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\n.btn-group > .btn-group {\n  float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group > .btn-group:first-child {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-right-radius(0);\n  }\n}\n.btn-group > .btn-group:last-child > .btn:first-child {\n  .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\n.btn-group > .btn + .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n  .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n  // Show no shadow for `.btn-link` since it has no other button styles.\n  &.btn-link {\n    .box-shadow(none);\n  }\n}\n\n\n// Reposition the caret\n.btn .caret {\n  margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n  border-width: @caret-width-large @caret-width-large 0;\n  border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n  border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n  > .btn,\n  > .btn-group,\n  > .btn-group > .btn {\n    display: block;\n    float: none;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  // Clear floats so dropdown menus can be properly placed\n  > .btn-group {\n    &:extend(.clearfix all);\n    > .btn {\n      float: none;\n    }\n  }\n\n  > .btn + .btn,\n  > .btn + .btn-group,\n  > .btn-group + .btn,\n  > .btn-group + .btn-group {\n    margin-top: -1px;\n    margin-left: 0;\n  }\n}\n\n.btn-group-vertical > .btn {\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n  &:first-child:not(:last-child) {\n    border-top-right-radius: @border-radius-base;\n    .border-bottom-radius(0);\n  }\n  &:last-child:not(:first-child) {\n    border-bottom-left-radius: @border-radius-base;\n    .border-top-radius(0);\n  }\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n  border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-bottom-radius(0);\n  }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-top-radius(0);\n}\n\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n  > .btn,\n  > .btn-group {\n    float: none;\n    display: table-cell;\n    width: 1%;\n  }\n  > .btn-group .btn {\n    width: 100%;\n  }\n}\n\n\n// Checkbox and radio options\n[data-toggle=\"buttons\"] > .btn > input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn > input[type=\"checkbox\"] {\n  display: none;\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.\n\n.fade {\n  opacity: 0;\n  .transition(opacity .15s linear);\n  &.in {\n    opacity: 1;\n  }\n}\n\n.collapse {\n  display: none;\n  &.in {\n    display: block;\n  }\n}\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  .transition(height .35s ease);\n}\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n//  Star\n\n// Import the fonts\n@font-face {\n  font-family: 'Glyphicons Halflings';\n  src: ~\"url('@{icon-font-path}@{icon-font-name}.eot')\";\n  src: ~\"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')\",\n       ~\"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')\",\n       ~\"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')\",\n       ~\"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')\";\n}\n\n// Catchall baseclass\n.glyphicon {\n  position: relative;\n  top: 1px;\n  display: inline-block;\n  font-family: 'Glyphicons Halflings';\n  font-style: normal;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk               { &:before { content: \"\\2a\"; } }\n.glyphicon-plus                   { &:before { content: \"\\2b\"; } }\n.glyphicon-euro                   { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus                  { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud                  { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope               { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil                 { &:before { content: \"\\270f\"; } }\n.glyphicon-glass                  { &:before { content: \"\\e001\"; } }\n.glyphicon-music                  { &:before { content: \"\\e002\"; } }\n.glyphicon-search                 { &:before { content: \"\\e003\"; } }\n.glyphicon-heart                  { &:before { content: \"\\e005\"; } }\n.glyphicon-star                   { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty             { &:before { content: \"\\e007\"; } }\n.glyphicon-user                   { &:before { content: \"\\e008\"; } }\n.glyphicon-film                   { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large               { &:before { content: \"\\e010\"; } }\n.glyphicon-th                     { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list                { &:before { content: \"\\e012\"; } }\n.glyphicon-ok                     { &:before { content: \"\\e013\"; } }\n.glyphicon-remove                 { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in                { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out               { &:before { content: \"\\e016\"; } }\n.glyphicon-off                    { &:before { content: \"\\e017\"; } }\n.glyphicon-signal                 { &:before { content: \"\\e018\"; } }\n.glyphicon-cog                    { &:before { content: \"\\e019\"; } }\n.glyphicon-trash                  { &:before { content: \"\\e020\"; } }\n.glyphicon-home                   { &:before { content: \"\\e021\"; } }\n.glyphicon-file                   { &:before { content: \"\\e022\"; } }\n.glyphicon-time                   { &:before { content: \"\\e023\"; } }\n.glyphicon-road                   { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt           { &:before { content: \"\\e025\"; } }\n.glyphicon-download               { &:before { content: \"\\e026\"; } }\n.glyphicon-upload                 { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox                  { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle            { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat                 { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh                { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt               { &:before { content: \"\\e032\"; } }\n.glyphicon-lock                   { &:before { content: \"\\e033\"; } }\n.glyphicon-flag                   { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones             { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off             { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down            { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up              { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode                 { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode                { &:before { content: \"\\e040\"; } }\n.glyphicon-tag                    { &:before { content: \"\\e041\"; } }\n.glyphicon-tags                   { &:before { content: \"\\e042\"; } }\n.glyphicon-book                   { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark               { &:before { content: \"\\e044\"; } }\n.glyphicon-print                  { &:before { content: \"\\e045\"; } }\n.glyphicon-camera                 { &:before { content: \"\\e046\"; } }\n.glyphicon-font                   { &:before { content: \"\\e047\"; } }\n.glyphicon-bold                   { &:before { content: \"\\e048\"; } }\n.glyphicon-italic                 { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height            { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width             { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left             { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center           { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right            { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify          { &:before { content: \"\\e055\"; } }\n.glyphicon-list                   { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left            { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right           { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video         { &:before { content: \"\\e059\"; } }\n.glyphicon-picture                { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker             { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust                 { &:before { content: \"\\e063\"; } }\n.glyphicon-tint                   { &:before { content: \"\\e064\"; } }\n.glyphicon-edit                   { &:before { content: \"\\e065\"; } }\n.glyphicon-share                  { &:before { content: \"\\e066\"; } }\n.glyphicon-check                  { &:before { content: \"\\e067\"; } }\n.glyphicon-move                   { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward          { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward          { &:before { content: \"\\e070\"; } }\n.glyphicon-backward               { &:before { content: \"\\e071\"; } }\n.glyphicon-play                   { &:before { content: \"\\e072\"; } }\n.glyphicon-pause                  { &:before { content: \"\\e073\"; } }\n.glyphicon-stop                   { &:before { content: \"\\e074\"; } }\n.glyphicon-forward                { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward           { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward           { &:before { content: \"\\e077\"; } }\n.glyphicon-eject                  { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left           { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right          { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign              { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign             { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign            { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign                { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign          { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign              { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot             { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle          { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle              { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle             { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left             { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right            { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up               { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down             { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt              { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full            { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small           { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign       { &:before { content: \"\\e101\"; } }\n.glyphicon-gift                   { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf                   { &:before { content: \"\\e103\"; } }\n.glyphicon-fire                   { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open               { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close              { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign           { &:before { content: \"\\e107\"; } }\n.glyphicon-plane                  { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar               { &:before { content: \"\\e109\"; } }\n.glyphicon-random                 { &:before { content: \"\\e110\"; } }\n.glyphicon-comment                { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet                 { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up             { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down           { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet                { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart          { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close           { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open            { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical        { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal      { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd                    { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn               { &:before { content: \"\\e122\"; } }\n.glyphicon-bell                   { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate            { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up              { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down            { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right             { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left              { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up                { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down              { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right     { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left      { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up        { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down      { &:before { content: \"\\e134\"; } }\n.glyphicon-globe                  { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench                 { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks                  { &:before { content: \"\\e137\"; } }\n.glyphicon-filter                 { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase              { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen             { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard              { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip              { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty            { &:before { content: \"\\e143\"; } }\n.glyphicon-link                   { &:before { content: \"\\e144\"; } }\n.glyphicon-phone                  { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin                { &:before { content: \"\\e146\"; } }\n.glyphicon-usd                    { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp                    { &:before { content: \"\\e149\"; } }\n.glyphicon-sort                   { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet       { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt   { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order          { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt      { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes     { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked              { &:before { content: \"\\e157\"; } }\n.glyphicon-expand                 { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down          { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up            { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in                 { &:before { content: \"\\e161\"; } }\n.glyphicon-flash                  { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out                { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window             { &:before { content: \"\\e164\"; } }\n.glyphicon-record                 { &:before { content: \"\\e165\"; } }\n.glyphicon-save                   { &:before { content: \"\\e166\"; } }\n.glyphicon-open                   { &:before { content: \"\\e167\"; } }\n.glyphicon-saved                  { &:before { content: \"\\e168\"; } }\n.glyphicon-import                 { &:before { content: \"\\e169\"; } }\n.glyphicon-export                 { &:before { content: \"\\e170\"; } }\n.glyphicon-send                   { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk            { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved           { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove          { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save            { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open            { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card            { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer               { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery                { &:before { content: \"\\e179\"; } }\n.glyphicon-header                 { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed             { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone               { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt              { &:before { content: \"\\e183\"; } }\n.glyphicon-tower                  { &:before { content: \"\\e184\"; } }\n.glyphicon-stats                  { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video               { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video               { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles              { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo           { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby            { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1              { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1              { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1              { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark         { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark      { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download         { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload           { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer           { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous         { &:before { content: \"\\e200\"; } }\n","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top:   @caret-width-base solid;\n  border-right: @caret-width-base solid transparent;\n  border-left:  @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropdown {\n  position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n  outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: @zindex-dropdown;\n  display: none; // none by default, but block on \"open\" of the menu\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0; // override default ul\n  list-style: none;\n  font-size: @font-size-base;\n  background-color: @dropdown-bg;\n  border: 1px solid @dropdown-fallback-border; // IE8 fallback\n  border: 1px solid @dropdown-border;\n  border-radius: @border-radius-base;\n  .box-shadow(0 6px 12px rgba(0,0,0,.175));\n  background-clip: padding-box;\n\n  // Aligns the dropdown menu to right\n  //\n  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n  &.pull-right {\n    right: 0;\n    left: auto;\n  }\n\n  // Dividers (basically an hr) within the dropdown\n  .divider {\n    .nav-divider(@dropdown-divider-bg);\n  }\n\n  // Links within the dropdown menu\n  > li > a {\n    display: block;\n    padding: 3px 20px;\n    clear: both;\n    font-weight: normal;\n    line-height: @line-height-base;\n    color: @dropdown-link-color;\n    white-space: nowrap; // prevent links from randomly breaking onto new lines\n  }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @dropdown-link-hover-color;\n    background-color: @dropdown-link-hover-bg;\n  }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-active-color;\n    text-decoration: none;\n    outline: 0;\n    background-color: @dropdown-link-active-bg;\n  }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-disabled-color;\n  }\n}\n// Nuke hover/focus effects\n.dropdown-menu > .disabled > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    background-color: transparent;\n    background-image: none; // Remove CSS gradient\n    .reset-filter();\n    cursor: not-allowed;\n  }\n}\n\n// Open state for the dropdown\n.open {\n  // Show the menu\n  > .dropdown-menu {\n    display: block;\n  }\n\n  // Remove the outline when :focus is triggered\n  > a {\n    outline: 0;\n  }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n  left: auto; // Reset the default from `.dropdown-menu`\n  right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: @font-size-small;\n  line-height: @line-height-base;\n  color: @dropdown-header-color;\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n  // Reverse the caret\n  .caret {\n    border-top: 0;\n    border-bottom: @caret-width-base solid;\n    content: \"\";\n  }\n  // Different positioning for bottom up menu\n  .dropdown-menu {\n    top: auto;\n    bottom: 100%;\n    margin-bottom: 1px;\n  }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-right {\n    .dropdown-menu {\n      .dropdown-menu-right();\n    }\n    // Necessary for overrides of the default right aligned menu.\n    // Will remove come v4 in all likelihood.\n    .dropdown-menu-left {\n      .dropdown-menu-left();\n    }\n  }\n}\n\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n  position: relative; // For dropdowns\n  display: table;\n  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n  // Undo padding and float of grid classes\n  &[class*=\"col-\"] {\n    float: none;\n    padding-left: 0;\n    padding-right: 0;\n  }\n\n  .form-control {\n    // Ensure that the input is always above the *appended* addon button for\n    // proper border colors.\n    position: relative;\n    z-index: 2;\n\n    // IE9 fubars the placeholder attribute in text inputs and the arrows on\n    // select elements in input groups. To fix it, we float the input. Details:\n    // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n    float: left;\n\n    width: 100%;\n    margin-bottom: 0;\n  }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn { .input-lg(); }\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn { .input-sm(); }\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  font-weight: normal;\n  line-height: 1;\n  color: @input-color;\n  text-align: center;\n  background-color: @input-group-addon-bg;\n  border: 1px solid @input-group-addon-border-color;\n  border-radius: @border-radius-base;\n\n  // Sizing\n  &.input-sm {\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    border-radius: @border-radius-small;\n  }\n  &.input-lg {\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    border-radius: @border-radius-large;\n  }\n\n  // Nuke default margins from checkboxes and radios to vertically center within.\n  input[type=\"radio\"],\n  input[type=\"checkbox\"] {\n    margin-top: 0;\n  }\n}\n\n// Reset rounded corners\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n  .border-right-radius(0);\n}\n.input-group-addon:first-child {\n  border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n  .border-left-radius(0);\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n  position: relative;\n  // Jankily prevent input button groups from wrapping with `white-space` and\n  // `font-size` in combination with `inline-block` on buttons.\n  font-size: 0;\n  white-space: nowrap;\n\n  // Negative margin for spacing, position for bringing hovered/focused/actived\n  // element above the siblings.\n  > .btn {\n    position: relative;\n    + .btn {\n      margin-left: -1px;\n    }\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active {\n      z-index: 2;\n    }\n  }\n\n  // Negative margin to only have a 1px border between the two\n  &:first-child {\n    > .btn,\n    > .btn-group {\n      margin-right: -1px;\n    }\n  }\n  &:last-child {\n    > .btn,\n    > .btn-group {\n      margin-left: -1px;\n    }\n  }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n  margin-bottom: 0;\n  padding-left: 0; // Override default ul/ol\n  list-style: none;\n  &:extend(.clearfix all);\n\n  > li {\n    position: relative;\n    display: block;\n\n    > a {\n      position: relative;\n      display: block;\n      padding: @nav-link-padding;\n      &:hover,\n      &:focus {\n        text-decoration: none;\n        background-color: @nav-link-hover-bg;\n      }\n    }\n\n    // Disabled state sets text to gray and nukes hover/tab effects\n    &.disabled > a {\n      color: @nav-disabled-link-color;\n\n      &:hover,\n      &:focus {\n        color: @nav-disabled-link-hover-color;\n        text-decoration: none;\n        background-color: transparent;\n        cursor: not-allowed;\n      }\n    }\n  }\n\n  // Open dropdowns\n  .open > a {\n    &,\n    &:hover,\n    &:focus {\n      background-color: @nav-link-hover-bg;\n      border-color: @link-color;\n    }\n  }\n\n  // Nav dividers (deprecated with v3.0.1)\n  //\n  // This should have been removed in v3 with the dropping of `.nav-list`, but\n  // we missed it. We don't currently support this anywhere, but in the interest\n  // of maintaining backward compatibility in case you use it, it's deprecated.\n  .nav-divider {\n    .nav-divider();\n  }\n\n  // Prevent IE8 from misplacing imgs\n  //\n  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n  > li > a > img {\n    max-width: none;\n  }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n  border-bottom: 1px solid @nav-tabs-border-color;\n  > li {\n    float: left;\n    // Make the list-items overlay the bottom border\n    margin-bottom: -1px;\n\n    // Actual tabs (as links)\n    > a {\n      margin-right: 2px;\n      line-height: @line-height-base;\n      border: 1px solid transparent;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n      &:hover {\n        border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n      }\n    }\n\n    // Active state, and its :hover to override normal :hover\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-tabs-active-link-hover-color;\n        background-color: @nav-tabs-active-link-hover-bg;\n        border: 1px solid @nav-tabs-active-link-hover-border-color;\n        border-bottom-color: transparent;\n        cursor: default;\n      }\n    }\n  }\n  // pulling this in mainly for less shorthand\n  &.nav-justified {\n    .nav-justified();\n    .nav-tabs-justified();\n  }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n  > li {\n    float: left;\n\n    // Links rendered as pills\n    > a {\n      border-radius: @nav-pills-border-radius;\n    }\n    + li {\n      margin-left: 2px;\n    }\n\n    // Active state\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-pills-active-link-hover-color;\n        background-color: @nav-pills-active-link-hover-bg;\n      }\n    }\n  }\n}\n\n\n// Stacked pills\n.nav-stacked {\n  > li {\n    float: none;\n    + li {\n      margin-top: 2px;\n      margin-left: 0; // no need for this gap between nav items\n    }\n  }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n  width: 100%;\n\n  > li {\n    float: none;\n     > a {\n      text-align: center;\n      margin-bottom: 5px;\n    }\n  }\n\n  > .dropdown .dropdown-menu {\n    top: auto;\n    left: auto;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li {\n      display: table-cell;\n      width: 1%;\n      > a {\n        margin-bottom: 0;\n      }\n    }\n  }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n  border-bottom: 0;\n\n  > li > a {\n    // Override margin from .nav-tabs\n    margin-right: 0;\n    border-radius: @border-radius-base;\n  }\n\n  > .active > a,\n  > .active > a:hover,\n  > .active > a:focus {\n    border: 1px solid @nav-tabs-justified-link-border-color;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li > a {\n      border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n    }\n    > .active > a,\n    > .active > a:hover,\n    > .active > a:focus {\n      border-bottom-color: @nav-tabs-justified-active-link-border-color;\n    }\n  }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n  > .tab-pane {\n    display: none;\n  }\n  > .active {\n    display: block;\n  }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n  // make dropdown border overlap tab border\n  margin-top: -1px;\n  // Remove the top rounded corners here since there is a hard edge above the menu\n  .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n  position: relative;\n  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n  margin-bottom: @navbar-margin-bottom;\n  border: 1px solid transparent;\n\n  // Prevent floats from breaking the navbar\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: @navbar-border-radius;\n  }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n  }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n  max-height: @navbar-collapse-max-height;\n  overflow-x: visible;\n  padding-right: @navbar-padding-horizontal;\n  padding-left:  @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n  &:extend(.clearfix all);\n  -webkit-overflow-scrolling: touch;\n\n  &.in {\n    overflow-y: auto;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n\n    &.collapse {\n      display: block !important;\n      height: auto !important;\n      padding-bottom: 0; // Override default setting\n      overflow: visible !important;\n    }\n\n    &.in {\n      overflow-y: visible;\n    }\n\n    // Undo the collapse side padding for navbars with containers to ensure\n    // alignment of right-aligned contents.\n    .navbar-fixed-top &,\n    .navbar-static-top &,\n    .navbar-fixed-bottom & {\n      padding-left: 0;\n      padding-right: 0;\n    }\n  }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n  > .navbar-header,\n  > .navbar-collapse {\n    margin-right: -@navbar-padding-horizontal;\n    margin-left:  -@navbar-padding-horizontal;\n\n    @media (min-width: @grid-float-breakpoint) {\n      margin-right: 0;\n      margin-left:  0;\n    }\n  }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n  z-index: @zindex-navbar;\n  border-width: 0 0 1px;\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: @zindex-navbar-fixed;\n\n  // Undo the rounded corners\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n.navbar-fixed-top {\n  top: 0;\n  border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n  bottom: 0;\n  margin-bottom: 0; // override .navbar defaults\n  border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n  float: left;\n  padding: @navbar-padding-vertical @navbar-padding-horizontal;\n  font-size: @font-size-large;\n  line-height: @line-height-computed;\n  height: @navbar-height;\n\n  &:hover,\n  &:focus {\n    text-decoration: none;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    .navbar > .container &,\n    .navbar > .container-fluid & {\n      margin-left: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: @navbar-padding-horizontal;\n  padding: 9px 10px;\n  .navbar-vertical-align(34px);\n  background-color: transparent;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  border-radius: @border-radius-base;\n\n  // We remove the `outline` here, but later compensate by attaching `:hover`\n  // styles to `:focus`.\n  &:focus {\n    outline: none;\n  }\n\n  // Bars\n  .icon-bar {\n    display: block;\n    width: 22px;\n    height: 2px;\n    border-radius: 1px;\n  }\n  .icon-bar + .icon-bar {\n    margin-top: 4px;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    display: none;\n  }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n  > li > a {\n    padding-top:    10px;\n    padding-bottom: 10px;\n    line-height: @line-height-computed;\n  }\n\n  @media (max-width: @grid-float-breakpoint-max) {\n    // Dropdowns get custom display when collapsed\n    .open .dropdown-menu {\n      position: static;\n      float: none;\n      width: auto;\n      margin-top: 0;\n      background-color: transparent;\n      border: 0;\n      box-shadow: none;\n      > li > a,\n      .dropdown-header {\n        padding: 5px 15px 5px 25px;\n      }\n      > li > a {\n        line-height: @line-height-computed;\n        &:hover,\n        &:focus {\n          background-image: none;\n        }\n      }\n    }\n  }\n\n  // Uncollapse the nav\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin: 0;\n\n    > li {\n      float: left;\n      > a {\n        padding-top:    @navbar-padding-vertical;\n        padding-bottom: @navbar-padding-vertical;\n      }\n    }\n\n    &.navbar-right:last-child {\n      margin-right: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-left  { .pull-left(); }\n  .navbar-right { .pull-right(); }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n  margin-left: -@navbar-padding-horizontal;\n  margin-right: -@navbar-padding-horizontal;\n  padding: 10px @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n\n  // Mixin behavior for optimum display\n  .form-inline();\n\n  .form-group {\n    @media (max-width: @grid-float-breakpoint-max) {\n      margin-bottom: 5px;\n    }\n  }\n\n  // Vertically center in expanded, horizontal navbar\n  .navbar-vertical-align(@input-height-base);\n\n  // Undo 100% width for pull classes\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    .box-shadow(none);\n\n    // Outdent the form if last child to line up with content down the page\n    &.navbar-right:last-child {\n      margin-right: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n  .navbar-vertical-align(@input-height-base);\n\n  &.btn-sm {\n    .navbar-vertical-align(@input-height-small);\n  }\n  &.btn-xs {\n    .navbar-vertical-align(22);\n  }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n  .navbar-vertical-align(@line-height-computed);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin-left: @navbar-padding-horizontal;\n    margin-right: @navbar-padding-horizontal;\n\n    // Outdent the form if last child to line up with content down the page\n    &.navbar-right:last-child {\n      margin-right: 0;\n    }\n  }\n}\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  background-color: @navbar-default-bg;\n  border-color: @navbar-default-border;\n\n  .navbar-brand {\n    color: @navbar-default-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-brand-hover-color;\n      background-color: @navbar-default-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-default-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-default-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-hover-color;\n        background-color: @navbar-default-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-active-color;\n        background-color: @navbar-default-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n        background-color: @navbar-default-link-disabled-bg;\n      }\n    }\n  }\n\n  .navbar-toggle {\n    border-color: @navbar-default-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-default-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-default-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: @navbar-default-border;\n  }\n\n  // Dropdown menu items\n  .navbar-nav {\n    // Remove background color from open dropdown\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-default-link-active-bg;\n        color: @navbar-default-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display when collapsed\n      .open .dropdown-menu {\n        > li > a {\n          color: @navbar-default-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-hover-color;\n            background-color: @navbar-default-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-active-color;\n            background-color: @navbar-default-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-disabled-color;\n            background-color: @navbar-default-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n\n  // Links in navbars\n  //\n  // Add a class to ensure links outside the navbar nav are colored correctly.\n\n  .navbar-link {\n    color: @navbar-default-link-color;\n    &:hover {\n      color: @navbar-default-link-hover-color;\n    }\n  }\n\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n  background-color: @navbar-inverse-bg;\n  border-color: @navbar-inverse-border;\n\n  .navbar-brand {\n    color: @navbar-inverse-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-brand-hover-color;\n      background-color: @navbar-inverse-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-inverse-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-inverse-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-hover-color;\n        background-color: @navbar-inverse-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-active-color;\n        background-color: @navbar-inverse-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n        background-color: @navbar-inverse-link-disabled-bg;\n      }\n    }\n  }\n\n  // Darken the responsive nav toggle\n  .navbar-toggle {\n    border-color: @navbar-inverse-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-inverse-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-inverse-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: darken(@navbar-inverse-bg, 7%);\n  }\n\n  // Dropdowns\n  .navbar-nav {\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-inverse-link-active-bg;\n        color: @navbar-inverse-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display\n      .open .dropdown-menu {\n        > .dropdown-header {\n          border-color: @navbar-inverse-border;\n        }\n        .divider {\n          background-color: @navbar-inverse-border;\n        }\n        > li > a {\n          color: @navbar-inverse-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-hover-color;\n            background-color: @navbar-inverse-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-active-color;\n            background-color: @navbar-inverse-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-disabled-color;\n            background-color: @navbar-inverse-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n  .navbar-link {\n    color: @navbar-inverse-link-color;\n    &:hover {\n      color: @navbar-inverse-link-hover-color;\n    }\n  }\n\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n  .clearfix();\n}\n.center-block {\n  .center-block();\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n  display: none !important;\n  visibility: hidden !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n  position: fixed;\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n  padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n  margin-bottom: @line-height-computed;\n  list-style: none;\n  background-color: @breadcrumb-bg;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline-block;\n\n    + li:before {\n      content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n      padding: 0 5px;\n      color: @breadcrumb-color;\n    }\n  }\n\n  > .active {\n    color: @breadcrumb-active-color;\n  }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline; // Remove list-style and block-level defaults\n    > a,\n    > span {\n      position: relative;\n      float: left; // Collapse white-space\n      padding: @padding-base-vertical @padding-base-horizontal;\n      line-height: @line-height-base;\n      text-decoration: none;\n      color: @pagination-color;\n      background-color: @pagination-bg;\n      border: 1px solid @pagination-border;\n      margin-left: -1px;\n    }\n    &:first-child {\n      > a,\n      > span {\n        margin-left: 0;\n        .border-left-radius(@border-radius-base);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius-base);\n      }\n    }\n  }\n\n  > li > a,\n  > li > span {\n    &:hover,\n    &:focus {\n      color: @pagination-hover-color;\n      background-color: @pagination-hover-bg;\n      border-color: @pagination-hover-border;\n    }\n  }\n\n  > .active > a,\n  > .active > span {\n    &,\n    &:hover,\n    &:focus {\n      z-index: 2;\n      color: @pagination-active-color;\n      background-color: @pagination-active-bg;\n      border-color: @pagination-active-border;\n      cursor: default;\n    }\n  }\n\n  > .disabled {\n    > span,\n    > span:hover,\n    > span:focus,\n    > a,\n    > a:hover,\n    > a:focus {\n      color: @pagination-disabled-color;\n      background-color: @pagination-disabled-bg;\n      border-color: @pagination-disabled-border;\n      cursor: not-allowed;\n    }\n  }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  list-style: none;\n  text-align: center;\n  &:extend(.clearfix all);\n  li {\n    display: inline;\n    > a,\n    > span {\n      display: inline-block;\n      padding: 5px 14px;\n      background-color: @pager-bg;\n      border: 1px solid @pager-border;\n      border-radius: @pager-border-radius;\n    }\n\n    > a:hover,\n    > a:focus {\n      text-decoration: none;\n      background-color: @pager-hover-bg;\n    }\n  }\n\n  .next {\n    > a,\n    > span {\n      float: right;\n    }\n  }\n\n  .previous {\n    > a,\n    > span {\n      float: left;\n    }\n  }\n\n  .disabled {\n    > a,\n    > a:hover,\n    > a:focus,\n    > span {\n      color: @pager-disabled-color;\n      background-color: @pager-bg;\n      cursor: not-allowed;\n    }\n  }\n\n}\n","//\n// Labels\n// --------------------------------------------------\n\n.label {\n  display: inline;\n  padding: .2em .6em .3em;\n  font-size: 75%;\n  font-weight: bold;\n  line-height: 1;\n  color: @label-color;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n\n  // Add hover effects, but only for links\n  &[href] {\n    &:hover,\n    &:focus {\n      color: @label-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Empty labels collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for labels in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n  .label-variant(@label-default-bg);\n}\n\n.label-primary {\n  .label-variant(@label-primary-bg);\n}\n\n.label-success {\n  .label-variant(@label-success-bg);\n}\n\n.label-info {\n  .label-variant(@label-info-bg);\n}\n\n.label-warning {\n  .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n  .label-variant(@label-danger-bg);\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base classes\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: @font-size-small;\n  font-weight: @badge-font-weight;\n  color: @badge-color;\n  line-height: @badge-line-height;\n  vertical-align: baseline;\n  white-space: nowrap;\n  text-align: center;\n  background-color: @badge-bg;\n  border-radius: @badge-border-radius;\n\n  // Empty badges collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for badges in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n  .btn-xs & {\n    top: 0;\n    padding: 1px 5px;\n  }\n}\n\n// Hover state, but only for links\na.badge {\n  &:hover,\n  &:focus {\n    color: @badge-link-hover-color;\n    text-decoration: none;\n    cursor: pointer;\n  }\n}\n\n// Account for counters in navs\na.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n  color: @badge-active-color;\n  background-color: @badge-active-bg;\n}\n.nav-pills > li > a > .badge {\n  margin-left: 3px;\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n  padding: @jumbotron-padding;\n  margin-bottom: @jumbotron-padding;\n  color: @jumbotron-color;\n  background-color: @jumbotron-bg;\n\n  h1,\n  .h1 {\n    color: @jumbotron-heading-color;\n  }\n  p {\n    margin-bottom: (@jumbotron-padding / 2);\n    font-size: @jumbotron-font-size;\n    font-weight: 200;\n  }\n\n  .container & {\n    border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n  }\n\n  .container {\n    max-width: 100%;\n  }\n\n  @media screen and (min-width: @screen-sm-min) {\n    padding-top:    (@jumbotron-padding * 1.6);\n    padding-bottom: (@jumbotron-padding * 1.6);\n\n    .container & {\n      padding-left:  (@jumbotron-padding * 2);\n      padding-right: (@jumbotron-padding * 2);\n    }\n\n    h1,\n    .h1 {\n      font-size: (@font-size-base * 4.5);\n    }\n  }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n  padding: @alert-padding;\n  margin-bottom: @line-height-computed;\n  border: 1px solid transparent;\n  border-radius: @alert-border-radius;\n\n  // Headings for larger alerts\n  h4 {\n    margin-top: 0;\n    // Specified for the h4 to prevent conflicts of changing @headings-color\n    color: inherit;\n  }\n  // Provide class for links that match alerts\n  .alert-link {\n    font-weight: @alert-link-font-weight;\n  }\n\n  // Improve alignment and spacing of inner content\n  > p,\n  > ul {\n    margin-bottom: 0;\n  }\n  > p + p {\n    margin-top: 5px;\n  }\n}\n\n// Dismissable alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable {\n padding-right: (@alert-padding + 20);\n\n  // Adjust close link position\n  .close {\n    position: relative;\n    top: -2px;\n    right: -21px;\n    color: inherit;\n  }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n  .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n.alert-info {\n  .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n.alert-warning {\n  .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n.alert-danger {\n  .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n  overflow: hidden;\n  height: @line-height-computed;\n  margin-bottom: @line-height-computed;\n  background-color: @progress-bg;\n  border-radius: @border-radius-base;\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: @font-size-small;\n  line-height: @line-height-computed;\n  color: @progress-bar-color;\n  text-align: center;\n  background-color: @progress-bar-bg;\n  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n  .transition(width .6s ease);\n}\n\n// Striped bars\n.progress-striped .progress-bar {\n  #gradient > .striped();\n  background-size: 40px 40px;\n}\n\n// Call animation for the active one\n.progress.active .progress-bar {\n  .animation(progress-bar-stripes 2s linear infinite);\n}\n\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n  .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n  .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n  .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n  .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Media objects\n// Source: http://stubbornella.org/content/?p=497\n// --------------------------------------------------\n\n\n// Common styles\n// -------------------------\n\n// Clear the floats\n.media,\n.media-body {\n  overflow: hidden;\n  zoom: 1;\n}\n\n// Proper spacing between instances of .media\n.media,\n.media .media {\n  margin-top: 15px;\n}\n.media:first-child {\n  margin-top: 0;\n}\n\n// For images and videos, set to block\n.media-object {\n  display: block;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n  margin: 0 0 5px;\n}\n\n\n// Media image alignment\n// -------------------------\n\n.media {\n  > .pull-left {\n    margin-right: 10px;\n  }\n  > .pull-right {\n    margin-left: 10px;\n  }\n}\n\n\n// Media list variation\n// -------------------------\n\n// Undo default ul/ol styles\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on 
    ,
      , or
      .\n\n.list-group {\n // No need to set list-style: none; since .list-group-item is block level\n margin-bottom: 20px;\n padding-left: 0; // reset padding because ul and ol\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 10px 15px;\n // Place the border on the list items and negative margin up for better styling\n margin-bottom: -1px;\n background-color: @list-group-bg;\n border: 1px solid @list-group-border;\n\n // Round the first and last items\n &:first-child {\n .border-top-radius(@list-group-border-radius);\n }\n &:last-child {\n margin-bottom: 0;\n .border-bottom-radius(@list-group-border-radius);\n }\n\n // Align badges within list items\n > .badge {\n float: right;\n }\n > .badge + .badge {\n margin-right: 5px;\n }\n}\n\n\n// Linked list items\n//\n// Use anchor elements instead of `li`s or `div`s to create linked list items.\n// Includes an extra `.active` modifier class for showing selected items.\n\na.list-group-item {\n color: @list-group-link-color;\n\n .list-group-item-heading {\n color: @list-group-link-heading-color;\n }\n\n // Hover state\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: @list-group-hover-bg;\n }\n\n // Active class on item itself, not parent\n &.active,\n &.active:hover,\n &.active:focus {\n z-index: 2; // Place active items above their siblings for proper border styling\n color: @list-group-active-color;\n background-color: @list-group-active-bg;\n border-color: @list-group-active-border;\n\n // Force color to inherit for custom content\n .list-group-item-heading {\n color: inherit;\n }\n .list-group-item-text {\n color: @list-group-active-text-color;\n }\n }\n}\n\n\n// Contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n.list-group-item-variant(success; @state-success-bg; @state-success-text);\n.list-group-item-variant(info; @state-info-bg; @state-info-text);\n.list-group-item-variant(warning; @state-warning-bg; @state-warning-text);\n.list-group-item-variant(danger; @state-danger-bg; @state-danger-text);\n\n\n// Custom content options\n//\n// Extra classes for creating well-formatted content within `.list-group-item`s.\n\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3;\n}\n","//\n// Panels\n// --------------------------------------------------\n\n\n// Base class\n.panel {\n margin-bottom: @line-height-computed;\n background-color: @panel-bg;\n border: 1px solid transparent;\n border-radius: @panel-border-radius;\n .box-shadow(0 1px 1px rgba(0,0,0,.05));\n}\n\n// Panel contents\n.panel-body {\n padding: @panel-body-padding;\n &:extend(.clearfix all);\n}\n\n// Optional heading\n.panel-heading {\n padding: 10px 15px;\n border-bottom: 1px solid transparent;\n .border-top-radius((@panel-border-radius - 1));\n\n > .dropdown .dropdown-toggle {\n color: inherit;\n }\n}\n\n// Within heading, strip any `h*` tag of its default margins for spacing.\n.panel-title {\n margin-top: 0;\n margin-bottom: 0;\n font-size: ceil((@font-size-base * 1.125));\n color: inherit;\n\n > a {\n color: inherit;\n }\n}\n\n// Optional footer (stays gray in every modifier class)\n.panel-footer {\n padding: 10px 15px;\n background-color: @panel-footer-bg;\n border-top: 1px solid @panel-inner-border;\n .border-bottom-radius((@panel-border-radius - 1));\n}\n\n\n// List groups in panels\n//\n// By default, space out list group content from panel headings to account for\n// any kind of custom content between the two.\n\n.panel {\n > .list-group {\n margin-bottom: 0;\n\n .list-group-item {\n border-width: 1px 0;\n border-radius: 0;\n }\n\n // Add border top radius for first one\n &:first-child {\n .list-group-item:first-child {\n border-top: 0;\n .border-top-radius((@panel-border-radius - 1));\n }\n }\n // Add border bottom radius for last one\n &:last-child {\n .list-group-item:last-child {\n border-bottom: 0;\n .border-bottom-radius((@panel-border-radius - 1));\n }\n }\n }\n}\n// Collapse space between when there's no additional content.\n.panel-heading + .list-group {\n .list-group-item:first-child {\n border-top-width: 0;\n }\n}\n\n\n// Tables in panels\n//\n// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and\n// watch it go full width.\n\n.panel {\n > .table,\n > .table-responsive > .table {\n margin-bottom: 0;\n }\n // Add border top radius for first one\n > .table:first-child,\n > .table-responsive:first-child > .table:first-child {\n .border-top-radius((@panel-border-radius - 1));\n\n > thead:first-child,\n > tbody:first-child {\n > tr:first-child {\n td:first-child,\n th:first-child {\n border-top-left-radius: (@panel-border-radius - 1);\n }\n td:last-child,\n th:last-child {\n border-top-right-radius: (@panel-border-radius - 1);\n }\n }\n }\n }\n // Add border bottom radius for last one\n > .table:last-child,\n > .table-responsive:last-child > .table:last-child {\n .border-bottom-radius((@panel-border-radius - 1));\n\n > tbody:last-child,\n > tfoot:last-child {\n > tr:last-child {\n td:first-child,\n th:first-child {\n border-bottom-left-radius: (@panel-border-radius - 1);\n }\n td:last-child,\n th:last-child {\n border-bottom-right-radius: (@panel-border-radius - 1);\n }\n }\n }\n }\n > .panel-body + .table,\n > .panel-body + .table-responsive {\n border-top: 1px solid @table-border-color;\n }\n > .table > tbody:first-child > tr:first-child th,\n > .table > tbody:first-child > tr:first-child td {\n border-top: 0;\n }\n > .table-bordered,\n > .table-responsive > .table-bordered {\n border: 0;\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th:first-child,\n > td:first-child {\n border-left: 0;\n }\n > th:last-child,\n > td:last-child {\n border-right: 0;\n }\n }\n }\n > thead,\n > tbody {\n > tr:first-child {\n > td,\n > th {\n border-bottom: 0;\n }\n }\n }\n > tbody,\n > tfoot {\n > tr:last-child {\n > td,\n > th {\n border-bottom: 0;\n }\n }\n }\n }\n > .table-responsive {\n border: 0;\n margin-bottom: 0;\n }\n}\n\n\n// Collapsable panels (aka, accordion)\n//\n// Wrap a series of panels in `.panel-group` to turn them into an accordion with\n// the help of our collapse JavaScript plugin.\n\n.panel-group {\n margin-bottom: @line-height-computed;\n\n // Tighten up margin so it's only between panels\n .panel {\n margin-bottom: 0;\n border-radius: @panel-border-radius;\n overflow: hidden; // crop contents when collapsed\n + .panel {\n margin-top: 5px;\n }\n }\n\n .panel-heading {\n border-bottom: 0;\n + .panel-collapse .panel-body {\n border-top: 1px solid @panel-inner-border;\n }\n }\n .panel-footer {\n border-top: 0;\n + .panel-collapse .panel-body {\n border-bottom: 1px solid @panel-inner-border;\n }\n }\n}\n\n\n// Contextual variations\n.panel-default {\n .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);\n}\n.panel-primary {\n .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);\n}\n.panel-success {\n .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);\n}\n.panel-info {\n .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);\n}\n.panel-warning {\n .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);\n}\n.panel-danger {\n .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);\n}\n","//\n// Wells\n// --------------------------------------------------\n\n\n// Base class\n.well {\n min-height: 20px;\n padding: 19px;\n margin-bottom: 20px;\n background-color: @well-bg;\n border: 1px solid @well-border;\n border-radius: @border-radius-base;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));\n blockquote {\n border-color: #ddd;\n border-color: rgba(0,0,0,.15);\n }\n}\n\n// Sizes\n.well-lg {\n padding: 24px;\n border-radius: @border-radius-large;\n}\n.well-sm {\n padding: 9px;\n border-radius: @border-radius-small;\n}\n","//\n// Close icons\n// --------------------------------------------------\n\n\n.close {\n float: right;\n font-size: (@font-size-base * 1.5);\n font-weight: @close-font-weight;\n line-height: 1;\n color: @close-color;\n text-shadow: @close-text-shadow;\n .opacity(.2);\n\n &:hover,\n &:focus {\n color: @close-color;\n text-decoration: none;\n cursor: pointer;\n .opacity(.5);\n }\n\n // Additional properties for button version\n // iOS requires the button element instead of an anchor tag.\n // If you want the anchor version, it requires `href=\"#\"`.\n button& {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none;\n }\n}\n","//\n// Modals\n// --------------------------------------------------\n\n// .modal-open - body class for killing the scroll\n// .modal - container to scroll within\n// .modal-dialog - positioning shell for the actual modal\n// .modal-content - actual modal w/ bg and corners and shit\n\n// Kill the scroll on the body\n.modal-open {\n overflow: hidden;\n}\n\n// Container that the modal scrolls within\n.modal {\n display: none;\n overflow: auto;\n overflow-y: scroll;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @zindex-modal;\n -webkit-overflow-scrolling: touch;\n\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n\n // When fading in the modal, animate it to slide down\n &.fade .modal-dialog {\n .translate(0, -25%);\n .transition-transform(~\"0.3s ease-out\");\n }\n &.in .modal-dialog { .translate(0, 0)}\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px;\n}\n\n// Actual modal\n.modal-content {\n position: relative;\n background-color: @modal-content-bg;\n border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)\n border: 1px solid @modal-content-border-color;\n border-radius: @border-radius-large;\n .box-shadow(0 3px 9px rgba(0,0,0,.5));\n background-clip: padding-box;\n // Remove focus outline from opened modal\n outline: none;\n}\n\n// Modal background\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @zindex-modal-background;\n background-color: @modal-backdrop-bg;\n // Fade for backdrop\n &.fade { .opacity(0); }\n &.in { .opacity(@modal-backdrop-opacity); }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n padding: @modal-title-padding;\n border-bottom: 1px solid @modal-header-border-color;\n min-height: (@modal-title-padding + @modal-title-line-height);\n}\n// Close icon\n.modal-header .close {\n margin-top: -2px;\n}\n\n// Title text within header\n.modal-title {\n margin: 0;\n line-height: @modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n position: relative;\n padding: @modal-inner-padding;\n}\n\n// Footer (for actions)\n.modal-footer {\n margin-top: 15px;\n padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;\n text-align: right; // right align buttons\n border-top: 1px solid @modal-footer-border-color;\n &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons\n\n // Properly space out buttons\n .btn + .btn {\n margin-left: 5px;\n margin-bottom: 0; // account for input[type=\"submit\"] which gets the bottom margin like all other inputs\n }\n // but override that for button groups\n .btn-group .btn + .btn {\n margin-left: -1px;\n }\n // and override it for block buttons as well\n .btn-block + .btn-block {\n margin-left: 0;\n }\n}\n\n// Scale up the modal\n@media (min-width: @screen-sm-min) {\n // Automatically set modal's width for larger viewports\n .modal-dialog {\n width: @modal-md;\n margin: 30px auto;\n }\n .modal-content {\n .box-shadow(0 5px 15px rgba(0,0,0,.5));\n }\n\n // Modal sizes\n .modal-sm { width: @modal-sm; }\n}\n\n@media (min-width: @screen-md-min) {\n .modal-lg { width: @modal-lg; }\n}\n","//\n// Tooltips\n// --------------------------------------------------\n\n\n// Base class\n.tooltip {\n position: absolute;\n z-index: @zindex-tooltip;\n display: block;\n visibility: visible;\n font-size: @font-size-small;\n line-height: 1.4;\n .opacity(0);\n\n &.in { .opacity(@tooltip-opacity); }\n &.top { margin-top: -3px; padding: @tooltip-arrow-width 0; }\n &.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; }\n &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; }\n &.left { margin-left: -3px; padding: 0 @tooltip-arrow-width; }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n max-width: @tooltip-max-width;\n padding: 3px 8px;\n color: @tooltip-color;\n text-align: center;\n text-decoration: none;\n background-color: @tooltip-bg;\n border-radius: @border-radius-base;\n}\n\n// Arrows\n.tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.tooltip {\n &.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.top-left .tooltip-arrow {\n bottom: 0;\n left: @tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.top-right .tooltip-arrow {\n bottom: 0;\n right: @tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;\n border-right-color: @tooltip-arrow-color;\n }\n &.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-left-color: @tooltip-arrow-color;\n }\n &.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -@tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n &.bottom-left .tooltip-arrow {\n top: 0;\n left: @tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n &.bottom-right .tooltip-arrow {\n top: 0;\n right: @tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n}\n","//\n// Popovers\n// --------------------------------------------------\n\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: @zindex-popover;\n display: none;\n max-width: @popover-max-width;\n padding: 1px;\n text-align: left; // Reset given new insertion method\n background-color: @popover-bg;\n background-clip: padding-box;\n border: 1px solid @popover-fallback-border-color;\n border: 1px solid @popover-border-color;\n border-radius: @border-radius-large;\n .box-shadow(0 5px 10px rgba(0,0,0,.2));\n\n // Overrides for proper insertion\n white-space: normal;\n\n // Offset the popover to account for the popover arrow\n &.top { margin-top: -@popover-arrow-width; }\n &.right { margin-left: @popover-arrow-width; }\n &.bottom { margin-top: @popover-arrow-width; }\n &.left { margin-left: -@popover-arrow-width; }\n}\n\n.popover-title {\n margin: 0; // reset heading margin\n padding: 8px 14px;\n font-size: @font-size-base;\n font-weight: normal;\n line-height: 18px;\n background-color: @popover-title-bg;\n border-bottom: 1px solid darken(@popover-title-bg, 5%);\n border-radius: 5px 5px 0 0;\n}\n\n.popover-content {\n padding: 9px 14px;\n}\n\n// Arrows\n//\n// .arrow is outer, .arrow:after is inner\n\n.popover > .arrow {\n &,\n &:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n}\n.popover > .arrow {\n border-width: @popover-arrow-outer-width;\n}\n.popover > .arrow:after {\n border-width: @popover-arrow-width;\n content: \"\";\n}\n\n.popover {\n &.top > .arrow {\n left: 50%;\n margin-left: -@popover-arrow-outer-width;\n border-bottom-width: 0;\n border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-top-color: @popover-arrow-outer-color;\n bottom: -@popover-arrow-outer-width;\n &:after {\n content: \" \";\n bottom: 1px;\n margin-left: -@popover-arrow-width;\n border-bottom-width: 0;\n border-top-color: @popover-arrow-color;\n }\n }\n &.right > .arrow {\n top: 50%;\n left: -@popover-arrow-outer-width;\n margin-top: -@popover-arrow-outer-width;\n border-left-width: 0;\n border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-right-color: @popover-arrow-outer-color;\n &:after {\n content: \" \";\n left: 1px;\n bottom: -@popover-arrow-width;\n border-left-width: 0;\n border-right-color: @popover-arrow-color;\n }\n }\n &.bottom > .arrow {\n left: 50%;\n margin-left: -@popover-arrow-outer-width;\n border-top-width: 0;\n border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-bottom-color: @popover-arrow-outer-color;\n top: -@popover-arrow-outer-width;\n &:after {\n content: \" \";\n top: 1px;\n margin-left: -@popover-arrow-width;\n border-top-width: 0;\n border-bottom-color: @popover-arrow-color;\n }\n }\n\n &.left > .arrow {\n top: 50%;\n right: -@popover-arrow-outer-width;\n margin-top: -@popover-arrow-outer-width;\n border-right-width: 0;\n border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-left-color: @popover-arrow-outer-color;\n &:after {\n content: \" \";\n right: 1px;\n border-right-width: 0;\n border-left-color: @popover-arrow-color;\n bottom: -@popover-arrow-width;\n }\n }\n\n}\n","//\n// Responsive: Utility classes\n// --------------------------------------------------\n\n\n// IE10 in Windows (Phone) 8\n//\n// Support for responsive views via media queries is kind of borked in IE10, for\n// Surface/desktop in split view and for Windows Phone 8. This particular fix\n// must be accompanied by a snippet of JavaScript to sniff the user agent and\n// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at\n// our Getting Started page for more information on this bug.\n//\n// For more information, see the following:\n//\n// Issue: https://github.com/twbs/bootstrap/issues/10497\n// Docs: http://getbootstrap.com/getting-started/#browsers\n// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/\n\n@-ms-viewport {\n width: device-width;\n}\n\n\n// Visibility utilities\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n .responsive-invisibility();\n}\n\n.visible-xs {\n @media (max-width: @screen-xs-max) {\n .responsive-visibility();\n }\n}\n.visible-sm {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n .responsive-visibility();\n }\n}\n.visible-md {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n .responsive-visibility();\n }\n}\n.visible-lg {\n @media (min-width: @screen-lg-min) {\n .responsive-visibility();\n }\n}\n\n.hidden-xs {\n @media (max-width: @screen-xs-max) {\n .responsive-invisibility();\n }\n}\n.hidden-sm {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n .responsive-invisibility();\n }\n}\n.hidden-md {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n .responsive-invisibility();\n }\n}\n.hidden-lg {\n @media (min-width: @screen-lg-min) {\n .responsive-invisibility();\n }\n}\n\n\n// Print utilities\n//\n// Media queries are placed on the inside to be mixin-friendly.\n\n.visible-print {\n .responsive-invisibility();\n\n @media print {\n .responsive-visibility();\n }\n}\n\n.hidden-print {\n @media print {\n .responsive-invisibility();\n }\n}\n"]} \ No newline at end of file diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css new file mode 100644 index 0000000..679272d --- /dev/null +++ b/css/bootstrap.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..b25e769 --- /dev/null +++ b/css/main.css @@ -0,0 +1,22 @@ + + +/* ========================================================================== + Author's custom styles + ========================================================================== */ + + + + + + + + + + + + + + + + + diff --git a/data/cards.json b/data/cards.json new file mode 100644 index 0000000..0bc245c --- /dev/null +++ b/data/cards.json @@ -0,0 +1,8899 @@ +[ + { + "allIds": [ + "1", + "f1" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Swift <> When you move this card from home to a Problem, you may pay 1AT to move another one of your Friends from home to that Problem.", + "color": "Blue", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr1", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Flier Extraordinaire", + "text": "Home Limit 3 <> When you confront this card's Problem, if you have a Troublemaker at that Problem, turn this card over.", + "title": "Rainbow Dash", + "traits": "Pegasus", + "type": "Mane" + }, + { + "allIds": [ + "2", + "f2" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Stubborn <> When one of your Friends here would be dismissed, you may put that Friend on top of your deck instead.", + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr2", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Steadfast Farmpony", + "text": "Home Limit 3 <> When you confront this card's Problem with more power than required, turn this card over.", + "title": "Applejack", + "traits": "Earth Pony", + "type": "Mane" + }, + { + "allIds": [ + "3", + "f3" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 5, Random <> Your opponent needs +1 power to confront this card's Problem.", + "color": "Pink", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr3", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Party Animal", + "text": "Home Limit 3 <> When you confront this card's Problem, if none of your opponent's Friends are at that Problem, turn this card over.", + "title": "Pinkie Pie", + "traits": "Earth Pony", + "type": "Mane" + }, + { + "allIds": [ + "4", + "f4" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Studious <> During a faceoff involving this card, if you would put a flipped Event card on the bottom of your deck, you may put it into your hand instead.", + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr4", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Faithful Student", + "text": "Home Limit 3 <> When you win a faceoff involving this card, turn this card over.", + "title": "Twilight Sparkle", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "5", + "f5" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Inspired <> Your opponent must pay +1AT to move a character to this card's Problem.", + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr5", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Dazzling Fashionista", + "text": "Home Limit 3 <> When you score at least 2 points with this card during one Score Phase, turn this card over.", + "title": "Rarity", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "6", + "f6" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 5, Caretaker <> At the start of a faceoff involving this card, you may move a Critter Friend to this card's Problem.", + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr6", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Beastmaster", + "text": "Home Limit 3 <> When you confront this card's Problem, if you have a Critter Friend at that Problem, turn this card over.", + "title": "Fluttershy", + "traits": "Pegasus", + "type": "Mane" + }, + { + "allIds": [ + "7" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr7", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "All Heart", + "text": "While involved in a faceoff, this card gets +2 power.", + "title": "Jetstream", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "8" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr8", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Skyward Soarer", + "text": "Swift.", + "title": "Cerulean Skies", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "9", + "f7" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr9", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "subtitle": "Jammer", + "text": "Swift.", + "title": "Finish Line", + "traits": " Earth Pony, Foal", + "type": "Friend" + }, + { + "allIds": [ + "10", + "f8" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr10", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Speed Racer", + "text": "When you move this card to a Problem, you may move another one of your characters to the same Problem for free.", + "title": "Wild Fire", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "11", + "pf14", + "p14" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr11", + "points": 0, + "power": 1, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Flexible Flier", + "text": "Main Phase: Exhaust this card to reduce by 1AT the cost of the next Friend you play this turn.", + "title": "Cloudchaser", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "12" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr12", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Cider Aficionado", + "title": "Emerald Green", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "13" + ], + "color": "Blue", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr13", + "points": 0, + "power": 4, + "rarity": "Fixed", + "requirement": 2, + "set": "Premiere", + "subtitle": "Flighty Filly", + "text": "When you move this card to a Problem, you may move another one of your characters to the same Problem for free.", + "title": "Holly Dash", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "14" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr14", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Elite Sentry", + "text": "While involved in a faceoff, this card gets +1 power.", + "title": "Pegasus Royal Guard", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "15", + "f9" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr15", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "subtitle": "Weather Leader", + "text": "Main Phase: Exhaust this card to ready another one of your cards.", + "title": "Rainbow Dash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "16", + "f10" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr16", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Cloud Wrangler", + "text": "When you move this card to a Problem, ready one of your characters there.", + "title": "Rainbowshine", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "17" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr17", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Creature Catcher", + "text": "Main Phase: Exhaust this card to play a Troublemaker for free.", + "title": "Scootaloo", + "traits": " Pegasus, Foal", + "type": "Friend" + }, + { + "allIds": [ + "18", + "f11" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr18", + "points": 0, + "power": 0, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Baby Dragon", + "text": "Swift <> Main Phase: Pay 1AT to give this card +1 power until the end of the turn.", + "title": "Spike", + "traits": " Dragon", + "type": "Friend" + }, + { + "allIds": [ + "19" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr19", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Enterprising Astronomer", + "text": "When you play a Pegasus Friend to this card's Problem, you may exhaust this card. If you do, gain 1AT.", + "title": "Solar Wind", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "20" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr20", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Early Riser", + "title": "Sweetie Sunrise", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "21" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr21", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Refined Farmer", + "text": "When you move this card to a Problem, it gets +1 power until the end of the turn.", + "title": "Gala Appleby", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "22" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr22", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Headstrong", + "text": "Stubborn.", + "title": "Apple Cobbler", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "23", + "f12" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr23", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Plant Leader", + "text": "Stubborn <> When you win a faceoff involving this card, your opponent discards a random card.", + "title": "Applejack", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "24", + "f13" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr24", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Barn Raiser", + "text": "Main Phase: Exhaust this card to add its power to the power of another Orange Friend until the end of the turn.", + "title": "Applejack", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "25", + "f14" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr25", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Premiere", + "subtitle": "Gum Flapper", + "text": "When this card is dismissed, put it into your hand.", + "title": "Auntie Applesauce", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "26" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr26", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Queen of the Hill", + "text": "This card gets +1 power for each Resource on it.", + "title": "Cherry Jubilee", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "27" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr27", + "points": 0, + "power": 2, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Thick Skinned", + "text": "When you uncover a Troublemaker at this card's Problem, an opponent discards 2 random cards.", + "title": "Coco Crusoe", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "28", + "f15" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr28", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Apple Elder", + "text": "When you play this card, you may reattach a Resource from one Friend to another.", + "title": "Granny Smith", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "29" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr29", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Pebble Pusher", + "text": "When you play this card, it gets +1 power until the end of the turn.", + "title": "Igneous Rock", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "30", + "f16" + ], + "color": "Orange", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr30", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Destruction Worker", + "text": "When you play this card, your opponent discards a random card.", + "title": "Drill Bit", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "31" + ], + "color": "Orange", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr31", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Smoke Stacked", + "title": "Full Steam", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "32" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr32", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Nuts for Bolts", + "text": "Reaction: When one of your Resources is dismissed, you may dismiss this card. If you do, play that Resource from your discard pile for free.", + "title": "Silver Spanner", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "33" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr33", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Favorite Cousin", + "title": "Red Gala", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "34" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr34", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Iconic Friend", + "text": "When an opponent discards a card, this card gets +1 power until the end of the turn.", + "title": "Sunny Smiles", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "35" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr35", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Vigilant Patrol", + "text": "During faceoffs involving this card, flip an additional card.", + "title": "Night Watch", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "36" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr36", + "points": 0, + "power": 3, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Pastry Chef", + "title": "Apple Brown Betty", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "37", + "f17" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr37", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Pom-Pom Pony", + "text": "When you play this card, draw a card.", + "title": "Berry Dreams", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "38" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr38", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 2, + "set": "Premiere", + "subtitle": "Silly Pony", + "text": "When you win a Problem faceoff involving this card, dismiss an opponent's Friend involved in that faceoff.", + "title": "Big Top", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "39" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr39", + "points": 0, + "power": 2, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Energizer Pony", + "text": "When you move this card to a Problem, you may look at the top 2 cards of that Problem's deck and put them back in any order.", + "title": "Charged Up", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "40" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr40", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 3, + "set": "Premiere", + "subtitle": "Disco King", + "text": "Random.", + "title": "Dance Fever", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "41" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr41", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "One in a Million", + "text": "When you play this card, you may uncover a face-down Troublemaker. <> Main Phase: Exhaust this card to look at a face-down Troublemaker.", + "title": "Lucky Streak", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "42" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr42", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Ribbon Wielder", + "text": "While involved in a Troublemaker faceoff, this card gets +1 power.", + "title": "Flitter", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "43" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr43", + "points": 0, + "power": 1, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Popular Punster", + "text": "When you win a Problem faceoff involving this card, you may search your deck for a Friend, reveal it, put it into your hand, and shuffle your deck.", + "title": "Goldengrape", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "44" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr44", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Life Enthusiast", + "title": "High Spirits", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "45", + "f18" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr45", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Pinkie \\\"Responsibility\\\" Pie", + "text": "When you play this card to a Problem, dismiss an opponent's Friend at that Problem.", + "title": "Pinkie Pie", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "46", + "f19" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr46", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Ice Cutter", + "text": "Random <> When your opponent confronts this card's Problem, draw a card.", + "title": "Pinkie Pie", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "47", + "f20" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr47", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 4, + "set": "Premiere", + "subtitle": "Pop Star", + "text": "Random <> When you win a Problem faceoff involving this card, dismiss an opponent's Friend involved in that faceoff.", + "title": "Pinprick", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "48" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr48", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Premiere", + "subtitle": "Salt Blocked", + "text": "Your opponent needs +1 power to confront this card's Problem.", + "title": "Ol' Salt", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "49" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr49", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Dynamic Duo", + "text": "Your opponent needs +1 power to confront this card's Problem.", + "title": "Snips & Snails", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "50" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr50", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Party Pegasus", + "text": "When you play this card to a Problem with a face-up Troublemaker, turn that Troublemaker face-down.", + "title": "Surprise", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "51" + ], + "color": "Purple", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr51", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Fruit Prodigy", + "text": "Studious.", + "title": "Apple Stars", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "52", + "f21" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr52", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Algebraic!", + "text": "While at a Problem with a Report Resource, this card gets +1 power.", + "title": "Professor Neigh", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "53" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr53", + "points": 0, + "power": 2, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Seasoned Strategist", + "text": "Reaction: When an opponent's character is played to this card's Problem, you may exhaust this card. If you do, move that character.", + "title": "Bright Bulb", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "54" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr54", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Hale Bopper", + "title": "Comet Tail", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "55" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr55", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "A Cut Above", + "text": "Studious.", + "title": "Mint Jewelup", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "56", + "f22" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr56", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Poindexter", + "text": "When you play this card, you may search your deck for an Event, reveal it, put it into your hand, and shuffle your deck.", + "title": "Gyro", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "57" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr57", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Sour Grapes", + "text": "When you move this card to a Problem, you may move an opponent's character at that Problem to another Problem.", + "title": "Lemony Gem", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "58" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr58", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Elected Official", + "text": "Main Phase: Pay 3AT to move an opponent's character.", + "title": "Mayor Mare", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "59", + "f23" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr59", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "A Real Gem", + "text": "This card gets +1 power for each of your opponent's characters at its Problem.", + "title": "Rare Find", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "60" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr60", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Ol' Blue Eyes", + "title": "Blue Moon", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "61" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr61", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Companianable Filly", + "text": "Studious <> This card gets +2 power for each of your opponent's characters at its Problem.", + "title": "Spring Forward", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "62" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr62", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "One Bright Mare", + "text": "When you play this card, you may look at the top 2 cards of your deck and put them back in any order.", + "title": "Sunny Rays", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "63" + ], + "color": "Purple", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr63", + "points": 0, + "power": 3, + "rarity": "Fixed", + "set": "Premiere", + "subtitle": "Judge & Jury", + "text": "Your opponent's characters at this card's Problem each get -1 power during faceoffs.", + "title": "Lady Justice", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "64", + "f24" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr64", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "All-Team Organizer", + "text": "Main Phase: Exhaust this card to gain 1AT until the end of the phase.", + "title": "Twilight Sparkle", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "65" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr65", + "points": 0, + "power": 3, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Shutterbug", + "text": "When you play this card to a Problem, choose another one of your characters at that Problem. It gets +4 power until the end of the turn.", + "title": "Action Shot", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "66" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr66", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Wildlife Photographer", + "text": "When a Troublemaker at this card's Problem is uncovered, you may exhaust this card to score a point.", + "title": "Big Shot", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "67", + "f25" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr67", + "points": 0, + "power": 2, + "rarity": "Rare", + "set": "Premiere", + "subtitle": "Editor-in-Chief", + "text": "During Problem faceoffs involving this card, your opponent flips an additional card. <> During Problem faceoffs involving this card, your opponent ignores one of their flipped cards with the highest power.", + "title": "Featherweight", + "traits": " Pegasus, Foal", + "type": "Friend" + }, + { + "allIds": [ + "68" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr68", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Country Twang", + "text": "When you play this card, you may look at the top 2 cards of your opponent's deck and put them back in any order.", + "title": "Fiddly Faddle", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "69" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr69", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Muckraker", + "text": "Main Phase: Exhaust this card and pay 1AT to search your discard pile for an Event and put it into your hand.", + "title": "Eff Stop", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "70" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr70", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 3, + "set": "Premiere", + "subtitle": "Mane Manager", + "text": "Main Phase: Exhaust this card and pay 1AT to search your discard pile for a Friend and put it into your hand.", + "title": "Vidala Swoon", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "71" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr71", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Vogue Authority", + "text": "Inspired.", + "title": "Hoity Toity", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "72" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr72", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Snooty Server", + "text": "Inspired <> When you play this card to a Problem, choose another one of your characters at that Problem. It gets +2 power until the end of the turn.", + "title": "Savoir Fare", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "73" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr73", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "Crotchety Crocheter", + "text": "Your opponents can't move this card.", + "title": "Pearly Stitch", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "74" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "pr74", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Sauna Expert", + "text": "When you confront this card's Problem, you may search your discard pile for a card and put it on the top of your deck.", + "title": "Lotus Blossom", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "75" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr75", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "subtitle": "In the Spotlight", + "text": "Main Phase: Exhaust this card to uncover a Troublemaker at its Problem.", + "title": "Rising Star", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "76" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr76", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Humdinger", + "title": "Noteworthy", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "77", + "f26" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr77", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "subtitle": "Nest Weaver", + "text": "Inspired <> When you play this card, you may search your discard pile for a card and put it into your hand.", + "title": "Rarity", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "78" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr78", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 3, + "set": "Premiere", + "subtitle": "Songster", + "text": "Inspired.", + "title": "Royal Riff", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "79" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr79", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Twister Sister", + "title": "Sugar Twist", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "80" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr80", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "subtitle": "Animal Leader", + "text": "Caretaker.", + "title": "Amethyst Star", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "81" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr81", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Warbler", + "title": "Blue Jay", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "82" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr82", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Fast & Furious", + "text": "When you move this card to a Problem, you may move one of your Critter Friends to that Problem for free.", + "title": "Falcon", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "83", + "f27" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr83", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Guidance Counselor", + "text": "Reaction: When an opponent receives at least 1AT, you may exhaust this card. If you do, that opponent loses 1AT.", + "title": "Fluttershy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "84", + "f28" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr84", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "subtitle": "Animal Team", + "text": "Caretaker <> When you play this card, the cost of your next Yellow Friend this turn is reduced by 1AT.", + "title": "Fluttershy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "85" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr85", + "points": 0, + "power": 0, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Novice Assistant", + "text": "Each of your other characters at a Problem with this card gets +1 power.", + "title": "Forest Owl", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "86" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr86", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Little Pipsqueak", + "title": "House Mouse", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "87" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr87", + "points": 0, + "power": 1, + "rarity": "Fixed", + "requirement": 4, + "set": "Premiere", + "subtitle": "Fine Feathered Friend", + "text": "During Troublemaker faceoffs involving this card and at least 2 of your other Critter Friends, flip an additional card.", + "title": "Hummingway", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "88", + "f29" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr88", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Superstitious", + "text": "Problem Faceoff: Exhaust this card and choose a Friend involved in the faceoff with a Resource attached to it to give that Friend -5 power until the end of the faceoff.", + "title": "Lilac Links", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "89" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr89", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Veteran Vet", + "text": "Caretaker <> When you play this card to a Problem, you may move one of your Critter Friends to the same Problem for free.", + "title": "Mane Cureall", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "90" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr90", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Dam Builder", + "text": "Main Phase: Exhaust this card to dismiss a Resource in your opponent's home.", + "title": "Mr. Beaverton Beaverteeth", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "91" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr91", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Fan Fan", + "text": "When you play this card, an opponent loses 1AT.", + "title": "Mr. Breezy", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "92" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr92", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "Curtain Shredder", + "text": "When you move this card to a Problem, you may dismiss a Resource on an opponent's character at that Problem.", + "title": "Opalescence", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "93" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr93", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Premiere", + "subtitle": "Porpoiseful", + "text": "Main Phase: Exhaust this card at a Problem to move up to 3 of your Critter Friends to that Problem.", + "title": "Sea Swirl", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "94", + "f30" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr94", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Premiere", + "subtitle": "On the Scent", + "text": "Main Phase: Exhaust this card to look at a face-down Troublemaker at its Problem.", + "title": "Winona", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "95" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr95", + "points": 0, + "power": 4, + "rarity": "Common", + "set": "Premiere", + "text": "Main Phase: Choose a Blue or Pink character. That character gets +1 Blue and +1 Pink until the end of the phase.", + "title": "Spread Your Wings", + "type": "Event" + }, + { + "allIds": [ + "96" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr96", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Premiere", + "text": "Main Phase: Choose a White or Pink character. That character gets +1 White and +1 Pink until the end of the phase.", + "title": "Getting Hooves Dirty", + "type": "Event" + }, + { + "allIds": [ + "97" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr97", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Premiere", + "text": "Main Phase: Choose a Blue or White character. That character gets +1 Blue and +1 White until the end of the phase.", + "title": "Dig Deep", + "type": "Event" + }, + { + "allIds": [ + "98" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr98", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Premiere", + "text": "Main Phase: Choose a Orange or Purple character. That character gets +1 Orange and +1 Purple until the end of the phase.", + "title": "Apples and Oranges", + "type": "Event" + }, + { + "allIds": [ + "99" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr99", + "points": 0, + "power": 4, + "rarity": "Common", + "set": "Premiere", + "text": "Main Phase: Choose a Yellow or Purple character. That character gets +1 Yellow and +1 Purple until the end of the phase.", + "title": "Royal Guidance", + "type": "Event" + }, + { + "allIds": [ + "100" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr100", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Premiere", + "text": "Main Phase: Choose a Orange or Yellow character. That character gets +1 Orange and +1 Yellow until the end of the phase.", + "title": "Sweet and Kind", + "type": "Event" + }, + { + "allIds": [ + "101" + ], + "color": "None", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr101", + "points": 0, + "power": 5, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: Choose a Pegasus character. That character gets +2 power until the end of the faceoff.", + "title": "Good Hustle", + "type": "Event" + }, + { + "allIds": [ + "102" + ], + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr102", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Reaction: After you flip a card during a Troublemaker faceoff while your opponent is challenging a Troublemaker, ignore that card and flip another card.", + "title": "A Bully and a Beast", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "103" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr103", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Choose a character. That character gets +2 White until the end of the turn.", + "title": "A Touch of Refinement", + "type": "Event" + }, + { + "allIds": [ + "104" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr104", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Faceoff Reaction: Play when a faceoff begins. Put this card on the top of your deck.", + "title": "A Vision of the Future", + "type": "Event" + }, + { + "allIds": [ + "105", + "f31" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr105", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Rarity or Pinkie Pie involved in this faceoff, flip an additional card. If you have Rarity and Pinkie Pie involved in this faceoff, flip 2 additional cards instead.", + "title": "Assertiveness Training", + "type": "Event" + }, + { + "allIds": [ + "106", + "pf11", + "p11" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr106", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Move an opponent's character.", + "title": "Back Where You Began", + "type": "Event" + }, + { + "allIds": [ + "107" + ], + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr107", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Problem Faceoff Reaction: Play when you win a Problem faceoff by at least 5 power. Score an additional point.", + "title": "Cr\u00e8me de la Cr\u00e8me", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "108" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr108", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Faceoff Reaction: Play after you flip a card. That card gets +5 power this faceoff.", + "title": "Critter Cavalry", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "109" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr109", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Main Phase: Look at the top 3 cards of your deck and put them back in any order.", + "title": "Double-check the Checklist", + "type": "Event" + }, + { + "allIds": [ + "110" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr110", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Choose an opponent's Friend to get -2 power until the end of the turn. If it has 0 power or less, dismiss it.", + "title": "Downright Dangerous", + "type": "Event" + }, + { + "allIds": [ + "111" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr111", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Reaction: After you flip a card during a faceoff, ignore that card and flip a new card.", + "title": "Duck and Cover", + "type": "Event" + }, + { + "allIds": [ + "112", + "pf8", + "p8" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr112", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 4, + "set": "Premiere", + "text": "Main Phase: Choose a character. That character gets +4 Orange until the end of the turn.", + "title": "Eeyup", + "type": "Event" + }, + { + "allIds": [ + "113" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr113", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Main Phase: Dismiss an opponent's Friend with 1 power or less.", + "title": "Here's Your Invitation!", + "type": "Event" + }, + { + "allIds": [ + "114", + "f32" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr114", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Draw 3 cards.", + "title": "Let's Get This Party Started", + "type": "Event" + }, + { + "allIds": [ + "115" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr115", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Troublemaker Phase: Choose up to 2 of your characters at home. Move each of them to a different Problem.", + "title": "Fears Must be Faced", + "type": "Event" + }, + { + "allIds": [ + "116" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr116", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Choose a character. That character gets +2 Yellow until the end of the turn.", + "title": "Nurture With Knowledge", + "type": "Event" + }, + { + "allIds": [ + "117", + "pf9", + "p9" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr117", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Faceoff: Move one of your characters to a Problem.", + "title": "Gotta Go Fast", + "type": "Event" + }, + { + "allIds": [ + "118", + "pf10", + "p10" + ], + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr118", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Reaction: Play after an opponent's character has just been moved. Send that character to its previous area.", + "title": "Stand Still!", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "119", + "f33" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr119", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Twilight Sparkle or Fluttershy involved in this faceoff, flip an additional card. If you have Twilight Sparkle and Fluttershy involved in this faceoff, flip 2 additional cards instead.", + "title": "Straighten Up & Fly Right", + "type": "Event" + }, + { + "allIds": [ + "120" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr120", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Choose a character. That character gets +2 Blue until the end of the turn.", + "title": "Swing Into Action", + "type": "Event" + }, + { + "allIds": [ + "121" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr121", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Applejack or Twilight Sparkle involved in this faceoff, flip an additional card. If you have Applejack and Twilight Sparkle involved in this faceoff, flip 2 additional cards instead.", + "title": "Team Effort", + "type": "Event" + }, + { + "allIds": [ + "122" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr122", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Rainbow Dash or Pinkie Pie involved in this faceoff, flip an additional card. If you have Rainbow Dash and Pinkie Pie involved in this faceoff, flip 2 additional cards instead.", + "title": "The Big Guns", + "type": "Event" + }, + { + "allIds": [ + "123" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr123", + "points": 0, + "power": 6, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Dismiss an opponent's Resource.", + "title": "The Horror! The Horror!", + "type": "Event" + }, + { + "allIds": [ + "124" + ], + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr124", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Troublemaker Faceoff Reaction: Play when you defeat a Troublemaker. Gain 2AT.", + "title": "Spike, Take a Letter", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "125", + "f34" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr125", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Rainbow Dash or Rarity involved in this faceoff, flip an additional card. If you have Rainbow Dash and Rarity involved in this faceoff, flip 2 additional cards instead.", + "title": "Undercover Adventure", + "type": "Event" + }, + { + "allIds": [ + "126" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr126", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Main Phase: Choose a character. That character gets +2 Purple until the end of the turn.", + "title": "Watch in Awe", + "type": "Event" + }, + { + "allIds": [ + "127" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr127", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 1, + "set": "Premiere", + "text": "Reaction: After your opponent flips a card during a faceoff, your opponent ignores that card and flips another card.", + "title": "What Went Wrong?", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "128" + ], + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr128", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "text": "Reaction: Play when one of your Friends has been dismissed. Put it into your hand.", + "title": "Whoa There Nelly!", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "129", + "f35" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr129", + "points": 0, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "Faceoff: If you have Applejack or Fluttershy involved in this faceoff, flip an additional card. If you have Applejack and Fluttershy involved in this faceoff, flip 2 additional cards instead.", + "title": "Working Together", + "type": "Event" + }, + { + "allIds": [ + "130" + ], + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr130", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Faceoff: Each of your characters at an opponent's Problem gets +1 power until the end of the faceoff.", + "title": "Yay!", + "type": "Event" + }, + { + "allIds": [ + "131", + "pf12", + "p12" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr131", + "points": 0, + "power": 6, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "text": "Play to your home. <> Faceoff Reaction: When a faceoff begins, you may put this card on the top of your deck.", + "title": "Assault Cake", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "132", + "f36" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr132", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Dismiss this card to search your discard pile for a card and put it into your hand.", + "title": "Carousel Boutique", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "133" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr133", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 4, + "set": "Premiere", + "text": "Play on an opponent's Friend. <> Your opponent can't move this Friend.", + "title": "Tangled Coiffure", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "134" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr134", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to give each of your Critter Friends +1 Yellow until the start of your next turn.", + "title": "Critter Cuisine", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "135" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr135", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Problem. <> Your characters at this Problem each get +1 power during faceoffs.", + "title": "Fighting for Friendship", + "traits": "Report", + "type": "Resource" + }, + { + "allIds": [ + "136" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr136", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> When you uncover a Troublemaker, the next card you play that turn has its cost reduced by 1AT.", + "title": "Foal Free Press", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "137" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr137", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Play on a Problem. <> Your opponent may not play Friends with 2 power or less to this Problem.", + "title": "Focused Study", + "traits": "Report", + "type": "Resource" + }, + { + "allIds": [ + "138", + "f37" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr138", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to reveal the top 3 cards of your deck. You may put 1 revealed Event into into your hand and all remaining cards on the top of your deck in any order.", + "title": "Golden Oak Library", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "139" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr139", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Friend. <> This Friend has Stubborn.", + "title": "Hard Hat", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "140" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr140", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Choose one of your ready cards. Exhaust this card and that card to ready an exhausted character.", + "title": "Lead Pony Badge", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "141" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "pr141", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Friend. <> While this Friend is at an opponent's Problem, if you have at least 3 White in play, you need -1 power to confront that Problem.", + "title": "Marvelous Chapeau", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "142" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr142", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Problem. <> When you win a faceoff at this Problem, gain 1AT.", + "title": "Outshine Them All", + "traits": "Report", + "type": "Resource" + }, + { + "allIds": [ + "143" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr143", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Play on a Friend. <> While this Friend is at a Problem, your opponent's characters at that Problem each get -1 power during the Score Phase.", + "title": "Ridiculous Outfit", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "144" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr144", + "points": 0, + "power": 4, + "rarity": "Common", + "requirement": 1, + "set": "Premiere", + "text": "Play on a Friend. <> While this Friend is involved in a Troublemaker faceoff, it gets +2 Pink.", + "title": "Rubber Chicken", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "145", + "f38" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr145", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 4, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to force your opponent to choose and discard a card.", + "title": "Sweet Apple Acres", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "146", + "f39" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr146", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> While at least 3 of your Yellow Friends are at one Problem, flip an additional card during faceoffs at that Problem.", + "title": "Picnic Lunch", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "147" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr147", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 1, + "set": "Premiere", + "text": "Play to your home. <> Reaction: When you defeat a Troublemaker using only White characters, dismiss this card to score an additional point.", + "title": "The Ponyville Express", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "148" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr148", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Friend. <> This Friend gets -2 power.", + "title": "Too Many Bandages", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "149" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr149", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Premiere", + "text": "Play on a Friend. <> This Friend gets -5 power during the Score Phase.", + "title": "Too Much Pie", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "150" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr150", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 3, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to choose an opponent's character at a Problem. Move it home.", + "title": "Tricksy Hat", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "151" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr151", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 2, + "set": "Premiere", + "text": "Play to your home. <> Main Phase: Dismiss this card to reduce the cost of the next card you play this turn by 2AT.", + "title": "Two Bits", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "152", + "f40", + "pf13", + "p13" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr152", + "points": 2, + "power": 5, + "rarity": "Rare", + "set": "Premiere", + "text": "Villain <> At the end of each player's Troublemaker Phase, that player moves one of their characters home from this card's Problem.", + "title": "Ahuizotl", + "traits": "Epic", + "type": "Troublemaker" + }, + { + "allIds": [ + "153" + ], + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr153", + "points": 1, + "power": 4, + "rarity": "Common", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, they put the top card of their deck into their discard pile.", + "title": "Brown Parasprite", + "type": "Troublemaker" + }, + { + "allIds": [ + "154" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr154", + "points": 2, + "power": 4, + "rarity": "Uncommon", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, they exhaust one of their characters at this card's Problem.", + "title": "Flam", + "type": "Troublemaker" + }, + { + "allIds": [ + "155" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr155", + "points": 1, + "power": 3, + "rarity": "Uncommon", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, they exhaust one of their Resources.", + "title": "Flim", + "type": "Troublemaker" + }, + { + "allIds": [ + "156", + "f41" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr156", + "points": 1, + "power": 4, + "rarity": "Rare", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, this card permanently gets +1 power. When this card has 8 power, frighten all your opponent's Friends at its Problem and dismiss this card.", + "title": "Parasprite Swarm", + "type": "Troublemaker" + }, + { + "allIds": [ + "157" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr157", + "points": 1, + "power": 4, + "rarity": "Common", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, they exhaust one of their characters.", + "title": "Purple Parasprite", + "type": "Troublemaker" + }, + { + "allIds": [ + "158" + ], + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr158", + "points": 3, + "power": 6, + "rarity": "Uncommon", + "set": "Premiere", + "text": "When this card is uncovered, its owner must pay 2AT or dismiss it. <> Your opponent must pay +2AT to play a Friend to this card's Problem.", + "title": "Timberwolf", + "type": "Troublemaker" + }, + { + "allIds": [ + "159" + ], + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr159", + "points": 2, + "power": 4, + "rarity": "Uncommon", + "set": "Premiere", + "text": "During faceoffs involving this card, flip an additional card.", + "title": "Wild Manticore", + "type": "Troublemaker" + }, + { + "allIds": [ + "160" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "pr160", + "points": 1, + "power": 4, + "rarity": "Common", + "set": "Premiere", + "text": "At the start of your opponent's Troublemaker Phase, they discard a random card.", + "title": "Yellow Parasprite", + "type": "Troublemaker" + }, + { + "allIds": [ + "161" + ], + "color": "Yellow", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr161", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. While a player has at least 3 Yellow Friends at this Problem, that player's opponent must pay +1AT to play a Friend here.", + "title": "A Thorn in His Paw", + "type": "Problem" + }, + { + "allIds": [ + "162" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr162", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Orange", + "req2Color": "Purple", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. When a player confronts this Problem, that player's opponent discards a card.", + "title": "Avalanche!", + "type": "Problem" + }, + { + "allIds": [ + "163" + ], + "color": "White", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr163", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "text": "The first player to confront this Problem may put a Friend with 1 power from their discard pile into their hand.", + "title": "Kitchen au Flamb\u00e9", + "type": "Problem" + }, + { + "allIds": [ + "164" + ], + "color": "Yellow", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr164", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "Bunny Breakout", + "type": "Problem" + }, + { + "allIds": [ + "165" + ], + "color": "Yellow", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr165", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "text": "The first player to confront this Problem may dismiss a Resource on an opponent's Friend here.", + "title": "Bunny Stampede", + "type": "Problem" + }, + { + "allIds": [ + "166" + ], + "color": "Blue", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr166", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Premiere", + "text": "When a player defeats a Troublemaker here, that player may move a character involved in the faceoff.", + "title": "The Problem With Parasprites", + "type": "Problem" + }, + { + "allIds": [ + "167" + ], + "color": "Blue", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr167", + "opponentConfrontReq": 9, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Blue", + "req2Color": "White", + "set": "Premiere", + "text": "Players with at least 2 Pegasus characters at this Problem get +1 total power during faceoffs here.", + "title": "Clearing Gloomy Skies", + "type": "Problem" + }, + { + "allIds": [ + "168" + ], + "color": "Blue", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr168", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "Cloudbursting", + "type": "Problem" + }, + { + "allIds": [ + "169" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr169", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. The first player to confront this Problem may look at the top card of this Problem deck and put it on either the top or bottom of that deck.", + "title": "Adventures in Foalsitting", + "type": "Problem" + }, + { + "allIds": [ + "170" + ], + "color": "White", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr170", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "Emergency Dress Order", + "type": "Problem" + }, + { + "allIds": [ + "171" + ], + "color": "Blue", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr171", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Premiere", + "text": "Resources played on characters here have their costs reduced by 1AT.", + "title": "795 Wing Power", + "type": "Problem" + }, + { + "allIds": [ + "172" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr172", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Premiere", + "text": "When this Problem is played, each player draws a card.", + "title": "Mean Meanie Pants", + "type": "Problem" + }, + { + "allIds": [ + "173" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr173", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Premiere", + "text": "When this Problem is played, each player discards a card.", + "title": "Hungry Hungry Caterpillars", + "type": "Problem" + }, + { + "allIds": [ + "174" + ], + "color": "White", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr174", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. When a player wins a faceoff here by exactly 1 power, that player scores an additional point.", + "title": "I Can Fix It!", + "type": "Problem" + }, + { + "allIds": [ + "175" + ], + "color": "Purple", + "confrontReq1": 3, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr175", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Premiere", + "text": "Main Phase: Dismiss one of your Friends here to gain 1AT. Any player may activate this ability.", + "title": "I Need Answers", + "type": "Problem" + }, + { + "allIds": [ + "176" + ], + "color": "Blue", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr176", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Premiere", + "text": "At the beginning of a player's Score Phase, if that player has at least 2 Blue characters, that player may ready a card at home.", + "title": "It's a Twister!", + "type": "Problem" + }, + { + "allIds": [ + "177" + ], + "color": "Purple", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr177", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "It's Alive!", + "type": "Problem" + }, + { + "allIds": [ + "178" + ], + "color": "Blue", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr178", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. When a player defeats a Troublemaker at this Problem, that player scores an additional point.", + "title": "Looking For Trouble", + "type": "Problem" + }, + { + "allIds": [ + "179" + ], + "color": "Yellow", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr179", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "text": "When this Problem is played, its owner may search their deck for a Critter Friend, reveal it, put it into their hand, and shuffle their deck.", + "title": "May the Best Pet Win", + "type": "Problem" + }, + { + "allIds": [ + "180" + ], + "color": "White", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr180", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "text": "If there are at least 3 White characters at this Problem, characters without White can't move away from this Problem.", + "title": "Who is Gabby Gums?", + "type": "Problem" + }, + { + "allIds": [ + "181" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr181", + "opponentConfrontReq": 7, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "Pink", + "req2Color": "Blue", + "set": "Premiere", + "text": "When a player moves a Pink character to this Problem, if they have a Pink character here already, they may draw a card.", + "title": "Not Enough Pinkie Pies", + "type": "Problem" + }, + { + "allIds": [ + "182" + ], + "color": "Purple", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr182", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem. Report Resources played on this Problem have their costs reduced by 1AT.", + "title": "Monitor EVERYTHING!", + "type": "Problem" + }, + { + "allIds": [ + "183" + ], + "color": "Yellow", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr183", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "text": "When this Problem is played, each player frightens an opponent's Friend.", + "title": "Monster of a Minotaur", + "type": "Problem" + }, + { + "allIds": [ + "184" + ], + "color": "Pink", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr184", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Premiere", + "text": "When a player wins a Problem faceoff here, they may look at the top 3 cards of this Problem's deck and put them back in any order.", + "title": "My Pinkie Sense is Tingling", + "type": "Problem" + }, + { + "allIds": [ + "185" + ], + "color": "Pink", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr185", + "opponentConfrontReq": 9, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Pink", + "req2Color": "White", + "set": "Premiere", + "text": "When a player confronts this Problem, that player may draw a card.", + "title": "Maybes are for Babies", + "type": "Problem" + }, + { + "allIds": [ + "186" + ], + "color": "White", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr186", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "text": "If a card flipped for a Problem faceoff here would be put on the bottom of its owner's deck, it is put into its owner's discard pile instead.", + "title": "Fashion Feast", + "type": "Problem" + }, + { + "allIds": [ + "187" + ], + "color": "Purple", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr187", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Purple", + "req2Color": "Yellow", + "set": "Premiere", + "text": "When this Problem is played, each player may search their deck for a Troublemaker, reveal it, put it into their hand, and shuffle their deck.", + "title": "Parasprite Pandemic", + "type": "Problem" + }, + { + "allIds": [ + "188" + ], + "color": "Purple", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr188", + "opponentConfrontReq": 5, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Premiere", + "text": "Friends with less than 2 power can't be played to this Problem.", + "title": "Ponyville in a Bottle", + "type": "Problem" + }, + { + "allIds": [ + "189" + ], + "color": "Orange", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr189", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Premiere", + "text": "Orange Friends here cannot be dismissed.", + "title": "Raze This Barn", + "type": "Problem" + }, + { + "allIds": [ + "190" + ], + "color": "Orange", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr190", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "Runaway Cart", + "type": "Problem" + }, + { + "allIds": [ + "191" + ], + "color": "Orange", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr191", + "opponentConfrontReq": 9, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Orange", + "req2Color": "Yellow", + "set": "Premiere", + "text": "While a player has more power at this Problem than any opponent, that player's Friends here can't be dismissed.", + "title": "Save Sweet Apple Acres", + "type": "Problem" + }, + { + "allIds": [ + "192" + ], + "color": "Pink", + "confrontReq1": 1, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "pr192", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Premiere", + "startingProblem": true, + "text": "Starting Problem.", + "title": "Special Delivery!", + "type": "Problem" + }, + { + "allIds": [ + "193" + ], + "color": "White", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr193", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Premiere", + "text": "When a player confronts this Problem, they frighten one of their Friends at this Problem.", + "title": "Ponynapped!", + "type": "Problem" + }, + { + "allIds": [ + "194" + ], + "color": "Yellow", + "confrontReq1": 3, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr194", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Premiere", + "text": "When this Problem is played, its owner may move one of their Critter Friends here from home for free.", + "title": "This Way, Little Ones", + "type": "Problem" + }, + { + "allIds": [ + "195" + ], + "color": "Orange", + "confrontReq1": 3, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr195", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Premiere", + "text": "The first player to confront this Problem with a Orange character with at least 3 power scores an additional point.", + "title": "Want It, Need It!", + "type": "Problem" + }, + { + "allIds": [ + "196" + ], + "color": "Purple", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr196", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Premiere", + "text": "The first player to play a Friend to this Problem gains 2AT.", + "title": "Wrapping Up Winter", + "type": "Problem" + }, + { + "allIds": [ + "197" + ], + "color": "Blue", + "cost": 5, + "flavorText": "", + "hasErrata": true, + "id": "pr197", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Unblinking", + "text": "When this card is put into the discard pile from anywhere, you may search your deck for Dr. Hooves, play it to your home frightened for free, and shuffle your deck.", + "title": "Dr. Hooves", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "198" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr198", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Winged Wonder", + "text": "Swift <> When you play this card to a Problem, you may move up to 3 of your Friends to that Problem for free.", + "title": "Rainbow Dash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "199" + ], + "color": "Orange", + "cost": 5, + "flavorText": "", + "hasErrata": false, + "id": "pr199", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Immense Apple", + "text": "Stubborn <> During faceoffs involving this card, flip an additional card.", + "title": "Big Mac", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "200" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr200", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Heavy Lifter", + "text": "Reaction: When you flip a card, exhaust this card to ignore that card and flip another card.", + "title": "Ship Shape", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "201" + ], + "color": "Pink", + "cost": 5, + "flavorText": "", + "hasErrata": false, + "id": "pr201", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Bonafide", + "text": "Reaction: After your opponent draws a card, exhaust this card to draw 2 cards.", + "title": "Lyra Heartstrings", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "202" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr202", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Barking Mad", + "text": "Your opponents can't confront this card's Problem unless they have at least 3 characters at that Problem.", + "title": "Screwy", + "traits": " Critter, Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "203" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "pr203", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Ursa Vanquisher", + "text": "Studious <> Main Phase: While this card is at a Problem, you may exhaust this card and put it into your hand. If you do, move up to 2 of your opponent's characters home.", + "title": "Twilight Sparkle", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "204" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr204", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Everfree Guru", + "text": "Main Phase: Exhaust this card to draw 2 cards, then put a card from your hand on top of your deck.", + "title": "Zecora", + "traits": " Zebra", + "type": "Friend" + }, + { + "allIds": [ + "205" + ], + "color": "White", + "cost": 5, + "flavorText": "", + "hasErrata": false, + "id": "pr205", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Virtuoso", + "text": "Your opponent must pay +2AT to move a character to or from this card's Problem.", + "title": "Octavia", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "206" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "pr206", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Truly Outrageous", + "text": "When you confront this card's Problem, you may move this card home to score points equal to that Problem's bonus.", + "title": "Rarity", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "207" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "pr207", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Premiere", + "subtitle": "Bird of a Feather", + "text": "Whille this card is at a Problem, your other Friends at that Problem get the Critter trait during any Score Phase.", + "title": "Philomena", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "208" + ], + "color": "Yellow", + "cost": 5, + "flavorText": "", + "hasErrata": false, + "id": "pr208", + "points": 0, + "power": 3, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Premiere", + "subtitle": "Ray of Sunshine", + "text": "Studious, Swift <> While this card is at a Problem, each of your other Yellow characters at that Problem gets +1 power.", + "title": "Princess Celestia", + "traits": " Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "209" + ], + "color": "None", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "pr209", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "set": "Premiere", + "text": "Play to your home. <> Faceoff Reaction: When you win a faceoff, you may dismiss this card to gain 4AT.", + "title": "Heart's Desire", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "210", + "pf7", + "p7" + ], + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "pr210", + "points": 3, + "power": 7, + "rarity": "Ultra-Rare", + "set": "Premiere", + "text": "Villain <> When this card is uncovered, all players discard their hands and draw 3 cards. <> At the start of each player's Troublemaker Phase, that player discards a random card.", + "title": "Nightmare Moon", + "traits": "Epic", + "type": "Troublemaker" + }, + { + "allIds": [ + "211" + ], + "color": "Yellow", + "cost": 4, + "flavorText": "", + "hasErrata": true, + "id": "pr211", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 4, + "set": "Premiere", + "subtitle": "Monster Tamer", + "text": "When you play this card to a Problem, you may banish a Troublemaker there. When this card leaves that Problem, put that banished Troublemaker into play at a Problem and uncover it.", + "title": "Fluttershy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "pf1", + "p1" + ], + "color": "Blue", + "cost": 4, + "flavorText": "", + "hasErrata": true, + "id": "prpf1", + "points": 0, + "power": 3, + "rarity": "Promo", + "requirement": 2, + "set": "Premiere", + "subtitle": "To the Rescue", + "text": "Swift <> Once per faceoff, if you would put a card flipped for a faceoff involving this card on the bottom of your deck, you may put it into your hand instead.", + "title": "Rainbow Dash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "pf2", + "p2" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "prpf2", + "points": 0, + "power": 3, + "rarity": "Promo", + "requirement": 1, + "set": "Premiere", + "subtitle": "Farm Foremare", + "text": "Stubborn <> When you play this card, you may reveal the top 5 cards of your deck. You may put one revealed Resource into your hand. Put all remaining cards at the bottom of your deck in any order.", + "title": "Applejack", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "pf3", + "p3" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "prpf3", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 2, + "set": "Premiere", + "subtitle": "Ear to Ear", + "text": "Random <> Main Phase: Exhaust this card to draw a card.", + "title": "Pinkie Pie", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "pf4", + "p4" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "prpf4", + "points": 0, + "power": 1, + "rarity": "Promo", + "requirement": 2, + "set": "Premiere", + "subtitle": "Research Student", + "text": "Studious <> When you confront this card's Problem, you may move this card home to gain 1AT.", + "title": "Twilight Sparkle", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "pf6", + "p6" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "prpf6", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Premiere", + "subtitle": "Safe Haven", + "text": "Caretaker <> While this card is in your home, your home limit is increased by 2.", + "title": "Fluttershy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "00" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn00", + "points": 2, + "power": 5, + "rarity": "Ultra-Rare", + "set": "Canterlot Nights", + "text": "When this card is uncovered, move it to another Problem. <> At the start of your opponent's Troublemaker Phase, move this card to a Problem with a number of characters equal to or less than the number of characters at this card's Problem.", + "title": "Flutterbat", + "type": "Troublemaker" + }, + { + "allIds": [ + "1", + "f1", + "f1a", + "f1b" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Swift <> At the start of a faceoff involving this card, you may ready an exhausted Friend at this card's Problem.", + "color": "Blue", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn1", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Hanging Out", + "text": "Home Limit 3 <> Any Phase: While there are at least 2 Pegasus Friends at this card's Problem, you may turn this card over.", + "title": "Rainbow Dash", + "traits": "Pegasus", + "type": "Mane" + }, + { + "allIds": [ + "2", + "f5" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Stubborn <> Main Phase: Retire one of your Friends to reveal the top 3 cards of your deck, put a revealed Friend into your hand, and put all other revealed cards into your discard pile.", + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn2", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Apple Vendor", + "text": "Home Limit 3 <> At the start of your Score Phase, you may pay 2AT to give one of your Friends +2 power until the end of turn. <> At the end of your turn, if you have a Friend with at least 5 power, turn this card over.", + "title": "Applejack", + "traits": "Earth Pony", + "type": "Mane" + }, + { + "allIds": [ + "3", + "f6" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Random <> When you confront this card's Problem, you may retire one of your Friends there to dismiss an opponent's Friend there.", + "color": "Pink", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn3", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Pokey Pony", + "text": "Home Limit 3 <> When you end your turn, if this card is at home or a Problem with at least 3 of your Friends, turn it over.", + "title": "Pinkie Pie", + "traits": "Earth Pony", + "type": "Mane" + }, + { + "allIds": [ + "4" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4 <> Opposing characters here have -1 power during Problem faceoffs.", + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn4", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "The Party's Over", + "text": "Home Limit 3 <> When you win a faceoff involving this card, turn this card over.", + "title": "Princess Luna", + "traits": "Alicorn, Royalty", + "type": "Mane" + }, + { + "allIds": [ + "f2", + "f2a", + "f2b" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Studious <> Faceoff: Discard an Event to give this card +3 power until the end of the faceoff.", + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cnf2", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Canterlot Nights", + "subtitle": "Princess of the Night", + "text": "Home Limit 3 <> When you confront this card's Problem, you may pay 2AT to turn this card over.", + "title": "Princess Luna", + "traits": "Alicorn, Royalty", + "type": "Mane" + }, + { + "allIds": [ + "5", + "f7" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Studious <> When you move this card to a Problem, you may move an opponent's Friend to that Problem.", + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn5", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Gala Greeter", + "text": "Home Limit 3 <> When you play an Event, turn this card over and exhaust it.", + "title": "Twilight Sparkle", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "6", + "f3", + "f3a", + "f3b" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Inspired <> When you play a Resource on one of your Friends, that Friend gets +2 power until the end of the turn.", + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn6", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Dressmaker", + "text": "Home Limit 3 <> When you play a Resource on one of your Friends, turn this card over.", + "title": "Rarity", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "7", + "f8" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4, Caretaker <> Main Phase: Pay 1AT to move this card to a Problem that has one of your Critter Friends there.", + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn7", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Friend to Animals", + "text": "Home Limit 3 <> Main Phase: Pay 3AT to turn this card over. <> You pay 1 less action token to turn this card over for each Critter Friend you control.", + "title": "Fluttershy", + "traits": "Pegasus", + "type": "Mane" + }, + { + "allIds": [ + "8" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4 <> Your opponent pays +1AT to play Events.", + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn8", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Mover and Shaker", + "text": "Home Limit 3 <> When you confront this card's Problem with at least 2 other White characters, turn this card over.", + "title": "Rarity", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "f4", + "f4a", + "f4b" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4 <> At the end of your turn, if you have Friends at home in excess of your home limit, you may exhaust this card to put a Friend there into your hand.", + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "cnf4", + "points": 0, + "power": 1, + "rarity": "Fixed", + "set": "Canterlot Nights", + "subtitle": "Hoof Shaker", + "text": "Home Limit 3 <> Main Phase: Exhaust 3 of your Friends to turn this card over.", + "title": "Princess Celestia", + "traits": "Alicorn, Royalty", + "type": "Mane" + }, + { + "allIds": [ + "9", + "f9" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn9", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Buffaloing Buffalo", + "text": "Pumped <> Reaction: After an opponent plays a Friend to this card's Problem, you may spend a card from beneath this card to frighten that Friend.", + "title": "Chief Thunderhooves", + "traits": " Buffalo", + "type": "Friend" + }, + { + "allIds": [ + "10" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn10", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Born Ready", + "text": "Pumped <> At the start of each player's turn, if this card has at least 1 card beneath it, you may ready it.", + "title": "Cipher Splash", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "11" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn11", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Moonlit Colt", + "text": "Main Phase: Exhaust one of your Resources at home to ready this card.", + "title": "Dark Moon", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "12", + "f10" + ], + "color": "Blue", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn12", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Just In Time", + "text": "Faceoff: You may play this card to an area where you have a character involved in a faceoff. If you do, it becomes involved in that faceoff.", + "title": "Dr. Hooves", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "13" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn13", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Vicarious Listener", + "text": "Score Phase: Exhaust another one of your Friends and pay 1AT to give this card +2 power until the end of the phase.", + "title": "Eclair Cr\u00e8me", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "14" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn14", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Blocker", + "text": "Pumped <> While involved in a faceoff, this card has +2 power for each card beneath it.", + "title": "Hairpin Turn", + "traits": " Earth Pony, Foal", + "type": "Friend" + }, + { + "allIds": [ + "15" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn15", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Dizzy Daredevil", + "title": "Orange Swirl", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "16" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn16", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Scrappy Squirt", + "text": "Reaction: After an opponent's Troublemaker is uncovered at this card's Problem, you may challenge that Troublemaker with all your characters there.", + "title": "Pipsqueak", + "traits": " Earth Pony, Foal", + "type": "Friend" + }, + { + "allIds": [ + "17" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn17", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Dashing Mentor", + "text": "Supportive 2.", + "title": "Rainbow Blaze", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "18", + "f11" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn18", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Goosebump Giver", + "text": "Reaction: After an opponent's Friend is frightened, you may exhaust this card to frighten another Friend.", + "title": "Rainbow Dash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "19", + "f12" + ], + "color": "Blue", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn19", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Loyalty", + "text": "Reaction: After an opponent takes an action during their Main Phase, you may pay 1AT to move this card.", + "title": "Rainbow Dash", + "traits": " Pegasus, Unique", + "type": "Friend" + }, + { + "allIds": [ + "20" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn20", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Fast Learner", + "text": "Main Phase: Exhaust this card to move it.", + "title": "Rumble", + "traits": " Pegasus, Foal", + "type": "Friend" + }, + { + "allIds": [ + "21", + "f13" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn21", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Fan Club Founder", + "text": "Supportive 1 <> When you move your Mane Character to a Problem, you may exhaust this card to move this card there.", + "title": "Scootaloo", + "traits": " Pegasus, Foal", + "type": "Friend" + }, + { + "allIds": [ + "22" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": true, + "id": "cn22", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Tale Teller", + "text": "At the end of your draw step, if an opponent's Mane Character is at home, you may draw a card and discard a card.", + "title": "Shooting Star", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "23" + ], + "color": "Blue", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn23", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Drip Dropper", + "text": "Swift.", + "title": "Sprinkle Medley", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "24" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn24", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Caramel Coater", + "title": "Apple Bumpkin", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "25", + "f14" + ], + "color": "Orange", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn25", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Honesty", + "text": "When this card enters play at a Problem, you may dismiss an opponent's Troublemaker at that Problem. <> If an opponent would force you to discard this card, you may put it into play instead.", + "title": "Applejack", + "traits": " Earth Pony, Unique", + "type": "Friend" + }, + { + "allIds": [ + "26", + "f16" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn26", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Applebucker", + "text": "When this card enters play, choose a player. That player puts the top 4 cards of their deck into the discard pile.", + "title": "Applejack", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "27" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn27", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Luggage Lackey", + "text": "Score Phase: Exhaust one of your Resources at home to give this card +2 power until the end of the phase.", + "title": "Bags Valet", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "28" + ], + "color": "Orange", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn28", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Biggest Brother", + "text": "Supportive 2.", + "title": "Big Mac", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "29" + ], + "color": "Orange", + "cost": 5, + "flavorText": "", + "hasErrata": false, + "id": "cn29", + "points": 0, + "power": 4, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Stalwart Soldier", + "text": "If this card would be frightened, you may exhaust it instead.", + "title": "Cherry Fizzy", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "30" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn30", + "points": 0, + "power": 0, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Concerned Mother", + "text": "Supportive 2.", + "title": "Cloudy Quartz", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "31", + "f15" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn31", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Mousy Mare", + "text": "When this card is retired, put it into your hand.", + "title": "Daisy", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "32" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn32", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Pony Pediatrician", + "text": "Main Phase: Exhaust this card. <> While this card is exhausted, you pay 1AT less to rally your Friends (to a minimum of 1AT).", + "title": "Doc Top", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "33" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn33", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Arresting Officer", + "text": "When this card enters play at your home, an opponent reveals their hand. You may choose a Friend card from their hand and they discard that card.", + "title": "Earth Pony Royal Guard", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "34" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn34", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Drill Instructor", + "text": "Pumped <> Main Phase: Spend a card from beneath this card to exhaust all characters at this card's Problem.", + "title": "Fast Clip", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "35", + "f17" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn35", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Beyond Her Garden", + "text": "Stubborn.", + "title": "Golden Harvest", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "36" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn36", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "\\\"A\\\" For Effort", + "text": "Pumped <> During faceoffs involving this card, if this card has at least 1 card beneath it, flip an additional card.", + "title": "Hayseed Turnip Truck", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "37", + "f18" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn37", + "points": 0, + "power": 1, + "rarity": "Rare", + "set": "Canterlot Nights", + "subtitle": "Doughnuteer", + "text": "Main Phase: Exhaust this card and pay 1AT to reveal a card from your hand and banish it to beneath one of your Friends with Pumped.", + "title": "Joe", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "38" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn38", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Juggernaut", + "text": "Pumped <> While this card has at least 1 card beneath it, it can't be dismissed or frightened.", + "title": "Steam Roller", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "39" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn39", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Really Rambunctious", + "text": "Random.", + "title": "Aura", + "traits": " Earth Pony, Foal", + "type": "Friend" + }, + { + "allIds": [ + "40", + "f19" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn40", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Wandering Partier", + "text": "This card enters play exhausted. <> Main Phase: Exhaust this card and put it into your hand to dismiss an exhausted Friend.", + "title": "Cheese Sandwich", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "41" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn41", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Prismatic Poet/Musician", + "title": "Purple Waters", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "42" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn42", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Sight Seer", + "text": "Pumped <> Main Phase: Spend a card from beneath this card to draw 2 cards.", + "title": "Globe Trotter", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "43", + "f20" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn43", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Panicked Pony", + "text": "When this card enters play, you may retire one of your Friends to add that Friend's power to this card's power until the end of the turn.", + "title": "Lily", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "44" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn44", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Charming Cheerer", + "text": "While an opponent's Mane Character is at home, this card has +1 power.", + "title": "Lucky Star", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "45" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn45", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Big Daddy", + "text": "Supportive 4.", + "title": "Hondo Flanks", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "46", + "f21" + ], + "color": "Pink", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn46", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Laughter", + "text": "When this card enters play, you may reveal the top card of your deck. If you do, reveal cards from the top of your deck until you reveal a number of Friends equal to that card's printed power. Put any number of revealed Pink Friends into your hand and shuffle all other revealed cards into your deck. All opponents draw 1 card for each Friend you put into your hand.", + "title": "Pinkie Pie", + "traits": " Earth Pony, Unique", + "type": "Friend" + }, + { + "allIds": [ + "47" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn47", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Bowl'em Over", + "text": "When this card enters play, you may retire one of your Friends to gain a number of action tokens equal to that Friend's cost.", + "title": "Pinny Lane", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "48" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn48", + "points": 0, + "power": 1, + "rarity": "Rare", + "set": "Canterlot Nights", + "subtitle": "Striking!", + "text": "When this card enters play at a problem, each player shuffles their deck and draws a card.", + "title": "Sassaflash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "49" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn49", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Deep Thinker", + "text": "Main Phase: Exhaust this card. <> While this card is exhausted, your opponent needs +2 power to confront this card's Problem.", + "title": "Snails", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "50" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn50", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Schemer", + "text": "Pumped <> Main Phase: Exhaust this card and spend 2 cards from beneath it to dismiss an opponent's Friend at this card's Problem.", + "title": "Snips", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "51", + "f22" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn51", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Problem Solvers", + "text": "Main Phase: Exhaust and retire this card to replace its Problem.", + "title": "Snips & Snails", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "52" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn52", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Fun-loving Debutante", + "text": "Pumped <> This card has +1 power for each card beneath it.", + "title": "Swan Song", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "53" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn53", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Crystal Librarian", + "text": "Pumped <> When you win a faceoff involving this card, you may spend any number of cards from beneath this card to gain 1AT for each card you spent.", + "title": "Amethyst Maresbury", + "traits": " Earth Pony, Crystal, Elder", + "type": "Friend" + }, + { + "allIds": [ + "54", + "f23" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn54", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Literate Lookout", + "text": "Main Phase: Retire this card to move all other characters at its Problem home. Characters can't be moved or played to that Problem for the rest of the turn.", + "title": "Canterlot Archive Guard", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "55" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn55", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Geography Nut", + "title": "Compass Star", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "56" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn56", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Dance Teacher", + "text": "Reaction: After an opponent's Friend is moved to this card's Problem, you may exhaust this card to move a different character there home.", + "title": "Four Step", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "57", + "f24" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "cn57", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Clocked Up", + "text": "Reaction: At the end of a Troublemaker Phase, you may retire this card to start a new Troublemaker Phase.", + "title": "Minuette", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "58" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn58", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Time Master", + "text": "Pumped <> Faceoff: Spend a card from beneath this card to give this card +4 power until the end of the faceoff.", + "title": "Perfect Pace", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "59", + "pf1", + "p1" + ], + "color": "Purple", + "cost": 4, + "flavorText": "", + "hasErrata": true, + "id": "cn59", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Night Mare", + "text": "When this card enters play at a Problem, frighten a Friend there.", + "title": "Princess Luna", + "traits": " Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "60" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn60", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Studious Scribe", + "text": "Studious.", + "title": "Sealed Scroll", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "61", + "f25" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn61", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Captain of the Guard", + "text": "Reaction: After you move this card to a Problem, you may exhaust this card to turn a Troublemaker there face-down.", + "title": "Shining Armor", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "62", + "f26" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn62", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Assistant Librarian", + "text": "Main Phase: Exhaust this card to look at the bottom 2 cards of your deck. You may put 1 of them on top of your deck.", + "title": "Spike", + "traits": " Dragon", + "type": "Friend" + }, + { + "allIds": [ + "63" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn63", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Space Cadet", + "text": "Faceoff: Exhaust one of your Resources at home to give this card +2 power until the end of the faceoff.", + "title": "Starry Eyes", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "64" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn64", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Council Colt", + "text": "Pumped <> Reaction: After an opponent plays or moves a Friend to this card's Problem, you may spend a card from beneath this card to move that Friend home.", + "title": "Tall Order", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "65", + "f27" + ], + "color": "Purple", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn65", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Magic", + "text": "You pay 1AT less to play Events. <> When you play an Event, look at the top card of your deck. You may put that card on the bottom of your deck.", + "title": "Twilight Sparkle", + "traits": " Unicorn, Unique", + "type": "Friend" + }, + { + "allIds": [ + "66" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn66", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Proud Mom", + "text": "Supportive 2.", + "title": "Twilight Velvet", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "67" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn67", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Magical Mentor", + "text": "Supportive 1.", + "title": "Zecora", + "traits": " Zebra", + "type": "Friend" + }, + { + "allIds": [ + "68" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn68", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Fancy Cooker", + "text": "Supportive 2 <> Opponents can't move this card or your Mane Character.", + "title": "Cookie Crumbles", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "69", + "pf2", + "p2" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn69", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Fashion Apprentice", + "text": "Pumped <> Main Phase: Spend a card from beneath this card to give another character +4 power until the end of the turn.", + "title": "Coco Pommel", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "70" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn70", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Trendy Follower", + "text": "Supportive 1 <> While involved in a faceoff, this card also has Supportive 2.", + "title": "Fleur Dis Lee", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "71" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn71", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Cloud Crafter", + "text": "You may play this card from your discard pile.", + "title": "Foggy Fleece", + "traits": " Pegasus, Elder", + "type": "Friend" + }, + { + "allIds": [ + "72" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn72", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Fast Talker", + "text": "Main Phase: Pay 1AT to exhaust this card. <> While this card is exhausted, your opponent must pay +1AT to play or move a character to this card's Problem.", + "title": "Golden Gavel", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "73" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn73", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Fashion Critic", + "text": "Main Phase: Exhaust this card to put all cards from beneath a Friend with Pumped into the discard pile.", + "title": "Hoity Toity", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "74", + "f28" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn74", + "points": 0, + "power": 1, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Star Cellist", + "text": "Main Phase: Exhaust one of your Resources at home to give this card +2 power until the end of the phase.", + "title": "Octavia", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "75" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn75", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Picture Perfect Pony", + "text": "Pumped <> When you win a faceoff involving this card, you may spend a card from beneath it to banish an opponent's Friend.", + "title": "Photo Finish", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "76" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn76", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Fond of Fronds", + "title": "Prim Posy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "77", + "f29" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn77", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Dragon Charmer", + "text": "Inspired <> When you win a Troublemaker faceoff involving this card, score an additional point.", + "title": "Rarity", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "78", + "f30" + ], + "color": "White", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn78", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Generosity", + "text": "When this card enters play you may choose 2 White Friends from your discard pile. An opponent chooses 1 to put into your hand. You may put the other into play at your home.", + "title": "Rarity", + "traits": " Unicorn, Unique", + "type": "Friend" + }, + { + "allIds": [ + "79", + "f31" + ], + "color": "White", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn79", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "subtitle": "Fainthearted Filly", + "text": "Reaction: After one of your Friends is retired, you may exhaust this card. If you do, put another Friend from your discard pile into your hand.", + "title": "Roseluck", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "80" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn80", + "points": 0, + "power": 2, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Costume Changer", + "text": "Main Phase: Retire an Accessory on this card to play an Accessory on this card for free.", + "title": "Sapphire Shores", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "81" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn81", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Art Curator", + "text": "Inspired.", + "title": "Silver Frames", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "82" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn82", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Stanchion Stallion", + "text": "When an opponent moves a Friend to this card's Problem, that opponent may pay 1AT. If they don't, exhaust that Friend.", + "title": "Twilight Sky", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "83", + "f32" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn83", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Serious Business", + "text": "Supportive 2.", + "title": "Angel", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "84" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn84", + "points": 0, + "power": 1, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Too Flexible", + "text": "During a faceoff involving this card, if you would put a flipped Friend card on the bottom of your deck, you may retire this card and pay 2AT to put that Friend into play at this card's Problem instead.", + "title": "Blossomforth", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "85" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn85", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "M.D.", + "text": "Pumped <> Each of your other Friends at this card's Problem have +1 power for each card beneath this card.", + "title": "Doctor Horse", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "86" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn86", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Soaring Raptor", + "text": "Pumped <> Reaction: After the start of any phase, you may spend a card from beneath this card to move this card.", + "title": "Eagle", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "87" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn87", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Au Pair", + "text": "While an opponent's Mane Character is at home, each of your other characters at this card's Problem have +1 power.", + "title": "Fine Line", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "88", + "f33" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn88", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Critter Caregiver", + "text": "Critter Friends don't count towards your home limit.", + "title": "Fluttershy", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "89", + "f34" + ], + "color": "Yellow", + "cost": 6, + "flavorText": "", + "hasErrata": false, + "id": "cn89", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 6, + "set": "Canterlot Nights", + "subtitle": "Element of Kindness", + "text": "When this card enters play you may search your deck for up to 2 Critter Friends and put them into your hand. <> Faceoff: Discard a Critter Friend to give a Friend +2 power until the end of the faceoff.", + "title": "Fluttershy", + "traits": " Pegasus, Unique", + "type": "Friend" + }, + { + "allIds": [ + "90" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn90", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Cat Hoarder", + "text": "Main Phase: Exhaust this card. <> While this card is exhausted, your Critter Friends at its Problem each have +1 power.", + "title": "Goldie Delicious", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "91" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn91", + "points": 0, + "power": 1, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Sweetheart", + "text": "Caretaker.", + "title": "Lemon Hearts", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "92" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn92", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Boundless Energy", + "text": "When this card enters play at a Problem, you may dismiss a Resource on a Friend at that Problem.", + "title": "Liza Doolots", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "93", + "f35" + ], + "color": "Yellow", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn93", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Mild Manticore", + "text": "When this card enters play, dismiss a Resource.", + "title": "Manny Roar", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "94" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn94", + "points": 0, + "power": 3, + "rarity": "Common", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Dessertier", + "text": "Supportive 1 <> Your Mane Character has +1 power while at a Problem with this card.", + "title": "Mrs. Cake", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "95" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn95", + "points": 0, + "power": 3, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Cantankerous Caretaker", + "text": "Pumped <> Reaction: After the start of a Score Phase, you may spend a card from beneath this card to put an opponent's Friend into its owner's hand.", + "title": "Nurse Redheart", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "96", + "f36" + ], + "color": "Yellow", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn96", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Bringer of Light", + "text": "When this card enters play at a Problem, you may unfrighten or ready a Friend.", + "title": "Princess Celestia", + "traits": " Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "97" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn97", + "points": 0, + "power": 1, + "rarity": "Common", + "set": "Canterlot Nights", + "subtitle": "Scrounger", + "text": "Main Phase: Exhaust one of your Resources at home to move this card.", + "title": "Raccoon", + "traits": " Critter", + "type": "Friend" + }, + { + "allIds": [ + "98" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn98", + "points": 0, + "power": 2, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Amiable Aviator", + "title": "Whitewash", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "99" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn99", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Reaction: After an opponent plays a Friend to a Problem with one of your face-down Troublemakers, uncover that Troublemaker.", + "title": "A Major Problem", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "100" + ], + "color": "Yellow", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn100", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Put an opponent's Friend or Resource into its owner's hand.", + "title": "Anything I Can Do To Help?", + "type": "Event" + }, + { + "allIds": [ + "101" + ], + "color": "Blue", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn101", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Challenge an opponent's Troublemaker with one of your characters.", + "title": "Biff! Pow!", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "102" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn102", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 5, + "set": "Canterlot Nights", + "text": "Reaction: After an opponent plays a Friend, put that Friend into its owner's hand.", + "title": "Critter Stampede", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "103" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn103", + "points": 0, + "power": 6, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Main Phase: Banish this card to beneath one of your Friends with Pumped.", + "title": "Eep!", + "type": "Event" + }, + { + "allIds": [ + "104" + ], + "color": "White", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn104", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Start a faceoff involving one of your Friends and an opponent's Friend with equal or greater power. The winner of the faceoff scores a point.", + "title": "Fashion Week", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "105", + "pf6", + "p6" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn105", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Reaction: After the start of a faceoff, all players shuffle their decks.", + "title": "Furry Free-for-All", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "106" + ], + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn106", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Start a faceoff involving one of your Friends and an opponent's Friend with equal or greater power. The winner looks at their opponent's hand and chooses a card. That player puts that card on top of their deck.", + "title": "Hoofwrasslin'", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "107" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn107", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 4, + "set": "Canterlot Nights", + "text": "Problem Faceoff: Choose a Friend in your discard pile. Put it into play at a Problem where a faceoff is being resolved. At the end of the faceoff, banish that Friend.", + "title": "I Got a Golden Ticket!", + "type": "Event" + }, + { + "allIds": [ + "108", + "pf4", + "p4" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn108", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Main Phase: Choose odd or even and then reveal the top card of your deck. If that card's printed power matches your choice, gain 1AT and draw a card. Otherwise, draw a card.", + "title": "In Your Dreams", + "type": "Event" + }, + { + "allIds": [ + "109" + ], + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn109", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Start a faceoff involving one of your Friends and an opponent's Friend with equal or greater power. The winner of the faceoff gains 1AT.", + "title": "Magic Duel", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "110", + "f37" + ], + "color": "None", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn110", + "points": 0, + "power": 3, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "Troublemaker Faceoff: Frighten a Friend involved in the faceoff.", + "title": "Mane-Raising Experience", + "type": "Event" + }, + { + "allIds": [ + "111" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn111", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Main Phase: Draw a card for each action token your opponent has, then discard the same number of cards.", + "title": "Nice Moves, Kid", + "type": "Event" + }, + { + "allIds": [ + "112" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn112", + "points": 0, + "power": 2, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Main Phase: Banish a Friend with 2 or less power.", + "title": "Not On the List", + "type": "Event" + }, + { + "allIds": [ + "113" + ], + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn113", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Unfrighten a Friend.", + "title": "Nothing to Be Afraid Of", + "type": "Event" + }, + { + "allIds": [ + "114", + "f38" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn114", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Reaction: After an opponent plays or moves a character, exhaust that character.", + "title": "Plum Tuckered Out", + "type": "Event" + }, + { + "allIds": [ + "115", + "f39" + ], + "color": "Pink", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn115", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Start a faceoff involving one of your Friends and an opponent's Friend with equal or greater power. At the end of the faceoff, the loser dismisses one of their Friends that was involved.", + "title": "Rock, Paper, Scissors, Shoot!", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "116", + "f40" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn116", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 4, + "set": "Canterlot Nights", + "text": "Main Phase: Choose a Problem. Your opponent moves one of their Friends away from that Problem. If you control Princess Luna, gain 1AT.", + "title": "ROYAL CANTERLOT VOICE", + "type": "Event" + }, + { + "allIds": [ + "117" + ], + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn117", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Start a faceoff involving one of your Friends and an opponent's Friend with equal or greater power. At the end of the faceoff, the loser puts one of their Friends that was involved into its owner's hand.", + "title": "Staring Contest", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "118" + ], + "color": "None", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn118", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Canterlot Nights", + "text": "Main Phase: Choose a Yellow or White character. That character gets +1 Yellow and +1 White until the end of the phase.", + "title": "The Best of Friends", + "type": "Event" + }, + { + "allIds": [ + "119", + "f41" + ], + "color": "None", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn119", + "points": 0, + "power": 5, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "Faceoff: If you have Rainbow Dash or Applejack involved in this faceoff, flip an additional card. If you have Rainbow Dash and Applejack involved in this faceoff, flip 2 additional cards instead.", + "title": "The Brave and the Bold", + "type": "Event" + }, + { + "allIds": [ + "120" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn120", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 4, + "set": "Canterlot Nights", + "text": "Main Phase: Challenge an opponent's face-up Troublemaker with all your characters at its Problem.", + "title": "The Hard Way", + "traits": "Showdown", + "type": "Event" + }, + { + "allIds": [ + "121" + ], + "color": "None", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn121", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Canterlot Nights", + "text": "Main Phase: Choose a Blue or Purple character. That character gets +1 Blue and +1 Purple until the end of the phase.", + "title": "The Magic of Adventure", + "type": "Event" + }, + { + "allIds": [ + "122", + "f42" + ], + "color": "None", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn122", + "points": 0, + "power": 5, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "Faceoff: If you have Princess Luna or Princess Celestia involved in this faceoff, flip an additional card. If you have Princess Luna and Princess Celestia involved in this faceoff, flip 2 additional cards instead.", + "title": "The Sun and the Moon", + "type": "Event" + }, + { + "allIds": [ + "123" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn123", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Frighten a Friend with 2 or less power.", + "title": "Thunderclap", + "type": "Event" + }, + { + "allIds": [ + "124", + "pf10", + "p10" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn124", + "points": 0, + "power": 2, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Main Phase: Dismiss a Friend with at least 4 power.", + "title": "Too Much Fun", + "type": "Event" + }, + { + "allIds": [ + "125" + ], + "color": "Pink", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn125", + "points": 0, + "power": 3, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Dismiss all Friends with printed power of 0.", + "title": "Very Startling", + "type": "Event" + }, + { + "allIds": [ + "126" + ], + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn126", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Reaction: After an opponent plays a Resource on a Friend, that opponent reattaches that Resource to another Friend.", + "title": "Wardrobe Malfunction", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "127" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn127", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Until the end of the phase, you may play Friends and Resources from your discard pile. If a Friend or Resource would enter your discard pile this phase, banish it instead. Banish this card.", + "title": "What's Old is New Again", + "type": "Event" + }, + { + "allIds": [ + "128" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn128", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Main Phase: Put an exhausted Friend on top of its owner's deck.", + "title": "You've Been Up All Night", + "type": "Event" + }, + { + "allIds": [ + "129" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn129", + "points": 0, + "power": 4, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Play on a Troublemaker. <> That Troublemaker has +2 power.", + "title": "A Fiery Temper", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "130", + "f43" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn130", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play on a Friend. <> While that Friend is at a Problem, that Problem has 0 bonus points.", + "title": "Apple Cider", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "131" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn131", + "points": 0, + "power": 4, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on an opponent's ready Friend. <> That Friend can't be exhausted.", + "title": "Bed Rest", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "132" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn132", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card to uncover one of your Troublemakers.", + "title": "Bell Tower", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "133" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn133", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card to banish an Event from your hand to beneath this card. <> Reaction: After the start of a faceoff, you may exhaust this card to put a banished card from beneath this card on the top of your deck and gain 1AT.", + "title": "Canterlot Archives", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "134" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn134", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to banish an opponent's Friend to beneath this card. <> Main Phase: Pay 2AT to dismiss this card and put any cards beneath it into play at their owners' homes. Any player may activate this ability.", + "title": "Canterlot Hedge Maze", + "traits": "Location, Unique", + "type": "Resource" + }, + { + "allIds": [ + "135" + ], + "color": "None", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn135", + "points": 0, + "power": 6, + "rarity": "Common", + "set": "Canterlot Nights", + "text": "Play on a Friend. <> That Friend has +1 power and is also White. <> Main Phase: Pay 1AT to reattach this card to another Friend.", + "title": "Chic Beret", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "136", + "f44" + ], + "color": "Pink", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn136", + "points": 0, + "power": 5, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on a Friend. <> When that Friend becomes exhausted, dismiss it.", + "title": "Chicken Costume", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "137", + "f45" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn137", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on one of your Friends. <> Your opponent must pay +1AT to move a character to that Friend's Problem. <> Main Phase: Pay 1AT to reattach this card to another one of your Friends.", + "title": "Combat Hat", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "138" + ], + "color": "None", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "cn138", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "text": "Play on one of your Friends. <> Main Phase: Exhaust that Friend to give your Friends Pink until the end of the phase.", + "title": "Funny Glasses", + "traits": "Accessory", + "type": "Resource" + }, + { + "allIds": [ + "139", + "f46" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn139", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Play on a Troublemaker. <> If a player loses a faceoff involving that Troublemaker and would send a Friend home, they dismiss that Friend instead.", + "title": "Go, Feed!", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "140", + "f47" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn140", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on a Problem. <> Main Phase: Exhaust this card and pay 1AT to move an opponent's character away from that Problem.", + "title": "I Just Can't Decide!", + "traits": "Report", + "type": "Resource" + }, + { + "allIds": [ + "141" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn141", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Spend a card from beneath one of your Friends with Pumped to give that Friend +2 power until the end of the turn.", + "title": "Joe's Doughnut Shop", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "142" + ], + "color": "Purple", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn142", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Play to your home. <> When you score a Problem's bonus points, banish the top card of your deck to beneath this card. <> Main Phase: Spend all the cards beneath this card and retire it to gain a number of action tokens equal to the number of cards spent.", + "title": "Learned Lessons", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "143" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn143", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to search your deck for a Troublemaker, reveal it, put it into your hand, and shuffle your deck.", + "title": "Monstrous Cave", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "144" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn144", + "points": 0, + "power": 5, + "rarity": "Common", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Play to your home. <> Reaction: After the start of your Troublemaker Phase, you may exhaust this card and pay 2AT to turn a Troublemaker face-down.", + "title": "Monstrous Manual", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "145" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "cn145", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. <> When this card enters play, draw a card. <> At the start of each player's turn, that player draws an additional card.", + "title": "Pie Family Rock Farm", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "146" + ], + "color": "White", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn146", + "points": 0, + "power": 4, + "rarity": "Uncommon", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. <> Reaction: After an opponent plays a Troublemaker, you may exhaust this card and pay 1AT to move that face-down Troublemaker to another Problem.", + "title": "Private Party", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "147" + ], + "color": "Yellow", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn147", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on an opponent's Troublemaker. <> When you defeat that Troublemaker, you may add its power to your next faceoff this turn.", + "title": "Reformed", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "148" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn148", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Reaction: After the start of a Faceoff, you may exhaust this card to put a card from your hand on the top of your deck.", + "title": "Snooty Boutique", + "traits": "Location", + "type": "Resource" + }, + { + "allIds": [ + "149" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn149", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play on an opponent's non-Epic Troublemaker. <> That Troublemaker loses and can't gain abilities during your Troublemaker Phase.", + "title": "Soothe the Savage Beast", + "traits": "Condition", + "type": "Resource" + }, + { + "allIds": [ + "150" + ], + "color": "Blue", + "cost": 1, + "flavorText": "", + "hasErrata": true, + "id": "cn150", + "points": 0, + "power": 5, + "rarity": "Uncommon", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Reaction: After a Troublemaker is played, you may exhaust this card to ready one of your characters.", + "title": "The High Ground", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "151", + "f48" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn151", + "points": 0, + "power": 6, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play on an opponent's Mane Character. <> During the Score Phase, if that Mane Character is at home, that opponent's Friends each have -1 power.", + "title": "The Twilicane", + "traits": "Accessory, Unique", + "type": "Resource" + }, + { + "allIds": [ + "152" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn152", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card and pay 1AT to frighten an opponent's Friend at a Problem. <> While this card is exhausted, that card can't be unfrightened. <> Main Phase: Exhaust 2 of your characters to dismiss this card. Any player may activate this ability.", + "title": "Train Tracks", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "153", + "pf8", + "p8" + ], + "color": "Orange", + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn153", + "points": 0, + "power": 4, + "rarity": "Rare", + "requirement": 1, + "set": "Canterlot Nights", + "text": "Play to your Home. <> When a Troublemaker is played, banish the top card of your deck to beneath this card. <> Main Phase: Spend a card from beneath this card to move one of your characters to a Problem with a Troublemaker.", + "title": "Varmint Barricade", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "154" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn154", + "points": 0, + "power": 4, + "rarity": "Common", + "requirement": 2, + "set": "Canterlot Nights", + "text": "Play to your home. <> Main Phase: Exhaust this card and one of your characters to add that character's power to another character's power until the end of the turn.", + "title": "Vittles Stand", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "155" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn155", + "points": 0, + "power": 5, + "rarity": "Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play on a Friend. <> Reaction: After an opponent's Friend enters play at that Friend's Problem, you may retire this Resource to exhaust the played Friend.", + "title": "Welcome Wagon", + "traits": "Asset", + "type": "Resource" + }, + { + "allIds": [ + "156", + "f49" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn156", + "points": 2, + "power": 5, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "Main Phase: Pay 4AT to dismiss an opponent's Friend. This card is sent to that Friend's controller's home and they gain control of it.", + "title": "\\\"Princess Mi Amore Cadenza\\\"", + "type": "Troublemaker" + }, + { + "allIds": [ + "157" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn157", + "points": 1, + "power": 3, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "When you play this card to a Problem, you may retire a Friend there to uncover this card. <> When this card is uncovered, all players shuffle their discard piles into their decks.", + "title": "Changeling Infiltrator", + "type": "Troublemaker" + }, + { + "allIds": [ + "158", + "f50" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn158", + "points": 2, + "power": 6, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "text": "When you play this card to a Problem, you may retire a Troublemaker you control there to uncover this card.", + "title": "Changeling Swarm", + "type": "Troublemaker" + }, + { + "allIds": [ + "159" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn159", + "points": 1, + "power": 0, + "rarity": "Common", + "set": "Canterlot Nights", + "text": "Players can't challenge this Troublemaker unless they have at least 3 Friends at its Problem.", + "title": "Jet Set & Upper Crust", + "type": "Troublemaker" + }, + { + "allIds": [ + "160" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn160", + "points": 1, + "power": 4, + "rarity": "Common", + "set": "Canterlot Nights", + "text": "When this card is uncovered, you may move it to another Problem.", + "title": "Lightning Dust", + "type": "Troublemaker" + }, + { + "allIds": [ + "161" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn161", + "points": 3, + "power": 5, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "text": "When this card is uncovered, you may frighten a Friend at its Problem.", + "title": "Pony of Shadows", + "type": "Troublemaker" + }, + { + "allIds": [ + "162" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn162", + "points": 2, + "power": 4, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "text": "When a player challenges this card, that player moves one of their characters at this card's Problem home.", + "title": "Prince Blueblood", + "type": "Troublemaker" + }, + { + "allIds": [ + "163", + "f51" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn163", + "points": 2, + "power": 6, + "rarity": "Uncommon", + "set": "Canterlot Nights", + "text": "At the start of your opponent's Troublemaker Phase, they may pay 2AT to turn this card face-down.", + "title": "Red Dragon", + "type": "Troublemaker" + }, + { + "allIds": [ + "164", + "f52" + ], + "cost": 0, + "flavorText": "", + "hasErrata": true, + "id": "cn164", + "points": 2, + "power": 5, + "rarity": "Rare", + "set": "Canterlot Nights", + "text": "When this Troublemaker is uncovered, you may pay 3AT. If you do, banish an opposing Friend or Resource to beneath this card. Otherwise, dismiss this card. <> When this card leaves play or is turned face-down, put any cards beneath it into their owner's hand.", + "title": "Sunset Shimmer", + "type": "Troublemaker" + }, + { + "allIds": [ + "165" + ], + "color": "Blue", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn165", + "opponentConfrontReq": 8, + "points": 2, + "power": 0, + "rarity": "Rare", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Canterlot Nights", + "text": "When a player confronts this Problem, that player may pay 1AT to frighten an opponent's Friend here.", + "title": "800 Years of Sweltering Heat", + "type": "Problem" + }, + { + "allIds": [ + "166" + ], + "color": "White", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn166", + "opponentConfrontReq": 8, + "points": 3, + "power": 0, + "rarity": "Common", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Canterlot Nights", + "text": "When this Problem enters play, its owner may reattach a Resource from one of their Friends to another one of their Friends.", + "title": "A Stitch in Time", + "type": "Problem" + }, + { + "allIds": [ + "167" + ], + "color": "Purple", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn167", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. At the start of this card's owner's turn, if their Mane Character is here, they may look at the top 2 cards of their deck and put them back in any order.", + "title": "Ancient Research", + "type": "Problem" + }, + { + "allIds": [ + "168" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn168", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. While involved in a Problem faceoff, this card's owner's Mane Character has +2 power.", + "title": "Applebucking Day", + "type": "Problem" + }, + { + "allIds": [ + "169" + ], + "color": "White", + "confrontReq1": 3, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn169", + "opponentConfrontReq": 7, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "White", + "req2Color": "Yellow", + "set": "Canterlot Nights", + "text": "Characters with Accessories on them here have +1 power.", + "title": "Attitude and Pizzazz!", + "type": "Problem" + }, + { + "allIds": [ + "170" + ], + "color": "Blue", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn170", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. While involved in a faceoff, this card's owner's Mane Character has +1 power.", + "title": "Bottom of the Well", + "type": "Problem" + }, + { + "allIds": [ + "171" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn171", + "opponentConfrontReq": 4, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Canterlot Nights", + "text": "Players can't confront this Problem unless they have at least 4 characters here.", + "title": "Cheering Up a Friend", + "type": "Problem" + }, + { + "allIds": [ + "172" + ], + "color": "Yellow", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn172", + "opponentConfrontReq": 8, + "points": 2, + "power": 0, + "rarity": "Rare", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Canterlot Nights", + "text": "When a Troublemaker is played here, that Troublemaker's owner may put a Friend here into its owner's hand.", + "title": "Cockatrice on the Loose", + "type": "Problem" + }, + { + "allIds": [ + "173" + ], + "color": "Yellow", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn173", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. While at this Problem, this card's owner's Mane Character has +1 power during the Main Phase.", + "title": "Comforting Critters", + "type": "Problem" + }, + { + "allIds": [ + "174" + ], + "color": "Blue", + "confrontReq1": 3, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn174", + "opponentConfrontReq": 7, + "points": 2, + "power": 0, + "rarity": "Common", + "req1Color": "Blue", + "req2Color": "Purple", + "set": "Canterlot Nights", + "text": "Characters here have Swift.", + "title": "Crash Course", + "type": "Problem" + }, + { + "allIds": [ + "175" + ], + "color": "Yellow", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn175", + "opponentConfrontReq": 9, + "points": 3, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Yellow", + "req2Color": "White", + "set": "Canterlot Nights", + "text": "When a player confronts this Problem, that player puts one of their Friends here into its owner's hand.", + "title": "Dark Dank Dungeon", + "type": "Problem" + }, + { + "allIds": [ + "176" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn176", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. This card's owner may exhaust their Mane Character at a Problem to look at the top card of that Problem's deck and may put that card on the bottom of that deck.", + "title": "Goof Off", + "type": "Problem" + }, + { + "allIds": [ + "177" + ], + "color": "Pink", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn177", + "opponentConfrontReq": 8, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Canterlot Nights", + "text": "When a player confronts this Problem, that player reveals the top card of their deck. If it's a Friend, they put it into their hand. Otherwise, they put it in the discard pile.", + "title": "Frown Town", + "type": "Problem" + }, + { + "allIds": [ + "178" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn178", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Rare", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Canterlot Nights", + "text": "When this Problem enters play, each player discards a card for each action token they have.", + "title": "Fruit Bat Roundup", + "type": "Problem" + }, + { + "allIds": [ + "179" + ], + "color": "Purple", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn179", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Canterlot Nights", + "text": "Main Phase: Pay 1AT to move your opponent's Mane Character here. Any player may activate this ability.", + "title": "Greeting Lots of Folks With Clout", + "type": "Problem" + }, + { + "allIds": [ + "180" + ], + "color": "Yellow", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn180", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Yellow", + "req2Color": "NotYellow", + "set": "Canterlot Nights", + "text": "Friends with Resources on them can't be moved here.", + "title": "Hungry Hungry House Guest", + "type": "Problem" + }, + { + "allIds": [ + "181" + ], + "color": "Purple", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn181", + "opponentConfrontReq": 9, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "Blue", + "set": "Canterlot Nights", + "text": "The first time a player plays a Friend here each turn, that player may ready another Friend here.", + "title": "Impress the Inspector", + "type": "Problem" + }, + { + "allIds": [ + "182" + ], + "color": "Purple", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn182", + "opponentConfrontReq": 8, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Purple", + "req2Color": "NotPurple", + "set": "Canterlot Nights", + "text": "When a player confronts this Problem, that player moves a character here home.", + "title": "Lost in the Crystal Caves", + "type": "Problem" + }, + { + "allIds": [ + "183" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn183", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Canterlot Nights", + "text": "When this Problem is solved, dismiss a random Friend here.", + "title": "Out of Control", + "type": "Problem" + }, + { + "allIds": [ + "184" + ], + "color": "White", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn184", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Canterlot Nights", + "text": "Friends without Resources on them can't be moved here.", + "title": "Royal Dress Rehearsal", + "type": "Problem" + }, + { + "allIds": [ + "185" + ], + "color": "White", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn185", + "opponentConfrontReq": 5, + "points": 1, + "power": 0, + "rarity": "Uncommon", + "req1Color": "White", + "req2Color": "NotWhite", + "set": "Canterlot Nights", + "startingProblem": true, + "text": "Starting Problem. When this card's owner wins a faceoff involving their Mane Character, that player may exhaust that Mane Character to score an additional point.", + "title": "Social Obligations", + "type": "Problem" + }, + { + "allIds": [ + "186" + ], + "color": "Blue", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn186", + "opponentConfrontReq": 4, + "points": 1, + "power": 0, + "rarity": "Common", + "req1Color": "Blue", + "req2Color": "NotBlue", + "set": "Canterlot Nights", + "text": "When a Troublemaker is played here, its controller may pay 2AT to uncover it.", + "title": "Storming the Villain's Lair", + "type": "Problem" + }, + { + "allIds": [ + "187" + ], + "color": "Orange", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn187", + "opponentConfrontReq": 8, + "points": 2, + "power": 0, + "rarity": "Uncommon", + "req1Color": "Orange", + "req2Color": "NotOrange", + "set": "Canterlot Nights", + "text": "Once this Problem has been confronted, Troublemakers can't be played here.", + "title": "Threat Against Canterlot", + "type": "Problem" + }, + { + "allIds": [ + "188" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 1, + "flavorText": "", + "hasErrata": false, + "id": "cn188", + "opponentConfrontReq": 4, + "points": 2, + "power": 0, + "rarity": "Rare", + "req1Color": "Pink", + "req2Color": "NotPink", + "set": "Canterlot Nights", + "text": "Problem Faceoff: Any player with a character involved in a Problem faceoff here may move a character here from another Problem.", + "title": "Too Many Pinkie Pies", + "type": "Problem" + }, + { + "allIds": [ + "189" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4 <> When this side of the card is turned face up, you may search your deck for an Event, reveal it, put it into your hand, and shuffle your deck. <> At the start of your Main Phase, you may reveal the top card of your deck. If you do, reveal a card from your hand. If the printed power of the card from your hand is greater, put the card revealed from your deck into your hand and turn this card over.", + "color": "Purple", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn189", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "set": "Canterlot Nights", + "subtitle": "Dream Catcher", + "text": "Home Limit 4. <> Main Phase: Pay 3AT to turn this card over.", + "title": "Princess Luna", + "traits": "Alicorn, Royalty", + "type": "Mane" + }, + { + "allIds": [ + "190" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4 <> When this side of the card is turned face up, you may ready a Resource. <> Main Phase: Retire one of your Resources to add its power to one of your Yellow Friends until the end of this turn and turn this card over.", + "color": "Yellow", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn190", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "set": "Canterlot Nights", + "subtitle": "Equestrian Leader", + "text": "Home Limit 4 <> Main Phase: Pay 3AT to turn this card over.", + "title": "Princess Celestia", + "traits": "Alicorn, Royalty", + "type": "Mane" + }, + { + "allIds": [ + "191" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn191", + "points": 0, + "power": 3, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Adventure Writer", + "text": "Main Phase: Exhaust this card to draw 2 cards, then discard 2 cards.", + "title": "A. K. Yearling", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "192" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn192", + "points": 0, + "power": 4, + "rarity": "Ultra-Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "All Muscle", + "text": "Main Phase: Exhaust this card to move it.", + "title": "Bulk Biceps", + "traits": " Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "193" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn193", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Jar Judger", + "text": "When you confront this card's Problem you may pay 1AT to choose an opponent. That opponent chooses and discards a card.", + "title": "Granny Smith", + "traits": " Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "194" + ], + "color": "Pink", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cn194", + "points": 0, + "power": 3, + "rarity": "Ultra-Rare", + "requirement": 4, + "set": "Canterlot Nights", + "subtitle": "Everypony's Shufflin'", + "text": "Reaction: After the start of any phase, you may put this card into your hand to have all players shuffle their hands into their decks then draw 4 cards.", + "title": "DJ Pon-3", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "195" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn195", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Clonie Pie", + "text": "Supportive 2 <> Faceoff Reaction: After you flip a card, you may pay 1AT to ignore that card's power and flip a new card.", + "title": "Pinkie Pie", + "traits": " Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "196" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn196", + "points": 0, + "power": 2, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Mare in the Moon", + "text": "Reaction: After the start of any phase, you may banish this card and put it into play at the start of your next turn.", + "title": "Princess Luna", + "traits": " Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "197" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn197", + "points": 0, + "power": 0, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "subtitle": "Noted Speaker", + "text": "Play with the top card of your deck revealed. <> This card's power is equal to the printed power of the top card of your deck.", + "title": "Twilight Sparkle", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "198" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn198", + "points": 0, + "power": 3, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Trendsetter", + "text": "Pumped <> When you win a faceoff involving this card, you may spend any number of cards from beneath this card to score a point for each card spent.", + "title": "Fancy Pants", + "traits": " Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "199" + ], + "color": "White", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cn199", + "points": 0, + "power": 1, + "rarity": "Ultra-Rare", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Doting Sister", + "text": "When you win a faceoff involving this card and Rarity, you may exhaust this card to score a point.", + "title": "Sweetie Belle", + "traits": " Unicorn, Foal", + "type": "Friend" + }, + { + "allIds": [ + "200" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cn200", + "points": 0, + "power": 3, + "rarity": "Ultra-Rare", + "requirement": 2, + "set": "Canterlot Nights", + "subtitle": "Protector of Equestria", + "text": "When this card enters play at a Problem with an opponent's Troublemaker, this card gets +2 power until the end of the turn. Challenge that Troublemaker with this card.", + "title": "Princess Celestia", + "traits": " Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "201" + ], + "color": "Yellow", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "cn201", + "points": 0, + "power": 7, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. You must control Fluttershy to play this card. <> At the start of your turn, put a Harmony counter on this card. <> Reaction: After you play a Friend with 2 or less power, you may remove 1 Harmony counter from this card to give that Friend +2 power until the end of turn.", + "title": "The Element of Kindness, Sharing Kindness", + "traits": "Artifact, Unique", + "type": "Resource" + }, + { + "allIds": [ + "202" + ], + "color": "Purple", + "cost": 2, + "flavorText": "", + "hasErrata": true, + "id": "cn202", + "points": 0, + "power": 7, + "rarity": "Ultra-Rare", + "requirement": 3, + "set": "Canterlot Nights", + "text": "Play to your home. You must control Twilight Sparkle to play this card. <> At the start of your turn, put a Harmony counter on this card. <> Main Phase: Remove 2 Harmony counters from this card to look at the top 3 cards of your deck. You may put any number of them on top of your deck in any order and the rest on the bottom of your deck in any order.", + "title": "The Element of Magic, Complete Magic", + "traits": "Artifact, Unique", + "type": "Resource" + }, + { + "allIds": [ + "203" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cn203", + "points": 3, + "power": 6, + "rarity": "Ultra-Rare", + "set": "Canterlot Nights", + "text": "Villain <> At the start of a faceoff involving this card, exhaust a random character involved in the faceoff.", + "title": "Queen Chrysalis", + "traits": "Epic", + "type": "Troublemaker" + }, + { + "allIds": [ + "pf3", + "p3" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf3", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Reunion Organizer", + "text": "While at a Problem with a Orange Friend, this card has +1 power. <> While at a Problem with Rainbow Dash, this card has +1 Blue.", + "title": "Applejack", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "pf5", + "p5" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf5", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Big Sister", + "text": "While at a Problem with a White Friend, this card has +1 power. <> While at a Problem with Twilight Sparkle, this card has +1 power and is also Purple.", + "title": "Rarity", + "traits": "Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "pf7", + "p7" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf7", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Apple Family Member", + "text": "While at a Problem with a Pink Friend, this card has +1 power. <> While at a Problem with Fluttershy, this card has +1 power and is also Yellow.", + "title": "Pinkie Pie", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "pf9", + "p9" + ], + "color": "Pink", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf9", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Break Dancer", + "text": "While at a Problem with a Purple Friend, this card has +1 power. <> While at a Problem with Rarity, this card has +1 power and is also White.", + "title": "Twilight Sparkle", + "traits": "Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "pf11", + "p11" + ], + "color": "Blue", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf11", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Rainbow Chaser", + "text": "While at a Problem with a Yellow Friend, this card has +1 power. <> While at a Problem with Pinkie Pie, this card has +1 power and is also Pink.", + "title": "Fluttershy", + "traits": "Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "pf13", + "p13" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cnpf13", + "points": 0, + "power": 2, + "rarity": "Promo", + "requirement": 1, + "set": "Canterlot Nights", + "subtitle": "Dressing in Style", + "text": "While at a Problem with a Blue Friend, this card has +1 power. <> While at a Problem with Applejack, this card has +1 power and is also Orange.", + "title": "Rainbow Dash", + "traits": "Pegasus", + "type": "Friend" + }, + { + "allIds": [ + "f1", + "f1a" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4. <> This card has +1 power for each card type in your discard pile.", + "color": "Orange", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "rrf1", + "points": 0, + "power": 1, + "rarity": "Unknown", + "set": "Rock 'n Rave", + "subtitle": "Rockin'", + "text": "Home Limit 3. <> At the end of your Main Phase, if you have a Friend and a Resource, turn this card over.", + "title": "Maud Pie", + "traits": "Earth Pony", + "type": "Mane" + }, + { + "allIds": [ + "f2", + "f1a" + ], + "boostedFlavorText": "", + "boostedText": "Home Limit 4. Main Phase: Exhaust this card to draw a card. At the start of your Score Phase, if this card is with at least 3 of your Friends, you may ready this card.", + "color": "Pink", + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "rrf2", + "points": 0, + "power": 1, + "rarity": "Unknown", + "set": "Rock 'n Rave", + "subtitle": "Party Starter", + "text": "Home Limit 3. <> When you draw your third card during a turn, shuffle your deck and turn this card over.", + "title": "DJ Pon-3", + "traits": "Unicorn", + "type": "Mane" + }, + { + "allIds": [ + "1" + ], + "color": "Orange", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "rr1", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 2, + "set": "Rock 'n Rave", + "subtitle": "Well Aged", + "text": "Reaction: After an opponent moves a character to this card's Problem, you may pay 1AT to exhaust that character.", + "title": "Apple Strudel", + "traits": "Earth Pony, Elder", + "type": "Friend" + }, + { + "allIds": [ + "2" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "rr2", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 1, + "set": "Rock 'n Rave", + "subtitle": "All-Night Partier", + "text": "When this card enters play, you may draw a card. <> When you confront this card's Problem, you may exhaust this card to draw a card.", + "title": "Berry Punch", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "3" + ], + "color": "Purple", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "rr3", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 1, + "set": "Rock 'n Rave", + "subtitle": "Overachiever", + "text": "While you have at least 3 cards in your hand, this card has +1 power.", + "title": "Twinkleshine", + "traits": "Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "4" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "rr4", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 3, + "set": "Rock 'n Rave", + "subtitle": "Sweet Symphony", + "text": "When you confront this card's Problem, if your opponent controls more characters here than you, you may exhaust this card to score a point.", + "title": "Octavia", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "5" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "rr5", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Rock 'n Rave", + "text": "Main Phase: Choose a Pink or Purple character. That character gets +1 Pink and +1 Purple until the end of the phase.", + "title": "It's Elementary!", + "type": "Event" + }, + { + "allIds": [ + "6" + ], + "cost": 1, + "flavorText": "", + "hasErrata": false, + "id": "rr6", + "points": 0, + "power": 4, + "rarity": "Fixed", + "set": "Rock 'n Rave", + "text": "Main Phase: Choose a White or Orange character. That character gets +1 White and +1 Orange until the end of the phase.", + "title": "Rock Solid Fashion", + "type": "Event" + }, + { + "allIds": [ + "7" + ], + "color": "Pink", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "rr7", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Fixed", + "req1Color": "Pink", + "req2Color": "Purple", + "set": "Rock 'n Rave", + "text": "Players need +1 power to confront this Problem for each of their opponent's Friends here.", + "title": "Secret Mission", + "type": "Problem" + }, + { + "allIds": [ + "8" + ], + "color": "Orange", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "rr8", + "opponentConfrontReq": 9, + "points": 2, + "power": 0, + "rarity": "Fixed", + "req1Color": "Orange", + "req2Color": "White", + "set": "Rock 'n Rave", + "text": "At the start of a Problem faceoff here, each player chooses a character involved in the faceoff. Those characters have +2 power until the end of the faceoff.", + "title": "Timber!", + "type": "Problem" + }, + { + "allIds": [ + "9" + ], + "color": "Orange", + "confrontReq1": 2, + "confrontReq2": 2, + "flavorText": "", + "hasErrata": false, + "id": "rr9", + "opponentConfrontReq": 6, + "points": 2, + "power": 0, + "rarity": "Fixed", + "req1Color": "Orange", + "req2Color": "White", + "set": "Rock 'n Rave", + "text": "The player with the most Friends here can't move Friends to this Problem.", + "title": "Trade Dispute", + "type": "Problem" + }, + { + "allIds": [ + "10" + ], + "color": "Pink", + "confrontReq1": 4, + "confrontReq2": 3, + "flavorText": "", + "hasErrata": false, + "id": "rr10", + "opponentConfrontReq": 9, + "points": 2, + "power": 0, + "rarity": "Fixed", + "req1Color": "Pink", + "req2Color": "Purple", + "set": "Rock 'n Rave", + "text": "When an opponent's character is moved from this Problem, you may draw a card.", + "title": "Which Pinkie is Which", + "type": "Problem" + }, + { + "allIds": [ + "11" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "rr11", + "points": 1, + "power": 4, + "rarity": "Fixed", + "set": "Rock 'n Rave", + "text": "When this card is defeated, gain 2AT.", + "title": "Diamond Dog", + "type": "Troublemaker" + }, + { + "allIds": [ + "12" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "rr12", + "points": 2, + "power": 4, + "rarity": "Fixed", + "set": "Rock 'n Rave", + "text": "Opponents must pay +1AT to move a character to this card's Problem.", + "title": "Quarray Eels", + "type": "Troublemaker" + }, + { + "allIds": [ + "1" + ], + "color": "Orange", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cs1", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 1, + "set": "Celestial Solstice", + "subtitle": "Summer Sun Caterer", + "text": "Problem Faceoff: Discard a card to give another character +1 power until the end of the faceoff.", + "title": "Applejack", + "traits": "Earth Pony", + "type": "Friend" + }, + { + "allIds": [ + "2" + ], + "color": "Purple", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cs2", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 5, + "set": "Celestial Solstice", + "subtitle": "The Setting Moon", + "text": "If you would draw a card during a Main Phase, you may exhaust one of your Friends to gain 1AT instead.", + "title": "Princess Luna", + "traits": "Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "3" + ], + "color": "White", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cs3", + "points": 0, + "power": 3, + "rarity": "Fixed", + "requirement": 3, + "set": "Celestial Solstice", + "subtitle": "Mare of Action", + "text": "This card has +2 power for each opponent's Troublemaker in play.", + "title": "Rarity", + "traits": "Unicorn", + "type": "Friend" + }, + { + "allIds": [ + "4" + ], + "color": "Yellow", + "cost": 4, + "flavorText": "", + "hasErrata": false, + "id": "cs4", + "points": 0, + "power": 2, + "rarity": "Fixed", + "requirement": 3, + "set": "Celestial Solstice", + "subtitle": "The Rising Sun", + "text": "When you play a Friend, you may draw a card.", + "title": "Princess Celestia", + "traits": "Alicorn, Royalty", + "type": "Friend" + }, + { + "allIds": [ + "5" + ], + "color": "Blue", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cs5", + "points": 0, + "power": 4, + "rarity": "Fixed", + "requirement": 1, + "set": "Celestial Solstice", + "text": "Reaction: After the start of an opponent's Score Phase, you may move one of your characters to a Problem.", + "title": "Ten. Seconds. Flat.", + "traits": "Gotcha", + "type": "Event" + }, + { + "allIds": [ + "6" + ], + "color": "Pink", + "cost": 2, + "flavorText": "", + "hasErrata": false, + "id": "cs6", + "points": 0, + "power": 4, + "rarity": "Fixed", + "requirement": 4, + "set": "Celestial Solstice", + "text": "Main Phase: All players shuffle their hands into their decks and draw 6 cards.", + "title": "Surprise Party!", + "type": "Event" + }, + { + "allIds": [ + "7" + ], + "color": "None", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cs7", + "points": 0, + "power": 7, + "rarity": "Fixed", + "set": "Celestial Solstice", + "text": "Play to your home. <> Main Phase: Exhaust this card and one of your Friends to put a Harmony counter on this card. <> Main Phase: Retire this card to gain a number of action tokens equal the number of Harmony counters on it.", + "title": "Tree of Harmony, Seeds of Friendship", + "traits": "Resource, Artifact, Unique", + "type": "Resource" + }, + { + "allIds": [ + "8" + ], + "cost": 0, + "flavorText": "", + "hasErrata": false, + "id": "cs8", + "points": 1, + "power": 4, + "rarity": "Fixed", + "set": "Celestial Solstice", + "text": "When this card is defeated, you may search your deck for an Alicorn Friend, reveal it, put it into play, and shuffle your deck.", + "title": "Nightmare Moon, New Moon", + "type": "Troublemaker" + }, + { + "allIds": [ + "pf1" + ], + "color": "Yellow", + "cost": 3, + "flavorText": "", + "hasErrata": false, + "id": "cgpf1", + "points": 0, + "power": 2, + "rarity": "Promo", + "set": "Crystal Games", + "subtitle": "Special Delivery", + "text": "When you play your first card each turn, put a Postage counter on this card. <> While this card has at least one Postage counter on it, it has +1 power.", + "title": "Equestrian Mailmare", + "traits": "Pegasus", + "type": "Friend" + } +] \ No newline at end of file diff --git a/data/cards_extra.json b/data/cards_extra.json new file mode 100644 index 0000000..03b08e6 --- /dev/null +++ b/data/cards_extra.json @@ -0,0 +1,105 @@ +{ + "cn9": {"control": true}, + "cn18": {"control": true}, + "pr23": {"control": true}, + "pr27": {"control": true}, + "pr28": {"control": true}, + "pr30": {"control": true}, + "cn26": {"control": true}, + "cn33": {"control": true}, + "cn25": {"control": true}, + "cn34": {"control": true}, + "cn193": {"control": true}, + "rr1": {"control": true}, + "pr38": {"control": true}, + "pr39": {"control": true}, + "pr41": {"control": true}, + "pr45": {"control": true}, + "pr47": {"control": true}, + "pr48": {"control": true}, + "pr49": {"control": true}, + "pr50": {"control": true}, + "pr202": {"control": true}, + "cn40": {"control": true}, + "cn49": {"control": true}, + "cn50": {"control": true}, + "cn51": {"control": true}, + "cn194": {"control": true}, + "pr53": {"control": true}, + "pr57": {"control": true}, + "pr58": {"control": true}, + "pr63": {"control": true}, + "pr203": {"control": true}, + "cnpf1": {"control": true}, + "cn54": {"control": true}, + "cn56": {"control": true}, + "cn57": {"control": true}, + "cn59": {"control": true}, + "cn61": {"control": true}, + "cn64": {"control": true}, + "pr67": {"control": true}, + "pr68": {"control": true}, + "pr73": {"control": true}, + "pr75": {"control": true}, + "pr78": {"control": true}, + "pr205": {"control": true}, + "cn68": {"control": true}, + "cn72": {"control": true}, + "cn73": {"control": true}, + "cn75": {"control": true}, + "cn77": {"control": true}, + "cn81": {"control": true}, + "cn82": {"control": true}, + "pr83": {"control": true}, + "pr88": {"control": true}, + "pr90": {"control": true}, + "pr91": {"control": true}, + "pr92": {"control": true}, + "pr211": {"control": true}, + "cn92": {"control": true}, + "cn93": {"control": true}, + "cn95": {"control": true}, + "pr127": {"control": true}, + "cn123": {"control": true}, + "cn106": {"control": true}, + "cn126": {"control": true}, + "pr110": {"control": true}, + "pr113": {"control": true}, + "cn99": {"control": true}, + "cn115": {"control": true}, + "cn124": {"control": true}, + "cn125": {"control": true}, + "cs6": {"control": true}, + "pr106": {"control": true}, + "cn116": {"control": true}, + "cn128": {"control": true}, + "pr118": {"control": true}, + "cn107": {"control": true}, + "cn112": {"control": true}, + "pr123": {"control": true}, + "cnpf6": {"control": true}, + "cn100": {"control": true}, + "cn102": {"control": true}, + "cn105": {"control": true}, + "cn117": {"control": true}, + "cn110": {"control": true}, + "cn139": {"control": true}, + "pr145": {"control": true}, + "pr149": {"control": true}, + "cn130": {"control": true}, + "cn134": {"control": true}, + "pr143": {"control": true}, + "cn136": {"control": true}, + "cn155": {"control": true}, + "pr137": {"control": true}, + "pr150": {"control": true}, + "cn140": {"control": true}, + "cn144": {"control": true}, + "cn151": {"control": true}, + "pr133": {"control": true}, + "cn137": {"control": true}, + "cn146": {"control": true}, + "pr148": {"control": true}, + "cn131": {"control": true}, + "cn149": {"control": true} +} diff --git a/data/db.sqlite3 b/data/db.sqlite3 new file mode 100644 index 0000000..3cc3b75 Binary files /dev/null and b/data/db.sqlite3 differ diff --git a/data/settings.json b/data/settings.json new file mode 100644 index 0000000..39a8f74 --- /dev/null +++ b/data/settings.json @@ -0,0 +1,4 @@ +{ + "last_card_img_update": 0, + "last_card_json_update": 0 +} \ No newline at end of file diff --git a/data/tournaments.csv b/data/tournaments.csv new file mode 100644 index 0000000..616fc84 --- /dev/null +++ b/data/tournaments.csv @@ -0,0 +1,145 @@ +Date,Event,Placement,Name,Decklist +2014-06-15,"Columbus, Ohio Regionals",1,Fluttershy CN/pink aggro,http://ponyhead.com/deckbuilder?v1code=cn25x2-pr85x3-pr94x3-cn98x3-pr83x3-pr86x2-pr89x3-cn83x3-pr82x3-cn86x3-cn43x3-pr42x3-pr44x2-pr110x3-pr108x2-pr123x2-cn117x2-pr179x2-pr194x2-pr164x2-cn180x2-cn173x2-cn7x1 +2014-06-15,"Columbus, Ohio Regionals",2,Fluttershy CN/purple aggro light stall,http://ponyhead.com/deckbuilder?v1code=cn56x3-pr67x3-pr60x3-pr53x3-cn64x3-cn86x3-pr94x3-cn89x2-cn98x3-pr85x2-pr86x3-pr82x2-pr99x3-pr108x3-pr134x2-pr146x2-pr130x2-cn7x1-pr164x2-pr194x2-cn173x2-cn180x2-pr179x2 +2014-06-15,"Columbus, Ohio Regionals",3,Pegasus Explosion,http://ponyhead.com/deckbuilder?v1code=cn43x3-cn41x3-pr44x2-pr42x3-pr49x3-pr114x2-pr19x3-cn15x3-pr11x3-pr198x3-cn115x2-cn120x2-pr13x2-cn192x2-cn157x3-pr85x3-pr151x3-pr168x1-pr176x2-pr171x1-pr172x2-cn171x2-pr181x2-cn1x1 +2014-06-15,"Columbus, Ohio Regionals",4,RD CN/white aggro,http://ponyhead.com/deckbuilder?v1code=pr10x3-pr140x3-pr67x3-pr19x3-cn192x1-cn21x3-pr13x2-pr151x3-cn120x3-pr115x2-pr79x3-pr14x3-pr206x3-pr85x2-cn80x2-cn15x3-pr11x3-pr163x2-pr171x2-pr176x2-pr167x2-pr168x1-cn1x1-pr178x1 +2014-06-15,"Columbus, Ohio Regionals",5,50-card Rarity PR/yellow monster jank,http://ponyhead.com/deckbuilder?v1code=cn78x2-pr70x2-cn198x1-pr206x1-pr72x2-pr74x2-pr83x3-cn75x2-cn68x2-pr77x3-pr81x3-cn199x2-pr78x2-pr85x3-pr94x3-cn85x3-pr132x2-pr146x2-pr107x3-cn103x3-pr158x2-cn37x2-pr179x2-pr161x2-cn185x2-pr163x2-pr170x2-pr5x1 +2014-06-15,"Columbus, Ohio Regionals",6,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=pr79x3-pr65x1-pr63x1-cn80x2-pr130x2-pr116x2-cn117x3-pr108x3-pr85x3-pr206x3-pr83x3-pr94x3-pr86x2-pr118x3-pr67x3-pr82x3-cn98x3-cn86x1-cn94x1-cn185x2-pr179x2-pr163x2-pr165x2-pr194x2-cn7x1 +2014-06-15,"Columbus, Ohio Regionals",7,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=pr118x3-pr206x3-cn25x2-pr108x3-pr82x3-pr94x3-pr67x3-pr85x3-pr83x3-cn98x3-cn117x3-pr79x3-pr130x2-pr116x2-cn80x2-pr86x2-pr63x1-pr65x1-cn7x1-cn185x2-pr179x2-pr165x2-pr194x2-pr163x2 +2014-06-15,"Columbus, Ohio Regionals",8,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=pr118x3-pr206x3-cn25x2-pr108x3-pr82x3-pr94x3-pr67x3-pr85x3-pr83x3-cn98x3-cn117x3-pr79x3-pr130x2-pr116x2-cn80x2-pr86x2-pr63x1-pr65x1-cn7x1-cn185x2-pr179x2-pr165x2-pr194x2-pr163x2 +2014-07-06,[Regionals] Everfree Northwest,1,Royal Guidance (Oppression Variation),http://ponyhead.com/deckbuilder?v1code=pr6x1-pr53x1-pr61x1-pr60x3-pr63x3-pr64x3-pr203x3-pr82x3-pr83x3-pr85x3-cn86x3-pr108x3-pr99x3-pr152x3-pr210x3-cn203x3-pr187x2-cn167x2-pr164x1-pr161x1-pr179x2-pr194x2-cn196x1-pr160x3 +2014-07-06,[Regionals] Everfree Northwest,2,Taxes,http://ponyhead.com/deckbuilder?v1code=pr5x1-pr11x3-pr53x3-pr60x3-pr63x2-pr64x3-pr203x3-pr69x2-pr75x2-pr77x3-pr206x3-pr106x3-cn108x1-pr103x2-pr118x3-pr105x2-pr152x3-pr210x1-pr160x3-pr159x2-pr196x1-pr163x2-pr170x1-pr180x2-pr188x2-pr175x2 +2014-07-06,[Regionals] Everfree Northwest,3,Cult of Smooze,http://ponyhead.com/deckbuilder?v1code=pr6x1-pr11x3-pr206x3-pr79x3-cn80x3-pr85x3-pr83x3-pr82x3-pr118x3-pr108x3-cn117x2-cn137x2-pr152x3-pr210x2-cn203x1-pr163x2-pr164x1-pr161x1-pr179x2-pr194x2-pr165x2-cn118x3-cn86x3-cn75x2 +2014-07-06,[Regionals] Everfree Northwest,4,Fluttershy CN/blue midrange,http://ponyhead.com/deckbuilder?v1code=pr10x2-pr11x3-pr12x3-pr13x3-pr82x3-pr83x3-pr85x2-pr108x2-pr151x3-pr152x3-pr198x3-pr211x3-cn7x1-cn191x2-pr90x2-cn86x3-cn88x2-cn95x2-pr210x2-cn152x2-pr164x1-pr166x1-pr179x2-pr194x2-pr161x1-cn172x1-pr165x2 +2014-07-06,[Regionals] Everfree Northwest,5,YOLO Pie,http://ponyhead.com/deckbuilder?v1code=cn3x1-cn42x3-pr198x3-pr151x3-pr114x3-pr20x3-pr11x3-pr13x2-pr10x3-pr12x3-pr181x2-pr192x1-pr172x2-pr166x2-pr115x3-cn192x2-cn51x3-pr42x3-pr104x1-pr19x2-pr110x2-cn120x3-pr169x1-pr171x1-pr176x1 +2014-07-06,[Regionals] Everfree Northwest,6,Fluttershy CN/pink aggro,http://ponyhead.com/deckbuilder?v1code=pr165x2-pr164x2-pr194x2-cn173x2-pr179x2-pr11x3-cn25x2-pr42x3-pr36x3-cn43x3-cn51x2-pr110x3-pr104x1-pr108x3-cn117x3-pr83x3-pr82x3-pr85x3-pr86x1-pr94x3-cn95x3-cn98x3-cn7x1 +2014-07-06,[Regionals] Everfree Northwest,7,Kindness/Conga Critters, +2014-07-06,[Regionals] Everfree Northwest,8,RD CN/orange Vittles Stand/Lead Pony Badge,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr11x3-pr10x3-pr8x3-pr13x2-cn15x2-cn21x2-pr127x3-pr115x3-pr140x3-pr151x3-pr168x1-pr171x2-pr166x2-pr33x2-pr31x3-cn27x2-cn35x2-cn154x3-pr190x1-pr189x2-pr195x2-pr85x3-cn119x3 +2014-07-14,Fiest Equestria,1,One Pace with Gala Greeter,http://ponyhead.com/deckbuilder?v1code=pr36x3-cn43x3-pr56x3-cn42x3-cn65x2-cn58x1-pr209x3-pr114x3-pr98x1-pr96x1-pr126x1-cn108x3-cn109x3-cn106x3-cn104x3-cn157x3-cn167x1-cn171x2-cn181x2-cn182x2-cn51x1-cn196x1-cn34x1-cn5x1-cn176x1-pr60x3-cn184x2 +2014-07-14,Fiest Equestria,2,Pegasus Explosion Variant running CN Rainbow Dash, +2014-07-14,Fiest Equestria,3,Purple/Orange vittles stand running CN AJ, +2014-07-14,Fiest Equestria,4,Blue/White CN rainbow dash, +2014-07-14,Fiest Equestria,5,Premiere Rarity/Taxes(updated for CN.), +2014-07-14,Fiest Equestria,6,Flutterhate CN Fluttershy/White,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr161x2-pr179x2-cn175x2-pr194x2-cn185x2-pr67x2-pr79x3-pr206x3-cn76x2-cn80x3-pr83x3-pr82x3-pr85x3-pr86x2-pr94x3-cn25x2-cn118x2-cn112x2-pr118x3-pr103x3-cn117x2-pr116x2-pr108x3 +2014-07-14,Fiest Equestria,7,CN Fluttershy/Pink,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr80x2-pr81x2-pr82x1-pr83x3-pr84x2-pr85x1-pr86x1-pr87x2-pr91x2-pr93x3-pr94x3-cn83x2-cn86x1-cn88x1-pr108x2-pr116x1-pr130x3-cn102x2-cn117x2-pr134x1-pr146x1-cn201x1-pr161x1-pr164x1-pr183x1-pr165x1-pr36x3-pr38x2-pr42x3-pr43x1-pr45x2-pr46x1-pr114x1-cn115x1-pr143x1-pr169x1-pr172x2-pr192x2-pr184x1 +2014-07-14,Fiest Equestria,8,, +2014-07-15,Giga-Bites Gaming Cafe,1,CN Rainbow Dash Blue/White,http://ponyhead.com/deckbuilder?v1code=pr11x3-cn21x3-pr10x3-cn15x3-pr14x3-pr19x3-cn192x3-pr140x3-pr151x3-cn120x3-pr115x3-pr85x2-cn80x2-pr79x3-pr67x3-pr206x3-pr168x1-pr178x1-pr171x2-pr176x2-pr163x2-pr167x2-cn1x1 +2014-07-15,Giga-Bites Gaming Cafe,2,Prem Rarity White/Pink,http://ponyhead.com/deckbuilder?v1code=pr5x1-pr42x3-cn43x3-pr36x3-pr45x2-pr110x3-pr131x2-pr65x2-cn69x2-cn76x2-pr72x2-pr206x3-pr77x2-cn73x2-cn137x2-cn135x2-pr132x2-pr118x3-pr160x3-pr152x2-cn158x2-pr170x2-cn185x2-pr192x2-cn176x2-pr172x2 +2014-07-15,Giga-Bites Gaming Cafe,3,CN Rainbow Dash Blue/Orange,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr10x3-pr31x3-cn21x3-cn158x2-cn154x3-pr152x2-cn35x3-pr115x2-cn162x2-pr199x3-pr151x2-pr19x3-pr13x3-pr11x3-pr33x3-pr117x2-pr159x2-pr198x2-cn192x2-pr168x2-cn168x2-cn186x2-pr189x2-pr166x2 +2014-07-15,Giga-Bites Gaming Cafe,4,CN Fluttershy Yellow/White,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr108x3-pr118x3-cn117x3-pr123x2-pr130x2-pr79x3-pr67x3-pr206x3-cn80x2-pr65x1-pr83x3-pr82x3-pr85x3-pr94x3-pr86x3-cn98x3-pr63x2-cn185x1-cn175x1-pr194x2-pr165x2-pr179x2-pr163x2 +2014-07-15,Giga-Bites Gaming Cafe,5,CN Fluttershy Yellow/Pink, +2014-07-15,Giga-Bites Gaming Cafe,6,Prem Rainbow Dash Blue/Yellow, +2014-07-15,Giga-Bites Gaming Cafe,7,CN Fluttershy Yellow/Blue, +2014-07-15,Giga-Bites Gaming Cafe,8,CN Fluttershy Yellow/Purpl, +2014-07-15,Pandemonium Books and Games,1,Yellow/White midrange,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr94x1-pr81x3-pr82x3-pr83x3-pr211x2-pr85x2-pr11x2-cn86x3-pr79x3-cn80x3-pr206x3-pr108x3-pr65x2-cn117x3-pr118x3-cn112x3-cn118x1-pr152x2-pr164x2-cn180x2-pr194x2-cn185x2-pr170x2 +2014-07-15,Pandemonium Books and Games,2,Yellow/White midrange,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr81x3-pr85x3-pr83x3-pr82x3-cn86x3-cn95x3-pr108x3-cn103x3-pr123x1-pr118x3-cn112x1-pr69x2-pr79x3-cn75x2-cn80x3-pr11x3-pr152x3-cn185x2-cn169x2-cn175x2-pr179x2-pr194x2 +2014-07-15,Pandemonium Books and Games,3,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr83x3-pr86x3-pr94x3-pr85x3-pr89x2-cn95x1-cn86x3-cn98x3-cn83x1-pr116x3-pr130x2-cn117x2-pr108x3-pr118x3-pr79x3-cn80x3-pr206x2-pr67x2-cn185x2-pr163x2-pr164x2-pr194x2-pr179x2 +2014-07-15,Pandemonium Books and Games,4,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-cn95x2-pr83x3-pr85x3-pr94x2-cn86x2-cn98x3-pr82x3-pr11x3-pr206x3-cn80x3-pr79x3-pr65x1-pr67x2-pr118x3-pr108x3-pr130x2-cn117x2-pr116x2-pr179x2-pr194x2-pr163x2-cn185x2-pr165x2 +2014-07-15,Pandemonium Books and Games,5,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr85x3-pr82x3-pr94x3-cn86x3-cn98x3-cn95x2-pr83x3-pr86x1-pr81x3-pr11x3-pr108x3-pr118x3-pr67x2-pr65x1-pr206x3-pr79x3-cn80x3-cn185x2-pr163x2-pr179x2-pr194x2-pr165x2 +2014-07-15,Pandemonium Books and Games,6,Kindness,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr83x3-cn86x3-cn98x3-pr82x3-pr94x3-pr86x2-pr85x3-pr11x3-pr42x3-cn43x3-cn25x2-pr116x2-pr108x3-cn117x3-pr209x3-pr152x3-pr164x1-pr161x1-cn173x2-pr179x2-pr194x2-pr165x2 +2014-07-15,Pandemonium Books and Games,7,Yellow/White Midrange,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr85x3-pr82x3-pr81x3-pr83x3-cn86x3-cn95x2-pr11x3-pr79x3-pr206x3-cn80x3-cn198x1-pr118x3-cn112x3-pr108x3-cn103x3-cn118x3-pr179x2-pr194x2-pr164x2-cn185x1-pr163x2-cn166x1 +2014-07-15,Pandemonium Books and Games,8,Princess of the Night,http://ponyhead.com/deckbuilder?v1code=cn4x1-cn67x3-pr56x3-cn197x1-pr42x3-pr44x3-cn43x3-cn42x3-pr114x3-cn115x3-pr110x2-pr113x1-cn116x3-cn108x3-pr106x3-cn109x3-pr124x2-pr152x3-pr177x2-cn167x2-pr188x2-pr172x2-cn176x2 +2014-07-20,Austin Dragon's Lair Store Championchips,1,The TrOutrageous Point Mill,http://ponyhead.com/deckbuilder?v1code=pr170x2-pr174x2-pr186x2-pr193x2-cn185x2-pr132x2-pr118x3-cn104x2-cn112x2-pr36x2-pr11x2-pr158x2-pr152x2-pr160x3-cn157x1-cn158x2-pr159x2-cn161x2-pr65x1-pr66x3-pr69x2-pr75x3-pr72x2-pr77x2-pr206x3-pr205x1-cn75x1-cn199x1-cn198x2-cn82x1-pr5x1 +2014-07-20,Austin Dragon's Lair Store Championchips,2,Primere Rainbow with Dash/Pink,http://ponyhead.com/deckbuilder?v1code=pr1x1-pr11x3-pr13x2-pr10x1-pr17x3-pr198x2-cn14x2-cn17x1-cn21x1-pr36x3-pr42x3-pr45x2-cn43x1-cn111x1-pr110x3-pr113x3-cn125x1-cn115x1-pr140x1-cn143x1-pr143x3-pr160x3-cn162x3-cn163x1-pr168x2-cn170x1-pr172x2-pr181x2-pr192x2-cn171x1 +2014-07-20,Austin Dragon's Lair Store Championchips,3,The Magic of Adventure,http://ponyhead.com/deckbuilder?v1code=pr1x1-pr188x2-pr168x1-cn170x1-cn174x1-pr176x2-cn167x1-pr166x1-cn181x1-pr60x3-pr64x3-pr159x2-pr11x3-pr59x3-pr160x3-pr127x2-pr17x2-pr151x2-pr63x3-pr15x2-cn121x1-pr19x1-pr125x1-pr156x1-pr53x3-pr14x2-pr13x2-pr198x1-pr157x2-pr117x2-pr203x1 +2014-07-20,Austin Dragon's Lair Store Championchips,4,One Pace,http://ponyhead.com/deckbuilder?v1code=pr36x3-cn43x3-pr56x3-cn42x3-cn65x2-cn58x1-pr209x3-pr114x3-pr98x1-pr96x1-pr126x1-cn108x3-cn109x3-cn106x3-cn104x3-cn157x3-cn167x1-cn171x2-cn181x2-cn182x2-cn51x1-cn196x1-cn34x1-cn5x1-cn176x1-pr60x3-cn184x2 +2014-07-20,Austin Dragon's Lair Store Championchips,5,, +2014-07-20,Austin Dragon's Lair Store Championchips,6,, +2014-07-20,Austin Dragon's Lair Store Championchips,7,, +2014-07-20,Austin Dragon's Lair Store Championchips,8,Critter Colosseum, +2014-07-21,Crazy Squirrel Store Championship,1,Royal Guidance,http://ponyhead.com/deckbuilder?v1code=pr83x3-cn95x3-pr94x2-pr85x3-pr82x3-pr130x3-cn117x2-pr108x3-pr64x3-pr53x3-cn55x3-pr61x2-pr63x3-pr60x3-pr159x3-pr152x3-pr164x1-pr179x2-pr194x2-pr187x2-cn182x2-pr165x1-cn7x1 +2014-07-21,Crazy Squirrel Store Championship,2,Pegasus Explosion,http://ponyhead.com/deckbuilder?v1code=cn157x1-pr19x3-cn15x3-pr11x3-cn41x2-pr198x2-cn192x2-pr44x3-pr13x2-pr42x3-pr85x2-cn51x3-pr114x2-cn43x3-pr151x3-pr10x3-pr101x1-cn120x2-cn115x2-pr168x1-pr176x2-cn171x2-pr172x2-pr181x2-pr171x1-cn1x1 +2014-07-21,Crazy Squirrel Store Championship,3,Taxes,http://ponyhead.com/deckbuilder?v1code=cn151x1-cn137x2-cn196x2-cn78x3-cn108x1-cn75x2-cn198x1-cn133x1-pr64x3-pr11x2-cn65x1-pr106x1-pr63x2-cn55x2-pr53x1-cn142x1-cn58x1-pr60x3-cn112x2-cn104x3-cn107x2-pr54x2-cn140x2-cn109x3-pr203x1-pr170x1-cn167x1-cn166x2-pr182x2-pr180x2-pr163x1-cn182x1-pr5x1 +2014-07-21,Crazy Squirrel Store Championship,4,Rainbow Dash Wins,http://ponyhead.com/deckbuilder?v1code=cn101x2-cn119x2-pr130x3-pr108x3-cn14x3-pr81x3-pr94x3-pr86x3-cn86x3-pr198x1-pr13x3-pr10x1-pr82x2-cn98x3-cn163x1-cn162x1-cn159x1-cn158x3-cn161x1-pr160x3-cn173x1-pr168x1-cn170x2-cn172x2-pr179x2-pr194x2-pr1x1 +2014-07-21,Crazy Squirrel Store Championship,5,Critters,http://ponyhead.com/deckbuilder?v1code=pr108x3-cn117x3-pr130x3-pr135x3-cn201x2-pr146x2-pr65x2-pr206x1-cn198x1-pr79x3-pr67x1-pr66x3-cn56x3-pr59x3-pr53x2-pr60x3-pr61x2-pr94x3-pr82x2-cn98x2-pr81x3-pr89x3-pr83x3-cn88x3-pr85x3-pr211x1-pr208x1-cn200x1-cn180x2-pr164x2-cn173x2-pr179x2-pr194x2-cn7x1 +2014-07-21,Crazy Squirrel Store Championship,6,Blue/Purple Troublemakers,http://ponyhead.com/deckbuilder?v1code=cn191x1-cn14x2-pr13x2-pr10x2-pr17x1-pr14x2-pr8x3-cn22x2-pr61x1-pr59x1-pr203x1-pr63x2-pr53x2-pr60x3-cn19x1-cn25x1-cn119x3-cn111x1-cn143x2-pr136x2-pr160x2-pr157x1-pr159x1-cn162x1-cn164x1-cn163x1-cn158x1-cn203x1-pr152x1-pr171x1-cn179x1-cn174x1-cn186x1-cn165x1-pr168x1-cn170x2-pr176x2-pr1x1 +2014-07-21,Crazy Squirrel Store Championship,7,Taxes,http://ponyhead.com/deckbuilder?v1code=cn199x1-pr205x1-pr152x2-cn69x3-pr76x3-cn72x3-pr79x3-pr53x1-pr63x3-pr61x3-pr60x3-pr54x3-cn56x3-pr133x3-pr150x3-cn140x3-pr106x3-pr209x2-pr170x2-cn185x2-pr180x2-pr182x2-pr196x2-pr5x1 +2014-07-21,Crazy Squirrel Store Championship,8,Orange/Blue/Purple Control,http://ponyhead.com/deckbuilder?v1code=pr12x3-cn22x3-pr10x3-pr11x1-pr13x2-cn15x1-pr127x2-pr159x2-pr64x3-pr60x2-pr61x3-cn9x1-pr115x3-cn119x2-pr31x2-pr199x1-cn28x1-cn58x2-pr149x2-cn65x1-pr98x2-cn38x2-cn153x1-cn24x1-pr190x1-pr195x2-pr173x2-cn165x1-cn168x2-cn187x1-pr166x1-pr2x1 +2014-07-21,Store Championships STL,1,Ballroom Blitz, +2014-07-21,Store Championships STL,2,Pinkie Pie CN/Blue Danse Macabre, +2014-07-21,Store Championships STL,3,Dream Catcher/Blue 0-Vanillas, +2014-07-21,Store Championships STL,4,No-TO Ballroom Blitz, +2014-07-21,Store Championships STL,5,Rarirty PR/Blue Midrange, +2014-07-21,Store Championships STL,6,No-TO Ballroom Blitz, +2014-07-21,Store Championships STL,7,Applejack PR/Yellow Midrange, +2014-07-21,Store Championships STL,8,No-TO Ballroom Blitz, +2014-07-24,Kapow Comics Store Championship,1,Groovin' Magic,http://ponyhead.com/deckbuilder?v1code=cn5x1-pr203x3-cn196x3-pr61x3-cn64x2-pr10x3-pr197x3-pr12x3-pr11x3-cn164x2-pr152x3-cn121x3-pr115x2-cn111x3-pr117x3-pr127x2-cn109x3-pr209x2-pr177x2-cn179x2-cn170x2-cn186x2-cn167x2 +2014-07-24,Kapow Comics Store Championship,2,CN Fluttershy Yellow/White,http://ponyhead.com/deckbuilder?v1code=cn7x1-cn95x3-cn80x3-pr81x3-cn112x2-cn75x2-pr85x3-pr123x1-cn86x3-pr108x3-pr83x3-pr118x3-cn76x2-pr82x3-pr79x3-cn103x3-pr69x2-pr11x3-pr163x2-cn185x2-pr179x2-pr165x2-pr194x2 +2014-07-24,Kapow Comics Store Championship,3,CN Pinkie Pie Pink/Yellow,http://ponyhead.com/deckbuilder?v1code=cn3x1-pr81x1-pr131x3-cn85x2-pr42x3-pr50x3-cn86x3-pr209x3-cn162x3-pr143x3-pr36x3-pr94x3-pr158x3-cn43x2-pr86x2-cn97x3-pr110x3-pr130x3-pr192x2-cn171x2-cn176x2-pr169x2-pr172x2 +2014-07-24,Kapow Comics Store Championship,4,Princess Luna:Princess of the Night Purple/Blue,http://ponyhead.com/deckbuilder?v1code=cn4x1-cn66x2-cn122x1-pr59x2-cn101x2-cn67x1-pr198x2-pr10x2-cn116x2-pr20x2-cn196x1-cn18x2-pr106x2-pr13x2-pr115x2-pr11x2-pr7x3-pr120x2-cn161x1-cn20x2-cn53x1-pr12x3-pr117x1-pr152x1-cn158x1-cn59x2-cn123x3-pr63x2-cn11x1-cn174x1-cn167x1-pr177x1-pr175x1-pr196x1-pr166x1-pr182x1-cn181x1-pr178x1-cn186x1 +2014-07-24,Kapow Comics Store Championship,5,Perm Rarity White/Blue,http://ponyhead.com/deckbuilder?v1code=pr5x1-pr20x2-pr11x3-cn20x3-pr12x3-pr75x2-pr69x3-cn77x3-cn198x3-cn37x3-cn101x3-cn111x2-cn104x3-pr140x3-pr151x3-pr147x3-cn156x3-pr170x2-cn185x2-pr174x2-pr168x2-cn186x2 +2014-07-24,Kapow Comics Store Championship,6,Perm Dash Blue/Purple,http://ponyhead.com/deckbuilder?v1code=pr1x1-pr64x2-pr13x2-pr63x2-pr7x2-pr60x2-pr53x2-pr10x3-pr54x3-pr11x3-pr198x1-prPF1x1-pr203x1-pr61x1-pr117x2-pr127x2-pr115x2-pr150x2-pr151x3-cn162x2-pr159x2-cn158x3-cn157x1-cn163x1-pr152x2-pr210x1-pr168x1-cn167x1-pr177x1-pr166x1-cn179x1-cn174x1-cn186x2-cn170x2 +2014-07-24,Kapow Comics Store Championship,7,CN Fluttershy Yellow/Pink,http://ponyhead.com/deckbuilder?v1code=cn7x1-cn86x3-pr85x3-pr82x3-pr94x3-pr83x3-pr42x3-cn43x3-pr44x3-cn51x3-cn117x3-cn115x3-pr110x3-pr108x3-pr11x2-cn200x2-cn201x2-pr164x1-cn173x1-pr165x2-cn180x2-pr194x2-pr179x2 +2014-07-24,Kapow Comics Store Championship,8,CN Fluttershy Yellow/Blue,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr94x3-pr85x3-pr82x3-cn91x3-cn86x3-pr20x3-pr12x3-pr11x3-cn11x3-pr10x3-pr13x3-pr198x1-pr130x3-pr108x3-cn117x3-pr151x3-pr115x3-pr164x2-pr194x2-pr179x2-pr176x2-pr168x2 +2014-07-28,[Regionals] Carta Magica ,1,Flutterphoque,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr85x3-pr82x3-pr94x3-cn86x3-pr83x3-pr60x3-pr63x3-pr64x3-pr203x3-pr108x3-pr152x3-pr210x3-cn203x3-pr160x3-cn167x2-pr164x2-pr187x2-pr179x2-pr194x2 +2014-07-28,[Regionals] Carta Magica ,2,Pegasus Explosion,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr44x3-pr42x3-cn43x3-cn41x3-cn51x3-pr11x3-pr19x3-pr13x3-cn192x3-pr198x3-cn15x3-pr85x3-pr114x3-pr151x3-cn157x3-pr168x1-cn171x2-pr176x2-pr181x2-pr171x1-pr172x2 +2014-07-28,[Regionals] Carta Magica ,3,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr82x1-pr83x3-pr85x3-pr86x1-pr94x3-cn86x3-cn95x2-cn98x3-pr65x1-pr67x2-cn80x3-pr206x1-pr108x3-pr118x2-pr130x3-cn117x3-pr79x3-cn76x2-pr11x3-cn185x2-pr163x2-pr165x2-pr179x2-pr194x2 +2014-07-28,[Regionals] Carta Magica ,4,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr67x1-cn117x2-pr94x3-cn98x3-pr130x3-pr118x3-pr83x3-pr82x3-pr85x3-pr89x3-cn80x3-cn86x3-pr79x3-pr108x3-pr86x3-pr206x3-pr164x2-cn185x2-cn173x2-pr179x2-pr194x2 +2014-07-28,[Regionals] Carta Magica ,5,Luna PotN/blue Frighten control,http://ponyhead.com/deckbuilder?v1code=cn4x1-cn165x2-cn167x1-cn181x2-pr175x2-pr177x1-pr196x2-pr20x2-pr11x3-pr12x3-cn18x3-pr15x2-pr198x1-cn19x1-cn123x3-cn67x3-pr60x3-cn61x2-pr64x3-pr203x1-cn59x2-cn65x1-pr106x3-cn116x3-cn121x3-cn161x3 +2014-07-28,[Regionals] Carta Magica ,6,Fluttershy PR/blue 39 Friends,http://ponyhead.com/deckbuilder?v1code=pr6x1-pr84x2-prPF1x1-cn19x1-pr13x2-pr14x3-pr11x2-cn94x2-pr12x3-pr80x3-pr85x3-pr20x1-cn86x3-cn85x3-cn91x2-pr134x1-pr210x1-pr158x3-cn158x1-pr63x2-cn173x2-pr164x2-cn170x2-cn180x2-pr194x1-pr183x1 +2014-07-28,[Regionals] Carta Magica ,7,Applejack PR/purple weenie,http://ponyhead.com/deckbuilder?v1code=pr2x1-pr54x3-pr52x3-pr60x2-pr63x2-cn59x2-pr23x2-pr33x2-pr30x2-pr35x2-pr29x2-pr28x2-pr61x1-cn30x1-pr199x1-pr109x2-pr98x2-pr126x1-pr112x1-pr158x3-pr156x1-pr135x3-pr142x2-pr137x2-pr209x1-pr162x2-pr188x2-pr190x2-cn167x2-pr182x2 +2014-07-28,[Regionals] Carta Magica ,8,, +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",1,Shadow Boxing,http://ponyhead.com/deckbuilder?v1code=cn197x3-cn140x3-pr106x2-pr64x3-pr11x3-cn202x2-pr159x3-cn54x3-pr63x2-pr203x3-cn164x3-cn56x3-cn108x3-pr160x3-cn203x2-cn110x2-pr53x3-cn189x1-pr177x2-pr192x1-pr170x2-pr164x2-pr190x2-pr168x1 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",2,"Yellow/White with Fluttershy, Friend to Animals",http://ponyhead.com/deckbuilder?v1code=cn7x1-pr85x3-pr94x3-pr82x3-cn98x3-pr83x3-cn95x3-cn80x3-pr79x3-cn76x3-pr67x3-pr130x3-cn117x3-pr108x3-cn102x3-pr118x3-cn185x2-pr163x2-pr165x2-pr194x2-pr179x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",3,"Yellow/White with Fluttershy, Friend to Animals",http://ponyhead.com/deckbuilder?v1code=cn7x1-cn102x2-pr108x3-cn117x3-pr130x3-pr118x3-pr67x2-cn76x3-pr206x3-cn80x3-pr79x3-pr83x3-pr94x3-pr85x3-cn95x2-pr82x3-cn98x3-cn185x2-pr163x2-pr194x2-pr165x2-pr179x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",4,"Yellow/White with Fluttershy, Friend to Animals",http://ponyhead.com/deckbuilder?v1code=cn7x1-pr94x3-pr82x3-pr85x3-cn98x3-cn86x3-pr83x3-pr89x2-cn80x3-pr79x3-pr67x3-cn76x2-pr206x2-cn118x2-pr130x2-pr108x3-pr123x2-cn117x3-pr118x3-cn173x2-pr165x2-pr194x2-cn185x2-pr163x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",5,"Hellooo, Nurse!",http://ponyhead.com/deckbuilder?v1code=cn7x1-cn95x3-cn112x1-pr123x1-cn103x3-pr11x3-pr83x3-pr85x3-cn75x2-cn76x3-pr69x2-cn86x3-cn80x3-pr79x3-pr82x3-pr118x3-pr108x3-pr81x3-pr194x2-pr179x2-pr165x2-pr163x2-cn185x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",6,"Yellow/Pink with Fluttershy, Friend to Animals",http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr86x3-pr42x3-pr94x3-pr85x3-pr88x3-cn86x2-pr89x3-cn51x3-cn98x3-pr44x3-cn117x2-pr114x3-pr108x3-pr82x3-pr123x2-pr164x1-pr172x2-cn188x1-pr179x2-pr194x2-pr165x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",7,"Yellow/Purple with Fluttershy, Friend to Animals",http://ponyhead.com/deckbuilder?v1code=cn7x1-cn86x2-cn94x2-cn95x2-pr83x2-pr82x3-pr85x2-pr94x3-pr63x2-pr54x2-pr59x3-pr60x3-pr61x3-pr53x3-pr108x3-pr130x3-cn117x3-pr99x2-pr106x2-pr164x1-pr194x2-cn173x2-pr179x2-pr177x1-pr175x2 +2014-07-28,"Regional Championship @ FCB Comics and Games in Alpharetta, GA ",8,Yayger,http://ponyhead.com/deckbuilder?v1code=cn3x1-pr81x1-cn86x3-cn43x2-pr130x3-pr143x3-pr36x3-pr209x3-cn85x2-pr110x3-pr50x3-pr94x3-pr42x3-cn97x3-cn162x3-pr86x2-pr158x3-pr131x3-pr192x2-pr169x2-cn176x2-pr172x2-cn171x2 +2014-08-04,[Regionals] 401 Games,1,Flutterphoque,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr85x3-pr82x3-pr94x3-cn86x3-pr83x3-pr60x3-pr63x3-pr64x3-pr203x3-pr108x3-pr152x3-pr210x3-cn203x3-pr160x3-cn167x2-pr164x2-pr187x2-pr179x2-pr194x2 +2014-08-04,[Regionals] 401 Games,2,RD CN/white aggro,http://ponyhead.com/deckbuilder?v1code=cn76x3-pr79x3-cn80x3-pr206x3-pr11x3-pr198x2-cn15x3-prPF1x3-pr19x3-pr10x3-pr13x3-pr151x3-pr125x3-cn127x1-pr117x2-pr118x3-pr85x1-cn1x1-pr170x2-cn170x2-cn185x2-pr178x2-pr168x2 +2014-08-04,[Regionals] 401 Games,3,Applejack CN/yellow Jank,http://ponyhead.com/deckbuilder?v1code=pr83x1-pr31x3-pr134x1-pr80x1-pr149x1-cn86x3-pr35x1-pr199x2-pr108x2-pr89x2-pr146x1-cn203x1-pr102x1-cn2x1-pr24x1-pr130x1-cn85x3-pr100x1-pr84x3-pr86x2-pr82x1-pr129x1-pr85x3-pr81x3-cn98x3-pr94x3-pr194x1-pr189x1-pr164x1-pr165x1-pr161x1-cn173x2-pr190x2-pr195x1 +2014-08-04,[Regionals] 401 Games,4,Fluttershy CN 0-Villain Royal Guidance, +2014-08-04,[Regionals] 401 Games,5,Big Flip Stomp, +2014-08-04,[Regionals] 401 Games,6,Pegasus Explosion,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr44x3-pr42x3-cn43x3-cn41x3-cn51x3-pr11x3-pr19x3-pr13x3-cn192x3-pr198x3-cn15x3-pr85x3-pr114x3-pr151x3-cn157x3-pr168x1-cn171x2-pr176x2-pr181x2-pr171x1-pr172x2 +2014-08-04,[Regionals] 401 Games,7,Ploof Critters,http://ponyhead.com/deckbuilder?v1code=cn43x3-pr44x3-pr42x3-cn98x3-pr86x3-pr83x3-pr94x3-pr89x3-cn86x3-cn83x3-pr85x3-pr82x3-cn117x3-pr110x3-pr108x3-pr179x2-pr164x2-pr194x2-cn173x2-cn180x2-cn7x1 +2014-08-04,[Regionals] 401 Games,8,Fluttershy CN/orange Pumped, +2014-08-05,BronyCon,1,BBZ [w/ Epp!+Redheart+Eff Stop],http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr69x2-pr79x3-pr206x2-cn80x3-pr81x3-pr82x3-pr83x3-pr85x3-cn86x3-cn95x3-pr118x3-cn112x1-pr108x3-pr123x1-cn103x3-pr152x3-cn185x2-pr170x2-pr164x2-pr179x2-pr194x2 +2014-08-05,BronyCon,2,BBZ [w/ Epp!+Redheart+Eff Stop],http://ponyhead.com/deckbuilder?v1code=pr118x3-cn7x1-cn95x3-cn76x2-pr79x3-cn80x3-pr94x3-pr69x2-pr85x3-cn103x3-cn98x3-pr206x1-cn112x1-cn117x1-cn86x3-pr82x3-pr83x3-pr108x3-pr211x1-cn200x1-cn185x2-cn180x2-pr170x2-pr194x2-pr164x2 +2014-08-05,BronyCon,3,Blue/White Hyper Aggro,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr10x3-pr11x3-pr13x3-pr14x3-pr19x3-pr198x3-cn15x3-cn21x3-pr115x3-pr151x3-pr168x2-pr178x2-cn170x2-pr79x3-pr206x3-cn76x3-cn80x3-pr118x3-pr170x2-cn185x2 +2014-08-05,BronyCon,4,Flutterphoque,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr85x3-pr82x3-pr94x3-cn86x3-pr83x3-pr60x3-pr63x3-pr64x3-pr203x3-pr108x3-pr152x3-pr210x3-cn203x3-pr160x3-cn167x2-pr164x2-pr187x2-pr179x2-pr194x2 +2014-08-05,BronyCon,5,NMV,http://ponyhead.com/deckbuilder?v1code=cn189x1-pr31x3-pr199x3-cn25x1-pr61x3-pr63x3-pr64x3-pr203x3-cn114x3-pr106x3-pr98x2-cn140x3-pr209x3-pr152x3-pr159x3-pr210x3-cn203x3-cn178x2-pr195x2-cn167x1-pr188x2-pr162x1-pr189x2 +2014-08-05,BronyCon,6,, +2014-08-05,BronyCon,7,, +2014-08-05,BronyCon,8,, +2014-08-05,Gameology - So.Cal ,1,No Pace, +2014-08-05,Gameology - So.Cal ,2,White/Yellow control, +2014-08-05,Gameology - So.Cal ,3,CN FS Yellow/Blue aggro, +2014-08-05,Gameology - So.Cal ,4,White/Yellow aggro, +2014-08-05,Gameology - So.Cal ,5,CN Celestia UR yellow purple control, +2014-08-05,Gameology - So.Cal ,6,PR Rarity White/purple control, +2014-08-05,Gameology - So.Cal ,7,CN FS Yellow/White aggro, +2014-08-05,Gameology - So.Cal ,8,CN FS Yellow/purple TM control, +2014-08-16,"Sydney, Australia Regionals",1,Element of Kindness (aka Fifty Seven),http://ponyhead.com/deckbuilder?v1code=cn7x1-pr82x3-pr85x3-pr94x3-cn86x3-pr83x3-cn95x3-pr211x2-cn89x1-pr108x3-cn103x2-cn117x2-pr130x2-cn201x1-pr53x3-pr54x3-cn56x3-cn64x2-pr203x1-pr11x1-cn25x1-pr152x3-cn157x2-pr160x3-pr210x3-cn203x1-pr194x2-pr164x2-pr177x1-cn172x1-pr179x2-cn180x2 +2014-08-16,"Sydney, Australia Regionals",2,Ballroom Blitz,http://ponyhead.com/deckbuilder?v1code=pr11x3-cn7x1-pr83x3-cn86x3-pr82x3-cn98x3-pr85x3-pr79x3-cn80x3-pr67x3-pr206x3-pr94x3-pr108x3-pr118x3-pr130x3-cn117x3-cn185x2-pr179x2-pr165x2-pr163x2-pr194x2 +2014-08-16,"Sydney, Australia Regionals",3,Flutterphoque,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr11x3-pr85x3-pr82x3-pr94x3-cn86x3-pr83x3-pr60x3-pr63x3-pr203x3-pr108x3-pr152x3-pr210x3-cn203x3-pr160x3-cn167x2-pr164x2-pr187x2-pr179x2-pr194x2-pr53x3 +2014-08-16,"Sydney, Australia Regionals",4,Yellow/White,http://ponyhead.com/deckbuilder?v1code=cn7x1-cn112x1-pr130x1-cn103x2-pr123x1-pr108x2-cn118x2-cn131x1-pr148x1-cn135x2-cn159x1-cn161x1-cn162x1-pr160x2-cn95x1-cn85x1-pr92x1-cn98x1-pr85x2-pr81x3-cn86x3-cn76x3-pr76x2-pr77x1-pr79x3-cn198x1-cn80x3-cn69x1-pr66x1-pr164x1-cn173x1-pr194x1-cn175x2-cn169x1-cn166x1-pr174x1-pr163x1-cn185x1 +2014-08-16,"Sydney, Australia Regionals",5,Pensioners,http://ponyhead.com/deckbuilder?v1code=cn3x1-pr11x3-pr197x3-cn47x3-cn51x3-pr41x3-pr45x3-pr79x3-cn79x3-pr65x2-pr67x1-pr118x3-cn112x2-pr104x2-cn115x3-cn159x3-pr210x2-pr152x1-pr114x2-pr192x1-cn184x2-cn177x2-pr185x2-cn176x1-pr172x2 +2014-08-16,"Sydney, Australia Regionals",6,Shadow Boxing,http://ponyhead.com/deckbuilder?v1code=cn189x1-pr11x3-pr53x3-pr60x2-pr63x2-pr203x3-cn54x3-cn56x3-cn197x1-pr106x3-cn108x2-cn110x2-cn140x3-cn202x1-pr159x3-pr160x3-cn164x3-cn203x2-pr64x3-pr177x2-pr168x2-pr190x2-pr170x2-pr164x1-pr192x1 +2014-08-16,"Sydney, Australia Regionals",7,"White/Purple (I'm calling it ""Objection!"")",http://ponyhead.com/deckbuilder?v1code=pr5x1-pr106x3-pr60x2-pr53x2-cn54x3-cn137x3-cn70x1-cn56x3-cn72x3-pr71x1-cn140x2-pr63x2-pr74x1-cn112x3-cn162x3-pr59x1-pr75x2-cn80x2-cn148x1-cn199x1-pr133x2-pr158x3-pr150x1-cn167x2-pr170x1-cn182x2-pr193x1-cn184x2-cn185x1-pr196x1 +2014-08-16,"Sydney, Australia Regionals",8,Yellow/White,http://ponyhead.com/deckbuilder?v1code=cn7x1-cn184x2-cn185x1-cn169x1-cn180x1-cn175x2-cn173x1-pr161x1-cn172x1-cn162x2-pr160x1-cn160x1-cn163x1-pr156x1-pr108x2-pr130x1-cn117x1-pr123x1-cn112x1-pr103x1-cn118x2-pr101x1-pr148x1-cn146x1-cn135x2-cn86x3-cn85x1-pr211x1-cn91x1-cn96x1-cn71x2-cn76x1-pr77x1-cn69x1-cn72x1-pr79x3-pr76x3-pr94x2-pr81x2-pr60x2 +2014-08-17,South Australian regional,1,Pegasus Explosion,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr140x2-pr19x3-cn21x2-cn15x3-pr198x2-pr11x3-pr85x3-cn192x3-pr42x3-pr44x3-cn41x3-cn43x3-cn51x3-pr114x3-cn120x3-pr151x3-pr176x2-pr168x1-pr171x1-cn171x2-pr172x2-pr181x2 +2014-08-17,South Australian regional,2,Tri-Colour deck, +2014-08-17,South Australian regional,3,Yellow/Pink,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr164x2-pr179x2-cn180x2-pr194x2-cn173x2-pr85x3-pr94x3-pr86x2-pr82x3-cn98x3-cn83x3-pr89x3-cn86x3-pr83x3-pr208x1-cn89x1-pr42x3-cn43x3-pr44x2-cn25x2-pr110x3-pr123x2-pr108x2-cn117x2-cn201x1 +2014-08-17,South Australian regional,4,Pink/Purple,http://ponyhead.com/deckbuilder?v1code=cn171x2-pr192x2-cn179x2-cn167x2-pr188x2-cn3x1-cn42x3-cn51x3-cn43x3-pr79x3-cn79x3-pr69x3-pr61x3-pr60x3-pr53x3-pr64x3-cn64x3-pr106x3-pr118x3-cn109x3-pr152x3 +2014-08-17,South Australian regional,5,Pants Off Blitz,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr83x3-pr85x3-pr82x3-pr94x3-cn98x3-pr206x2-pr79x3-cn80x3-pr118x3-pr108x3-cn117x1-cn185x2-pr179x2-pr194x2-pr165x2-pr163x2-cn37x3-cn198x3-cn103x2-cn25x2-cn76x2-cn104x3 +2014-08-17,South Australian regional,6,Mish Mash,http://ponyhead.com/deckbuilder?v1code=pr1x1-cn186x2-cn170x1-pr176x1-pr181x2-pr184x1-pr192x1-pr172x1-cn171x1-pr153x2-pr159x1-pr160x2-cn192x1-pr117x1-pr95x2-pr8x1-prPF3x1-pr45x1-pr46x2-pr42x2-pr38x2-cn17x2-cn40x1-cn39x1-cn52x1-pr48x1-cn42x1-pr7x1-pr15x1-pr16x1-pr17x2-cn21x1-pr13x2-pr127x1-pr115x2-pr104x2-pr209x1-pr143x1-cn129x2-cn125x1-cn160x1-pr110x1 +2014-08-17,South Australian regional,7,Royal Guidance,http://ponyhead.com/deckbuilder?v1code=cn7x1-pr161x1-pr179x2-pr194x2-pr164x2-pr177x2-pr187x1-pr81x3-pr93x3-pr82x3-pr85x3-pr83x3-cn86x3-pr89x2-pr61x3-pr60x3-pr64x3-pr63x3-pr54x3-pr106x3-pr108x3-pr99x3-pr148x2-pr146x3-cn159x3 +2014-08-17,South Australian regional,8,Fear Me,http://ponyhead.com/deckbuilder?v1code=cn5x1-cn179x1-cn167x2-pr171x1-pr168x2-pr176x1-cn186x1-cn174x2-cn11x1-pr20x2-pr7x1-cn18x3-cn15x2-pr12x1-pr15x1-pr61x1-cnPF3x1-pr59x1-pr63x1-cn53x1-cn55x2-cn66x2-cnPF1x2-pr42x1-pr85x1-pr159x2-cn161x2-cn159x1-pr126x2-pr124x1-pr109x1-pr120x1-cn111x1-cn123x3-pr127x2-cn121x1-cn135x2-cn150x1-cn152x1 +2014-08-21,North American Continental Champion,1,Nation Morath,http://ponyhead.com/deckbuilder?v1code=cn144x1-cn134x2-cn153x3-pr209x2-cn140x3-cn132x2-cn203x2-pr152x3-pr210x3-pr159x3-pr106x3-cn114x2-cn43x3-prPF2x3-pr63x2-pr60x3-pr53x3-pr203x2-cn168x2-cn183x2-cn178x2-pr195x2-pr162x1-pr190x1-rrF1x1 +2014-08-21,North American Continental Champion,2,Paul Atherton,http://ponyhead.com/deckbuilder?v1code=pr159x3-cn157x2-pr114x3-pr118x3-rr2x3-cn47x3-cn41x3-cn51x3-cn43x3-cn42x1-cn80x3-pr79x3-pr72x3-pr206x3-pr11x3-pr197x3-rrF2x1-cn176x2-cn171x2-cn177x1-pr163x2-pr170x1-cn185x2 +2014-08-21,North American Continental Champion,3,Niko White,http://ponyhead.com/deckbuilder?v1code=pr41x3-cn132x2-cn115x3-cn51x3-cn195x2-pr60x3-pr63x3-cn144x2-cn140x3-pr64x3-pr203x3-cn196x3-pr160x3-cn158x3-cn203x3-pr210x3-pr192x2-pr177x2-cn167x2-cn176x2-cn179x2-rrF2x1 +2014-08-21,North American Continental Champion,4,Chris Ballew,http://ponyhead.com/deckbuilder?v1code=pr11x3-cn192x3-pr12x3-pr20x3-pr198x3-cn15x3-pr19x3-rr2x3-cn51x3-cn41x3-pr151x3-pr210x3-cn157x3-pr114x3-cn120x3-rrF2x1-pr168x1-pr172x2-pr181x2-pr176x2-pr171x1-cn171x2 +2014-08-21,North American Continental Champion,5,Charlotte White,http://ponyhead.com/deckbuilder?v1code=pr41x3-cn51x3-cn115x3-cn132x2-pr192x2-cn176x2-pr60x3-pr63x3-pr64x3-pr203x3-cn140x3-pr177x2-cn167x2-cn179x2-pr160x3-pr210x3-cn158x3-cn203x2-cn195x2-cn196x3-cn144x2-rrF2x1-pr152x1 +2014-08-21,North American Continental Champion,6,Francis Marino,http://ponyhead.com/deckbuilder?v1code=pr60x3-pr53x2-pr56x3-cn65x3-cn42x3-cn51x1-cn196x1-rr5x3-pr114x3-cn104x3-cn109x3-cn106x3-cn108x3-pr96x1-pr98x1-pr209x3-pr106x1-cn34x1-pr126x1-cn157x3-rrF2x1-cn167x1-cn176x1-cn184x2-cn182x2-rr10x2-cn171x2 +2014-08-21,North American Continental Champion,7,Donald Barksdale,http://ponyhead.com/deckbuilder?v1code=pr79x3-cn80x3-cn76x2-pr72x3-pr206x3-pr65x2-rr2x2-cn47x3-cn43x3-cn51x3-pr197x3-cn25x1-pr114x3-cn115x3-pr118x3-cn104x3-pr107x3-cn198x1-cn176x1-cn177x2-pr172x2-pr163x2-cn185x1-pr185x2-rrF2x1 +2014-08-21,North American Continental Champion,8,Luke Wyman,http://ponyhead.com/deckbuilder?v1code=rrF2x1-cn34x1-cn51x2-cn42x3-pr56x3-pr63x2-cn65x2-pr66x1-cn106x3-cn113x1-pr114x3-cn124x1-pr106x1-pr126x1-cn108x3-cn109x3-cn104x3-pr96x1-pr98x1-pr209x3-cn157x3-cn115x1-rr5x3-rr10x2-cn171x2-cn182x1-cn181x2-rr8x2-cn167x1 +2014-08-21,North American Continental Champion,9,Adam McHale,http://ponyhead.com/deckbuilder?v1code=pr79x3-cn80x3-cn198x2-cn75x3-cn104x3-pr118x3-rr3x3-pr203x3-pr126x2-pr106x3-cn140x1-cn109x3-cn116x2-cn203x2-pr210x2-cn158x1-pr152x3-cn122x3-cnf2x1-pr174x2-cn185x2-cn167x2-pr188x2-pr175x2 +2014-08-21,North American Continental Champion,10,Donnie Rose,http://ponyhead.com/deckbuilder?v1code=cn108x3-cn65x3-pr209x3-cn51x1-pr114x3-rr5x3-cn106x3-cn109x3-pr96x1-pr56x3-pr60x3-cn196x1-cn157x3-pr98x1-cn104x3-cn42x3-cn43x3-cn34x1-pr126x1-cn5x1-cn176x1-cn184x2-cn182x2-rr10x2-cn171x2-cn167x1 +2014-08-21,North American Continental Champion,11,Erik Mooney,http://ponyhead.com/deckbuilder?v1code=cn1x1-pr11x3-pr19x3-pr10x3-cn192x3-cn15x3-pr79x3-cn80x3-pr151x3-pr118x3-pr206x3-pr140x2-pr67x2-pr115x3-cn120x2-pr198x2-pr13x1-pr14x1-pr210x2-cn185x2-pr163x2-pr171x2-pr176x2-pr167x2 +2014-08-21,North American Continental Champion,12,Nicholas Hattwick,http://ponyhead.com/deckbuilder?v1code=pr160x3-cn203x3-pr210x3-cn158x3-pr60x3-pr64x3-cn196x3-pr203x3-pr63x3-pr41x3-cn51x3-cn195x2-cn115x3-cn140x3-cn144x2-cn132x2-rrF2x1-pr192x2-pr177x2-cn167x2-cn176x2-cn179x2 +2014-08-21,North American Continental Champion,13,Joe Harrington,http://ponyhead.com/deckbuilder?v1code=pr41x3-cn132x3-cn51x3-cn115x3-cn195x2-pr60x3-pr63x3-cn144x2-pr64x3-cn140x3-cn196x2-pr203x3-pr160x3-cn158x3-cn203x3-pr210x3-rrF2x1-pr192x2-pr177x2-cn167x2-cn176x2-cn179x2 +2014-08-21,North American Continental Champion,14,Ryan Hilton,http://ponyhead.com/deckbuilder?v1code=cn117x3-pr110x3-pr114x3-pr152x3-cn86x3-cn43x3-pr82x3-pr94x3-pr83x3-pr85x3-cn102x3-pr108x3-cn51x3-pr11x3-pr36x3-cn7x1-pr164x2-cn173x2-pr194x2-pr179x2-pr172x2 +2014-08-21,North American Continental Champion,15,Ivan Rojas,http://ponyhead.com/deckbuilder?v1code=pr11x3-pr85x3-pr82x3-pr83x3-pr108x3-pr118x3-pr206x3-cn117x3-cn98x2-pr94x2-cn86x2-cn118x2-pr210x2-pr79x3-cn80x3-pr130x2-cn112x1-pr152x1-pr89x1-cn7x1-pr165x2-cn185x2-pr163x2-pr179x2-pr194x2 +2014-08-21,North American Continental Champion,16,Thomas Burns,http://ponyhead.com/deckbuilder?v1code=pr203x3-pr160x3-pr209x3-pr152x3-pr210x3-cn153x3-pr197x3-pr159x3-pr200x3-pr63x3-pr53x3-pr106x3-pr98x3-pr64x3-pr61x3-rrF1x1-cn178x2-pr195x2-pr173x2-pr188x2-pr162x2 diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..be74abd Binary files /dev/null and b/favicon.ico differ diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..4a4ca86 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.eot differ diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000..e3e2dc7 --- /dev/null +++ b/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000..67fa00b Binary files /dev/null and b/fonts/glyphicons-halflings-regular.ttf differ diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000..8c54182 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.woff differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..aa3d740 --- /dev/null +++ b/index.html @@ -0,0 +1,95 @@ + + + + + + + + + meta is magic + + + + + + + + + + + + + + + +
      +
      +

      Hello, world!

      +

      This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

      +

      Learn more »

      +
      +
      + +
      + +
      +
      +

      Heading

      +

      Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

      +

      View details »

      +
      +
      +

      Heading

      +

      Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

      +

      View details »

      +
      +
      +

      Heading

      +

      Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

      +

      View details »

      +
      +
      + +
      + +
      +

      © Company 2014

      +
      +
      + + + + + + + diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/js/main.js @@ -0,0 +1 @@ + diff --git a/js/vendor/bootstrap.js b/js/vendor/bootstrap.js new file mode 100644 index 0000000..8ae571b --- /dev/null +++ b/js/vendor/bootstrap.js @@ -0,0 +1,1951 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') } + +/* ======================================================================== + * Bootstrap: transition.js v3.1.1 + * http://getbootstrap.com/javascript/#transitions + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) + // ============================================================ + + function transitionEnd() { + var el = document.createElement('bootstrap') + + var transEndEventNames = { + 'WebkitTransition' : 'webkitTransitionEnd', + 'MozTransition' : 'transitionend', + 'OTransition' : 'oTransitionEnd otransitionend', + 'transition' : 'transitionend' + } + + for (var name in transEndEventNames) { + if (el.style[name] !== undefined) { + return { end: transEndEventNames[name] } + } + } + + return false // explicit for ie8 ( ._.) + } + + // http://blog.alexmaccaw.com/css-transitions + $.fn.emulateTransitionEnd = function (duration) { + var called = false, $el = this + $(this).one($.support.transition.end, function () { called = true }) + var callback = function () { if (!called) $($el).trigger($.support.transition.end) } + setTimeout(callback, duration) + return this + } + + $(function () { + $.support.transition = transitionEnd() + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: alert.js v3.1.1 + * http://getbootstrap.com/javascript/#alerts + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // ALERT CLASS DEFINITION + // ====================== + + var dismiss = '[data-dismiss="alert"]' + var Alert = function (el) { + $(el).on('click', dismiss, this.close) + } + + Alert.prototype.close = function (e) { + var $this = $(this) + var selector = $this.attr('data-target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + var $parent = $(selector) + + if (e) e.preventDefault() + + if (!$parent.length) { + $parent = $this.hasClass('alert') ? $this : $this.parent() + } + + $parent.trigger(e = $.Event('close.bs.alert')) + + if (e.isDefaultPrevented()) return + + $parent.removeClass('in') + + function removeElement() { + $parent.trigger('closed.bs.alert').remove() + } + + $.support.transition && $parent.hasClass('fade') ? + $parent + .one($.support.transition.end, removeElement) + .emulateTransitionEnd(150) : + removeElement() + } + + + // ALERT PLUGIN DEFINITION + // ======================= + + var old = $.fn.alert + + $.fn.alert = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.alert') + + if (!data) $this.data('bs.alert', (data = new Alert(this))) + if (typeof option == 'string') data[option].call($this) + }) + } + + $.fn.alert.Constructor = Alert + + + // ALERT NO CONFLICT + // ================= + + $.fn.alert.noConflict = function () { + $.fn.alert = old + return this + } + + + // ALERT DATA-API + // ============== + + $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: button.js v3.1.1 + * http://getbootstrap.com/javascript/#buttons + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // BUTTON PUBLIC CLASS DEFINITION + // ============================== + + var Button = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Button.DEFAULTS, options) + this.isLoading = false + } + + Button.DEFAULTS = { + loadingText: 'loading...' + } + + Button.prototype.setState = function (state) { + var d = 'disabled' + var $el = this.$element + var val = $el.is('input') ? 'val' : 'html' + var data = $el.data() + + state = state + 'Text' + + if (!data.resetText) $el.data('resetText', $el[val]()) + + $el[val](data[state] || this.options[state]) + + // push to event loop to allow forms to submit + setTimeout($.proxy(function () { + if (state == 'loadingText') { + this.isLoading = true + $el.addClass(d).attr(d, d) + } else if (this.isLoading) { + this.isLoading = false + $el.removeClass(d).removeAttr(d) + } + }, this), 0) + } + + Button.prototype.toggle = function () { + var changed = true + var $parent = this.$element.closest('[data-toggle="buttons"]') + + if ($parent.length) { + var $input = this.$element.find('input') + if ($input.prop('type') == 'radio') { + if ($input.prop('checked') && this.$element.hasClass('active')) changed = false + else $parent.find('.active').removeClass('active') + } + if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') + } + + if (changed) this.$element.toggleClass('active') + } + + + // BUTTON PLUGIN DEFINITION + // ======================== + + var old = $.fn.button + + $.fn.button = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.button') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.button', (data = new Button(this, options))) + + if (option == 'toggle') data.toggle() + else if (option) data.setState(option) + }) + } + + $.fn.button.Constructor = Button + + + // BUTTON NO CONFLICT + // ================== + + $.fn.button.noConflict = function () { + $.fn.button = old + return this + } + + + // BUTTON DATA-API + // =============== + + $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { + var $btn = $(e.target) + if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') + $btn.button('toggle') + e.preventDefault() + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: carousel.js v3.1.1 + * http://getbootstrap.com/javascript/#carousel + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CAROUSEL CLASS DEFINITION + // ========================= + + var Carousel = function (element, options) { + this.$element = $(element) + this.$indicators = this.$element.find('.carousel-indicators') + this.options = options + this.paused = + this.sliding = + this.interval = + this.$active = + this.$items = null + + this.options.pause == 'hover' && this.$element + .on('mouseenter', $.proxy(this.pause, this)) + .on('mouseleave', $.proxy(this.cycle, this)) + } + + Carousel.DEFAULTS = { + interval: 5000, + pause: 'hover', + wrap: true + } + + Carousel.prototype.cycle = function (e) { + e || (this.paused = false) + + this.interval && clearInterval(this.interval) + + this.options.interval + && !this.paused + && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) + + return this + } + + Carousel.prototype.getActiveIndex = function () { + this.$active = this.$element.find('.item.active') + this.$items = this.$active.parent().children() + + return this.$items.index(this.$active) + } + + Carousel.prototype.to = function (pos) { + var that = this + var activeIndex = this.getActiveIndex() + + if (pos > (this.$items.length - 1) || pos < 0) return + + if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) + if (activeIndex == pos) return this.pause().cycle() + + return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) + } + + Carousel.prototype.pause = function (e) { + e || (this.paused = true) + + if (this.$element.find('.next, .prev').length && $.support.transition) { + this.$element.trigger($.support.transition.end) + this.cycle(true) + } + + this.interval = clearInterval(this.interval) + + return this + } + + Carousel.prototype.next = function () { + if (this.sliding) return + return this.slide('next') + } + + Carousel.prototype.prev = function () { + if (this.sliding) return + return this.slide('prev') + } + + Carousel.prototype.slide = function (type, next) { + var $active = this.$element.find('.item.active') + var $next = next || $active[type]() + var isCycling = this.interval + var direction = type == 'next' ? 'left' : 'right' + var fallback = type == 'next' ? 'first' : 'last' + var that = this + + if (!$next.length) { + if (!this.options.wrap) return + $next = this.$element.find('.item')[fallback]() + } + + if ($next.hasClass('active')) return this.sliding = false + + var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) + this.$element.trigger(e) + if (e.isDefaultPrevented()) return + + this.sliding = true + + isCycling && this.pause() + + if (this.$indicators.length) { + this.$indicators.find('.active').removeClass('active') + this.$element.one('slid.bs.carousel', function () { + var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) + $nextIndicator && $nextIndicator.addClass('active') + }) + } + + if ($.support.transition && this.$element.hasClass('slide')) { + $next.addClass(type) + $next[0].offsetWidth // force reflow + $active.addClass(direction) + $next.addClass(direction) + $active + .one($.support.transition.end, function () { + $next.removeClass([type, direction].join(' ')).addClass('active') + $active.removeClass(['active', direction].join(' ')) + that.sliding = false + setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0) + }) + .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000) + } else { + $active.removeClass('active') + $next.addClass('active') + this.sliding = false + this.$element.trigger('slid.bs.carousel') + } + + isCycling && this.cycle() + + return this + } + + + // CAROUSEL PLUGIN DEFINITION + // ========================== + + var old = $.fn.carousel + + $.fn.carousel = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.carousel') + var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) + var action = typeof option == 'string' ? option : options.slide + + if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) + if (typeof option == 'number') data.to(option) + else if (action) data[action]() + else if (options.interval) data.pause().cycle() + }) + } + + $.fn.carousel.Constructor = Carousel + + + // CAROUSEL NO CONFLICT + // ==================== + + $.fn.carousel.noConflict = function () { + $.fn.carousel = old + return this + } + + + // CAROUSEL DATA-API + // ================= + + $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { + var $this = $(this), href + var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 + var options = $.extend({}, $target.data(), $this.data()) + var slideIndex = $this.attr('data-slide-to') + if (slideIndex) options.interval = false + + $target.carousel(options) + + if (slideIndex = $this.attr('data-slide-to')) { + $target.data('bs.carousel').to(slideIndex) + } + + e.preventDefault() + }) + + $(window).on('load', function () { + $('[data-ride="carousel"]').each(function () { + var $carousel = $(this) + $carousel.carousel($carousel.data()) + }) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: collapse.js v3.1.1 + * http://getbootstrap.com/javascript/#collapse + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // COLLAPSE PUBLIC CLASS DEFINITION + // ================================ + + var Collapse = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Collapse.DEFAULTS, options) + this.transitioning = null + + if (this.options.parent) this.$parent = $(this.options.parent) + if (this.options.toggle) this.toggle() + } + + Collapse.DEFAULTS = { + toggle: true + } + + Collapse.prototype.dimension = function () { + var hasWidth = this.$element.hasClass('width') + return hasWidth ? 'width' : 'height' + } + + Collapse.prototype.show = function () { + if (this.transitioning || this.$element.hasClass('in')) return + + var startEvent = $.Event('show.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var actives = this.$parent && this.$parent.find('> .panel > .in') + + if (actives && actives.length) { + var hasData = actives.data('bs.collapse') + if (hasData && hasData.transitioning) return + actives.collapse('hide') + hasData || actives.data('bs.collapse', null) + } + + var dimension = this.dimension() + + this.$element + .removeClass('collapse') + .addClass('collapsing') + [dimension](0) + + this.transitioning = 1 + + var complete = function () { + this.$element + .removeClass('collapsing') + .addClass('collapse in') + [dimension]('auto') + this.transitioning = 0 + this.$element.trigger('shown.bs.collapse') + } + + if (!$.support.transition) return complete.call(this) + + var scrollSize = $.camelCase(['scroll', dimension].join('-')) + + this.$element + .one($.support.transition.end, $.proxy(complete, this)) + .emulateTransitionEnd(350) + [dimension](this.$element[0][scrollSize]) + } + + Collapse.prototype.hide = function () { + if (this.transitioning || !this.$element.hasClass('in')) return + + var startEvent = $.Event('hide.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var dimension = this.dimension() + + this.$element + [dimension](this.$element[dimension]()) + [0].offsetHeight + + this.$element + .addClass('collapsing') + .removeClass('collapse') + .removeClass('in') + + this.transitioning = 1 + + var complete = function () { + this.transitioning = 0 + this.$element + .trigger('hidden.bs.collapse') + .removeClass('collapsing') + .addClass('collapse') + } + + if (!$.support.transition) return complete.call(this) + + this.$element + [dimension](0) + .one($.support.transition.end, $.proxy(complete, this)) + .emulateTransitionEnd(350) + } + + Collapse.prototype.toggle = function () { + this[this.$element.hasClass('in') ? 'hide' : 'show']() + } + + + // COLLAPSE PLUGIN DEFINITION + // ========================== + + var old = $.fn.collapse + + $.fn.collapse = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.collapse') + var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) + + if (!data && options.toggle && option == 'show') option = !option + if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + $.fn.collapse.Constructor = Collapse + + + // COLLAPSE NO CONFLICT + // ==================== + + $.fn.collapse.noConflict = function () { + $.fn.collapse = old + return this + } + + + // COLLAPSE DATA-API + // ================= + + $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { + var $this = $(this), href + var target = $this.attr('data-target') + || e.preventDefault() + || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 + var $target = $(target) + var data = $target.data('bs.collapse') + var option = data ? 'toggle' : $this.data() + var parent = $this.attr('data-parent') + var $parent = parent && $(parent) + + if (!data || !data.transitioning) { + if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') + $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') + } + + $target.collapse(option) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: dropdown.js v3.1.1 + * http://getbootstrap.com/javascript/#dropdowns + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // DROPDOWN CLASS DEFINITION + // ========================= + + var backdrop = '.dropdown-backdrop' + var toggle = '[data-toggle=dropdown]' + var Dropdown = function (element) { + $(element).on('click.bs.dropdown', this.toggle) + } + + Dropdown.prototype.toggle = function (e) { + var $this = $(this) + + if ($this.is('.disabled, :disabled')) return + + var $parent = getParent($this) + var isActive = $parent.hasClass('open') + + clearMenus() + + if (!isActive) { + if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { + // if mobile we use a backdrop because click events don't delegate + $('