From d9e14fc04969d8bf8368559b308a909487a5ce75 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Thu, 12 Nov 2015 12:45:46 -0500 Subject: [PATCH] Updates Not sure how long since last commit, sorry. - AB --- .gitignore | 6 + css/sistertalk.css | 8569 +++++++++++++++++++++++++++++++++++++++++ functions.php | 59 + icon.psd | Bin 0 -> 187017 bytes img/114.png | Bin 0 -> 4412 bytes img/144.png | Bin 0 -> 4719 bytes img/57.png | Bin 0 -> 2438 bytes img/72.png | Bin 0 -> 2857 bytes img/alt/114.png | Bin 0 -> 4268 bytes img/alt/144.png | Bin 0 -> 4889 bytes img/alt/57.png | Bin 0 -> 2585 bytes img/alt/72.png | Bin 0 -> 2966 bytes manifest.json | 44 + min/sistertalk-min.js | 1 + scss/sistertalk.scss | 108 + sistertalk.js | 105 + style.css | 7 + 17 files changed, 8899 insertions(+) create mode 100644 .gitignore create mode 100644 css/sistertalk.css create mode 100644 functions.php create mode 100644 icon.psd create mode 100644 img/114.png create mode 100644 img/144.png create mode 100644 img/57.png create mode 100644 img/72.png create mode 100644 img/alt/114.png create mode 100644 img/alt/144.png create mode 100644 img/alt/57.png create mode 100644 img/alt/72.png create mode 100644 manifest.json create mode 100644 min/sistertalk-min.js create mode 100644 scss/sistertalk.scss create mode 100644 sistertalk.js create mode 100644 style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0831874 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + +*.scssc + +.DS_Store + +*.codekit diff --git a/css/sistertalk.css b/css/sistertalk.css new file mode 100644 index 0000000..979fc6c --- /dev/null +++ b/css/sistertalk.css @@ -0,0 +1,8569 @@ +@charset "UTF-8"; +/* Scss Document */ +/* +Theme Name: Cornerstone +Author: UConn Web Development Lab +Description: Parent theme for University of Connecticut +Version: 4 +Text Domain: cs +*/ +/*! normalize.css v3.0.2 | 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, +menu, +nav, +section, +summary { + display: block; } + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; } + +audio:not([controls]) { + display: none; + height: 0; } + +[hidden], +template { + display: none; } + +a { + background-color: transparent; } + +a:active, +a:hover { + outline: 0; } + +abbr[title] { + border-bottom: 1px dotted; } + +b, +strong { + font-weight: bold; } + +dfn { + font-style: italic; } + +h1 { + font-size: 2em; + margin: 0.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: -0.5em; } + +sub { + bottom: -0.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 #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + +legend { + border: 0; + padding: 0; } + +textarea { + overflow: auto; } + +optgroup { + font-weight: bold; } + +table { + border-collapse: collapse; + border-spacing: 0; } + +td, +th { + padding: 0; } + +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; } + + a, + a:visited { + text-decoration: underline; } + + a[href]:after { + content: " (" attr(href) ")"; } + + abbr[title]:after { + content: " (" attr(title) ")"; } + + a[href^="#"]:after, + a[href^="javascript:"]: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; } + + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; } + + .label { + border: 1px solid #000; } + + .table { + border-collapse: collapse !important; } + .table td, + .table th { + background-color: #fff !important; } + + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; } } +@font-face { + font-family: 'Glyphicons Halflings'; + src: url("../../../global/bootstrap-3.3.4/fonts/bootstrap/glyphicons-halflings-regular.eot"); + src: url("../../../global/bootstrap-3.3.4/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../global/bootstrap-3.3.4/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../global/bootstrap-3.3.4/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../global/bootstrap-3.3.4/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../global/bootstrap-3.3.4/fonts/bootstrap/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: normal; + 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, +.glyphicon-eur:before { + content: "\20ac"; } + +.glyphicon-minus:before { + content: "\2212"; } + +.glyphicon-cloud:before { + content: "\2601"; } + +.glyphicon-envelope:before { + content: "\2709"; } + +.glyphicon-pencil:before { + content: "\270f"; } + +.glyphicon-glass:before { + content: "\e001"; } + +.glyphicon-music:before { + content: "\e002"; } + +.glyphicon-search:before { + content: "\e003"; } + +.glyphicon-heart:before { + content: "\e005"; } + +.glyphicon-star:before { + content: "\e006"; } + +.glyphicon-star-empty:before { + content: "\e007"; } + +.glyphicon-user:before { + content: "\e008"; } + +.glyphicon-film:before { + content: "\e009"; } + +.glyphicon-th-large:before { + content: "\e010"; } + +.glyphicon-th:before { + content: "\e011"; } + +.glyphicon-th-list:before { + content: "\e012"; } + +.glyphicon-ok:before { + content: "\e013"; } + +.glyphicon-remove:before { + content: "\e014"; } + +.glyphicon-zoom-in:before { + content: "\e015"; } + +.glyphicon-zoom-out:before { + content: "\e016"; } + +.glyphicon-off:before { + content: "\e017"; } + +.glyphicon-signal:before { + content: "\e018"; } + +.glyphicon-cog:before { + content: "\e019"; } + +.glyphicon-trash:before { + content: "\e020"; } + +.glyphicon-home:before { + content: "\e021"; } + +.glyphicon-file:before { + content: "\e022"; } + +.glyphicon-time:before { + content: "\e023"; } + +.glyphicon-road:before { + content: "\e024"; } + +.glyphicon-download-alt:before { + content: "\e025"; } + +.glyphicon-download:before { + content: "\e026"; } + +.glyphicon-upload:before { + content: "\e027"; } + +.glyphicon-inbox:before { + content: "\e028"; } + +.glyphicon-play-circle:before { + content: "\e029"; } + +.glyphicon-repeat:before { + content: "\e030"; } + +.glyphicon-refresh:before { + content: "\e031"; } + +.glyphicon-list-alt:before { + content: "\e032"; } + +.glyphicon-lock:before { + content: "\e033"; } + +.glyphicon-flag:before { + content: "\e034"; } + +.glyphicon-headphones:before { + content: "\e035"; } + +.glyphicon-volume-off:before { + content: "\e036"; } + +.glyphicon-volume-down:before { + content: "\e037"; } + +.glyphicon-volume-up:before { + content: "\e038"; } + +.glyphicon-qrcode:before { + content: "\e039"; } + +.glyphicon-barcode:before { + content: "\e040"; } + +.glyphicon-tag:before { + content: "\e041"; } + +.glyphicon-tags:before { + content: "\e042"; } + +.glyphicon-book:before { + content: "\e043"; } + +.glyphicon-bookmark:before { + content: "\e044"; } + +.glyphicon-print:before { + content: "\e045"; } + +.glyphicon-camera:before { + content: "\e046"; } + +.glyphicon-font:before { + content: "\e047"; } + +.glyphicon-bold:before { + content: "\e048"; } + +.glyphicon-italic:before { + content: "\e049"; } + +.glyphicon-text-height:before { + content: "\e050"; } + +.glyphicon-text-width:before { + content: "\e051"; } + +.glyphicon-align-left:before { + content: "\e052"; } + +.glyphicon-align-center:before { + content: "\e053"; } + +.glyphicon-align-right:before { + content: "\e054"; } + +.glyphicon-align-justify:before { + content: "\e055"; } + +.glyphicon-list:before { + content: "\e056"; } + +.glyphicon-indent-left:before { + content: "\e057"; } + +.glyphicon-indent-right:before { + content: "\e058"; } + +.glyphicon-facetime-video:before { + content: "\e059"; } + +.glyphicon-picture:before { + content: "\e060"; } + +.glyphicon-map-marker:before { + content: "\e062"; } + +.glyphicon-adjust:before { + content: "\e063"; } + +.glyphicon-tint:before { + content: "\e064"; } + +.glyphicon-edit:before { + content: "\e065"; } + +.glyphicon-share:before { + content: "\e066"; } + +.glyphicon-check:before { + content: "\e067"; } + +.glyphicon-move:before { + content: "\e068"; } + +.glyphicon-step-backward:before { + content: "\e069"; } + +.glyphicon-fast-backward:before { + content: "\e070"; } + +.glyphicon-backward:before { + content: "\e071"; } + +.glyphicon-play:before { + content: "\e072"; } + +.glyphicon-pause:before { + content: "\e073"; } + +.glyphicon-stop:before { + content: "\e074"; } + +.glyphicon-forward:before { + content: "\e075"; } + +.glyphicon-fast-forward:before { + content: "\e076"; } + +.glyphicon-step-forward:before { + content: "\e077"; } + +.glyphicon-eject:before { + content: "\e078"; } + +.glyphicon-chevron-left:before { + content: "\e079"; } + +.glyphicon-chevron-right:before { + content: "\e080"; } + +.glyphicon-plus-sign:before { + content: "\e081"; } + +.glyphicon-minus-sign:before { + content: "\e082"; } + +.glyphicon-remove-sign:before { + content: "\e083"; } + +.glyphicon-ok-sign:before { + content: "\e084"; } + +.glyphicon-question-sign:before { + content: "\e085"; } + +.glyphicon-info-sign:before { + content: "\e086"; } + +.glyphicon-screenshot:before { + content: "\e087"; } + +.glyphicon-remove-circle:before { + content: "\e088"; } + +.glyphicon-ok-circle:before { + content: "\e089"; } + +.glyphicon-ban-circle:before { + content: "\e090"; } + +.glyphicon-arrow-left:before { + content: "\e091"; } + +.glyphicon-arrow-right:before { + content: "\e092"; } + +.glyphicon-arrow-up:before { + content: "\e093"; } + +.glyphicon-arrow-down:before { + content: "\e094"; } + +.glyphicon-share-alt:before { + content: "\e095"; } + +.glyphicon-resize-full:before { + content: "\e096"; } + +.glyphicon-resize-small:before { + content: "\e097"; } + +.glyphicon-exclamation-sign:before { + content: "\e101"; } + +.glyphicon-gift:before { + content: "\e102"; } + +.glyphicon-leaf:before { + content: "\e103"; } + +.glyphicon-fire:before { + content: "\e104"; } + +.glyphicon-eye-open:before { + content: "\e105"; } + +.glyphicon-eye-close:before { + content: "\e106"; } + +.glyphicon-warning-sign:before { + content: "\e107"; } + +.glyphicon-plane:before { + content: "\e108"; } + +.glyphicon-calendar:before { + content: "\e109"; } + +.glyphicon-random:before { + content: "\e110"; } + +.glyphicon-comment:before { + content: "\e111"; } + +.glyphicon-magnet:before { + content: "\e112"; } + +.glyphicon-chevron-up:before { + content: "\e113"; } + +.glyphicon-chevron-down:before { + content: "\e114"; } + +.glyphicon-retweet:before { + content: "\e115"; } + +.glyphicon-shopping-cart:before { + content: "\e116"; } + +.glyphicon-folder-close:before { + content: "\e117"; } + +.glyphicon-folder-open:before { + content: "\e118"; } + +.glyphicon-resize-vertical:before { + content: "\e119"; } + +.glyphicon-resize-horizontal:before { + content: "\e120"; } + +.glyphicon-hdd:before { + content: "\e121"; } + +.glyphicon-bullhorn:before { + content: "\e122"; } + +.glyphicon-bell:before { + content: "\e123"; } + +.glyphicon-certificate:before { + content: "\e124"; } + +.glyphicon-thumbs-up:before { + content: "\e125"; } + +.glyphicon-thumbs-down:before { + content: "\e126"; } + +.glyphicon-hand-right:before { + content: "\e127"; } + +.glyphicon-hand-left:before { + content: "\e128"; } + +.glyphicon-hand-up:before { + content: "\e129"; } + +.glyphicon-hand-down:before { + content: "\e130"; } + +.glyphicon-circle-arrow-right:before { + content: "\e131"; } + +.glyphicon-circle-arrow-left:before { + content: "\e132"; } + +.glyphicon-circle-arrow-up:before { + content: "\e133"; } + +.glyphicon-circle-arrow-down:before { + content: "\e134"; } + +.glyphicon-globe:before { + content: "\e135"; } + +.glyphicon-wrench:before { + content: "\e136"; } + +.glyphicon-tasks:before { + content: "\e137"; } + +.glyphicon-filter:before { + content: "\e138"; } + +.glyphicon-briefcase:before { + content: "\e139"; } + +.glyphicon-fullscreen:before { + content: "\e140"; } + +.glyphicon-dashboard:before { + content: "\e141"; } + +.glyphicon-paperclip:before { + content: "\e142"; } + +.glyphicon-heart-empty:before { + content: "\e143"; } + +.glyphicon-link:before { + content: "\e144"; } + +.glyphicon-phone:before { + content: "\e145"; } + +.glyphicon-pushpin:before { + content: "\e146"; } + +.glyphicon-usd:before { + content: "\e148"; } + +.glyphicon-gbp:before { + content: "\e149"; } + +.glyphicon-sort:before { + content: "\e150"; } + +.glyphicon-sort-by-alphabet:before { + content: "\e151"; } + +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; } + +.glyphicon-sort-by-order:before { + content: "\e153"; } + +.glyphicon-sort-by-order-alt:before { + content: "\e154"; } + +.glyphicon-sort-by-attributes:before { + content: "\e155"; } + +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; } + +.glyphicon-unchecked:before { + content: "\e157"; } + +.glyphicon-expand:before { + content: "\e158"; } + +.glyphicon-collapse-down:before { + content: "\e159"; } + +.glyphicon-collapse-up:before { + content: "\e160"; } + +.glyphicon-log-in:before { + content: "\e161"; } + +.glyphicon-flash:before { + content: "\e162"; } + +.glyphicon-log-out:before { + content: "\e163"; } + +.glyphicon-new-window:before { + content: "\e164"; } + +.glyphicon-record:before { + content: "\e165"; } + +.glyphicon-save:before { + content: "\e166"; } + +.glyphicon-open:before { + content: "\e167"; } + +.glyphicon-saved:before { + content: "\e168"; } + +.glyphicon-import:before { + content: "\e169"; } + +.glyphicon-export:before { + content: "\e170"; } + +.glyphicon-send:before { + content: "\e171"; } + +.glyphicon-floppy-disk:before { + content: "\e172"; } + +.glyphicon-floppy-saved:before { + content: "\e173"; } + +.glyphicon-floppy-remove:before { + content: "\e174"; } + +.glyphicon-floppy-save:before { + content: "\e175"; } + +.glyphicon-floppy-open:before { + content: "\e176"; } + +.glyphicon-credit-card:before { + content: "\e177"; } + +.glyphicon-transfer:before { + content: "\e178"; } + +.glyphicon-cutlery:before { + content: "\e179"; } + +.glyphicon-header:before { + content: "\e180"; } + +.glyphicon-compressed:before { + content: "\e181"; } + +.glyphicon-earphone:before { + content: "\e182"; } + +.glyphicon-phone-alt:before { + content: "\e183"; } + +.glyphicon-tower:before { + content: "\e184"; } + +.glyphicon-stats:before { + content: "\e185"; } + +.glyphicon-sd-video:before { + content: "\e186"; } + +.glyphicon-hd-video:before { + content: "\e187"; } + +.glyphicon-subtitles:before { + content: "\e188"; } + +.glyphicon-sound-stereo:before { + content: "\e189"; } + +.glyphicon-sound-dolby:before { + content: "\e190"; } + +.glyphicon-sound-5-1:before { + content: "\e191"; } + +.glyphicon-sound-6-1:before { + content: "\e192"; } + +.glyphicon-sound-7-1:before { + content: "\e193"; } + +.glyphicon-copyright-mark:before { + content: "\e194"; } + +.glyphicon-registration-mark:before { + content: "\e195"; } + +.glyphicon-cloud-download:before { + content: "\e197"; } + +.glyphicon-cloud-upload:before { + content: "\e198"; } + +.glyphicon-tree-conifer:before { + content: "\e199"; } + +.glyphicon-tree-deciduous:before { + content: "\e200"; } + +.glyphicon-cd:before { + content: "\e201"; } + +.glyphicon-save-file:before { + content: "\e202"; } + +.glyphicon-open-file:before { + content: "\e203"; } + +.glyphicon-level-up:before { + content: "\e204"; } + +.glyphicon-copy:before { + content: "\e205"; } + +.glyphicon-paste:before { + content: "\e206"; } + +.glyphicon-alert:before { + content: "\e209"; } + +.glyphicon-equalizer:before { + content: "\e210"; } + +.glyphicon-king:before { + content: "\e211"; } + +.glyphicon-queen:before { + content: "\e212"; } + +.glyphicon-pawn:before { + content: "\e213"; } + +.glyphicon-bishop:before { + content: "\e214"; } + +.glyphicon-knight:before { + content: "\e215"; } + +.glyphicon-baby-formula:before { + content: "\e216"; } + +.glyphicon-tent:before { + content: "\26fa"; } + +.glyphicon-blackboard:before { + content: "\e218"; } + +.glyphicon-bed:before { + content: "\e219"; } + +.glyphicon-apple:before { + content: "\f8ff"; } + +.glyphicon-erase:before { + content: "\e221"; } + +.glyphicon-hourglass:before { + content: "\231b"; } + +.glyphicon-lamp:before { + content: "\e223"; } + +.glyphicon-duplicate:before { + content: "\e224"; } + +.glyphicon-piggy-bank:before { + content: "\e225"; } + +.glyphicon-scissors:before { + content: "\e226"; } + +.glyphicon-bitcoin:before { + content: "\e227"; } + +.glyphicon-btc:before { + content: "\e227"; } + +.glyphicon-xbt:before { + content: "\e227"; } + +.glyphicon-yen:before { + content: "\00a5"; } + +.glyphicon-jpy:before { + content: "\00a5"; } + +.glyphicon-ruble:before { + content: "\20bd"; } + +.glyphicon-rub:before { + content: "\20bd"; } + +.glyphicon-scale:before { + content: "\e230"; } + +.glyphicon-ice-lolly:before { + content: "\e231"; } + +.glyphicon-ice-lolly-tasted:before { + content: "\e232"; } + +.glyphicon-education:before { + content: "\e233"; } + +.glyphicon-option-horizontal:before { + content: "\e234"; } + +.glyphicon-option-vertical:before { + content: "\e235"; } + +.glyphicon-menu-hamburger:before { + content: "\e236"; } + +.glyphicon-modal-window:before { + content: "\e237"; } + +.glyphicon-oil:before { + content: "\e238"; } + +.glyphicon-grain:before { + content: "\e239"; } + +.glyphicon-sunglasses:before { + content: "\e240"; } + +.glyphicon-text-size:before { + content: "\e241"; } + +.glyphicon-text-color:before { + content: "\e242"; } + +.glyphicon-text-background:before { + content: "\e243"; } + +.glyphicon-object-align-top:before { + content: "\e244"; } + +.glyphicon-object-align-bottom:before { + content: "\e245"; } + +.glyphicon-object-align-horizontal:before { + content: "\e246"; } + +.glyphicon-object-align-left:before { + content: "\e247"; } + +.glyphicon-object-align-vertical:before { + content: "\e248"; } + +.glyphicon-object-align-right:before { + content: "\e249"; } + +.glyphicon-triangle-right:before { + content: "\e250"; } + +.glyphicon-triangle-left:before { + content: "\e251"; } + +.glyphicon-triangle-bottom:before { + content: "\e252"; } + +.glyphicon-triangle-top:before { + content: "\e253"; } + +.glyphicon-console:before { + content: "\e254"; } + +.glyphicon-superscript:before { + content: "\e255"; } + +.glyphicon-subscript:before { + content: "\e256"; } + +.glyphicon-menu-left:before { + content: "\e257"; } + +.glyphicon-menu-right:before { + content: "\e258"; } + +.glyphicon-menu-down:before { + content: "\e259"; } + +.glyphicon-menu-up:before { + content: "\e260"; } + +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +html { + font-size: 10px; + -webkit-tap-highlight-color: transparent; } + +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.428571429; + color: #333333; + background-color: #f6f6f6; } + +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; } + +a { + color: #850f86; + text-decoration: none; } + a:hover, a:focus { + color: #410741; + 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 { + display: block; + max-width: 100%; + height: auto; } + +.img-rounded { + border-radius: 6px; } + +.img-thumbnail { + padding: 4px; + line-height: 1.428571429; + background-color: #f6f6f6; + border: 1px solid #ddd; + border-radius: 7px; + -webkit-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.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 #eeeeee; } + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; } + +[role="button"] { + cursor: pointer; } + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; } + h1 small, + h1 .small, h2 small, + h2 .small, h3 small, + h3 .small, h4 small, + h4 .small, h5 small, + h5 .small, h6 small, + h6 .small, + .h1 small, + .h1 .small, .h2 small, + .h2 .small, .h3 small, + .h3 .small, .h4 small, + .h4 .small, .h5 small, + .h5 .small, .h6 small, + .h6 .small { + font-weight: normal; + line-height: 1; + color: #777777; } + +h1, .h1, +h2, .h2, +h3, .h3 { + margin-top: 20px; + margin-bottom: 10px; } + h1 small, + h1 .small, .h1 small, + .h1 .small, + h2 small, + h2 .small, .h2 small, + .h2 .small, + h3 small, + h3 .small, .h3 small, + .h3 .small { + font-size: 65%; } + +h4, .h4, +h5, .h5, +h6, .h6 { + margin-top: 10px; + margin-bottom: 10px; } + h4 small, + h4 .small, .h4 small, + .h4 .small, + h5 small, + h5 .small, .h5 small, + .h5 .small, + h6 small, + h6 .small, .h6 small, + .h6 .small { + font-size: 75%; } + +h1, .h1 { + font-size: 36px; } + +h2, .h2 { + font-size: 30px; } + +h3, .h3 { + font-size: 24px; } + +h4, .h4 { + font-size: 18px; } + +h5, .h5 { + font-size: 14px; } + +h6, .h6 { + font-size: 12px; } + +p { + margin: 0 0 10px; } + +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; } + @media (min-width: 768px) { + .lead { + font-size: 21px; } } + +small, +.small { + font-size: 85%; } + +mark, +.mark { + background-color: #fcf8e3; + padding: .2em; } + +.text-left { + text-align: left; } + +.text-right { + text-align: right; } + +.text-center { + text-align: center; } + +.text-justify { + text-align: justify; } + +.text-nowrap { + white-space: nowrap; } + +.text-lowercase { + text-transform: lowercase; } + +.text-uppercase, .initialism { + text-transform: uppercase; } + +.text-capitalize { + text-transform: capitalize; } + +.text-muted { + color: #777777; } + +.text-primary { + color: #006dcc; } + +a.text-primary:hover { + color: #005299; } + +.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; } + +.bg-primary { + background-color: #006dcc; } + +a.bg-primary:hover { + background-color: #005299; } + +.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 #eeeeee; } + +ul, +ol { + margin-top: 0; + margin-bottom: 10px; } + ul ul, + ul ol, + ol ul, + 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.428571429; } + +dt { + font-weight: bold; } + +dd { + margin-left: 0; } + +.dl-horizontal dd:before, .dl-horizontal dd:after { + content: " "; + display: table; } +.dl-horizontal dd:after { + clear: both; } +@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 #777777; } + +.initialism { + font-size: 90%; } + +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eeeeee; } + 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.428571429; + color: #777777; } + 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 #eeeeee; + border-left: 0; + text-align: right; } + .blockquote-reverse footer:before, + .blockquote-reverse small:before, + .blockquote-reverse .small:before, + blockquote.pull-right footer:before, + blockquote.pull-right small:before, + blockquote.pull-right .small:before { + content: ''; } + .blockquote-reverse footer:after, + .blockquote-reverse small:after, + .blockquote-reverse .small:after, + blockquote.pull-right footer:after, + blockquote.pull-right small:after, + blockquote.pull-right .small:after { + content: '\00A0 \2014'; } + +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.428571429; } + +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } + +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 7px; } + +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, 0.25); } + kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + box-shadow: none; } + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.428571429; + word-break: break-all; + word-wrap: break-word; + color: #333333; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 7px; } + 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; } + .container:before, .container:after { + content: " "; + display: table; } + .container:after { + clear: both; } + @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; } + .container-fluid:before, .container-fluid:after { + content: " "; + display: table; } + .container-fluid:after { + clear: both; } + +.row { + margin-left: -15px; + margin-right: -15px; } + .row:before, .row:after { + content: " "; + display: table; } + .row:after { + clear: both; } + +.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-1 { + width: 8.3333333333%; } + +.col-xs-2 { + width: 16.6666666667%; } + +.col-xs-3 { + width: 25%; } + +.col-xs-4 { + width: 33.3333333333%; } + +.col-xs-5 { + width: 41.6666666667%; } + +.col-xs-6 { + width: 50%; } + +.col-xs-7 { + width: 58.3333333333%; } + +.col-xs-8 { + width: 66.6666666667%; } + +.col-xs-9 { + width: 75%; } + +.col-xs-10 { + width: 83.3333333333%; } + +.col-xs-11 { + width: 91.6666666667%; } + +.col-xs-12 { + width: 100%; } + +.col-xs-pull-0 { + right: auto; } + +.col-xs-pull-1 { + right: 8.3333333333%; } + +.col-xs-pull-2 { + right: 16.6666666667%; } + +.col-xs-pull-3 { + right: 25%; } + +.col-xs-pull-4 { + right: 33.3333333333%; } + +.col-xs-pull-5 { + right: 41.6666666667%; } + +.col-xs-pull-6 { + right: 50%; } + +.col-xs-pull-7 { + right: 58.3333333333%; } + +.col-xs-pull-8 { + right: 66.6666666667%; } + +.col-xs-pull-9 { + right: 75%; } + +.col-xs-pull-10 { + right: 83.3333333333%; } + +.col-xs-pull-11 { + right: 91.6666666667%; } + +.col-xs-pull-12 { + right: 100%; } + +.col-xs-push-0 { + left: auto; } + +.col-xs-push-1 { + left: 8.3333333333%; } + +.col-xs-push-2 { + left: 16.6666666667%; } + +.col-xs-push-3 { + left: 25%; } + +.col-xs-push-4 { + left: 33.3333333333%; } + +.col-xs-push-5 { + left: 41.6666666667%; } + +.col-xs-push-6 { + left: 50%; } + +.col-xs-push-7 { + left: 58.3333333333%; } + +.col-xs-push-8 { + left: 66.6666666667%; } + +.col-xs-push-9 { + left: 75%; } + +.col-xs-push-10 { + left: 83.3333333333%; } + +.col-xs-push-11 { + left: 91.6666666667%; } + +.col-xs-push-12 { + left: 100%; } + +.col-xs-offset-0 { + margin-left: 0%; } + +.col-xs-offset-1 { + margin-left: 8.3333333333%; } + +.col-xs-offset-2 { + margin-left: 16.6666666667%; } + +.col-xs-offset-3 { + margin-left: 25%; } + +.col-xs-offset-4 { + margin-left: 33.3333333333%; } + +.col-xs-offset-5 { + margin-left: 41.6666666667%; } + +.col-xs-offset-6 { + margin-left: 50%; } + +.col-xs-offset-7 { + margin-left: 58.3333333333%; } + +.col-xs-offset-8 { + margin-left: 66.6666666667%; } + +.col-xs-offset-9 { + margin-left: 75%; } + +.col-xs-offset-10 { + margin-left: 83.3333333333%; } + +.col-xs-offset-11 { + margin-left: 91.6666666667%; } + +.col-xs-offset-12 { + margin-left: 100%; } + +@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-1 { + width: 8.3333333333%; } + + .col-sm-2 { + width: 16.6666666667%; } + + .col-sm-3 { + width: 25%; } + + .col-sm-4 { + width: 33.3333333333%; } + + .col-sm-5 { + width: 41.6666666667%; } + + .col-sm-6 { + width: 50%; } + + .col-sm-7 { + width: 58.3333333333%; } + + .col-sm-8 { + width: 66.6666666667%; } + + .col-sm-9 { + width: 75%; } + + .col-sm-10 { + width: 83.3333333333%; } + + .col-sm-11 { + width: 91.6666666667%; } + + .col-sm-12 { + width: 100%; } + + .col-sm-pull-0 { + right: auto; } + + .col-sm-pull-1 { + right: 8.3333333333%; } + + .col-sm-pull-2 { + right: 16.6666666667%; } + + .col-sm-pull-3 { + right: 25%; } + + .col-sm-pull-4 { + right: 33.3333333333%; } + + .col-sm-pull-5 { + right: 41.6666666667%; } + + .col-sm-pull-6 { + right: 50%; } + + .col-sm-pull-7 { + right: 58.3333333333%; } + + .col-sm-pull-8 { + right: 66.6666666667%; } + + .col-sm-pull-9 { + right: 75%; } + + .col-sm-pull-10 { + right: 83.3333333333%; } + + .col-sm-pull-11 { + right: 91.6666666667%; } + + .col-sm-pull-12 { + right: 100%; } + + .col-sm-push-0 { + left: auto; } + + .col-sm-push-1 { + left: 8.3333333333%; } + + .col-sm-push-2 { + left: 16.6666666667%; } + + .col-sm-push-3 { + left: 25%; } + + .col-sm-push-4 { + left: 33.3333333333%; } + + .col-sm-push-5 { + left: 41.6666666667%; } + + .col-sm-push-6 { + left: 50%; } + + .col-sm-push-7 { + left: 58.3333333333%; } + + .col-sm-push-8 { + left: 66.6666666667%; } + + .col-sm-push-9 { + left: 75%; } + + .col-sm-push-10 { + left: 83.3333333333%; } + + .col-sm-push-11 { + left: 91.6666666667%; } + + .col-sm-push-12 { + left: 100%; } + + .col-sm-offset-0 { + margin-left: 0%; } + + .col-sm-offset-1 { + margin-left: 8.3333333333%; } + + .col-sm-offset-2 { + margin-left: 16.6666666667%; } + + .col-sm-offset-3 { + margin-left: 25%; } + + .col-sm-offset-4 { + margin-left: 33.3333333333%; } + + .col-sm-offset-5 { + margin-left: 41.6666666667%; } + + .col-sm-offset-6 { + margin-left: 50%; } + + .col-sm-offset-7 { + margin-left: 58.3333333333%; } + + .col-sm-offset-8 { + margin-left: 66.6666666667%; } + + .col-sm-offset-9 { + margin-left: 75%; } + + .col-sm-offset-10 { + margin-left: 83.3333333333%; } + + .col-sm-offset-11 { + margin-left: 91.6666666667%; } + + .col-sm-offset-12 { + margin-left: 100%; } } +@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-1 { + width: 8.3333333333%; } + + .col-md-2 { + width: 16.6666666667%; } + + .col-md-3 { + width: 25%; } + + .col-md-4 { + width: 33.3333333333%; } + + .col-md-5 { + width: 41.6666666667%; } + + .col-md-6 { + width: 50%; } + + .col-md-7 { + width: 58.3333333333%; } + + .col-md-8 { + width: 66.6666666667%; } + + .col-md-9 { + width: 75%; } + + .col-md-10 { + width: 83.3333333333%; } + + .col-md-11 { + width: 91.6666666667%; } + + .col-md-12 { + width: 100%; } + + .col-md-pull-0 { + right: auto; } + + .col-md-pull-1 { + right: 8.3333333333%; } + + .col-md-pull-2 { + right: 16.6666666667%; } + + .col-md-pull-3 { + right: 25%; } + + .col-md-pull-4 { + right: 33.3333333333%; } + + .col-md-pull-5 { + right: 41.6666666667%; } + + .col-md-pull-6 { + right: 50%; } + + .col-md-pull-7 { + right: 58.3333333333%; } + + .col-md-pull-8 { + right: 66.6666666667%; } + + .col-md-pull-9 { + right: 75%; } + + .col-md-pull-10 { + right: 83.3333333333%; } + + .col-md-pull-11 { + right: 91.6666666667%; } + + .col-md-pull-12 { + right: 100%; } + + .col-md-push-0 { + left: auto; } + + .col-md-push-1 { + left: 8.3333333333%; } + + .col-md-push-2 { + left: 16.6666666667%; } + + .col-md-push-3 { + left: 25%; } + + .col-md-push-4 { + left: 33.3333333333%; } + + .col-md-push-5 { + left: 41.6666666667%; } + + .col-md-push-6 { + left: 50%; } + + .col-md-push-7 { + left: 58.3333333333%; } + + .col-md-push-8 { + left: 66.6666666667%; } + + .col-md-push-9 { + left: 75%; } + + .col-md-push-10 { + left: 83.3333333333%; } + + .col-md-push-11 { + left: 91.6666666667%; } + + .col-md-push-12 { + left: 100%; } + + .col-md-offset-0 { + margin-left: 0%; } + + .col-md-offset-1 { + margin-left: 8.3333333333%; } + + .col-md-offset-2 { + margin-left: 16.6666666667%; } + + .col-md-offset-3 { + margin-left: 25%; } + + .col-md-offset-4 { + margin-left: 33.3333333333%; } + + .col-md-offset-5 { + margin-left: 41.6666666667%; } + + .col-md-offset-6 { + margin-left: 50%; } + + .col-md-offset-7 { + margin-left: 58.3333333333%; } + + .col-md-offset-8 { + margin-left: 66.6666666667%; } + + .col-md-offset-9 { + margin-left: 75%; } + + .col-md-offset-10 { + margin-left: 83.3333333333%; } + + .col-md-offset-11 { + margin-left: 91.6666666667%; } + + .col-md-offset-12 { + margin-left: 100%; } } +@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-1 { + width: 8.3333333333%; } + + .col-lg-2 { + width: 16.6666666667%; } + + .col-lg-3 { + width: 25%; } + + .col-lg-4 { + width: 33.3333333333%; } + + .col-lg-5 { + width: 41.6666666667%; } + + .col-lg-6 { + width: 50%; } + + .col-lg-7 { + width: 58.3333333333%; } + + .col-lg-8 { + width: 66.6666666667%; } + + .col-lg-9 { + width: 75%; } + + .col-lg-10 { + width: 83.3333333333%; } + + .col-lg-11 { + width: 91.6666666667%; } + + .col-lg-12 { + width: 100%; } + + .col-lg-pull-0 { + right: auto; } + + .col-lg-pull-1 { + right: 8.3333333333%; } + + .col-lg-pull-2 { + right: 16.6666666667%; } + + .col-lg-pull-3 { + right: 25%; } + + .col-lg-pull-4 { + right: 33.3333333333%; } + + .col-lg-pull-5 { + right: 41.6666666667%; } + + .col-lg-pull-6 { + right: 50%; } + + .col-lg-pull-7 { + right: 58.3333333333%; } + + .col-lg-pull-8 { + right: 66.6666666667%; } + + .col-lg-pull-9 { + right: 75%; } + + .col-lg-pull-10 { + right: 83.3333333333%; } + + .col-lg-pull-11 { + right: 91.6666666667%; } + + .col-lg-pull-12 { + right: 100%; } + + .col-lg-push-0 { + left: auto; } + + .col-lg-push-1 { + left: 8.3333333333%; } + + .col-lg-push-2 { + left: 16.6666666667%; } + + .col-lg-push-3 { + left: 25%; } + + .col-lg-push-4 { + left: 33.3333333333%; } + + .col-lg-push-5 { + left: 41.6666666667%; } + + .col-lg-push-6 { + left: 50%; } + + .col-lg-push-7 { + left: 58.3333333333%; } + + .col-lg-push-8 { + left: 66.6666666667%; } + + .col-lg-push-9 { + left: 75%; } + + .col-lg-push-10 { + left: 83.3333333333%; } + + .col-lg-push-11 { + left: 91.6666666667%; } + + .col-lg-push-12 { + left: 100%; } + + .col-lg-offset-0 { + margin-left: 0%; } + + .col-lg-offset-1 { + margin-left: 8.3333333333%; } + + .col-lg-offset-2 { + margin-left: 16.6666666667%; } + + .col-lg-offset-3 { + margin-left: 25%; } + + .col-lg-offset-4 { + margin-left: 33.3333333333%; } + + .col-lg-offset-5 { + margin-left: 41.6666666667%; } + + .col-lg-offset-6 { + margin-left: 50%; } + + .col-lg-offset-7 { + margin-left: 58.3333333333%; } + + .col-lg-offset-8 { + margin-left: 66.6666666667%; } + + .col-lg-offset-9 { + margin-left: 75%; } + + .col-lg-offset-10 { + margin-left: 83.3333333333%; } + + .col-lg-offset-11 { + margin-left: 91.6666666667%; } + + .col-lg-offset-12 { + margin-left: 100%; } } +table { + background-color: transparent; } + +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777777; + text-align: left; } + +th { + text-align: left; } + +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; } + .table > thead > tr > th, + .table > thead > tr > td, + .table > tbody > tr > th, + .table > tbody > tr > td, + .table > tfoot > tr > th, + .table > tfoot > tr > td { + padding: 8px; + line-height: 1.428571429; + 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 > caption + thead > tr:first-child > td, + .table > colgroup + thead > tr:first-child > th, + .table > colgroup + thead > tr:first-child > td, + .table > thead:first-child > tr:first-child > th, + .table > thead:first-child > tr:first-child > td { + border-top: 0; } + .table > tbody + tbody { + border-top: 2px solid #ddd; } + .table .table { + background-color: #f6f6f6; } + +.table-condensed > thead > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > th, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > th, +.table-condensed > tfoot > tr > td { + padding: 5px; } + +.table-bordered { + border: 1px solid #ddd; } + .table-bordered > thead > tr > th, + .table-bordered > thead > tr > td, + .table-bordered > tbody > tr > th, + .table-bordered > tbody > tr > td, + .table-bordered > tfoot > tr > th, + .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-of-type(odd) { + background-color: #f9f9f9; } + +.table-hover > tbody > tr:hover { + 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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, +.table > tbody > tr > td.active, +.table > tbody > tr > th.active, +.table > tbody > tr.active > td, +.table > tbody > tr.active > th, +.table > tfoot > tr > td.active, +.table > tfoot > tr > th.active, +.table > tfoot > tr.active > td, +.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:hover > .active, .table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; } + +.table > thead > tr > td.success, +.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, +.table > tbody > tr > td.success, +.table > tbody > tr > th.success, +.table > tbody > tr.success > td, +.table > tbody > tr.success > th, +.table > tfoot > tr > td.success, +.table > tfoot > tr > th.success, +.table > tfoot > tr.success > td, +.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:hover > .success, .table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; } + +.table > thead > tr > td.info, +.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, +.table > tbody > tr > td.info, +.table > tbody > tr > th.info, +.table > tbody > tr.info > td, +.table > tbody > tr.info > th, +.table > tfoot > tr > td.info, +.table > tfoot > tr > th.info, +.table > tfoot > tr.info > td, +.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:hover > .info, .table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; } + +.table > thead > tr > td.warning, +.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, +.table > tbody > tr > td.warning, +.table > tbody > tr > th.warning, +.table > tbody > tr.warning > td, +.table > tbody > tr.warning > th, +.table > tfoot > tr > td.warning, +.table > tfoot > tr > th.warning, +.table > tfoot > tr.warning > td, +.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; } + +.table > thead > tr > td.danger, +.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, +.table > tbody > tr > td.danger, +.table > tbody > tr > th.danger, +.table > tbody > tr.danger > td, +.table > tbody > tr.danger > th, +.table > tfoot > tr > td.danger, +.table > tfoot > tr > th.danger, +.table > tfoot > tr.danger > td, +.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; } + +.table-responsive { + overflow-x: auto; + min-height: 0.01%; } + @media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; } + .table-responsive > .table { + margin-bottom: 0; } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .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 > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .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: #333333; + border: 0; + border-bottom: 1px solid #e5e5e5; } + +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; } + +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.428571429; + color: #555555; } + +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + color: #555555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 7px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } + .form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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 { + background-color: #eeeeee; + opacity: 1; } + .form-control[disabled], fieldset[disabled] .form-control { + cursor: not-allowed; } + +textarea.form-control { + height: auto; } + +input[type="search"] { + -webkit-appearance: none; } + +@media screen and (-webkit-min-device-pixel-ratio: 0) { + input[type="date"], + input[type="time"], + input[type="datetime-local"], + input[type="month"] { + line-height: 34px; } + input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, + .input-group-sm > input[type="date"].input-group-addon, + .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], + input[type="time"].input-sm, + .input-group-sm > input[type="time"].form-control, + .input-group-sm > input[type="time"].input-group-addon, + .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm + input[type="time"], + input[type="datetime-local"].input-sm, + .input-group-sm > input[type="datetime-local"].form-control, + .input-group-sm > input[type="datetime-local"].input-group-addon, + .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm + input[type="datetime-local"], + input[type="month"].input-sm, + .input-group-sm > input[type="month"].form-control, + .input-group-sm > input[type="month"].input-group-addon, + .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm + input[type="month"] { + line-height: 30px; } + input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, + .input-group-lg > input[type="date"].input-group-addon, + .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], + input[type="time"].input-lg, + .input-group-lg > input[type="time"].form-control, + .input-group-lg > input[type="time"].input-group-addon, + .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg + input[type="time"], + input[type="datetime-local"].input-lg, + .input-group-lg > input[type="datetime-local"].form-control, + .input-group-lg > input[type="datetime-local"].input-group-addon, + .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg + input[type="datetime-local"], + input[type="month"].input-lg, + .input-group-lg > input[type="month"].form-control, + .input-group-lg > input[type="month"].input-group-addon, + .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg + input[type="month"] { + line-height: 46px; } } +.form-group { + margin-bottom: 15px; } + +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; } + .radio label, + .checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; } + +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-left: -20px; + margin-top: 4px \9; } + +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; } + +.radio-inline, +.checkbox-inline { + position: relative; + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + vertical-align: middle; + font-weight: normal; + cursor: pointer; } + +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; } + +input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], +input[type="checkbox"][disabled], +input[type="checkbox"].disabled, fieldset[disabled] +input[type="checkbox"] { + cursor: not-allowed; } + +.radio-inline.disabled, fieldset[disabled] .radio-inline, +.checkbox-inline.disabled, fieldset[disabled] +.checkbox-inline { + cursor: not-allowed; } + +.radio.disabled label, fieldset[disabled] .radio label, +.checkbox.disabled label, fieldset[disabled] +.checkbox label { + cursor: not-allowed; } + +.form-control-static { + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; + min-height: 34px; } + .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, + .input-group-lg > .form-control-static.input-group-addon, + .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, + .input-group-sm > .form-control-static.input-group-addon, + .input-group-sm > .input-group-btn > .form-control-static.btn { + padding-left: 0; + padding-right: 0; } + +.input-sm, .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-sm, .input-group-sm > select.form-control, +.input-group-sm > select.input-group-addon, +.input-group-sm > .input-group-btn > select.btn { + height: 30px; + line-height: 30px; } + +textarea.input-sm, .input-group-sm > textarea.form-control, +.input-group-sm > textarea.input-group-addon, +.input-group-sm > .input-group-btn > textarea.btn, +select[multiple].input-sm, +.input-group-sm > select[multiple].form-control, +.input-group-sm > select[multiple].input-group-addon, +.input-group-sm > .input-group-btn > select[multiple].btn { + height: auto; } + +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } +.form-group-sm select.form-control { + height: 30px; + line-height: 30px; } +.form-group-sm textarea.form-control, +.form-group-sm select[multiple].form-control { + height: auto; } +.form-group-sm .form-control-static { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + min-height: 32px; } + +.input-lg, .input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; } + +select.input-lg, .input-group-lg > select.form-control, +.input-group-lg > select.input-group-addon, +.input-group-lg > .input-group-btn > select.btn { + height: 46px; + line-height: 46px; } + +textarea.input-lg, .input-group-lg > textarea.form-control, +.input-group-lg > textarea.input-group-addon, +.input-group-lg > .input-group-btn > textarea.btn, +select[multiple].input-lg, +.input-group-lg > select[multiple].form-control, +.input-group-lg > select[multiple].input-group-addon, +.input-group-lg > .input-group-btn > select[multiple].btn { + height: auto; } + +.form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; } +.form-group-lg select.form-control { + height: 46px; + line-height: 46px; } +.form-group-lg textarea.form-control, +.form-group-lg select[multiple].form-control { + height: auto; } +.form-group-lg .form-control-static { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + min-height: 38px; } + +.has-feedback { + position: relative; } + .has-feedback .form-control { + padding-right: 42.5px; } + +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + pointer-events: none; } + +.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, +.input-group-lg > .input-group-addon + .form-control-feedback, +.input-group-lg > .input-group-btn > .btn + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; } + +.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, +.input-group-sm > .input-group-addon + .form-control-feedback, +.input-group-sm > .input-group-btn > .btn + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; } + +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { + color: #3c763d; } +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } + .has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { + color: #8a6d3b; } +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } + .has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { + color: #a94442; } +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } + .has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 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; } + +.has-feedback label ~ .form-control-feedback { + top: 25px; } +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; } + +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; } + +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; } + .form-inline .form-control-static { + display: inline-block; } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; } + .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; + vertical-align: middle; } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; } + .form-inline .has-feedback .form-control-feedback { + top: 0; } } + +.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-group:before, .form-horizontal .form-group:after { + content: " "; + display: table; } + .form-horizontal .form-group:after { + clear: both; } +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + margin-bottom: 0; + padding-top: 7px; } } +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; } +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 14.333333px; } } +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; } } + +.btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + border-radius: 7px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + .btn:hover, .btn:focus, .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, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + .btn.disabled, .btn[disabled], fieldset[disabled] .btn { + cursor: not-allowed; + pointer-events: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; } + +.btn-default { + color: #333 !important; + background-color: #fff; + border-color: #ccc; } + .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; } + .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { + background-image: none; } + .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { + background-color: #fff; + border-color: #ccc; } + .btn-default .badge { + color: #fff; + background-color: #333; } + +.btn-primary { + color: #fff !important; + background-color: #006dcc; + border-color: #004480; } + .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #005299; + border-color: #002342; } + .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { + background-image: none; } + .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { + background-color: #006dcc; + border-color: #004480; } + .btn-primary .badge { + color: #006dcc; + background-color: #fff; } + +.btn-success { + color: #fff !important; + background-color: #5bb75b; + border-color: #3c893c; } + .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { + color: #fff; + background-color: #449b44; + border-color: #2a5f2a; } + .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { + background-image: none; } + .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { + background-color: #5bb75b; + border-color: #3c893c; } + .btn-success .badge { + color: #5bb75b; + background-color: #fff; } + +.btn-info { + color: #fff !important; + background-color: #49afcd; + border-color: #2b849e; } + .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { + color: #fff; + background-color: #3195b2; + border-color: #1e5c6e; } + .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { + background-image: none; } + .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { + background-color: #49afcd; + border-color: #2b849e; } + .btn-info .badge { + color: #49afcd; + background-color: #fff; } + +.btn-warning { + color: #fff !important; + background-color: #faa732; + border-color: #da8205; } + .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #f39106; + border-color: #9e5e04; } + .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { + background-image: none; } + .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { + background-color: #faa732; + border-color: #da8205; } + .btn-warning .badge { + color: #faa732; + background-color: #fff; } + +.btn-danger { + color: #fff !important; + background-color: #da4f49; + border-color: #b22a24; } + .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c72f29; + border-color: #7f1e1a; } + .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { + background-image: none; } + .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { + background-color: #da4f49; + border-color: #b22a24; } + .btn-danger .badge { + color: #da4f49; + background-color: #fff; } + +.btn-link { + color: #850f86; + font-weight: normal; + border-radius: 0; } + .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; } + .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { + border-color: transparent; } + .btn-link:hover, .btn-link:focus { + color: #410741; + text-decoration: underline; + background-color: transparent; } + .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { + color: #777777; + text-decoration: none; } + +.btn-lg, .btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + 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%; } + +.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 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } + .fade.in { + opacity: 1; } + +.collapse { + display: none; } + .collapse.in { + display: block; } + +tr.collapse.in { + display: table-row; } + +tbody.collapse.in { + display: table-row-group; } + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-property: height, visibility; + transition-property: height, visibility; + -webkit-transition-duration: 0.35s; + transition-duration: 0.35s; + -webkit-transition-timing-function: ease; + transition-timing-function: ease; } + +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px dashed; + border-right: 4px solid transparent; + border-left: 4px solid transparent; } + +.dropup, +.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; + text-align: left; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 7px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 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: normal; + line-height: 1.428571429; + color: #6f2570; + white-space: nowrap; } + +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + text-decoration: none; + color: #5c1f5d; + background-color: rgba(133, 15, 134, 0.15); } + +.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + outline: 0; + background-color: #850f86; } + +.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { + color: #777777; } +.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.428571429; + color: #777777; + white-space: nowrap; } + +.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: 2px; } + +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; } + .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, + .btn-group-vertical > .btn:hover, + .btn-group-vertical > .btn:focus, + .btn-group-vertical > .btn:active, + .btn-group-vertical > .btn.active { + z-index: 2; } + +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; } + +.btn-toolbar { + margin-left: -5px; } + .btn-toolbar:before, .btn-toolbar:after { + content: " "; + display: table; } + .btn-toolbar:after { + clear: both; } + .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:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + +.btn-group > .btn-group:last-child:not(:first-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle { + padding-left: 12px; + padding-right: 12px; } + +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; } + +.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after { + content: " "; + display: table; } +.btn-group-vertical > .btn-group:after { + clear: both; } +.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: 7px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 7px; + 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%; } + .btn-group-justified > .btn-group .dropdown-menu { + left: auto; } + +[data-toggle="buttons"] > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } + +.input-group { + position: relative; + display: table; + border-collapse: separate; } + .input-group[class*="col-"] { + float: none; + padding-left: 0; + padding-right: 0; } + .input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; } + +.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: normal; + line-height: 1; + color: #555555; + text-align: center; + background-color: #eeeeee; + border: 1px solid #ccc; + border-radius: 7px; } + .input-group-addon.input-sm, + .input-group-sm > .input-group-addon, + .input-group-sm > .input-group-btn > .input-group-addon.btn { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; } + .input-group-addon.input-lg, + .input-group-lg > .input-group-addon, + .input-group-lg > .input-group-btn > .input-group-addon.btn { + 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:before, .nav:after { + content: " "; + display: table; } + .nav:after { + clear: both; } + .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: #eeeeee; } + .nav > li.disabled > a { + color: #777777; } + .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { + color: #777777; + text-decoration: none; + background-color: transparent; + cursor: not-allowed; } + .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { + background-color: #eeeeee; + border-color: #850f86; } + .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.428571429; + border: 1px solid transparent; + border-radius: 7px 7px 0 0; } + .nav-tabs > li > a:hover { + border-color: #eeeeee #eeeeee #ddd; } + .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { + color: #555555; + background-color: #f6f6f6; + border: 1px solid #ddd; + border-bottom-color: transparent; + cursor: default; } + +.nav-pills > li { + float: left; } + .nav-pills > li > a { + border-radius: 7px; } + .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: #006dcc; } + +.nav-stacked > li { + float: none; } + .nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; } + +.nav-justified, .nav-tabs.nav-justified { + width: 100%; } + .nav-justified > li, .nav-tabs.nav-justified > li { + float: none; } + .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; } + .nav-justified > li > a, .nav-tabs.nav-justified > li > a { + margin-bottom: 0; } } + +.nav-tabs-justified, .nav-tabs.nav-justified { + border-bottom: 0; } + .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 7px; } + .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus, + .nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; } + @media (min-width: 768px) { + .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 7px 7px 0 0; } + .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #f6f6f6; } } + +.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: 0; + border: 1px solid transparent; } + .navbar:before, .navbar:after { + content: " "; + display: table; } + .navbar:after { + clear: both; } + @media (min-width: 768px) { + .navbar { + border-radius: 7px; } } + +.navbar-header:before, .navbar-header:after { + content: " "; + display: table; } +.navbar-header:after { + clear: both; } +@media (min-width: 768px) { + .navbar-header { + float: left; } } + +.navbar-collapse { + overflow-x: visible; + padding-right: 15px; + padding-left: 15px; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-overflow-scrolling: touch; } + .navbar-collapse:before, .navbar-collapse:after { + content: " "; + display: table; } + .navbar-collapse:after { + clear: both; } + .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; } } + +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; } + @media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; } } + +.container > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-header, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; } + @media (min-width: 768px) { + .container > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .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 15px; + font-size: 18px; + line-height: 20px; + height: 50px; } + .navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; } + .navbar-brand > img { + display: block; } + @media (min-width: 768px) { + .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { + margin-left: -15px; } } + +.navbar-toggle { + position: relative; + float: right; + margin-right: 15px; + padding: 9px 10px; + margin-top: 8px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 7px; } + .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-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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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 .form-control-static { + display: inline-block; } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; } + .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; + vertical-align: middle; } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; } + .navbar-form .has-feedback .form-control-feedback { + top: 0; } } + @media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; } + .navbar-form .form-group:last-child { + margin-bottom: 0; } } + @media (min-width: 768px) { + .navbar-form { + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + -webkit-box-shadow: none; + box-shadow: none; } } + +.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 { + margin-bottom: 0; + border-top-right-radius: 7px; + border-top-left-radius: 7px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; } + .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { + margin-top: 10px; + margin-bottom: 10px; } + .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { + 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; } } + +@media (min-width: 768px) { + .navbar-left { + float: left !important; } + + .navbar-right { + float: right !important; + margin-right: -15px; } + .navbar-right ~ .navbar-right { + margin-right: 0; } } +.navbar-default { + background-color: transparent; + border-color: transparent; } + .navbar-default .navbar-brand { + color: rgba(133, 15, 134, 0.85); } + .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { + color: rgba(87, 10, 88, 0.85); + background-color: transparent; } + .navbar-default .navbar-text { + color: #777; } + .navbar-default .navbar-nav > li > a { + color: rgba(133, 15, 134, 0.85); } + .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + color: #850f86; + background-color: transparent; } + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { + color: #850f86; + background-color: #e5e5e5; } + .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: transparent; } + .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { + background-color: #e5e5e5; + color: #850f86; } + @media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: rgba(133, 15, 134, 0.85); } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #850f86; + 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: #850f86; + background-color: #e5e5e5; } + .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: rgba(133, 15, 134, 0.85); } + .navbar-default .navbar-link:hover { + color: #850f86; } + .navbar-default .btn-link { + color: rgba(133, 15, 134, 0.85); } + .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { + color: #850f86; } + .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; } + +.navbar-inverse { + background-color: #222; + border-color: #090909; } + .navbar-inverse .navbar-brand { + color: #9d9d9d; } + .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; } + .navbar-inverse .navbar-text { + color: #9d9d9d; } + .navbar-inverse .navbar-nav > li > a { + color: #9d9d9d; } + .navbar-inverse .navbar-nav > li > a: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: #090909; } + .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: #090909; + color: #fff; } + @media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #090909; } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #090909; } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #9d9d9d; } + .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: #090909; } + .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: #9d9d9d; } + .navbar-inverse .navbar-link:hover { + color: #fff; } + .navbar-inverse .btn-link { + color: #9d9d9d; } + .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { + color: #fff; } + .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444; } + +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 7px; } + .breadcrumb > li { + display: inline-block; } + .breadcrumb > li + li:before { + content: "/ "; + padding: 0 5px; + color: #ccc; } + .breadcrumb > .active { + color: #777777; } + +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 7px; } + .pagination > li { + display: inline; } + .pagination > li > a, + .pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + line-height: 1.428571429; + text-decoration: none; + color: #850f86; + 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: 7px; + border-top-left-radius: 7px; } + .pagination > li:last-child > a, + .pagination > li:last-child > span { + border-bottom-right-radius: 7px; + border-top-right-radius: 7px; } + .pagination > li > a:hover, .pagination > li > a:focus, + .pagination > li > span:hover, + .pagination > li > span:focus { + color: #410741; + background-color: #eeeeee; + border-color: #ddd; } + .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, + .pagination > .active > span, + .pagination > .active > span:hover, + .pagination > .active > span:focus { + z-index: 2; + color: #fff; + background-color: #006dcc; + border-color: #006dcc; + 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: #777777; + 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:before, .pager:after { + content: " "; + display: table; } + .pager:after { + clear: both; } + .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: #eeeeee; } + .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: #777777; + background-color: #fff; + cursor: not-allowed; } + +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; } + .label:empty { + display: none; } + .btn .label { + position: relative; + top: -1px; } + +a.label:hover, a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; } + +.label-default { + background-color: #777777; } + .label-default[href]:hover, .label-default[href]:focus { + background-color: #5e5e5e; } + +.label-primary { + background-color: #006dcc; } + .label-primary[href]:hover, .label-primary[href]:focus { + background-color: #005299; } + +.label-success { + background-color: #5bb75b; } + .label-success[href]:hover, .label-success[href]:focus { + background-color: #449b44; } + +.label-info { + background-color: #49afcd; } + .label-info[href]:hover, .label-info[href]:focus { + background-color: #3195b2; } + +.label-warning { + background-color: #faa732; } + .label-warning[href]:hover, .label-warning[href]:focus { + background-color: #f39106; } + +.label-danger { + background-color: #da4f49; } + .label-danger[href]:hover, .label-danger[href]:focus { + background-color: #c72f29; } + +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + color: #fff; + line-height: 1; + vertical-align: baseline; + white-space: nowrap; + text-align: center; + background-color: #777777; + border-radius: 10px; } + .badge:empty { + display: none; } + .btn .badge { + position: relative; + top: -1px; } + .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; } + .list-group-item.active > .badge, .nav-pills > .active > a > .badge { + color: #850f86; + background-color: #fff; } + .list-group-item > .badge { + float: right; } + .list-group-item > .badge + .badge { + margin-right: 5px; } + .nav-pills > li > a > .badge { + margin-left: 3px; } + +a.badge:hover, a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; } + +.jumbotron { + padding: 30px 15px; + margin-bottom: 30px; + color: inherit; + background-color: #eeeeee; } + .jumbotron h1, + .jumbotron .h1 { + color: inherit; } + .jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; } + .jumbotron > hr { + border-top-color: #d5d5d5; } + .container .jumbotron, .container-fluid .jumbotron { + border-radius: 6px; } + .jumbotron .container { + max-width: 100%; } + @media screen and (min-width: 768px) { + .jumbotron { + padding: 48px 0; } + .container .jumbotron, .container-fluid .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.428571429; + background-color: #f6f6f6; + border: 1px solid #ddd; + border-radius: 7px; + -webkit-transition: border 0.2s ease-in-out; + -o-transition: border 0.2s ease-in-out; + transition: border 0.2s ease-in-out; } + .thumbnail > img, + .thumbnail a > img { + display: block; + max-width: 100%; + height: auto; + margin-left: auto; + margin-right: auto; } + .thumbnail .caption { + padding: 9px; + color: #333333; } + +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #850f86; } + +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 7px; } + .alert h4 { + margin-top: 0; + color: inherit; } + .alert .alert-link { + font-weight: bold; } + .alert > p, + .alert > ul { + margin-bottom: 0; } + .alert > p + p { + margin-top: 5px; } + +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; } + .alert-dismissable .close, + .alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; } + +.alert-success { + 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: 7px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 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: #006dcc; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; } + +.progress-striped .progress-bar, +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 40px 40px; } + +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } + +.progress-bar-success { + background-color: #5bb75b; } + .progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } + +.progress-bar-info { + background-color: #49afcd; } + .progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } + +.progress-bar-warning { + background-color: #faa732; } + .progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } + +.progress-bar-danger { + background-color: #da4f49; } + .progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } + +.media { + margin-top: 15px; } + .media:first-child { + margin-top: 0; } + +.media, +.media-body { + zoom: 1; + overflow: hidden; } + +.media-body { + width: 10000px; } + +.media-object { + display: block; } + +.media-right, +.media > .pull-right { + padding-left: 10px; } + +.media-left, +.media > .pull-left { + padding-right: 10px; } + +.media-left, +.media-right, +.media-body { + display: table-cell; + vertical-align: top; } + +.media-middle { + vertical-align: middle; } + +.media-bottom { + vertical-align: bottom; } + +.media-heading { + margin-top: 0; + margin-bottom: 5px; } + +.media-list { + padding-left: 0; + list-style: none; } + +.list-group { + 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: 7px; + border-top-left-radius: 7px; } + .list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 7px; + border-bottom-left-radius: 7px; } + +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; + color: #555; + background-color: #f5f5f5; } + +.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { + background-color: #eeeeee; + color: #777777; + cursor: not-allowed; } + .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { + color: inherit; } + .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { + color: #777777; } +.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #006dcc; + border-color: #006dcc; } + .list-group-item.active .list-group-item-heading, + .list-group-item.active .list-group-item-heading > small, + .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, + .list-group-item.active:hover .list-group-item-heading > small, + .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, + .list-group-item.active:focus .list-group-item-heading > small, + .list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; } + .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { + color: #99d0ff; } + +.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: 7px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } + +.panel-body { + padding: 15px; } + .panel-body:before, .panel-body:after { + content: " "; + display: table; } + .panel-body:after { + clear: both; } + +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 6px; + border-top-left-radius: 6px; } + .panel-heading > .dropdown .dropdown-toggle { + color: inherit; } + +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; } + .panel-title > a, + .panel-title > small, + .panel-title > .small, + .panel-title > small > a, + .panel-title > .small > a { + color: inherit; } + +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; } + +.panel > .list-group, +.panel > .panel-collapse > .list-group { + margin-bottom: 0; } + .panel > .list-group .list-group-item, + .panel > .panel-collapse > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; } + .panel > .list-group:first-child .list-group-item:first-child, + .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-right-radius: 6px; + border-top-left-radius: 6px; } + .panel > .list-group:last-child .list-group-item:last-child, + .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; } + +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; } + +.list-group + .panel-footer { + border-top-width: 0; } + +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; } + .panel > .table caption, + .panel > .table-responsive > .table caption, + .panel > .panel-collapse > .table caption { + padding-left: 15px; + padding-right: 15px; } +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-right-radius: 6px; + border-top-left-radius: 6px; } + .panel > .table:first-child > thead:first-child > tr:first-child, + .panel > .table:first-child > tbody:first-child > tr:first-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, + .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, + .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, + .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 6px; } + .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, + .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, + .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, + .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 6px; } +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; } + .panel > .table:last-child > tbody:last-child > tr:last-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, + .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 6px; } + .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, + .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 6px; } +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive, +.panel > .table + .panel-body, +.panel > .table-responsive + .panel-body { + border-top: 1px solid #ddd; } +.panel > .table > tbody:first-child > tr:first-child 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-bordered > thead > tr > td:first-child, + .panel > .table-bordered > tbody > tr > th:first-child, + .panel > .table-bordered > tbody > tr > td:first-child, + .panel > .table-bordered > tfoot > tr > th:first-child, + .panel > .table-bordered > tfoot > tr > td:first-child, + .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, + .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, + .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, + .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, + .panel > .table-bordered > tbody > tr > th:last-child, + .panel > .table-bordered > tbody > tr > td:last-child, + .panel > .table-bordered > tfoot > tr > th:last-child, + .panel > .table-bordered > tfoot > tr > td:last-child, + .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, + .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, + .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, + .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th, + .panel > .table-bordered > tbody > tr:first-child > td, + .panel > .table-bordered > tbody > tr:first-child > th, + .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, + .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, + .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, + .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; } + .panel > .table-bordered > tbody > tr:last-child > td, + .panel > .table-bordered > tbody > tr:last-child > th, + .panel > .table-bordered > tfoot > tr:last-child > td, + .panel > .table-bordered > tfoot > tr:last-child > th, + .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, + .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, + .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, + .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; } +.panel > .table-responsive { + border: 0; + margin-bottom: 0; } + +.panel-group { + margin-bottom: 20px; } + .panel-group .panel { + margin-bottom: 0; + border-radius: 7px; } + .panel-group .panel + .panel { + margin-top: 5px; } + .panel-group .panel-heading { + border-bottom: 0; } + .panel-group .panel-heading + .panel-collapse > .panel-body, + .panel-group .panel-heading + .panel-collapse > .list-group { + 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: #333333; + background-color: #f5f5f5; + border-color: #ddd; } + .panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ddd; } + .panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333333; } + .panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; } + +.panel-primary { + border-color: #006dcc; } + .panel-primary > .panel-heading { + color: #fff; + background-color: #006dcc; + border-color: #006dcc; } + .panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #006dcc; } + .panel-primary > .panel-heading .badge { + color: #006dcc; + background-color: #fff; } + .panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #006dcc; } + +.panel-success { + border-color: #d6e9c6; } + .panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; } + .panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; } + .panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; } + .panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; } + +.panel-info { + border-color: #bce8f1; } + .panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; } + .panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; } + .panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; } + .panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; } + +.panel-warning { + border-color: #faebcc; } + .panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; } + .panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; } + .panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; } + .panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; } + +.panel-danger { + border-color: #ebccd1; } + .panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; } + .panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; } + .panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; } + .panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; } + +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; } + .embed-responsive .embed-responsive-item, + .embed-responsive iframe, + .embed-responsive embed, + .embed-responsive object, + .embed-responsive video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; } + +.embed-responsive-16by9 { + padding-bottom: 56.25%; } + +.embed-responsive-4by3 { + padding-bottom: 75%; } + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 7px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } + .well blockquote { + border-color: #ddd; + border-color: rgba(0, 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: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.2; + filter: alpha(opacity=20); } + .close:hover, .close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); } + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; } + +.modal-open { + overflow: hidden; } + +.modal { + display: none; + overflow: hidden; + 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%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); + -webkit-transition: -webkit-transform 0.3s ease-out; + -moz-transition: -moz-transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; } + .modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); } + +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } + +.modal-dialog { + position: relative; + width: auto; + margin: 10px; } + +.modal-content { + position: relative; + background-color: #fff; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 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: 0.5; + filter: alpha(opacity=50); } + +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; + min-height: 16.428571429px; } + +.modal-header .close { + margin-top: -2px; } + +.modal-title { + margin: 0; + line-height: 1.428571429; } + +.modal-body { + position: relative; + padding: 15px; } + +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; } + .modal-footer:before, .modal-footer:after { + content: " "; + display: table; } + .modal-footer:after { + clear: both; } + .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; } + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } + +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; } + + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + + .modal-sm { + width: 300px; } } +@media (min-width: 992px) { + .modal-lg { + width: 900px; } } +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 12px; + font-weight: normal; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); } + .tooltip.in { + opacity: 0.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: 7px; } + +.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; + right: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; } +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; } +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; } +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; } +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; } +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; } +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; } + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + font-weight: normal; + line-height: 1.428571429; + text-align: left; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 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; + 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: #999999; + border-top-color: rgba(0, 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: #999999; + border-right-color: rgba(0, 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: #999999; + border-bottom-color: rgba(0, 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: #999999; + border-left-color: rgba(0, 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: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; } + .carousel-inner > .item > img, + .carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; + line-height: 1; } + @media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform 0.6s ease-in-out; + -moz-transition: -moz-transform 0.6s ease-in-out; + -o-transition: -o-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000; + -moz-perspective: 1000; + perspective: 1000; } + .carousel-inner > .item.next, .carousel-inner > .item.active.right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + left: 0; } + .carousel-inner > .item.prev, .carousel-inner > .item.active.left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + left: 0; } + .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + left: 0; } } + .carousel-inner > .active, + .carousel-inner > .next, + .carousel-inner > .prev { + display: block; } + .carousel-inner > .active { + left: 0; } + .carousel-inner > .next, + .carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; } + .carousel-inner > .next { + left: 100%; } + .carousel-inner > .prev { + left: -100%; } + .carousel-inner > .next.left, + .carousel-inner > .prev.right { + left: 0; } + .carousel-inner > .active.left { + left: -100%; } + .carousel-inner > .active.right { + left: 100%; } + +.carousel-control { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 15%; + opacity: 0.5; + filter: alpha(opacity=50); + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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: 0.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%; + margin-left: -10px; } + .carousel-control .icon-next, + .carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; } + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + line-height: 1; + 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: transparent; } + .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, 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; + font-size: 30px; } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -15px; } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -15px; } + + .carousel-caption { + left: 20%; + right: 20%; + padding-bottom: 30px; } + + .carousel-indicators { + bottom: 20px; } } +.clearfix:before, .clearfix:after { + content: " "; + display: table; } +.clearfix: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; } + +.affix { + position: fixed; } + +@-ms-viewport { + width: device-width; } +.visible-xs { + display: none !important; } + +.visible-sm { + display: none !important; } + +.visible-md { + display: none !important; } + +.visible-lg { + display: none !important; } + +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + 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 (max-width: 767px) { + .visible-xs-block { + display: block !important; } } + +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; } } + +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; } + + table.visible-sm { + display: table; } + + tr.visible-sm { + display: table-row !important; } + + th.visible-sm, + td.visible-sm { + display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; } + + table.visible-md { + display: table; } + + tr.visible-md { + display: table-row !important; } + + th.visible-md, + td.visible-md { + display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; } } + +@media (min-width: 1200px) { + .visible-lg { + display: block !important; } + + table.visible-lg { + display: table; } + + tr.visible-lg { + display: table-row !important; } + + th.visible-lg, + td.visible-lg { + display: table-cell !important; } } +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; } } + +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; } } + +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; } } + +@media (max-width: 767px) { + .hidden-xs { + display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; } } +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; } } +.visible-print { + display: none !important; } + +@media print { + .visible-print { + display: block !important; } + + table.visible-print { + display: table; } + + tr.visible-print { + display: table-row !important; } + + th.visible-print, + td.visible-print { + display: table-cell !important; } } +.visible-print-block { + display: none !important; } + @media print { + .visible-print-block { + display: block !important; } } + +.visible-print-inline { + display: none !important; } + @media print { + .visible-print-inline { + display: inline !important; } } + +.visible-print-inline-block { + display: none !important; } + @media print { + .visible-print-inline-block { + display: inline-block !important; } } + +@media print { + .hidden-print { + display: none !important; } } +/* - - - - - - - - - - - - - - - - - - - + == Variables +- - - - - - - - - - - - - - - - - - - */ +/* == Nav */ +/* == Widgets */ +/* Megafooter often inverts the tones, so these variables allow you to override teh defaults used in the homepage/sidebars. */ +/* Subpage widgets */ +/* not used... panels widgets do not include a head. */ +/* Maxmegamenu widgets */ +/* Specific Widgets */ +/* Megafooter versions of ECW variables. Same as widgets, default to the home/sidebar version, but can be overridden. */ +/* Subpage */ +/* maxmegamenu */ +/* == Main Content Area */ +/* == Footers */ +/* - - - - - - - - - - - - - - - - - - - + == Utilities +- - - - - - - - - - - - - - - - - - - */ +#content .modal { + position: absolute; } + +/* - - - - - - - - - - - - - - - - - - - + == Fonts +- - - - - - - - - - - - - - - - - - - */ +@font-face { + font-family: 'Proxima Nova'; + src: url("../../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot"); + src: url("../../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular") format("svg"), url("../../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.woff") format("woff"), url("../../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf") format("truetype"); + font-weight: normal; + font-style: normal; } +@font-face { + font-family: 'Proxima Nova'; + src: url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot"); + src: url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold") format("svg"), url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.woff") format("woff"), url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.ttf") format("truetype"); + font-weight: 500; + font-style: normal; } +/* - - - - - - - - - - - - - - - - - - - + == Titlebar +- - - - - - - - - - - - - - - - - - - */ +#uc-header { + border-bottom: 1px solid transparent; + border-bottom-color: #fff; } + +#uc-site-header { + padding-top: 30px; } + +#masthead.header-image #uc-site-header { + padding-top: 0; } + +#uc-site-header h1, +#uc-site-header p, +#uc-site-header a { + padding: 0; + margin: 0; + font-size: 1em; + line-height: 1em; + color: black; + font-style: normal; + font-weight: normal; + border: 0; + font-family: "Proxima Nova", Helvetica, Arial, sans-serif; } + +#uc-site-header .glyphicon { + display: none; } + +#uc-site-header #uc-site-parent { + margin-bottom: 5px; } + +#uc-site-header #uc-site-parent a { + font-size: 13px; + letter-spacing: 1px; + text-transform: uppercase; } + +#uc-site-header #uc-site-title { + padding-bottom: 20px; } + +#uc-site-header #uc-site-title a { + font-weight: 500; + font-size: 24px; + word-wrap: break-word; + max-width: 100%; } + +#site-title .searchform .form-group { + width: 100%; } + #site-title .searchform .form-group .form-control { + width: 150px; } + +.lte7.form-control { + width: 20px; } + +/* NAV +--------------------------------------------------------------*/ +#nav-tabs { + padding-bottom: .5em; } + #nav-tabs .nav-tabs { + border-bottom: 0; } + #nav-tabs .nav-tabs > li > a:hover { + border-color: #ddd; + border-radius: 7px; } + #nav-tabs .nav-tabs > li.active > a, #nav-tabs .nav-tabs > li.active > a:hover, #nav-tabs .nav-tabs > li.active > a:focus { + background-color: transparent; + z-index: 9999; + border-radius: 7px; + border-bottom-color: #ddd; } + #nav-tabs .nav-tabs > li.active.menu-item-has-children > a, #nav-tabs .nav-tabs > li.active.menu-item-has-children > a:hover, #nav-tabs .nav-tabs > li.active.menu-item-has-children > a:focus { + border-radius: 7px 7px 0 0; + border-bottom-color: transparent; } + +#primary-nav a.external { + max-height: 50px; } + +#nav-secondary { + padding: 5px; + border: 1px solid transparent; + border-color: #ccc; + border-radius: 7px; + background-color: #fff; + font-size: 0.9em; } + #nav-secondary .nav.nav-pills.nav-stacked a { + /* + -ms-word-break: break-all; + word-break: break-all; + + // Non standard for webkit + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + */ + border-radius: 7px; + background-color: transparent; + color: inherit; } + #nav-secondary .nav.nav-pills.nav-stacked a:hover { + background-color: #eee; } + #nav-secondary .nav.nav-pills.nav-stacked .active a { + background-color: #850f86; + color: #fff; } + #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { + margin: 2px 0 2px 1.5em; } + #nav-secondary > ul { + margin: 0; + padding: 0; + list-style-type: none; } + #nav-secondary > ul > li > ul { + margin: 0; + padding: 0; } + #nav-secondary ul ul ul { + display: none; } + +.navbar-collapse { + max-height: none; } + +.menu-icon, +.menu-label { + display: inline-block; } + +.menu-label { + position: relative; + top: -.15em; + margin-left: .2em; } + +.navbar-default .navbar-brand { + height: auto; + float: none; + margin-right: 130px; + font: 500 18px "Proxima Nova", Helvetica, Arial, sans-serif; + color: black; } + +/**/ +#masthead { + z-index: 9999; } + #masthead #nav-wrapper { + z-index: 9999; } + #masthead #nav-wrapper .container { + z-index: 9999; } + #masthead #nav-wrapper .container #site-navigation { + z-index: 9999; } + #masthead #nav-wrapper .container #site-navigation .dropdown-menu { + z-index: 9999; } + +#mega-menu-primary { + margin-bottom: 0; } + +.mega-sub-menu { + list-style-type: none; } + +#megamenu-mobile-title { + font-size: 1.3em; + padding: .8em; + margin: 0; } + +/* - - - - - - - - - - - - - - - - - - - + == Header Image +- - - - - - - - - - - - - - - - - - - */ +#masthead.header-image .container { + position: relative; } + +#header-image-wrap { + overflow: hidden; + max-height: 250px; } + +#header-image { + min-height: 100px; + width: 100%; } + +#masthead.header-image .site-branding { + position: absolute; + top: 30px; + left: 30px; } + +#masthead.header-image .container .row { + position: absolute; + top: 0; + left: 0; + width: 100%; + margin: 0; } + +#site-title .searchform { + float: right; + padding-top: 30px; } + +#site-title .parent-spacing .searchform { + margin-top: 10px; } + +#primary-nav .searchform .form-control { + display: inline-block; + width: auto; } + +@media (max-width: 768px) { + #nav-wrapper .container { + padding: 0; } + + .dropdown-menu .dropdown-menu { + padding-left: 20px; } } +/* - - - - - - - - - - - - - - - - - - - + == Widgets +- - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; } + .widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; } + .widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; } + +/* - - - - - - - - - - - - - - - - - - - + == Content +- - - - - - - - - - - - - - - - - - - */ +.home #content { + /* Make sure select elements fit in widgets */ } + .home #content .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 1px; + border-color: #e0e0e0; + border-radius: 7px; + margin: 0 0 30px 0; + padding: 0; + background-color: #fff; + color: #000; } + .home #content .widget .widget-head { + border: 1px solid transparent; + padding: 0.7em 1em; + border-width: 0 0 1px 0; + border-color: #e0e0e0; + background-color: #fff; } + .home #content .widget .widget-title { + margin: 0; + font-size: 13px; + color: #000; } + .home #content .widget a { + color: #850f86; } + .home #content .widget a:hover { + color: #410741; } + .home #content .widget .nav-pills .active a { + color: #fff; } + .home #content .widget .nav-pills .active a:hover { + color: #fff; + background-color: #006dcc; } + .home #content .widget form { + margin: 1em; } + .home #content .widget ul, + .home #content .widget ol { + list-style-type: none; + padding: 0; + margin: 1em; } + .home #content .widget ul li, + .home #content .widget ol li { + margin-bottom: .75em; } + .home #content .widget ul li ul, + .home #content .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } + .home #content .widget ul li ul li, + .home #content .widget ol li ul li { + margin-bottom: .5em; } + .home #content .widget ul li ul li ul, + .home #content .widget ol li ul li ul { + list-style-type: circle; } + .home #content .widget ul li ol, + .home #content .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; } + .home #content .widget ul li ol li, + .home #content .widget ol li ol li { + margin-bottom: .5em; } + .home #content .widget .nav-tabs { + margin: 0; } + .home #content .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } + .home #content .widget .nav-tabs li.active a { + color: #333333; } + .home #content .widget .nav-pills { + margin: 0; } + .home #content .widget .nav-pills li { + margin: 0; + list-style-type: none; } + .home #content * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; } + .home #content .widget select { + max-width: 100%; } + .home #content .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ } + .home #content .widget.widget_text .textwidget { + margin: 1em; } + .home #content .widget.widget_tag_cloud .tagcloud { + margin: 1em; } + .home #content .widget.widget_black_studio_tinymce .textwidget { + margin: 1em; } + .home #content .widget.widget_black_studio_tinymce ul, .home #content .widget.widget_black_studio_tinymce ol { + padding-left: 4em; } + .home #content .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; } + .home #content .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; } + .home #content .widget.simple-social-icons ul { + margin: 0.5em !important; } + .home #content .widget.simple-social-icons ul li { + margin: 0.5em !important; } + .home #content .widget.simple-social-icons .social-bloglovin:before, .home #content .widget.simple-social-icons .social-dribbble:before, .home #content .widget.simple-social-icons .social-email:before, .home #content .widget.simple-social-icons .social-facebook:before, .home #content .widget.simple-social-icons .social-flickr:before, .home #content .widget.simple-social-icons .social-github:before, .home #content .widget.simple-social-icons .social-gplus:before, .home #content .widget.simple-social-icons .social-instagram:before, .home #content .widget.simple-social-icons .social-linkedin:before, .home #content .widget.simple-social-icons .social-pinterest:before, .home #content .widget.simple-social-icons .social-rss:before, .home #content .widget.simple-social-icons .social-stumbleupon:before, .home #content .widget.simple-social-icons .social-tumblr:before, .home #content .widget.simple-social-icons .social-twitter:before, .home #content .widget.simple-social-icons .social-vimeo:before, .home #content .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; } + .home #content .widget.widget_rcpt ul { + margin: 0; } + .home #content .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; } + .home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; } + .home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; } + .home #content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; } + .home #content .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; } + .home #content .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; } + .home #content .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } + .home #content .widget.widget_metaslider_widget ul, + .home #content .widget.widget_metaslider_widget ol { + margin: 0; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; } + .home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; } + .home #content .widget.uc-contact-widget th { + white-space: nowrap; } + .home #content .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; } + .home #content .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; } + .home #content .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 1em !important; + /*- - - - - */ + /**/ + /**/ } + .home #content .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; } + .home #content .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; } + .home #content .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #850f86 !important; } + .home #content .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: inherit !important; } + .home #content .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: inherit !important; } + .home #content .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: inherit !important; } + .home #content .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: inherit !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: #fff !important; + color: inherit !important; } + .home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #410741 !important; } + .home #content .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; } + .home #content .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; } + .home #content .widget.uc-hours-widget caption { + padding: .5em; } + .home #content .widget.widget_siteorigin-panels-postloop .post { + padding: 1em; } + .home #content .panel-grid { + /* Make sure select elements fit in widgets */ } + .home #content .panel-grid .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 0; + border-color: #e0e0e0; + border-radius: 7px; + margin: 0 0 30px 0; + padding: 0; + background-color: transparent; + color: #000; } + .home #content .panel-grid .widget .widget-head { + border: 1px solid transparent; + padding: 0.7em 1em; + border-width: 0 0 1px 0; + border-color: #e0e0e0; + background-color: #fff; } + .home #content .panel-grid .widget .widget-title { + margin: 0; + font-size: 13px; + color: #000; } + .home #content .panel-grid .widget a { + color: #850f86; } + .home #content .panel-grid .widget a:hover { + color: #410741; } + .home #content .panel-grid .widget .nav-pills .active a { + color: #fff; } + .home #content .panel-grid .widget .nav-pills .active a:hover { + color: #fff; + background-color: #006dcc; } + .home #content .panel-grid .widget form { + margin: 0; } + .home #content .panel-grid .widget ul, + .home #content .panel-grid .widget ol { + list-style-type: none; + padding: 0; + margin: 0; } + .home #content .panel-grid .widget ul li, + .home #content .panel-grid .widget ol li { + margin-bottom: .75em; } + .home #content .panel-grid .widget ul li ul, + .home #content .panel-grid .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } + .home #content .panel-grid .widget ul li ul li, + .home #content .panel-grid .widget ol li ul li { + margin-bottom: .5em; } + .home #content .panel-grid .widget ul li ul li ul, + .home #content .panel-grid .widget ol li ul li ul { + list-style-type: circle; } + .home #content .panel-grid .widget ul li ol, + .home #content .panel-grid .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; } + .home #content .panel-grid .widget ul li ol li, + .home #content .panel-grid .widget ol li ol li { + margin-bottom: .5em; } + .home #content .panel-grid .widget .nav-tabs { + margin: 0; } + .home #content .panel-grid .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } + .home #content .panel-grid .widget .nav-tabs li.active a { + color: #333333; } + .home #content .panel-grid .widget .nav-pills { + margin: 0; } + .home #content .panel-grid .widget .nav-pills li { + margin: 0; + list-style-type: none; } + .home #content .panel-grid * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; } + .home #content .panel-grid .widget select { + max-width: 100%; } + .home #content .panel-grid .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ } + .home #content .panel-grid .widget.widget_text .textwidget { + margin: 0; } + .home #content .panel-grid .widget.widget_tag_cloud .tagcloud { + margin: 0; } + .home #content .panel-grid .widget.widget_black_studio_tinymce .textwidget { + margin: 0; } + .home #content .panel-grid .widget.widget_black_studio_tinymce ul, .home #content .panel-grid .widget.widget_black_studio_tinymce ol { + padding-left: 4em; } + .home #content .panel-grid .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; } + .home #content .panel-grid .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; } + .home #content .panel-grid .widget.simple-social-icons ul { + margin: 0.5em !important; } + .home #content .panel-grid .widget.simple-social-icons ul li { + margin: 0.5em !important; } + .home #content .panel-grid .widget.simple-social-icons .social-bloglovin:before, .home #content .panel-grid .widget.simple-social-icons .social-dribbble:before, .home #content .panel-grid .widget.simple-social-icons .social-email:before, .home #content .panel-grid .widget.simple-social-icons .social-facebook:before, .home #content .panel-grid .widget.simple-social-icons .social-flickr:before, .home #content .panel-grid .widget.simple-social-icons .social-github:before, .home #content .panel-grid .widget.simple-social-icons .social-gplus:before, .home #content .panel-grid .widget.simple-social-icons .social-instagram:before, .home #content .panel-grid .widget.simple-social-icons .social-linkedin:before, .home #content .panel-grid .widget.simple-social-icons .social-pinterest:before, .home #content .panel-grid .widget.simple-social-icons .social-rss:before, .home #content .panel-grid .widget.simple-social-icons .social-stumbleupon:before, .home #content .panel-grid .widget.simple-social-icons .social-tumblr:before, .home #content .panel-grid .widget.simple-social-icons .social-twitter:before, .home #content .panel-grid .widget.simple-social-icons .social-vimeo:before, .home #content .panel-grid .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; } + .home #content .panel-grid .widget.widget_rcpt ul { + margin: 0; } + .home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; } + .home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; } + .home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; } + .home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; } + .home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; } + .home #content .panel-grid .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; } + .home #content .panel-grid .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } + .home #content .panel-grid .widget.widget_metaslider_widget ul, + .home #content .panel-grid .widget.widget_metaslider_widget ol { + margin: 0; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; } + .home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; } + .home #content .panel-grid .widget.uc-contact-widget .table-responsive { + padding: 1em; } + .home #content .panel-grid .widget.uc-contact-widget th { + white-space: nowrap; + padding-left: 0; } + .home #content .panel-grid .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; } + .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; } + .home #content .panel-grid .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 0 !important; + /*- - - - - */ + /**/ + /**/ } + .home #content .panel-grid .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #850f86 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: #850f86 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #410741 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #410741 !important; } + .home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: #000 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: transparent !important; + color: #000 !important; } + .home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #410741 !important; } + .home #content .panel-grid .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; } + .home #content .panel-grid .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; } + .home #content .panel-grid .widget.uc-hours-widget caption { + padding: .5em; } + .home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post { + padding: 0; } + +#page-sidebar { + /* Make sure select elements fit in widgets */ } + #page-sidebar .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 1px; + border-color: #e0e0e0; + border-radius: 7px; + margin: 0 0 30px 0; + padding: 0; + background-color: #fff; + color: #000; } + #page-sidebar .widget .widget-head { + border: 1px solid transparent; + padding: 0.7em 1em; + border-width: 0 0 1px 0; + border-color: #e0e0e0; + background-color: #fff; } + #page-sidebar .widget .widget-title { + margin: 0; + font-size: 13px; + color: #000; } + #page-sidebar .widget a { + color: #850f86; } + #page-sidebar .widget a:hover { + color: #410741; } + #page-sidebar .widget .nav-pills .active a { + color: #fff; } + #page-sidebar .widget .nav-pills .active a:hover { + color: #fff; + background-color: #006dcc; } + #page-sidebar .widget form { + margin: 1em; } + #page-sidebar .widget ul, + #page-sidebar .widget ol { + list-style-type: none; + padding: 0; + margin: 1em; } + #page-sidebar .widget ul li, + #page-sidebar .widget ol li { + margin-bottom: .75em; } + #page-sidebar .widget ul li ul, + #page-sidebar .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } + #page-sidebar .widget ul li ul li, + #page-sidebar .widget ol li ul li { + margin-bottom: .5em; } + #page-sidebar .widget ul li ul li ul, + #page-sidebar .widget ol li ul li ul { + list-style-type: circle; } + #page-sidebar .widget ul li ol, + #page-sidebar .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; } + #page-sidebar .widget ul li ol li, + #page-sidebar .widget ol li ol li { + margin-bottom: .5em; } + #page-sidebar .widget .nav-tabs { + margin: 0; } + #page-sidebar .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } + #page-sidebar .widget .nav-tabs li.active a { + color: #333333; } + #page-sidebar .widget .nav-pills { + margin: 0; } + #page-sidebar .widget .nav-pills li { + margin: 0; + list-style-type: none; } + #page-sidebar * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; } + #page-sidebar .widget select { + max-width: 100%; } + #page-sidebar .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ } + #page-sidebar .widget.widget_text .textwidget { + margin: 1em; } + #page-sidebar .widget.widget_tag_cloud .tagcloud { + margin: 1em; } + #page-sidebar .widget.widget_black_studio_tinymce .textwidget { + margin: 1em; } + #page-sidebar .widget.widget_black_studio_tinymce ul, #page-sidebar .widget.widget_black_studio_tinymce ol { + padding-left: 4em; } + #page-sidebar .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; } + #page-sidebar .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; } + #page-sidebar .widget.simple-social-icons ul { + margin: 0.5em !important; } + #page-sidebar .widget.simple-social-icons ul li { + margin: 0.5em !important; } + #page-sidebar .widget.simple-social-icons .social-bloglovin:before, #page-sidebar .widget.simple-social-icons .social-dribbble:before, #page-sidebar .widget.simple-social-icons .social-email:before, #page-sidebar .widget.simple-social-icons .social-facebook:before, #page-sidebar .widget.simple-social-icons .social-flickr:before, #page-sidebar .widget.simple-social-icons .social-github:before, #page-sidebar .widget.simple-social-icons .social-gplus:before, #page-sidebar .widget.simple-social-icons .social-instagram:before, #page-sidebar .widget.simple-social-icons .social-linkedin:before, #page-sidebar .widget.simple-social-icons .social-pinterest:before, #page-sidebar .widget.simple-social-icons .social-rss:before, #page-sidebar .widget.simple-social-icons .social-stumbleupon:before, #page-sidebar .widget.simple-social-icons .social-tumblr:before, #page-sidebar .widget.simple-social-icons .social-twitter:before, #page-sidebar .widget.simple-social-icons .social-vimeo:before, #page-sidebar .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; } + #page-sidebar .widget.widget_rcpt ul { + margin: 0; } + #page-sidebar .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; } + #page-sidebar .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; } + #page-sidebar .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; } + #page-sidebar .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; } + #page-sidebar .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; } + #page-sidebar .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; } + #page-sidebar .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } + #page-sidebar .widget.widget_metaslider_widget ul, + #page-sidebar .widget.widget_metaslider_widget ol { + margin: 0; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; } + #page-sidebar .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; } + #page-sidebar .widget.uc-contact-widget th { + white-space: nowrap; } + #page-sidebar .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; } + #page-sidebar .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; } + #page-sidebar .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 1em !important; + /*- - - - - */ + /**/ + /**/ } + #page-sidebar .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; } + #page-sidebar .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; } + #page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #850f86 !important; } + #page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: inherit !important; } + #page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: inherit !important; } + #page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: inherit !important; } + #page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: inherit !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: #fff !important; + color: inherit !important; } + #page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #410741 !important; } + #page-sidebar .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; } + #page-sidebar .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; } + #page-sidebar .widget.uc-hours-widget caption { + padding: .5em; } + #page-sidebar .widget.widget_siteorigin-panels-postloop .post { + padding: 1em; } + +.subpage { + /* Make sure select elements fit in widgets */ } + .subpage .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 0; + border-color: #e0e0e0; + border-radius: 7px; + margin: 0 0 30px 0; + padding: 0; + background-color: transparent; + color: #000; } + .subpage .widget .widget-head { + border: 1px solid transparent; + padding: 0.7em 1em; + border-width: 0 0 1px 0; + border-color: #e0e0e0; + background-color: #fff; } + .subpage .widget .widget-title { + margin: 0; + font-size: 13px; + color: #000; } + .subpage .widget a { + color: #850f86; } + .subpage .widget a:hover { + color: #410741; } + .subpage .widget .nav-pills .active a { + color: #fff; } + .subpage .widget .nav-pills .active a:hover { + color: #fff; + background-color: #006dcc; } + .subpage .widget form { + margin: 0; } + .subpage .widget ul, + .subpage .widget ol { + list-style-type: none; + padding: 0; + margin: 0; } + .subpage .widget ul li, + .subpage .widget ol li { + margin-bottom: .75em; } + .subpage .widget ul li ul, + .subpage .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } + .subpage .widget ul li ul li, + .subpage .widget ol li ul li { + margin-bottom: .5em; } + .subpage .widget ul li ul li ul, + .subpage .widget ol li ul li ul { + list-style-type: circle; } + .subpage .widget ul li ol, + .subpage .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; } + .subpage .widget ul li ol li, + .subpage .widget ol li ol li { + margin-bottom: .5em; } + .subpage .widget .nav-tabs { + margin: 0; } + .subpage .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } + .subpage .widget .nav-tabs li.active a { + color: #333333; } + .subpage .widget .nav-pills { + margin: 0; } + .subpage .widget .nav-pills li { + margin: 0; + list-style-type: none; } + .subpage * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; } + .subpage .widget select { + max-width: 100%; } + .subpage .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ } + .subpage .widget.widget_text .textwidget { + margin: 0; } + .subpage .widget.widget_tag_cloud .tagcloud { + margin: 0; } + .subpage .widget.widget_black_studio_tinymce .textwidget { + margin: 0; } + .subpage .widget.widget_black_studio_tinymce ul, .subpage .widget.widget_black_studio_tinymce ol { + padding-left: 4em; } + .subpage .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; } + .subpage .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; } + .subpage .widget.simple-social-icons ul { + margin: 0.5em !important; } + .subpage .widget.simple-social-icons ul li { + margin: 0.5em !important; } + .subpage .widget.simple-social-icons .social-bloglovin:before, .subpage .widget.simple-social-icons .social-dribbble:before, .subpage .widget.simple-social-icons .social-email:before, .subpage .widget.simple-social-icons .social-facebook:before, .subpage .widget.simple-social-icons .social-flickr:before, .subpage .widget.simple-social-icons .social-github:before, .subpage .widget.simple-social-icons .social-gplus:before, .subpage .widget.simple-social-icons .social-instagram:before, .subpage .widget.simple-social-icons .social-linkedin:before, .subpage .widget.simple-social-icons .social-pinterest:before, .subpage .widget.simple-social-icons .social-rss:before, .subpage .widget.simple-social-icons .social-stumbleupon:before, .subpage .widget.simple-social-icons .social-tumblr:before, .subpage .widget.simple-social-icons .social-twitter:before, .subpage .widget.simple-social-icons .social-vimeo:before, .subpage .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; } + .subpage .widget.widget_rcpt ul { + margin: 0; } + .subpage .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; } + .subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; } + .subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; } + .subpage .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; } + .subpage .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; } + .subpage .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; } + .subpage .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } + .subpage .widget.widget_metaslider_widget ul, + .subpage .widget.widget_metaslider_widget ol { + margin: 0; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; } + .subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; } + .subpage .widget.uc-contact-widget .table-responsive { + padding: 1em; } + .subpage .widget.uc-contact-widget th { + white-space: nowrap; + padding-left: 0; } + .subpage .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; } + .subpage .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; } + .subpage .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 0 !important; + /*- - - - - */ + /**/ + /**/ } + .subpage .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; } + .subpage .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; } + .subpage .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #850f86 !important; } + .subpage .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: #850f86 !important; } + .subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #410741 !important; } + .subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #410741 !important; } + .subpage .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: #000 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: transparent !important; + color: #000 !important; } + .subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #410741 !important; } + .subpage .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; } + .subpage .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; } + .subpage .widget.uc-hours-widget caption { + padding: .5em; } + .subpage .widget.widget_siteorigin-panels-postloop .post { + padding: 0; } + +img { + height: auto; + max-width: 100%; } + +code { + white-space: normal; } + +.table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: auto; + overflow-y: hidden; + webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; } + +.az-letter-list li { + list-style-type: none; } + +#page #content .widget .btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: normal; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + border-radius: 7px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + #page #content .widget .btn:active:focus, #page #content .widget .btn.active:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + #page #content .widget .btn:hover, #page #content .widget .btn:focus { + color: #333 !important; + text-decoration: none; } + #page #content .widget .btn:active, #page #content .widget .btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + #page #content .widget .btn.disabled, #page #content .widget .btn[disabled], fieldset[disabled] #page #content .widget .btn { + cursor: not-allowed; + pointer-events: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; } + +#page #content .widget .btn-default { + color: #333 !important; + background-color: #fff; + border-color: #ccc; } + #page #content .widget .btn-default:hover, #page #content .widget .btn-default:focus, #page #content .widget .btn-default.focus, #page #content .widget .btn-default:active, #page #content .widget .btn-default.active, .open > #page #content .widget .btn-default.dropdown-toggle { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; } + #page #content .widget .btn-default:active, #page #content .widget .btn-default.active, .open > #page #content .widget .btn-default.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-default.disabled, #page #content .widget .btn-default.disabled:hover, #page #content .widget .btn-default.disabled:focus, #page #content .widget .btn-default.disabled.focus, #page #content .widget .btn-default.disabled:active, #page #content .widget .btn-default.disabled.active, #page #content .widget .btn-default[disabled], #page #content .widget .btn-default[disabled]:hover, #page #content .widget .btn-default[disabled]:focus, #page #content .widget .btn-default[disabled].focus, #page #content .widget .btn-default[disabled]:active, #page #content .widget .btn-default[disabled].active, fieldset[disabled] #page #content .widget .btn-default, fieldset[disabled] #page #content .widget .btn-default:hover, fieldset[disabled] #page #content .widget .btn-default:focus, fieldset[disabled] #page #content .widget .btn-default.focus, fieldset[disabled] #page #content .widget .btn-default:active, fieldset[disabled] #page #content .widget .btn-default.active { + background-color: #fff; + border-color: #ccc; } + #page #content .widget .btn-default .badge { + color: #fff; + background-color: #333; } + +#page #content .widget .btn-primary { + color: #fff !important; + background-color: #006dcc; + border-color: #004480; } + #page #content .widget .btn-primary:hover, #page #content .widget .btn-primary:focus, #page #content .widget .btn-primary.focus, #page #content .widget .btn-primary:active, #page #content .widget .btn-primary.active, .open > #page #content .widget .btn-primary.dropdown-toggle { + color: #fff; + background-color: #005299; + border-color: #002342; } + #page #content .widget .btn-primary:active, #page #content .widget .btn-primary.active, .open > #page #content .widget .btn-primary.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-primary.disabled, #page #content .widget .btn-primary.disabled:hover, #page #content .widget .btn-primary.disabled:focus, #page #content .widget .btn-primary.disabled.focus, #page #content .widget .btn-primary.disabled:active, #page #content .widget .btn-primary.disabled.active, #page #content .widget .btn-primary[disabled], #page #content .widget .btn-primary[disabled]:hover, #page #content .widget .btn-primary[disabled]:focus, #page #content .widget .btn-primary[disabled].focus, #page #content .widget .btn-primary[disabled]:active, #page #content .widget .btn-primary[disabled].active, fieldset[disabled] #page #content .widget .btn-primary, fieldset[disabled] #page #content .widget .btn-primary:hover, fieldset[disabled] #page #content .widget .btn-primary:focus, fieldset[disabled] #page #content .widget .btn-primary.focus, fieldset[disabled] #page #content .widget .btn-primary:active, fieldset[disabled] #page #content .widget .btn-primary.active { + background-color: #006dcc; + border-color: #004480; } + #page #content .widget .btn-primary .badge { + color: #006dcc; + background-color: #fff; } + +#page #content .widget .btn-success { + color: #fff !important; + background-color: #5bb75b; + border-color: #3c893c; } + #page #content .widget .btn-success:hover, #page #content .widget .btn-success:focus, #page #content .widget .btn-success.focus, #page #content .widget .btn-success:active, #page #content .widget .btn-success.active, .open > #page #content .widget .btn-success.dropdown-toggle { + color: #fff; + background-color: #449b44; + border-color: #2a5f2a; } + #page #content .widget .btn-success:active, #page #content .widget .btn-success.active, .open > #page #content .widget .btn-success.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-success.disabled, #page #content .widget .btn-success.disabled:hover, #page #content .widget .btn-success.disabled:focus, #page #content .widget .btn-success.disabled.focus, #page #content .widget .btn-success.disabled:active, #page #content .widget .btn-success.disabled.active, #page #content .widget .btn-success[disabled], #page #content .widget .btn-success[disabled]:hover, #page #content .widget .btn-success[disabled]:focus, #page #content .widget .btn-success[disabled].focus, #page #content .widget .btn-success[disabled]:active, #page #content .widget .btn-success[disabled].active, fieldset[disabled] #page #content .widget .btn-success, fieldset[disabled] #page #content .widget .btn-success:hover, fieldset[disabled] #page #content .widget .btn-success:focus, fieldset[disabled] #page #content .widget .btn-success.focus, fieldset[disabled] #page #content .widget .btn-success:active, fieldset[disabled] #page #content .widget .btn-success.active { + background-color: #5bb75b; + border-color: #3c893c; } + #page #content .widget .btn-success .badge { + color: #5bb75b; + background-color: #fff; } + +#page #content .widget .btn-info { + color: #fff !important; + background-color: #49afcd; + border-color: #2b849e; } + #page #content .widget .btn-info:hover, #page #content .widget .btn-info:focus, #page #content .widget .btn-info.focus, #page #content .widget .btn-info:active, #page #content .widget .btn-info.active, .open > #page #content .widget .btn-info.dropdown-toggle { + color: #fff; + background-color: #3195b2; + border-color: #1e5c6e; } + #page #content .widget .btn-info:active, #page #content .widget .btn-info.active, .open > #page #content .widget .btn-info.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-info.disabled, #page #content .widget .btn-info.disabled:hover, #page #content .widget .btn-info.disabled:focus, #page #content .widget .btn-info.disabled.focus, #page #content .widget .btn-info.disabled:active, #page #content .widget .btn-info.disabled.active, #page #content .widget .btn-info[disabled], #page #content .widget .btn-info[disabled]:hover, #page #content .widget .btn-info[disabled]:focus, #page #content .widget .btn-info[disabled].focus, #page #content .widget .btn-info[disabled]:active, #page #content .widget .btn-info[disabled].active, fieldset[disabled] #page #content .widget .btn-info, fieldset[disabled] #page #content .widget .btn-info:hover, fieldset[disabled] #page #content .widget .btn-info:focus, fieldset[disabled] #page #content .widget .btn-info.focus, fieldset[disabled] #page #content .widget .btn-info:active, fieldset[disabled] #page #content .widget .btn-info.active { + background-color: #49afcd; + border-color: #2b849e; } + #page #content .widget .btn-info .badge { + color: #49afcd; + background-color: #fff; } + +#page #content .widget .btn-warning { + color: #fff !important; + background-color: #faa732; + border-color: #da8205; } + #page #content .widget .btn-warning:hover, #page #content .widget .btn-warning:focus, #page #content .widget .btn-warning.focus, #page #content .widget .btn-warning:active, #page #content .widget .btn-warning.active, .open > #page #content .widget .btn-warning.dropdown-toggle { + color: #fff; + background-color: #f39106; + border-color: #9e5e04; } + #page #content .widget .btn-warning:active, #page #content .widget .btn-warning.active, .open > #page #content .widget .btn-warning.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-warning.disabled, #page #content .widget .btn-warning.disabled:hover, #page #content .widget .btn-warning.disabled:focus, #page #content .widget .btn-warning.disabled.focus, #page #content .widget .btn-warning.disabled:active, #page #content .widget .btn-warning.disabled.active, #page #content .widget .btn-warning[disabled], #page #content .widget .btn-warning[disabled]:hover, #page #content .widget .btn-warning[disabled]:focus, #page #content .widget .btn-warning[disabled].focus, #page #content .widget .btn-warning[disabled]:active, #page #content .widget .btn-warning[disabled].active, fieldset[disabled] #page #content .widget .btn-warning, fieldset[disabled] #page #content .widget .btn-warning:hover, fieldset[disabled] #page #content .widget .btn-warning:focus, fieldset[disabled] #page #content .widget .btn-warning.focus, fieldset[disabled] #page #content .widget .btn-warning:active, fieldset[disabled] #page #content .widget .btn-warning.active { + background-color: #faa732; + border-color: #da8205; } + #page #content .widget .btn-warning .badge { + color: #faa732; + background-color: #fff; } + +#page #content .widget .btn-danger { + color: #fff !important; + background-color: #da4f49; + border-color: #b22a24; } + #page #content .widget .btn-danger:hover, #page #content .widget .btn-danger:focus, #page #content .widget .btn-danger.focus, #page #content .widget .btn-danger:active, #page #content .widget .btn-danger.active, .open > #page #content .widget .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c72f29; + border-color: #7f1e1a; } + #page #content .widget .btn-danger:active, #page #content .widget .btn-danger.active, .open > #page #content .widget .btn-danger.dropdown-toggle { + background-image: none; } + #page #content .widget .btn-danger.disabled, #page #content .widget .btn-danger.disabled:hover, #page #content .widget .btn-danger.disabled:focus, #page #content .widget .btn-danger.disabled.focus, #page #content .widget .btn-danger.disabled:active, #page #content .widget .btn-danger.disabled.active, #page #content .widget .btn-danger[disabled], #page #content .widget .btn-danger[disabled]:hover, #page #content .widget .btn-danger[disabled]:focus, #page #content .widget .btn-danger[disabled].focus, #page #content .widget .btn-danger[disabled]:active, #page #content .widget .btn-danger[disabled].active, fieldset[disabled] #page #content .widget .btn-danger, fieldset[disabled] #page #content .widget .btn-danger:hover, fieldset[disabled] #page #content .widget .btn-danger:focus, fieldset[disabled] #page #content .widget .btn-danger.focus, fieldset[disabled] #page #content .widget .btn-danger:active, fieldset[disabled] #page #content .widget .btn-danger.active { + background-color: #da4f49; + border-color: #b22a24; } + #page #content .widget .btn-danger .badge { + color: #da4f49; + background-color: #fff; } + +#page #content .widget .btn-link { + color: #850f86 !important; + font-weight: normal; + cursor: pointer; + border-radius: 0; } + #page #content .widget .btn-link, #page #content .widget .btn-link:active, #page #content .widget .btn-link[disabled], fieldset[disabled] #page #content .widget .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; } + #page #content .widget .btn-link, #page #content .widget .btn-link:hover, #page #content .widget .btn-link:focus, #page #content .widget .btn-link:active { + border-color: transparent; } + #page #content .widget .btn-link:hover, #page #content .widget .btn-link:focus { + color: #410741 !important; + text-decoration: underline; + background-color: transparent; } + #page #content .widget .btn-link[disabled]:hover, #page #content .widget .btn-link[disabled]:focus, fieldset[disabled] #page #content .widget .btn-link:hover, fieldset[disabled] #page #content .widget .btn-link:focus { + color: #777777 !important; + text-decoration: none; } + +#page #content .widget .btn-lg, #page #content .widget .btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; } + +#page #content .widget .btn-sm, #page #content .widget .btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +#page #content .widget .btn-xs, #page #content .widget .btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +#page #content .widget .btn-block { + display: block; + width: 100%; } + +#page #content .widget .btn-block + #page #content .widget .btn-block { + margin-top: 5px; } + +input[type="submit"]#page #content .widget.btn-block, +input[type="reset"]#page #content .widget.btn-block, +input[type="button"]#page #content .widget.btn-block { + width: 100%; } + +/* PAGE +--------------------------------------------------------------*/ +#main { + border-radius: 7px; + background-color: #fff; + padding: 1em; + overflow: hidden; + /* + -ms-word-break: break-all; + word-break: break-all; + + // Non standard for webkit + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + */ } + +/* POSTS +--------------------------------------------------------------*/ +.post { + background-color: #fff; + padding: 1em; } + +.panel-grid .post { + background-color: transparent; } + +/*-------------------------------------------------------------- +10.0 Content +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +10.1 Posts and pages +--------------------------------------------------------------*/ +.hentry { + margin: 0 0 1.5em; } + +.byline, +.updated { + display: none; } + +.single .byline { + display: inline; } + +.page-content, +.entry-content, +.entry-summary { + margin: 1.5em 0 0; } + +.page-links { + clear: both; + margin: 0 0 1.5em; } + +.nav-next { + text-align: right; } + +.entry-content a, +.entry-footer a { + text-decoration: underline; } + +.nav a, +a.btn { + text-decoration: none !important; } + +/*-------------------------------------------------------------- +10.2 Asides +--------------------------------------------------------------*/ +.blog .format-aside .entry-title, +.archive .format-aside .entry-title { + display: none; } + +/*-------------------------------------------------------------- +10.3 Comments +--------------------------------------------------------------*/ +.comment-list { + padding: 0; + list-style-type: none; } + +.comment-list ol { + list-style-type: none; } + +.comment { + padding: 1em; + border-top: 1px solid transparent; + border-top-color: #ccc; } + +.comment.thread-odd { + background-color: #f5f5f5; } + +.comment-content a { + word-wrap: break-word; } + +/* comments form */ +.form-submit { + display: none; } + +.comment-form-author, +.comment-form-email, +.comment-form-url { + width: 50%; } + +/*-------------------------------------------------------------- +10.4 Private Page List +--------------------------------------------------------------*/ +#page-private-list li { + list-style-type: none; + padding-bottom: 10px; } + +/* - - - - - - - - - - - - - - - - - - - + == Captions +- - - - - - - - - - - - - - - - - - - */ +.wp-caption { + margin-bottom: 1.5em; + max-width: 100%; } + +.wp-caption img[class*="wp-image-"] { + display: block; + margin: 0 auto; } + +.wp-caption-text { + text-align: center; } + +.wp-caption .wp-caption-text { + margin: 0.8075em 0; } + +/* - - - - - - - - - - - - - - - - - - - + == Alignments +- - - - - - - - - - - - - - - - - - - */ +.alignleft { + display: inline; + float: left; + margin-right: 1.5em; + margin-bottom: 1.5em; } + +.alignright { + display: inline; + float: right; + margin-left: 1.5em; + margin-bottom: 1.5em; } + +.aligncenter { + clear: both; + display: block; + margin: 1em auto; } + +/* - - - - - - - - - - - - - - - - - - - + == Galleries +- - - - - - - - - - - - - - - - - - - */ +.gallery { + margin-bottom: 1.5em; } + +.gallery-item { + display: inline-block; + text-align: center; + vertical-align: top; + width: 100%; } + +.gallery-columns-2 .gallery-item { + max-width: 50%; } + +.gallery-columns-3 .gallery-item { + max-width: 33.33%; } + +.gallery-columns-4 .gallery-item { + max-width: 25%; } + +.gallery-columns-5 .gallery-item { + max-width: 20%; } + +.gallery-columns-6 .gallery-item { + max-width: 16.66%; } + +.gallery-columns-7 .gallery-item { + max-width: 14.28%; } + +.gallery-columns-8 .gallery-item { + max-width: 12.5%; } + +.gallery-columns-9 .gallery-item { + max-width: 11.11%; } + +/* - - - - - - - - - - - - - - - - - - - + == Media +- - - - - - - - - - - - - - - - - - - */ +.page-content img.wp-smiley, +.entry-content img.wp-smiley, +.comment-content img.wp-smiley { + border: none; + margin-bottom: 0; + margin-top: 0; + padding: 0; } + +/* Make sure embeds and iframes fit their containers */ +embed, +iframe, +object { + max-width: 100%; } + +/* - - - - - - - - - - - - - - - - - - - + == Link Flags +- - - - - - - - - - - - - - - - - - - */ +.flag { + background-color: rgba(0, 0, 0, 0.1) !important; + font-size: 80% !important; + padding: 0.2em 0.3em !important; + margin-left: 0.4em !important; + border-radius: 0.3em !important; + text-decoration: none !important; } + +.btn .flag { + border-width: 0 !important; + opacity: 0.7 !important; } + +.external .glyphicon-new-window { + font-size: 0.8em !important; + margin-left: 0.4em !important; + opacity: 0.7 !important; } + +.external:hover .glyphicon-new-window { + opacity: 1 !important; } + +table .flag { + background-color: rgba(0, 0, 0, 0.1) !important; + font-size: 80% !important; + padding: 0.2em 0.3em !important; + margin-left: 0.4em !important; + border-radius: 0.3em !important; + text-decoration: none !important; } +table .btn .flag { + border-width: 0 !important; + opacity: 0.7 !important; } +table .external .glyphicon-new-window { + font-size: 0.8em !important; + margin-left: 0.4em !important; + opacity: 0.7 !important; } +table .external:hover .glyphicon-new-window { + opacity: 1 !important; } + +/* - - - - - - - - - - - - - - - - - - - + == Accessibility +- - - - - - - - - - - - - - - - - - - */ +#skiplinks { + position: absolute; + left: 0; + top: 0; + visibility: hidden; + height: 0; + width: 0; } + +.accessibility-fail { + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + filter: grayscale(100%); + opacity: .3; } + +.accessibility-fail-msg { + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.accessibility-fail-msg .glyphicon { + color: red; + margin-right: 1em; } + +.accessibility-fail-msg a { + text-decoration: underline; } + +/* - - - - - - - - - - - - - - - - - - - + == Table Stripper + + Our effort to combat the use of table-based layouts by site authors. + +- - - - - - - - - - - - - - - - - - - */ +table div, table span, table applet, table object, table iframe, table +h1, table h2, table h3, table h4, table h5, table h6, table p, table blockquote, table pre, table +a, table abbr, table acronym, table address, table big, table cite, table code, table +del, table dfn, table em, table img, table ins, table kbd, table q, table s, table samp, table +small, table strike, table strong, table sub, table sup, table tt, table var, table +b, table u, table i, table center, table +dl, table dt, table dd, table ol, table ul, table li, table +fieldset, table form, table label, table legend, table +article, table aside, table canvas, table details, table embed, table +figure, table figcaption, table footer, table header, table hgroup, table +menu, table nav, table output, table ruby, table section, table summary, table +time, table mark, table audio, table video { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + vertical-align: baseline !important; } + +/* HTML5 display-role reset for older browsers */ +table article, table aside, table details, table figcaption, table figure, table +footer, table header, table hgroup, table menu, table nav, table section { + display: block !important; } + +table body { + line-height: 1 !important; } + +table ol, table ul { + list-style: none !important; } + +table blockquote, table q { + quotes: none !important; } + +table blockquote:before, table blockquote:after, table +q:before, table q:after { + content: "" !important; + content: none !important; } + +/* - - - - - - - - - - - - - - - - - - - + == UUP +- - - - - - - - - - - - - - - - - - - */ +.uup-list { + list-style-type: none; + margin: 0; + padding: 0; } + .uup-list .has-image { + display: block; + position: relative; + padding-left: 170px; + min-height: 150px; } + .uup-list .has-image .uup-thumbnail { + display: block; + width: 150px; + height: 150px; + position: absolute; + left: 0; + top: 0; } + .uup-list .uup-item { + margin-bottom: 1em; } + .uup-list .uup-item .uup-text { + display: block; } + .uup-list .uup-item .uup-text > span { + display: block; } + .uup-list .uup-item .uup-text a .uup-name { + display: inline; } + .uup-list .uup-item .uup-text .uup-name { + font-weight: bold; } + .uup-list .uup-item .uup-text .uup-name .uup-first:after { + content: ' '; } + .uup-list .uup-item .uup-text .uup-phones .uup-phone2 { + display: block; } + +.uup-index-table .uup-table-name.table-has-image { + position: relative; + padding-left: 60px; } + .uup-index-table .uup-table-name.table-has-image .uup-table-thumbnail { + display: block; + width: 50px; + height: 50px; + position: absolute; + left: 0; + top: 5px; } + .uup-index-table .uup-table-name.table-has-image .uup-name { + display: block; } +.uup-index-table .uup-table-name .uup-last:before { + content: ' '; } + +/* + Profile Page +*/ +.page-template-page-user-profile-php .uup-user { + padding: 1em; } + .page-template-page-user-profile-php .uup-user > span { + display: block; } + .page-template-page-user-profile-php .uup-user .uup-image { + margin-bottom: 1em; } + .page-template-page-user-profile-php .uup-user .uup-name { + font-weight: bold; } + .page-template-page-user-profile-php .uup-user .uup-name .uup-first:after { + content: ' '; } + .page-template-page-user-profile-php .uup-user .uup-phones .uup-phone2 { + display: block; } + +.person-image { + display: none; + overflow: hidden; + /* + max-width:100%; + + img { + max-width:none; + max-height:none; + min-width:100%; + min-height:100%; + } + */ } + +/* - - - - - - - - - - - - - - - - - - - + == Calendar +- - - - - - - - - - - - - - - - - - - */ +#vb #vb-timespan { + list-style-type: none; + padding: 0; + margin: 0; + font-size: 2em; } + #vb #vb-timespan .glyphicon-new-window { + display: none; } + +#events-grid-wrap li { + margin-bottom: 1em !important; } + #events-grid-wrap li strong { + font-weight: normal; } + #events-grid-wrap li .glyphicon-new-window { + display: none; } + +.uc-listcal .uc-cal-list { + list-style-type: none; + margin: 0; + padding: 0; } + .uc-listcal .uc-cal-list .uc-cal-item { + margin-bottom: 1em; } + .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { + font-style: normal; + margin-left: 1em; } + .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { + display: none; } + +#events-table #events-toolbar { + margin-bottom: 1em; } + #events-table #events-toolbar #events-month { + width: 10em; } +#events-table table { + font-size: 85%; } + #events-table table thead th { + width: 14%; + text-align: center; } + #events-table table tbody th { + border-bottom-width: 0; + padding-bottom: 0; + padding-left: 0; + text-align: right; + font-weight: normal; + opacity: .7; } + #events-table table tbody th.today { + background: #ccc; + color: #000; } + #events-table table tbody td { + border-top-width: 0; + padding-top: 0; } + #events-table table tbody td a { + text-decoration: none; } + #events-table table tbody td a:hover { + text-decoration: underline; } + #events-table table tbody td a strong { + font-weight: normal; } + #events-table table tbody td a .glyphicon { + display: none; } + #events-table table tbody td .event-list + .event-list { + margin-top: 1em !important; } + #events-table table tbody td .event-list li + li { + margin-top: .5em !important; } + +/* - - - - - - - - - - - - - - - - - - - + == In Page Menus +- - - - - - - - - - - - - - - - - - - */ +.in-page-list { + float: right; + padding: .5em; + border: 1px solid transparent; + border-color: #e7e7e7; + background-color: #f8f8f8; + margin: 0 0 1.5em 2em; + width: 20%; + min-width: 200px; + max-width: 400px; + border-radius: 3px; } + +.in-page-tabs { + margin-bottom: 2em; } + +/* - - - - - - - - - - - - - - - - - - - + == Footers +- - - - - - - - - - - - - - - - - - - */ +#footers { + background-color: #eee; + margin: 1.5em 0 0 0; + border: 0px solid transparent; + border-color: #ccc; + border-width: 2px 0 0 0; } + +body.sticky #footers { + position: absolute; + bottom: 0; + left: 0; + width: 100%; } + +body.sticky .ie8 #footers { + position: inherit; + width: inherit; } + +#mega-footer { + padding-top: 1em; + background-color: transparent; + /* Make sure select elements fit in widgets */ } + #mega-footer .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 0; + border-color: #e0e0e0; + border-radius: 7px; + margin: 0 0 30px 0; + padding: 0; + background-color: transparent; + color: #000; } + #mega-footer .widget .widget-head { + border: 1px solid transparent; + padding: 0.7em 1em; + border-width: 0; + border-color: #e0e0e0; + background-color: transparent; } + #mega-footer .widget .widget-title { + margin: 0; + font-size: 13px; + color: #000; } + #mega-footer .widget a { + color: #850f86; } + #mega-footer .widget a:hover { + color: #410741; } + #mega-footer .widget .nav-pills .active a { + color: #fff; } + #mega-footer .widget .nav-pills .active a:hover { + color: #fff; + background-color: #006dcc; } + #mega-footer .widget form { + margin: 1em; } + #mega-footer .widget ul, + #mega-footer .widget ol { + list-style-type: none; + padding: 0; + margin: 1em; } + #mega-footer .widget ul li, + #mega-footer .widget ol li { + margin-bottom: .75em; } + #mega-footer .widget ul li ul, + #mega-footer .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } + #mega-footer .widget ul li ul li, + #mega-footer .widget ol li ul li { + margin-bottom: .5em; } + #mega-footer .widget ul li ul li ul, + #mega-footer .widget ol li ul li ul { + list-style-type: circle; } + #mega-footer .widget ul li ol, + #mega-footer .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; } + #mega-footer .widget ul li ol li, + #mega-footer .widget ol li ol li { + margin-bottom: .5em; } + #mega-footer .widget .nav-tabs { + margin: 0; } + #mega-footer .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } + #mega-footer .widget .nav-tabs li.active a { + color: #333333; } + #mega-footer .widget .nav-pills { + margin: 0; } + #mega-footer .widget .nav-pills li { + margin: 0; + list-style-type: none; } + #mega-footer * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; } + #mega-footer .widget select { + max-width: 100%; } + #mega-footer .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ } + #mega-footer .widget.widget_text .textwidget { + margin: 1em; } + #mega-footer .widget.widget_tag_cloud .tagcloud { + margin: 1em; } + #mega-footer .widget.widget_black_studio_tinymce .textwidget { + margin: 1em; } + #mega-footer .widget.widget_black_studio_tinymce ul, #mega-footer .widget.widget_black_studio_tinymce ol { + padding-left: 4em; } + #mega-footer .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; } + #mega-footer .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; } + #mega-footer .widget.simple-social-icons ul { + margin: 0.5em !important; } + #mega-footer .widget.simple-social-icons ul li { + margin: 0.5em !important; } + #mega-footer .widget.simple-social-icons .social-bloglovin:before, #mega-footer .widget.simple-social-icons .social-dribbble:before, #mega-footer .widget.simple-social-icons .social-email:before, #mega-footer .widget.simple-social-icons .social-facebook:before, #mega-footer .widget.simple-social-icons .social-flickr:before, #mega-footer .widget.simple-social-icons .social-github:before, #mega-footer .widget.simple-social-icons .social-gplus:before, #mega-footer .widget.simple-social-icons .social-instagram:before, #mega-footer .widget.simple-social-icons .social-linkedin:before, #mega-footer .widget.simple-social-icons .social-pinterest:before, #mega-footer .widget.simple-social-icons .social-rss:before, #mega-footer .widget.simple-social-icons .social-stumbleupon:before, #mega-footer .widget.simple-social-icons .social-tumblr:before, #mega-footer .widget.simple-social-icons .social-twitter:before, #mega-footer .widget.simple-social-icons .social-vimeo:before, #mega-footer .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; } + #mega-footer .widget.widget_rcpt ul { + margin: 0; } + #mega-footer .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; } + #mega-footer .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; } + #mega-footer .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; } + #mega-footer .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; } + #mega-footer .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; } + #mega-footer .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; } + #mega-footer .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } + #mega-footer .widget.widget_metaslider_widget ul, + #mega-footer .widget.widget_metaslider_widget ol { + margin: 0; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; } + #mega-footer .widget.uc-contact-widget .table-responsive { + padding: 1em; } + #mega-footer .widget.uc-contact-widget th { + white-space: nowrap; + padding-left: 0; } + #mega-footer .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; } + #mega-footer .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; } + #mega-footer .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 1em !important; + /*- - - - - */ + /**/ + /**/ } + #mega-footer .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; } + #mega-footer .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; } + #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #850f86 !important; } + #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: #850f86 !important; } + #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #410741 !important; } + #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #410741 !important; } + #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; + border-color: #e0e0e0 !important; + background-color: #fff !important; + color: inherit !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: #000 !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #e0e0e0 !important; + background-color: transparent !important; + color: #000 !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: transparent !important; + color: #000 !important; } + #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #410741 !important; } + #mega-footer .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; } + #mega-footer .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; } + #mega-footer .widget.uc-hours-widget caption { + padding: .5em; } + #mega-footer .widget.widget_siteorigin-panels-postloop .post { + padding: 1em; } + +#footer { + padding: 1.5em 0; + color: #707070; } + #footer ul { + padding: 0; } + #footer a { + color: #707070; } + #footer a:hover { + color: #006dcc; } + #footer li { + display: inline; + margin-right: 1em; } + #footer li:last-child { + margin-right: 0; } + #footer li a { + padding: 15px 0px; } + +#footers .btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: normal; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + border-radius: 7px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + #footers .btn:active:focus, #footers .btn.active:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + #footers .btn:hover, #footers .btn:focus { + color: #333 !important; + text-decoration: none; } + #footers .btn:active, #footers .btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + #footers .btn.disabled, #footers .btn[disabled], fieldset[disabled] #footers .btn { + cursor: not-allowed; + pointer-events: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; } + +#footers .btn-default { + color: #333 !important; + background-color: #fff; + border-color: #ccc; } + #footers .btn-default:hover, #footers .btn-default:focus, #footers .btn-default.focus, #footers .btn-default:active, #footers .btn-default.active, .open > #footers .btn-default.dropdown-toggle { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; } + #footers .btn-default:active, #footers .btn-default.active, .open > #footers .btn-default.dropdown-toggle { + background-image: none; } + #footers .btn-default.disabled, #footers .btn-default.disabled:hover, #footers .btn-default.disabled:focus, #footers .btn-default.disabled.focus, #footers .btn-default.disabled:active, #footers .btn-default.disabled.active, #footers .btn-default[disabled], #footers .btn-default[disabled]:hover, #footers .btn-default[disabled]:focus, #footers .btn-default[disabled].focus, #footers .btn-default[disabled]:active, #footers .btn-default[disabled].active, fieldset[disabled] #footers .btn-default, fieldset[disabled] #footers .btn-default:hover, fieldset[disabled] #footers .btn-default:focus, fieldset[disabled] #footers .btn-default.focus, fieldset[disabled] #footers .btn-default:active, fieldset[disabled] #footers .btn-default.active { + background-color: #fff; + border-color: #ccc; } + #footers .btn-default .badge { + color: #fff; + background-color: #333; } + +#footers .btn-primary { + color: #fff !important; + background-color: #006dcc; + border-color: #004480; } + #footers .btn-primary:hover, #footers .btn-primary:focus, #footers .btn-primary.focus, #footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle { + color: #fff; + background-color: #005299; + border-color: #002342; } + #footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle { + background-image: none; } + #footers .btn-primary.disabled, #footers .btn-primary.disabled:hover, #footers .btn-primary.disabled:focus, #footers .btn-primary.disabled.focus, #footers .btn-primary.disabled:active, #footers .btn-primary.disabled.active, #footers .btn-primary[disabled], #footers .btn-primary[disabled]:hover, #footers .btn-primary[disabled]:focus, #footers .btn-primary[disabled].focus, #footers .btn-primary[disabled]:active, #footers .btn-primary[disabled].active, fieldset[disabled] #footers .btn-primary, fieldset[disabled] #footers .btn-primary:hover, fieldset[disabled] #footers .btn-primary:focus, fieldset[disabled] #footers .btn-primary.focus, fieldset[disabled] #footers .btn-primary:active, fieldset[disabled] #footers .btn-primary.active { + background-color: #006dcc; + border-color: #004480; } + #footers .btn-primary .badge { + color: #006dcc; + background-color: #fff; } + +#footers .btn-success { + color: #fff !important; + background-color: #5bb75b; + border-color: #3c893c; } + #footers .btn-success:hover, #footers .btn-success:focus, #footers .btn-success.focus, #footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle { + color: #fff; + background-color: #449b44; + border-color: #2a5f2a; } + #footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle { + background-image: none; } + #footers .btn-success.disabled, #footers .btn-success.disabled:hover, #footers .btn-success.disabled:focus, #footers .btn-success.disabled.focus, #footers .btn-success.disabled:active, #footers .btn-success.disabled.active, #footers .btn-success[disabled], #footers .btn-success[disabled]:hover, #footers .btn-success[disabled]:focus, #footers .btn-success[disabled].focus, #footers .btn-success[disabled]:active, #footers .btn-success[disabled].active, fieldset[disabled] #footers .btn-success, fieldset[disabled] #footers .btn-success:hover, fieldset[disabled] #footers .btn-success:focus, fieldset[disabled] #footers .btn-success.focus, fieldset[disabled] #footers .btn-success:active, fieldset[disabled] #footers .btn-success.active { + background-color: #5bb75b; + border-color: #3c893c; } + #footers .btn-success .badge { + color: #5bb75b; + background-color: #fff; } + +#footers .btn-info { + color: #fff !important; + background-color: #49afcd; + border-color: #2b849e; } + #footers .btn-info:hover, #footers .btn-info:focus, #footers .btn-info.focus, #footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle { + color: #fff; + background-color: #3195b2; + border-color: #1e5c6e; } + #footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle { + background-image: none; } + #footers .btn-info.disabled, #footers .btn-info.disabled:hover, #footers .btn-info.disabled:focus, #footers .btn-info.disabled.focus, #footers .btn-info.disabled:active, #footers .btn-info.disabled.active, #footers .btn-info[disabled], #footers .btn-info[disabled]:hover, #footers .btn-info[disabled]:focus, #footers .btn-info[disabled].focus, #footers .btn-info[disabled]:active, #footers .btn-info[disabled].active, fieldset[disabled] #footers .btn-info, fieldset[disabled] #footers .btn-info:hover, fieldset[disabled] #footers .btn-info:focus, fieldset[disabled] #footers .btn-info.focus, fieldset[disabled] #footers .btn-info:active, fieldset[disabled] #footers .btn-info.active { + background-color: #49afcd; + border-color: #2b849e; } + #footers .btn-info .badge { + color: #49afcd; + background-color: #fff; } + +#footers .btn-warning { + color: #fff !important; + background-color: #faa732; + border-color: #da8205; } + #footers .btn-warning:hover, #footers .btn-warning:focus, #footers .btn-warning.focus, #footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle { + color: #fff; + background-color: #f39106; + border-color: #9e5e04; } + #footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle { + background-image: none; } + #footers .btn-warning.disabled, #footers .btn-warning.disabled:hover, #footers .btn-warning.disabled:focus, #footers .btn-warning.disabled.focus, #footers .btn-warning.disabled:active, #footers .btn-warning.disabled.active, #footers .btn-warning[disabled], #footers .btn-warning[disabled]:hover, #footers .btn-warning[disabled]:focus, #footers .btn-warning[disabled].focus, #footers .btn-warning[disabled]:active, #footers .btn-warning[disabled].active, fieldset[disabled] #footers .btn-warning, fieldset[disabled] #footers .btn-warning:hover, fieldset[disabled] #footers .btn-warning:focus, fieldset[disabled] #footers .btn-warning.focus, fieldset[disabled] #footers .btn-warning:active, fieldset[disabled] #footers .btn-warning.active { + background-color: #faa732; + border-color: #da8205; } + #footers .btn-warning .badge { + color: #faa732; + background-color: #fff; } + +#footers .btn-danger { + color: #fff !important; + background-color: #da4f49; + border-color: #b22a24; } + #footers .btn-danger:hover, #footers .btn-danger:focus, #footers .btn-danger.focus, #footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c72f29; + border-color: #7f1e1a; } + #footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle { + background-image: none; } + #footers .btn-danger.disabled, #footers .btn-danger.disabled:hover, #footers .btn-danger.disabled:focus, #footers .btn-danger.disabled.focus, #footers .btn-danger.disabled:active, #footers .btn-danger.disabled.active, #footers .btn-danger[disabled], #footers .btn-danger[disabled]:hover, #footers .btn-danger[disabled]:focus, #footers .btn-danger[disabled].focus, #footers .btn-danger[disabled]:active, #footers .btn-danger[disabled].active, fieldset[disabled] #footers .btn-danger, fieldset[disabled] #footers .btn-danger:hover, fieldset[disabled] #footers .btn-danger:focus, fieldset[disabled] #footers .btn-danger.focus, fieldset[disabled] #footers .btn-danger:active, fieldset[disabled] #footers .btn-danger.active { + background-color: #da4f49; + border-color: #b22a24; } + #footers .btn-danger .badge { + color: #da4f49; + background-color: #fff; } + +#footers .btn-link { + color: #850f86 !important; + font-weight: normal; + cursor: pointer; + border-radius: 0; } + #footers .btn-link, #footers .btn-link:active, #footers .btn-link[disabled], fieldset[disabled] #footers .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; } + #footers .btn-link, #footers .btn-link:hover, #footers .btn-link:focus, #footers .btn-link:active { + border-color: transparent; } + #footers .btn-link:hover, #footers .btn-link:focus { + color: #410741 !important; + text-decoration: underline; + background-color: transparent; } + #footers .btn-link[disabled]:hover, #footers .btn-link[disabled]:focus, fieldset[disabled] #footers .btn-link:hover, fieldset[disabled] #footers .btn-link:focus { + color: #777777 !important; + text-decoration: none; } + +#footers .btn-lg, #footers .btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; } + +#footers .btn-sm, #footers .btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +#footers .btn-xs, #footers .btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +#footers .btn-block { + display: block; + width: 100%; } + +#footers .btn-block + #footers .btn-block { + margin-top: 5px; } + +input[type="submit"]#footers.btn-block, +input[type="reset"]#footers.btn-block, +input[type="button"]#footers.btn-block { + width: 100%; } + +@media screen and (min-width: 768px) { + #masthead { + background-color: #e7e7e7; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #ffffff, #e7e7e7) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #ffffff, #e7e7e7) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e7e7e7') !important; } + #masthead #uc-site-header #uc-site-parent a { + color: #868695; } + #masthead #uc-site-header #uc-site-title a { + color: #0b1860; } + #masthead #nav-wrapper .navbar .nav > li > a { + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + font-weight: 500; } + #masthead #nav-wrapper .navbar .nav > li:first-child a { + padding-left: 0; } + #masthead #nav-wrapper #primary-nav { + padding-left: 0; } + #masthead #nav-wrapper #nav-tabs { + padding-bottom: 0; } + #masthead #nav-wrapper #nav-tabs .nav-tabs > li > a { + border-radius: 7px 7px 0 0; + border-bottom: 1px solid transparent !important; + color: rgba(133, 15, 134, 0.85); } + #masthead #nav-wrapper #nav-tabs .nav-tabs > li > a:hover { + border-bottom-color: #ddd !important; } + #masthead #nav-wrapper #nav-tabs .nav-tabs > li.active > a, #masthead #nav-wrapper #nav-tabs .nav-tabs > li.active > a:hover, #masthead #nav-wrapper #nav-tabs .nav-tabs > li.active > a:focus { + background-color: #fff; + bottom: 0px; + border-bottom-color: transparent !important; } + #masthead #nav-wrapper #tabs-bottom-wrapper { + background-color: #fff; + border-top: 1px solid #ddd; } + #masthead #nav-wrapper #nav-tabs .navbar .nav > li.active > a { + background-color: transparent !important; + color: #570a58; } + #masthead #nav-wrapper #nav-tabs .navbar .nav > li:first-child a { + padding-left: 15px; } + #masthead #nav-wrapper #drop-multi .navbar-collapse, + #masthead #nav-wrapper #nav-dropdown .navbar-collapse { + padding-left: 0; } } +#content { + padding: 50px 0; + position: relative; + min-height: 400px; } + #content:before { + content: ''; + display: block; + position: absolute; + top: 0; + left: 0; + height: 400px; + width: 100%; + background-color: #f6f6f6; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #ffffff, #f6f6f6) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #ffffff, #f6f6f6) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f6f6f6') !important; } + #content .widget-head { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #ffffff, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #ffffff, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } + +.btn { + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } + .btn:hover { + text-shadow: none; } + .btn.btn-default { + background-color: #d9d9d9; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #fff, #d9d9d9) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #fff, #d9d9d9) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #fff, #d9d9d9) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #fff, #d9d9d9) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #fff, #d9d9d9) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='#d9d9d9') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } + .btn.btn-default:hover { + background-color: #bfbfbf; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#bfbfbf)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #e6e6e6, #bfbfbf) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #e6e6e6, #bfbfbf) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #e6e6e6, #bfbfbf) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #e6e6e6, #bfbfbf) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #e6e6e6, #bfbfbf) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e6e6', EndColorStr='#bfbfbf') !important; } + .btn.btn-primary { + background-color: #004480; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#006dcc), to(#004480)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #006dcc, #004480) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #006dcc, #004480) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #006dcc, #004480) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #006dcc, #004480) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #006dcc, #004480) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#006dcc', EndColorStr='#004480') !important; } + .btn.btn-primary:hover { + background-color: #00294d; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#005299), to(#00294d)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #005299, #00294d) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #005299, #00294d) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #005299, #00294d) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #005299, #00294d) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #005299, #00294d) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#005299', EndColorStr='#00294d') !important; } + .btn.btn-info { + background-color: #2b849e; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#49afcd), to(#2b849e)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #49afcd, #2b849e) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #49afcd, #2b849e) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #49afcd, #2b849e) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #49afcd, #2b849e) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #49afcd, #2b849e) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#49afcd', EndColorStr='#2b849e') !important; } + .btn.btn-info:hover { + background-color: #206376; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#3195b2), to(#206376)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #3195b2, #206376) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #3195b2, #206376) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #3195b2, #206376) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #3195b2, #206376) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #3195b2, #206376) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3195b2', EndColorStr='#206376') !important; } + .btn.btn-danger { + background-color: #b22a24; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#da4f49), to(#b22a24)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #da4f49, #b22a24) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #da4f49, #b22a24) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #da4f49, #b22a24) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #da4f49, #b22a24) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #da4f49, #b22a24) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#da4f49', EndColorStr='#b22a24') !important; } + .btn.btn-danger:hover { + background-color: #88201c; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#c72f29), to(#88201c)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #c72f29, #88201c) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #c72f29, #88201c) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #c72f29, #88201c) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #c72f29, #88201c) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #c72f29, #88201c) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c72f29', EndColorStr='#88201c') !important; } + .btn.btn-warning { + background-color: #da8205; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#faa732), to(#da8205)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #faa732, #da8205) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #faa732, #da8205) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #faa732, #da8205) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #faa732, #da8205) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #faa732, #da8205) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#faa732', EndColorStr='#da8205') !important; } + .btn.btn-warning:hover { + background-color: #a86404; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#f39106), to(#a86404)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #f39106, #a86404) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #f39106, #a86404) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #f39106, #a86404) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #f39106, #a86404) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #f39106, #a86404) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f39106', EndColorStr='#a86404') !important; } + .btn.btn-success { + background-color: #3c893c; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#3c893c)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #5bb75b, #3c893c) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #5bb75b, #3c893c) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #5bb75b, #3c893c) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #5bb75b, #3c893c) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #5bb75b, #3c893c) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5bb75b', EndColorStr='#3c893c') !important; } + .btn.btn-success:hover { + background-color: #2d662d; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(#449b44), to(#2d662d)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #449b44, #2d662d) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #449b44, #2d662d) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, #449b44, #2d662d) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, #449b44, #2d662d) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, #449b44, #2d662d) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#449b44', EndColorStr='#2d662d') !important; } + +#page #content .widget .btn:hover, +#page #content .widget .btn:focus { + color: white !important; } + +#page #content .widget .btn-default:hover, +#page #content .widget .btn-default:focus { + color: #333 !important; } + +#main { + border: 1px solid #e0e0e0; + padding: 3em 8em; } + +.widget_sp_image .widget-head { + display: none; } + +.az-letter-list { + margin-left: 4em; + margin-bottom: 3em; } + +.az-letter-title { + font: 21px "Proxima Nova", Helvetica, sans-serif; } + +.az-letter { + padding: 20px; } + +.az-letter:nth-child(even) { + background-color: #eee; } + +/* ++ .az-letter { + //border-top:1px dotted #ccc; +} +*/ +#uc-header { + display: none; } + +#content { + padding-top: 20px; } + +#main { + border-radius: 0; + padding: 0; } + #main .entry-header { + padding: 1.5em 4em 1em; } + #main .entry-title { + text-transform: uppercase; + color: #fff; + font-family: "PT Sans", sans-serif; + font-weight: bold; + letter-spacing: 1px; + margin: 0; + font-size: 32px; } + #main .entry-content { + padding: .5em 4em; } + +hr { + clear: both; } + +.subpage .widget.widget_black-studio-tinymce ul.gform_fields { + padding-left: 0; } + +#gform_3 li.gfield { + float: left; + width: 50%; + clear: none; } + +@media screen and (max-width: 480px) { + #content { + padding-top: 0; } + + #main .entry-content { + padding: 1em; } + + #main .entry-header { + padding: 1.5em; } + + #page-page > .row > div { + padding: 0; } } +#main .entry-header { + background-color: #6d5093; } +#main h1, #main h2, #main h3 { + color: #6d5093; + text-transform: uppercase; + font-family: "PT Sans", sans-serif; + font-weight: bold; + letter-spacing: 1px; } +#main h1 { + font-size: 24px; } +#main h2 { + font-size: 21px; } +#main h3 { + font-size: 18px; + color: #333; } + +#main .page .gform_wrapper ul.gfield_checkbox li, +#main .page .gform_wrapper ul.gfield_radio li { + padding: 2px !important; } diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..6330262 --- /dev/null +++ b/functions.php @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + +'; +} + +?> \ No newline at end of file diff --git a/icon.psd b/icon.psd new file mode 100644 index 0000000000000000000000000000000000000000..502103a40487e53f9f935def14c94a85bbbcc164 GIT binary patch literal 187017 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%0Ao&7l`++>^i@?GZgcWiy??4Z?U;J{ZBrzM_uVs< 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 literal 0 HcmV?d00001 diff --git a/img/114.png b/img/114.png new file mode 100644 index 0000000000000000000000000000000000000000..efa0e2db4852e539c8cc8d86691d6d5c187f3514 GIT binary patch literal 4412 zcmaJ_c{tSF-$o+}MMaTijD!j^cFH~@Vr0(}88c%kW~MP1OG1*Y6Gd5)UG_Z;+1En0 zL_|_4%P?af!^`t~dVcR8@AIDP`hL&(oa?^t&-&MSY+`(s>!`p{CMG5>1AVC3{*FKR z*bnXhYYur`-{1HNFl&N2)|udgz@wS8QCKH5(7*%Xf;K}VP`-D&(N~z54vD#0SQD(_ zMruf`hYaEXBSZAS?X#Jfu4oc*2;?0!0qBHwal@#CDC9;E&<&*yx}gXM!*RN3S2uk> zJlfpP*aGQy2dRnzX=(tk5Y_etJkSILkm%u#@l+$KgZ|Q0+dm&%%YuM^K?rx$LH`NL z8g2sA#p2OGMHxkDBv=jtR92ONC@QEzAeVr0V2Hdd1S~73Dh+|CDJZK!lz@LP(7rc3 z%2~|}s`t0AeM=qWN+96WWMzGPd}Ms&Ww3Y`S%|8tsw`MeR!&ZOA0h4OiyX4Ghl~0z7xJ&%gIVyv?R$oz@owH|lpY@I0sJdx zHMf6_MFsY+dVh0K{~C*m-oJ8X_k)o== z8Jpi}!&C1D&?~R4M#OJzEio3C-qnBJV{EQx7VQ3h#~6G{^$mR)LMAt>?b24);*-~C zTf5(z7#~yi)_?ER+3qwr(N-r5Ag@Q6mpy9C4Dmb1DszvH+8 ztp<~0c?RiSO6J!o1g3fp3#GKG2L7yqQO=X3-a;E!s!?L&jYPoxxYg%h0OgC9ND^kj zZbRk~Q)K}m(nUcUtg5_{x>EBN7aeM+yK|ZH_Pj_OR*vE{%L2sohP9aqbwQCNupHVn z;>prPcp@=vIAkaa|0wt5ioAyWhto3Vq@oQp>4wsoy4A*@4}DaVt(Hv|efW#g)wfYl z_{UT3O6sQviKge*{T;4Nba1eY-y#a5J{zl|*F9w$6}X=Y-aCd$<~6pjm(jH!1Aexc zC&_R}50&&raCATYo{!d_JPTwovg@h-0Lscuq1MCJDP`L7y9q$W@5AD0a_2qY36-=8 zO1B1A^8rgPg>L$!c6NTc2vK}}UHG)J=9Ws<{qxUGWfG4xlNO^#5e}bnq71WX$yY^v z93$J9l-VOoOX7#n3${5tr+)bXsGR3-*Zw@rJnB@@36F7)daud6)esMZ`1$|hk%Akv zTo6M^=!vaPXk|VUa_6mn^M<2VHkPSRmd`awullW~v!M{m{KJYKb3H0u%zmSii*Ih8 z5B8xpM+*7nH4H2u?NOs~g+y?<%-5@Cx(G zRxb!vg&$>@HI;%&7L5T?Mj!8e>(4%+Gvu0XzRc3dHSTuQ&6ridD&KJ2j#D?``0W^C zjA-gkFDN8cWO%F;5Ovr8i&X8Tf(73t)G5qE zfF$N^yMEO82B0fF6AD6{0aO>hnSHeI1GjFxeXCP-KU1CNdptEmd@bd?4Z?(%Q`Eae zF{YgBnMN=@wJY4x?UXAUN z=}L*mDHA(4gJEiD^45wjWwJ;^a`{omoUq~aEL4{o@rib%;%fT zfE0!t$vDx@?a;61!pt13QhkmGDbl`~;eFv`+*@U#O)NQ)%6QuOeXU3I@zt2ayy2q= zxt%5ty^z+b{-9W=aDDu(4ii83I0@J(q-jw_&vMN3(WU8asr(B$9048R+zS_oD*T-f zu6-yu62QB2*;u$+127Ql!EsoD4;#xYO5ind{F)LKs^d^{nM=?@q$p6~EAn|>#63Sg zfWhdj5@TLi88^|>aP!(L<0Kf2s{R|5F)#g^v@v;#XaeDyP#A3xg?PXc#oru)AcVNG%&?ID08eu1v z?Ed`R%82N|lduPyJ>BE?-cWv>Hw_2I`gNVB~l*}KQE zR${nvX;KRR#otU*<4)mJS z&H!kA7Blk-n*32icseLw7IkA!_xi83r$RWRfYk0FkzDU<6njm$r@2z}QR>m^ZrjT@ zyi?jbnXSDSDWXeuEZpt4ouWBusEK>SliAs25s=h3A@)Ozx18Uq=o#c(vPKw-=!p$R z>DgKhJ&G6YoJ-}2(-*qrU2mDb>o1<+2?(d-;=JyL>CXb%dU{m&1vR$?x9H27K;Y$b z`dL8eduZOheo+(ciQeVnZBOO4MYE^|9e?4j-)1_uhsVY?`8zvZw#ZBR;xZI1Zq^5z z2xagqKy4^!Av~f&&|7a-h&yea`v#jy@G7_S$Z1Lo5%;iB6+{sata*nKE_#ojs!|v< zrF}W8s7Ud99VlvbhT>MGWxQAb^a{0PwDYD+%r4$$7qGDW%HAbu=Ex$HI6QJ)vUS;a zpr)@)aO4Ruf~I*yl^`;4YSYofaxM9o30Y{kj$I*ln-QA&n59DCUX=Y|H&g8;?!?<& z@%qc5K3T2P`S}{%BQtS^vB62ukxTH+Jjs4>Ov#%h!{YFrAyPqeo3dyspmnro>Qd$$ zz6itiy~1jY#i%V$qdDiP^0;8RLz%9M)P-Sg!5hw$VwMo^9@OD;vv}qQ*7zgi0WJ{T% zSB~l*m+rX?Ho=E)X)flhl6yl?wlLPwM>Xj>uOB@AUG%&@fd_iIq*6Mv>x(ERH_K>k zsJKMML!CD$arvTHR(>yeC0t+EtSY~KF2l^7TT%{AX}?`t+i#evBzi@>=z$S`vv?XL zjB>YjkANtjsT$mJsx)`Lrgux)&sg5CIX>z#Dd{7;eAY6!&`SGix&KRlFrT?MEmG^+ zi#@2+00MUXgy`q@q#U;hzLEuXU(kcZQC1+g4O)bpU72l1DYELtM7W*4{5DCyN(Ty& zNP$CJMDj^IswlP~i?+6Nj=rk>dUr^#dQN6$vB_-YiKJ{)W4lCZ@osu z$Dd=(`>Kz7XxHhR#vF27A z*kd`iPZIY2%pbscIhaKU4O5mMulZPoRckFp{d-DppV@8Jnz=gBGljBJOn5TjCs3(H ztpvTbctf$TI7!A6ln{~4}(0c6q2q{`}o0ZHVI>jt$iI)T)j z4ieW@xUPzDU><$AwyN#4&l!7H71c?aTp1}~ILrT|)?&E(D_iD-t5;lA#PIUv15l4w zAAf(sfq4`Z1pK7S*v-zkZOWxbjS43o+3NcA!PNsS_?`34lfyLr5Bxy)c*K3p>_iTO z*{f;tEI&A82XXeA`okH6j#kn-fD!H8k!@06LZ7qD z*_5Rb5iRX*31wh}BzbaVkogpIS{32_`tTF*+=IE=k1=D8_J)rhgIC(pacm(%QsZ-n#C7$T$Td;wdzP`6+}X?G z{HCf-8Q*+6<~#cR>@J!{sds8Kh_vV*e7$5DX^~PXqqH3}?=(@7IMY+&5b-T^q>)N5 z-o5*bwR1R=BgPzCH!T@jUD@G#SE+6~kzQKU@#6lxqVa%y7TPkov{0?c)~f35R(XE7 zZDU;W%nf|eOQ|7GrQlm{h=ug_$WE*mBW#CjtC4jpmgx}F-G|eFu>sQV!Fz@Q%otj% H;~4TkvF#a>K|s12ky2?v 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 Dw4S_- literal 0 HcmV?d00001 diff --git a/img/57.png b/img/57.png new file mode 100644 index 0000000000000000000000000000000000000000..a781ab98b81681794908a5627bda43a7958e6df0 GIT binary patch literal 2438 zcmaJ@c|6qX9-au*rK1jAoR%?dB(oXIOsLFQCZ=r3DWx$pGKX2r41>cShI69i- zM|KEfkle!dyA#6v2}mMnw>8i*1SJ=skXU$N2ql2ZM1@#^zUiXmXT>!H1pEeJ`CEbh z4$2ef3`ElyB%mqS)R+K;!+_>UFw7Kzgu!+K;ZT?f1O|n`k;X6>3So|dnE}5qklY)C z=!~~MhBwN zKm#0}K&C2e!*2u}4uz#MS$HaegvD5a<|Ep&;Cp%H>8Br0o(OO$g>VQ38042k$DS1}6|y4*8{#2^Qgh;|Gb1^6vz6#3_| znEh1mJD2zmv3$?N{HI)qJQ#?gv;WiSr7QXPD2_koR&M;5d=gbY?hN@{2aylM0Dxs@ zoSoclt8%!Ko*c=`FbU_JWMo|Y_O1A_Lvz*p=S?os!Sb%=p{a4c=&pfODiNe+k5Bw3 z%EoZK2j7j0tBy|lGNrRaQ(okn=U8zKLG*B!FY-z> zA)g6B5Qat(%Lm8m>-;9_$-qS+%MF=aQvBUwnLbzT~{^O z^ok)W+A9(X#NwH{f{yOWH!_(_y{91`09a1JV)nX+^l+|?diOZ!oY_2}rF?derU#Oz zxz~A*7f(~=Y?rdun(12}dFvjX?EhLhSzD8mx+OX8ZI|TDA~cmlyUF34jERI$I=a!@ zl!H+t!Kw#?(O*m&iMPJ+dy#$AhCi%uVHV=+@mx0h!2?^bj3+wH*9@SD}IZ z)H{Gm>pc~{-myaYc|vLKzAL}jUyh+35E!}?_)pe^Cin6!QZ{$&sr|)ruc|BGPa^>r zud&s9d-H39dnk%JzxWnmV1Wai8Y|M_Nrs3}!MERCPtqSA><`=bx7p^c8 zE2VZUhUF*J&2(iQ=Skky8;NuRGLpYaAVmO0%$ z7Y&DiMd+g|5huj@{Kgl^eruf|qvDL6Ld}-euF6~BgKO*cI;oYe&*rPsyt`r=Hb{ib z8^7!Hc`s<9k80r=SI1YxImDO;d+8w-=H}Ztxd!^hQdIE{^@7u;la!}*n<|C}0VRZ? z>~4|rP3HsJ&q}t$o89ZU6QF^pZioEq3(j}?lwOPa@mEG)h{VN+_K|yI2%fK=wnp`i za<4zIMhLj&!f5Z+P_>Ik^!+j^!(7aAqwGe>{oEUjyG2H7qs{6FFSlK=D2(bvNQ$_r zYmDn1QFd)uaDp<<&a1sWRBwFad_#2ZEo=wwa=X^pE;7^$4jTRQls&Bl-MDTo_-pqt zOm{wRordSKWtmao1%%>|peW6)cd zlRgrgH4~V`FP$<8SS!?RNL1Mx?s21yT(rN7qjKkZxP$# z_E+Jm-Fw^Xiq&{e@LRmQ)fvT(@1pPEVB2{VN)dIKMgp zTj!rpjyxPJKVRZneYqaX&c)Z4QrWv3^d0v#2j(4Fd%;FC)AsndKIeK7dn+VQc@4+# zrM^*Mz-?_>Rpmvbo$9ZVEQj@BKxISZ9IjSke=Kh(VUtfy*be*Tv*97t=R3!%5%GN0 z6x*z}mn&OS*6R&%%_9=xvcj*LuU_6x)!Pn!t)t#z6z8FZ+ry2lyItYLjkgpHtntgd zpwX1MY3nhye!b+9?wHR3RX*ATj&<|9$vhb?V=A(Try_VWq8D#17FR-qhC!QhO-uOy x?nuk7xvMsIBxlTR{Qb3#4)4j@=MhTkfbv5I6NNczo+@5OSlj)W0-NKJe*rLna|r+d literal 0 HcmV?d00001 diff --git a/img/72.png b/img/72.png new file mode 100644 index 0000000000000000000000000000000000000000..598ac93d1efa6398576ca1d0b44de768571e7561 GIT binary patch literal 2857 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 PKdUrhx~fGgcSHXN$cYg2 literal 0 HcmV?d00001 diff --git a/img/alt/57.png b/img/alt/57.png new file mode 100644 index 0000000000000000000000000000000000000000..d9013ca0cffed8aaac9ad52302dec0294b6661ab GIT binary patch literal 2585 zcmaJ@X;_l!8m95om>p*v%eKiPv}{vER0fnX1r>M688NLy_*6oc00Y#Vvh=uXrj=Kk zmJ4Z``&K0F0v%-2gm5B=au_0euii zMulQW;1Db=P$ULTgSd{-;L(^;HVCADg2yD1r~n7-0=QA=XvjoqIRs20qapS>mYSAK zBfycs+1d0E+!yr?838FJz{Sf7WI3eW%!5zM1`(Ag*+8uD2eCEc$dLm}YL5Dpa$ z`MW5Br487K!2-ZK8anDEO)VH0fz*KMXd_{;V_+>!7#s@IglZwxVK9_70tM3re|aF% zY%H=X3Xd`Vl1mz)A?_Rw69t8Gxm*n{T!X=KgTjzVBvexis->kaMX0m+bPkcHPG_rp zRlopj5{ts*P#ARZx+2kq;mJWmq?P`C1se04ES>$OP11%zc|;}@rlGlhrLRCs%l{9h z(Y~SC96az(z5i2~ZO3N+!MUoer(&XvSOAg3VA(Mk9$&j?)*5A<{_z4ughBB{V1$GD;hR(Low%>L6e+O&AQTV+e;! zTZMrCCT;p}hFHz7TnvNcNdxGduUzs!T;1<-*S$bvN;6{s7Ud#9HfAws;LmqPQNCXb z{JVNzxa9BGqWxViR9XyleX{>G>90pp`>b!j`BoZyb3Q85?%3#XmV`6IIYpgC4IFR zKRP%y7kf|K8oRnY-BQ~x5#sVw>ej^K>6uP(cX}vqcy4BC?c<9;YVPv$n#Gdmi;JVH zkI#*d&IVn`yBA(nUWHjqNq>^l^7?skZ8KF|>o+t~ByJ2{8*5o32ObYkei14THa%M6HPz^8~}$aYD($ zr=bty@B0!LG7IPD2hs#W|EqaTZC+0*kTZV4&oWx7AHS8%_SIGPG}iRqh%Buv>`1%S z!6CdDs=qke{9f4Lys|7_TUwm)4Vjr-Sj{#NP1di}HY_c!eCQW6lyy_>@2;+hOUkuh z$GW*V$4jQGOMg&mUU zu&R;e?H~n3@CahGP9Ol79b@ngJlce zPfBf=&Bm9|rf=l!XpijN*RVE;DgPBc zf6h9i#;07AXSY-?9GNgtH&4PD${K8 z?^FJx^RLXdKsWTDf;*RE_CC&0rR05mY0B5>tg3w>6}NeyI12i>QY(c-%GpUQ{#Q(Moi9Vvz-5ac#N5lM;d5MALJVOVd!;oUw6W)m)r(Rx5h z0CztspdT=3ap`<^U8%h5W|eKvee;7){>7)2je6eX^TFmRkLn2v2lV4(-@M#E7KSO) zi&ownzUO2xt9uMQQ}FBiqolJrek#bYP4eJke9r-O%^7G?8hwLF>Uf^9}PkBEAz z`!?x_)X265ShbyjQT_pk@-3sgWaA*emo3C{SZeu=7gzJ;F@7Yo zHS~bf2yVBCoUE>rX<;7Skl;7s-9FFyH(i{sHwPNLQ%Q586QT_KK$gxg9v5SHbp!Y@#c|H0L8b+X&_UhuhOsn z-ob2P*E0<*h+*CKD2>A^UhM`q$A@khSIfi@9JSBqZ)Ra4f(v$^eRQL&N ze@Mq^*s;Q-UmSL*dstL8DW9N;E6lxH%8qUDBuq7Rm;h<%33>KS)RH@E)Z>W^v-f2Z jPsuKc^-u4-H*5lV)hs>@KWve_{%R6aWB# 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 UInY5j!SbK7HO3B|hx#q-zy1zrk^lez literal 0 HcmV?d00001 diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2908564 --- /dev/null +++ b/manifest.json @@ -0,0 +1,44 @@ +{ + "name": "Web Application Manifest Sample", + "icons": [ + { + "src": "launcher-icon-0-75x.png", + "sizes": "36x36", + "type": "image/png", + "density": 0.75 + }, + { + "src": "launcher-icon-1x.png", + "sizes": "48x48", + "type": "image/png", + "density": 1.0 + }, + { + "src": "launcher-icon-1-5x.png", + "sizes": "72x72", + "type": "image/png", + "density": 1.5 + }, + { + "src": "launcher-icon-2x.png", + "sizes": "96x96", + "type": "image/png", + "density": 2.0 + }, + { + "src": "launcher-icon-3x.png", + "sizes": "144x144", + "type": "image/png", + "density": 3.0 + }, + { + "src": "launcher-icon-4x.png", + "sizes": "192x192", + "type": "image/png", + "density": 4.0 + } + ], + "start_url": "index.html", + "display": "standalone", + "orientation": "landscape" +} \ No newline at end of file diff --git a/min/sistertalk-min.js b/min/sistertalk-min.js new file mode 100644 index 0000000..a23d58b --- /dev/null +++ b/min/sistertalk-min.js @@ -0,0 +1 @@ +jQuery(document).ready(function($){function o(o,t){console.log("writing to local..."+o);var l=JSON.stringify(t);console.log("string to local: "+l),localStorage.setItem(o,l)}function t(o){console.log("getting item from local..."+o);var t=localStorage.getItem(o);return console.log("string from local: "+JSON.parse(t)),JSON.parse(t)}var l=t(l);console.log("xxx".text),$("#gform_submit_button_1").click(function(t){t.preventDefault();var l=$("#input_1_1").val();console.log(l),o("text",l)})}); \ No newline at end of file diff --git a/scss/sistertalk.scss b/scss/sistertalk.scss new file mode 100644 index 0000000..0a53059 --- /dev/null +++ b/scss/sistertalk.scss @@ -0,0 +1,108 @@ +/* Scss Document */ + +$uc-font-path: "../../../global/fonts"; +$icon-font-path: "../../../global/bootstrap-3.3.4/fonts/bootstrap/"; + +$sis-purple: #6d5093; +$sis-orange: #efaa49; +$sis-pink: #e37481; +$sis-green: #b3bb38; +$sis-blue: #2d2566; +$sis-grey: #939598; + + + +@import "../../hale2015/scss/hale2015-purple.scss"; + + +#uc-header { + display:none; +} + +#content { + padding-top:20px; +} + +#main { + border-radius: 0; + padding:0; + + .entry-header { + padding:1.5em 4em 1em; + } + .entry-title { + text-transform:uppercase; + color: #fff; + font-family: "PT Sans", sans-serif; + font-weight: bold; + letter-spacing: 1px; + margin: 0; + font-size:32px; + } + .entry-content { + padding:.5em 4em; + } +} + +hr { + clear:both; +} +.subpage .widget.widget_black-studio-tinymce ul.gform_fields { + padding-left:0; +} + +#gform_3 li.gfield { + float:left; + width:50%; + clear:none; +} + + + +@media screen and (max-width: 480px) { + + #content { + padding-top:0; + } + + #main .entry-content { + padding:1em; + } + #main .entry-header { + padding:1.5em; + } + #page-page > .row > div { + padding:0; + } +} + +// Per color scheme. +#main { + .entry-header { + background-color: $sis-purple; + } + h1, h2, h3 { + color: $sis-purple; + text-transform:uppercase; + font-family:"PT Sans", sans-serif; + font-weight:bold; + letter-spacing:1px; + } + h1 { + font-size:24px; + } + h2 { + font-size:21px; + } + h3 { + font-size:18px; + color:#333; + } +} + +#main .page { + .gform_wrapper ul.gfield_checkbox li, + .gform_wrapper ul.gfield_radio li{ + padding:2px!important; + } +} \ No newline at end of file diff --git a/sistertalk.js b/sistertalk.js new file mode 100644 index 0000000..98775c6 --- /dev/null +++ b/sistertalk.js @@ -0,0 +1,105 @@ +jQuery(document).ready(function($) { + + // Utility Functions + function writeToLocal(localName, value){ + console.log('writing to local...'+localName); + var string = JSON.stringify(value); + console.log('string to local: '+string); + localStorage.setItem(localName, string) + } + function readFromLocal(localName){ + console.log('getting item from local...'+localName); + var string = localStorage.getItem(localName); + console.log('string from local: '+JSON.parse(string)); + return JSON.parse(string); + } + + // Sistertalk Functions + function saveAnswersToLocal(){ + $('.gform_wrapper input').each(function(index, element) { + var id = $(this).attr('id'); + if (this.type == 'radio' || this.type == 'checkbox'){ + var value = this.checked; + writeToLocal(id, value); + } else if (this.type == 'text'){ + var value = this.value; + writeToLocal(id, value); + } + }); + $('.gform_wrapper textarea').each(function(index, element) { + var id = $(this).attr('id'); + writeToLocal(id, this.value); + }); + } + function loadAnswersFromLocal(){ + $('.gform_wrapper input').each(function(index, element) { + var id = $(this).attr('id'); + if (this.type == 'radio' || this.type == 'checkbox'){ + this.checked = readFromLocal(id); + } else if (this.type == 'text'){ + this.value = readFromLocal(id); + } + }); + $('.gform_wrapper textarea').each(function(index, element) { + var id = $(this).attr('id'); + this.value = readFromLocal(id); + }); + } + + + // Go... + + //loadAnswersFromLocal(); + + $('.gform_save_link').text('Save').addClass('btn btn-primary'); + $('.gform_button').attr('value','Save').addClass('btn btn-primary').hide(); + + $('.gform_button').click(function(e){ + e.preventDefault(); + saveAnswersToLocal(); + }); + + + + + + + + // on submit... + + // for each input... + + //type = text or text area + + // type = checkbox + + // type = radio + + + + + + + + /* + * + * debugging only + * + */ + function insertClearButton(){ + var button = $(''); + button.attr('href', '#') + button.attr('id', 'clear'); + button.attr('class', 'btn btn-xs btn-warning'); + button.html('Erase All Workbook Answers'); + button.click(function(e){ + e.preventDefault(); + console.log('clearing localStorage...'); + localStorage.clear(); + window.location.reload(); + }); + $('#uc-footer-links').append(button); + } + //insertClearButton(); + /**/ +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..6bab44a --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +/* +Theme Name: Sistertalk +Author: Andrew Bacon, UConn Web Development Lab +Description: Theme for Sistertalk +Version: 1 +Template: cornerstone +*/ \ No newline at end of file