From abe522c6f93eba1550b394547a643f19beb36afc Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Wed, 18 Oct 2017 12:30:05 -0400 Subject: [PATCH] Updating for SSL - Changing link for google font --- css/ece.css | 5617 ++++++++++++++++++++++++++++++++++++---------- prepros.cfg | 512 +++++ sass/_fonts.scss | 2 +- 3 files changed, 4989 insertions(+), 1142 deletions(-) create mode 100644 prepros.cfg diff --git a/css/ece.css b/css/ece.css index 9765fff..74dfdb7 100644 --- a/css/ece.css +++ b/css/ece.css @@ -1,10 +1,11 @@ +@charset "UTF-8"; /* ----------- _variables.scss ----------- */ /* Theme Colors */ /* ----------- _buttons.scss ----------- */ /* Gradient Start */ /* Gradient End */ /* ----------- _fonts.scss ----------- */ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic); +@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic"); @font-face { font-family: 'bebas_neue_regularregular'; src: url("../fonts/bebas-neue/bebasneue_regular-webfont.eot"); @@ -12,6 +13,7 @@ font-weight: normal; font-style: normal; } + @font-face { font-family: 'bebas_neuelight'; src: url("../fonts/bebas-neue/bebasneue_light-webfont.eot"); @@ -19,6 +21,7 @@ font-weight: normal; font-style: normal; } + @font-face { font-family: 'bebas_neuebook'; src: url("../fonts/bebas-neue/bebasneue_book-webfont.eot"); @@ -26,6 +29,7 @@ font-weight: normal; font-style: normal; } + @font-face { font-family: 'bebas_neuebold'; src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot"); @@ -33,77 +37,83 @@ font-weight: normal; font-style: normal; } + /* ---------- Gradient ---------- */ a.btn-purple { - background: #9944a9; - background: -moz-linear-gradient(top, #9944a9 0%, #893d97 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9944a9), color-stop(100%, #893d97)); - background: -webkit-linear-gradient(top, #9944a9 0%, #893d97 100%); - background: -o-linear-gradient(top, #9944a9 0%, #893d97 100%); - background: -ms-linear-gradient(top, #9944a9 0%, #893d97 100%); - background: linear-gradient(to bottom, #9944a9 0%, #893d97 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9944a9', endColorstr='#893d97',GradientType=0 ); + background: #9944A9; + background: -moz-linear-gradient(top, #9944A9 0%, #893d97 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9944A9), color-stop(100%, #893d97)); + background: -webkit-linear-gradient(top, #9944A9 0%, #893d97 100%); + background: -o-linear-gradient(top, #9944A9 0%, #893d97 100%); + background: -ms-linear-gradient(top, #9944A9 0%, #893d97 100%); + background: linear-gradient(to bottom, #9944A9 0%, #893d97 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9944A9', endColorstr='#893d97',GradientType=0 ); } + a.btn-purple:hover { color: white !important; background: #753481 !important; } a.btn-teal { - background: #00a8b1; - background: -moz-linear-gradient(top, #00a8b1 0%, #009098 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a8b1), color-stop(100%, #009098)); - background: -webkit-linear-gradient(top, #00a8b1 0%, #009098 100%); - background: -o-linear-gradient(top, #00a8b1 0%, #009098 100%); - background: -ms-linear-gradient(top, #00a8b1 0%, #009098 100%); - background: linear-gradient(to bottom, #00a8b1 0%, #009098 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8b1', endColorstr='#009098',GradientType=0 ); + background: #00A8B1; + background: -moz-linear-gradient(top, #00A8B1 0%, #009098 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00A8B1), color-stop(100%, #009098)); + background: -webkit-linear-gradient(top, #00A8B1 0%, #009098 100%); + background: -o-linear-gradient(top, #00A8B1 0%, #009098 100%); + background: -ms-linear-gradient(top, #00A8B1 0%, #009098 100%); + background: linear-gradient(to bottom, #00A8B1 0%, #009098 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A8B1', endColorstr='#009098',GradientType=0 ); } + a.btn-teal:hover { color: white !important; background: #007379 !important; } a.btn-orange { - background: #f78a11; - background: -moz-linear-gradient(top, #f78a11 0%, #e77d08 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f78a11), color-stop(100%, #e77d08)); - background: -webkit-linear-gradient(top, #f78a11 0%, #e77d08 100%); - background: -o-linear-gradient(top, #f78a11 0%, #e77d08 100%); - background: -ms-linear-gradient(top, #f78a11 0%, #e77d08 100%); - background: linear-gradient(to bottom, #f78a11 0%, #e77d08 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78a11', endColorstr='#e77d08',GradientType=0 ); + background: #F78A11; + background: -moz-linear-gradient(top, #F78A11 0%, #e77d08 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F78A11), color-stop(100%, #e77d08)); + background: -webkit-linear-gradient(top, #F78A11 0%, #e77d08 100%); + background: -o-linear-gradient(top, #F78A11 0%, #e77d08 100%); + background: -ms-linear-gradient(top, #F78A11 0%, #e77d08 100%); + background: linear-gradient(to bottom, #F78A11 0%, #e77d08 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F78A11', endColorstr='#e77d08',GradientType=0 ); } + a.btn-orange:hover { color: white !important; background: #c96d07 !important; } a.btn-red { - background: #c5112e; - background: -moz-linear-gradient(top, #c5112e 0%, #ae0f29 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5112e), color-stop(100%, #ae0f29)); - background: -webkit-linear-gradient(top, #c5112e 0%, #ae0f29 100%); - background: -o-linear-gradient(top, #c5112e 0%, #ae0f29 100%); - background: -ms-linear-gradient(top, #c5112e 0%, #ae0f29 100%); - background: linear-gradient(to bottom, #c5112e 0%, #ae0f29 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5112e', endColorstr='#ae0f29',GradientType=0 ); + background: #C5112E; + background: -moz-linear-gradient(top, #C5112E 0%, #ae0f29 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5112E), color-stop(100%, #ae0f29)); + background: -webkit-linear-gradient(top, #C5112E 0%, #ae0f29 100%); + background: -o-linear-gradient(top, #C5112E 0%, #ae0f29 100%); + background: -ms-linear-gradient(top, #C5112E 0%, #ae0f29 100%); + background: linear-gradient(to bottom, #C5112E 0%, #ae0f29 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5112E', endColorstr='#ae0f29',GradientType=0 ); } + a.btn-red:hover { color: white !important; background: #910d22 !important; } a.btn-red { - background: #41b23c; - background: -moz-linear-gradient(top, #41b23c 0%, #3a9f36 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41b23c), color-stop(100%, #3a9f36)); - background: -webkit-linear-gradient(top, #41b23c 0%, #3a9f36 100%); - background: -o-linear-gradient(top, #41b23c 0%, #3a9f36 100%); - background: -ms-linear-gradient(top, #41b23c 0%, #3a9f36 100%); - background: linear-gradient(to bottom, #41b23c 0%, #3a9f36 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b23c', endColorstr='#3a9f36',GradientType=0 ); + background: #41B23C; + background: -moz-linear-gradient(top, #41B23C 0%, #3a9f36 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41B23C), color-stop(100%, #3a9f36)); + background: -webkit-linear-gradient(top, #41B23C 0%, #3a9f36 100%); + background: -o-linear-gradient(top, #41B23C 0%, #3a9f36 100%); + background: -ms-linear-gradient(top, #41B23C 0%, #3a9f36 100%); + background: linear-gradient(to bottom, #41B23C 0%, #3a9f36 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41B23C', endColorstr='#3a9f36',GradientType=0 ); } + a.btn-red:hover { color: white !important; background: #32882e !important; @@ -113,10 +123,10 @@ a.btn-red:hover { Theme Name: Cornerstone Author: UConn Web Development Lab Description: Parent theme for University of Connecticut -Version: 1 +Version: 4 Text Domain: cs */ -/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; @@ -136,6 +146,7 @@ footer, header, hgroup, main, +menu, nav, section, summary { @@ -161,7 +172,7 @@ template { } a { - background: transparent; + background-color: transparent; } a:active, @@ -336,99 +347,87 @@ th { padding: 0; } +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { - * { - text-shadow: none !important; - color: #000 !important; + *, + *: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^="javascript:"]:after, - a[href^="#"]:after { + 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; } - - .table td, - .table th { - background-color: #fff !important; - } - .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } - .label { border: 1px solid #000; } - .table { border-collapse: collapse !important; } - + .table 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-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); - src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); + 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; @@ -449,7 +448,8 @@ th { content: "\2b"; } -.glyphicon-euro:before { +.glyphicon-euro:before, +.glyphicon-eur:before { content: "\20ac"; } @@ -1241,6 +1241,254 @@ th { 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; @@ -1264,7 +1512,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: white; + background-color: #fff; } input, @@ -1277,13 +1525,15 @@ textarea { } a { - color: #428bca; + color: #337ab7; text-decoration: none; } + a:hover, a:focus { - color: #2a6496; + color: #23527c; text-decoration: underline; } + a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; @@ -1300,7 +1550,6 @@ img { .img-responsive { display: block; - width: 100% \9; max-width: 100%; height: auto; } @@ -1312,14 +1561,13 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 4px; -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; - width: 100% \9; max-width: 100%; height: auto; } @@ -1355,6 +1603,10 @@ hr { clip: auto; } +[role="button"] { + cursor: pointer; +} + h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; @@ -1362,6 +1614,7 @@ h1, h2, h3, h4, h5, h6, line-height: 1.1; color: inherit; } + h1 small, h1 .small, h2 small, h2 .small, h3 small, @@ -1387,6 +1640,7 @@ h3, .h3 { margin-top: 20px; margin-bottom: 10px; } + h1 small, h1 .small, .h1 small, .h1 .small, @@ -1405,6 +1659,7 @@ h6, .h6 { margin-top: 10px; margin-bottom: 10px; } + h4 small, h4 .small, .h4 small, .h4 .small, @@ -1451,6 +1706,7 @@ p { font-weight: 300; line-height: 1.4; } + @media (min-width: 768px) { .lead { font-size: 21px; @@ -1462,10 +1718,6 @@ small, font-size: 85%; } -cite { - font-style: normal; -} - mark, .mark { background-color: #fcf8e3; @@ -1496,7 +1748,7 @@ mark, text-transform: lowercase; } -.text-uppercase { +.text-uppercase, .initialism { text-transform: uppercase; } @@ -1509,11 +1761,11 @@ mark, } .text-primary { - color: #428bca; + color: #337ab7; } a.text-primary:hover { - color: #3071a9; + color: #286090; } .text-success { @@ -1553,11 +1805,11 @@ a.text-danger:hover { } .bg-primary { - background-color: #428bca; + background-color: #337ab7; } a.bg-primary:hover { - background-color: #3071a9; + background-color: #286090; } .bg-success { @@ -1603,6 +1855,7 @@ ol { margin-top: 0; margin-bottom: 10px; } + ul ul, ul ol, ol ul, @@ -1610,14 +1863,17 @@ ol ol { margin-bottom: 0; } -.list-unstyled, .list-inline { +.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; @@ -1646,9 +1902,11 @@ dd { content: " "; display: table; } + .dl-horizontal dd:after { clear: both; } + @media (min-width: 768px) { .dl-horizontal dt { float: left; @@ -1672,7 +1930,6 @@ abbr[data-original-title] { .initialism { font-size: 90%; - text-transform: uppercase; } blockquote { @@ -1681,11 +1938,13 @@ blockquote { 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 { @@ -1694,6 +1953,7 @@ blockquote .small { line-height: 1.42857; color: #777777; } + blockquote footer:before, blockquote small:before, blockquote .small:before { @@ -1708,6 +1968,7 @@ blockquote.pull-right { border-left: 0; text-align: right; } + .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, @@ -1716,6 +1977,7 @@ blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } + .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, @@ -1725,11 +1987,6 @@ blockquote.pull-right .small:after { content: '\00A0 \2014'; } -blockquote:before, -blockquote:after { - content: ""; -} - address { margin-bottom: 20px; font-style: normal; @@ -1754,14 +2011,16 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: white; - background-color: #333333; + 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; } @@ -1774,10 +2033,11 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: whitesmoke; - border: 1px solid #cccccc; + background-color: #f5f5f5; + border: 1px solid #ccc; border-radius: 4px; } + pre code { padding: 0; font-size: inherit; @@ -1798,23 +2058,28 @@ pre code { 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; @@ -1827,10 +2092,12 @@ pre code { padding-left: 15px; padding-right: 15px; } + .container-fluid:before, .container-fluid:after { content: " "; display: table; } + .container-fluid:after { clear: both; } @@ -1839,10 +2106,12 @@ pre code { margin-left: -15px; margin-right: -15px; } + .row:before, .row:after { content: " "; display: table; } + .row:after { clear: both; } @@ -2066,633 +2335,490 @@ pre code { .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.33333%; } - .col-sm-2 { width: 16.66667%; } - .col-sm-3 { width: 25%; } - .col-sm-4 { width: 33.33333%; } - .col-sm-5 { width: 41.66667%; } - .col-sm-6 { width: 50%; } - .col-sm-7 { width: 58.33333%; } - .col-sm-8 { width: 66.66667%; } - .col-sm-9 { width: 75%; } - .col-sm-10 { width: 83.33333%; } - .col-sm-11 { width: 91.66667%; } - .col-sm-12 { width: 100%; } - .col-sm-pull-0 { right: auto; } - .col-sm-pull-1 { right: 8.33333%; } - .col-sm-pull-2 { right: 16.66667%; } - .col-sm-pull-3 { right: 25%; } - .col-sm-pull-4 { right: 33.33333%; } - .col-sm-pull-5 { right: 41.66667%; } - .col-sm-pull-6 { right: 50%; } - .col-sm-pull-7 { right: 58.33333%; } - .col-sm-pull-8 { right: 66.66667%; } - .col-sm-pull-9 { right: 75%; } - .col-sm-pull-10 { right: 83.33333%; } - .col-sm-pull-11 { right: 91.66667%; } - .col-sm-pull-12 { right: 100%; } - .col-sm-push-0 { left: auto; } - .col-sm-push-1 { left: 8.33333%; } - .col-sm-push-2 { left: 16.66667%; } - .col-sm-push-3 { left: 25%; } - .col-sm-push-4 { left: 33.33333%; } - .col-sm-push-5 { left: 41.66667%; } - .col-sm-push-6 { left: 50%; } - .col-sm-push-7 { left: 58.33333%; } - .col-sm-push-8 { left: 66.66667%; } - .col-sm-push-9 { left: 75%; } - .col-sm-push-10 { left: 83.33333%; } - .col-sm-push-11 { left: 91.66667%; } - .col-sm-push-12 { left: 100%; } - .col-sm-offset-0 { margin-left: 0%; } - .col-sm-offset-1 { margin-left: 8.33333%; } - .col-sm-offset-2 { margin-left: 16.66667%; } - .col-sm-offset-3 { margin-left: 25%; } - .col-sm-offset-4 { margin-left: 33.33333%; } - .col-sm-offset-5 { margin-left: 41.66667%; } - .col-sm-offset-6 { margin-left: 50%; } - .col-sm-offset-7 { margin-left: 58.33333%; } - .col-sm-offset-8 { margin-left: 66.66667%; } - .col-sm-offset-9 { margin-left: 75%; } - .col-sm-offset-10 { margin-left: 83.33333%; } - .col-sm-offset-11 { margin-left: 91.66667%; } - .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.33333%; } - .col-md-2 { width: 16.66667%; } - .col-md-3 { width: 25%; } - .col-md-4 { width: 33.33333%; } - .col-md-5 { width: 41.66667%; } - .col-md-6 { width: 50%; } - .col-md-7 { width: 58.33333%; } - .col-md-8 { width: 66.66667%; } - .col-md-9 { width: 75%; } - .col-md-10 { width: 83.33333%; } - .col-md-11 { width: 91.66667%; } - .col-md-12 { width: 100%; } - .col-md-pull-0 { right: auto; } - .col-md-pull-1 { right: 8.33333%; } - .col-md-pull-2 { right: 16.66667%; } - .col-md-pull-3 { right: 25%; } - .col-md-pull-4 { right: 33.33333%; } - .col-md-pull-5 { right: 41.66667%; } - .col-md-pull-6 { right: 50%; } - .col-md-pull-7 { right: 58.33333%; } - .col-md-pull-8 { right: 66.66667%; } - .col-md-pull-9 { right: 75%; } - .col-md-pull-10 { right: 83.33333%; } - .col-md-pull-11 { right: 91.66667%; } - .col-md-pull-12 { right: 100%; } - .col-md-push-0 { left: auto; } - .col-md-push-1 { left: 8.33333%; } - .col-md-push-2 { left: 16.66667%; } - .col-md-push-3 { left: 25%; } - .col-md-push-4 { left: 33.33333%; } - .col-md-push-5 { left: 41.66667%; } - .col-md-push-6 { left: 50%; } - .col-md-push-7 { left: 58.33333%; } - .col-md-push-8 { left: 66.66667%; } - .col-md-push-9 { left: 75%; } - .col-md-push-10 { left: 83.33333%; } - .col-md-push-11 { left: 91.66667%; } - .col-md-push-12 { left: 100%; } - .col-md-offset-0 { margin-left: 0%; } - .col-md-offset-1 { margin-left: 8.33333%; } - .col-md-offset-2 { margin-left: 16.66667%; } - .col-md-offset-3 { margin-left: 25%; } - .col-md-offset-4 { margin-left: 33.33333%; } - .col-md-offset-5 { margin-left: 41.66667%; } - .col-md-offset-6 { margin-left: 50%; } - .col-md-offset-7 { margin-left: 58.33333%; } - .col-md-offset-8 { margin-left: 66.66667%; } - .col-md-offset-9 { margin-left: 75%; } - .col-md-offset-10 { margin-left: 83.33333%; } - .col-md-offset-11 { margin-left: 91.66667%; } - .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.33333%; } - .col-lg-2 { width: 16.66667%; } - .col-lg-3 { width: 25%; } - .col-lg-4 { width: 33.33333%; } - .col-lg-5 { width: 41.66667%; } - .col-lg-6 { width: 50%; } - .col-lg-7 { width: 58.33333%; } - .col-lg-8 { width: 66.66667%; } - .col-lg-9 { width: 75%; } - .col-lg-10 { width: 83.33333%; } - .col-lg-11 { width: 91.66667%; } - .col-lg-12 { width: 100%; } - .col-lg-pull-0 { right: auto; } - .col-lg-pull-1 { right: 8.33333%; } - .col-lg-pull-2 { right: 16.66667%; } - .col-lg-pull-3 { right: 25%; } - .col-lg-pull-4 { right: 33.33333%; } - .col-lg-pull-5 { right: 41.66667%; } - .col-lg-pull-6 { right: 50%; } - .col-lg-pull-7 { right: 58.33333%; } - .col-lg-pull-8 { right: 66.66667%; } - .col-lg-pull-9 { right: 75%; } - .col-lg-pull-10 { right: 83.33333%; } - .col-lg-pull-11 { right: 91.66667%; } - .col-lg-pull-12 { right: 100%; } - .col-lg-push-0 { left: auto; } - .col-lg-push-1 { left: 8.33333%; } - .col-lg-push-2 { left: 16.66667%; } - .col-lg-push-3 { left: 25%; } - .col-lg-push-4 { left: 33.33333%; } - .col-lg-push-5 { left: 41.66667%; } - .col-lg-push-6 { left: 50%; } - .col-lg-push-7 { left: 58.33333%; } - .col-lg-push-8 { left: 66.66667%; } - .col-lg-push-9 { left: 75%; } - .col-lg-push-10 { left: 83.33333%; } - .col-lg-push-11 { left: 91.66667%; } - .col-lg-push-12 { left: 100%; } - .col-lg-offset-0 { margin-left: 0%; } - .col-lg-offset-1 { margin-left: 8.33333%; } - .col-lg-offset-2 { margin-left: 16.66667%; } - .col-lg-offset-3 { margin-left: 25%; } - .col-lg-offset-4 { margin-left: 33.33333%; } - .col-lg-offset-5 { margin-left: 41.66667%; } - .col-lg-offset-6 { margin-left: 50%; } - .col-lg-offset-7 { margin-left: 58.33333%; } - .col-lg-offset-8 { margin-left: 66.66667%; } - .col-lg-offset-9 { margin-left: 75%; } - .col-lg-offset-10 { margin-left: 83.33333%; } - .col-lg-offset-11 { margin-left: 91.66667%; } - .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; } @@ -2702,6 +2828,7 @@ th { max-width: 100%; margin-bottom: 20px; } + .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, @@ -2711,12 +2838,14 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } + .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #dddddd; + 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, @@ -2725,11 +2854,13 @@ th { .table > thead:first-child > tr:first-child > td { border-top: 0; } + .table > tbody + tbody { - border-top: 2px solid #dddddd; + border-top: 2px solid #ddd; } + .table .table { - background-color: white; + background-color: #fff; } .table-condensed > thead > tr > th, @@ -2742,29 +2873,29 @@ th { } .table-bordered { - border: 1px solid #dddddd; + 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 #dddddd; + border: 1px solid #ddd; } + .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.table-striped > tbody > tr:nth-child(odd) > td, -.table-striped > tbody > tr:nth-child(odd) > th { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } -.table-hover > tbody > tr:hover > td, -.table-hover > tbody > tr:hover > th { - background-color: whitesmoke; +.table-hover > tbody > tr:hover { + background-color: #f5f5f5; } table col[class*="col-"] { @@ -2781,7 +2912,9 @@ table th[class*="col-"] { } .table > thead > tr > td.active, -.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, +.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, @@ -2790,16 +2923,21 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: whitesmoke; + 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 { +.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 > 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, @@ -2812,12 +2950,17 @@ table th[class*="col-"] { } .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 { +.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 > 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, @@ -2830,12 +2973,17 @@ table th[class*="col-"] { } .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 { +.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 > 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, @@ -2848,12 +2996,17 @@ table th[class*="col-"] { } .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 { +.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 > 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, @@ -2866,19 +3019,25 @@ table th[class*="col-"] { } .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 { +.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; - overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; - -webkit-overflow-scrolling: touch; + border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; @@ -2995,9 +3154,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: white; + background-color: #fff; background-image: none; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 4px; -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); @@ -3005,28 +3164,38 @@ output { -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: #777777; + color: #999; opacity: 1; } + .form-control:-ms-input-placeholder { - color: #777777; + color: #999; } + .form-control::-webkit-input-placeholder { - color: #777777; + color: #999; } -.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { - cursor: not-allowed; + +.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; } @@ -3035,52 +3204,61 @@ input[type="search"] { -webkit-appearance: none; } -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - line-height: 34px; - line-height: 1.42857 \0; -} -input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .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[type="time"].input-sm, -.form-horizontal .form-group-sm input[type="time"].form-control, -.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[type="datetime-local"].input-sm, -.form-horizontal .form-group-sm input[type="datetime-local"].form-control, -.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[type="month"].input-sm, -.form-horizontal .form-group-sm input[type="month"].form-control, -.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 { - line-height: 30px; -} -input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .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[type="time"].input-lg, -.form-horizontal .form-group-lg input[type="time"].form-control, -.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[type="datetime-local"].input-lg, -.form-horizontal .form-group-lg input[type="datetime-local"].form-control, -.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[type="month"].input-lg, -.form-horizontal .form-group-lg input[type="month"].form-control, -.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 { - line-height: 46px; +@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 { @@ -3091,12 +3269,13 @@ input[type="month"].input-lg, .checkbox { position: relative; display: block; - min-height: 20px; margin-top: 10px; margin-bottom: 10px; } + .radio label, .checkbox label { + min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; @@ -3119,6 +3298,7 @@ input[type="month"].input-lg, .radio-inline, .checkbox-inline { + position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; @@ -3133,21 +3313,27 @@ input[type="month"].input-lg, margin-left: 10px; } -input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], +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"].disabled, +fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } -.radio-inline.disabled, fieldset[disabled] .radio-inline, -.checkbox-inline.disabled, fieldset[disabled] +.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] +.radio.disabled label, +fieldset[disabled] .radio label, +.checkbox.disabled label, +fieldset[disabled] .checkbox label { cursor: not-allowed; } @@ -3156,17 +3342,19 @@ input[type="checkbox"] { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; + min-height: 34px; } -.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control, + +.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, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control, +.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, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, +.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; @@ -3176,62 +3364,113 @@ input[type="checkbox"] { border-radius: 3px; } -select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control, +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, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control, +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, -.form-horizontal .form-group-sm select[multiple].form-control, .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; } -.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control, +.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.33; + line-height: 1.33333; border-radius: 6px; } -select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control, +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, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control, +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, -.form-horizontal .form-group-lg select[multiple].form-control, .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.33333; + 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.33333; + min-height: 38px; +} + .has-feedback { position: relative; } + .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; - top: 25px; + top: 0; right: 0; z-index: 2; display: block; @@ -3239,9 +3478,10 @@ select[multiple].input-lg, height: 34px; line-height: 34px; text-align: center; + pointer-events: none; } -.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, +.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; @@ -3249,7 +3489,7 @@ select[multiple].input-lg, line-height: 46px; } -.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, +.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; @@ -3262,24 +3502,32 @@ select[multiple].input-lg, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, -.has-success .checkbox-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; } @@ -3289,24 +3537,32 @@ select[multiple].input-lg, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, -.has-warning .checkbox-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; } @@ -3316,28 +3572,40 @@ select[multiple].input-lg, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, -.has-error .checkbox-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; } @@ -3350,54 +3618,52 @@ select[multiple].input-lg, } @media (min-width: 768px) { - .form-inline .form-group, .navbar-form .form-group { + .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .form-inline .form-control, .navbar-form .form-control { + .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } - .form-inline .input-group, .navbar-form .input-group { + .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, .navbar-form .input-group .input-group-addon, + .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, - .navbar-form .input-group .input-group-btn, - .form-inline .input-group .form-control, - .navbar-form .input-group .form-control { + .form-inline .input-group .form-control { width: auto; } - .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control { + .form-inline .input-group > .form-control { width: 100%; } - .form-inline .control-label, .navbar-form .control-label { + .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } - .form-inline .radio, .navbar-form .radio, - .form-inline .checkbox, - .navbar-form .checkbox { + .form-inline .radio, + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } - .form-inline .radio label, .navbar-form .radio label, - .form-inline .checkbox label, - .navbar-form .checkbox label { + .form-inline .radio label, + .form-inline .checkbox label { padding-left: 0; } - .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"], - .navbar-form .checkbox input[type="checkbox"] { + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } - .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback { + .form-inline .has-feedback .form-control-feedback { top: 0; } } @@ -3410,21 +3676,26 @@ select[multiple].input-lg, 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; @@ -3432,15 +3703,17 @@ select[multiple].input-lg, padding-top: 7px; } } + .form-horizontal .has-feedback .form-control-feedback { - top: 0; right: 15px; } + @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { - padding-top: 14.3px; + padding-top: 14.33333px; } } + @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; @@ -3453,6 +3726,7 @@ select[multiple].input-lg, font-weight: normal; text-align: center; vertical-align: middle; + touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; @@ -3466,22 +3740,27 @@ select[multiple].input-lg, -ms-user-select: none; user-select: none; } -.btn:focus, .btn:active:focus, .btn.active:focus { + +.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 { - color: #333333; + +.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 { + +.btn.disabled, .btn[disabled], +fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; @@ -3491,157 +3770,235 @@ select[multiple].input-lg, } .btn-default { - color: #333333; - background-color: white; - border-color: #cccccc; + color: #333 !important; + background-color: #fff; + border-color: #ccc; } -.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: #333333; + +.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 { + +.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:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .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:active, fieldset[disabled] .btn-default.active { - background-color: white; - border-color: #cccccc; + +.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: white; - background-color: #333333; + color: #fff; + background-color: #333; } .btn-primary { - color: white; - background-color: #428bca; - border-color: #357ebd; + color: #fff !important; + background-color: #337ab7; + border-color: #2e6da4; } -.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: white; - background-color: #3071a9; - border-color: #285e8e; + +.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, +.open > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #286090; + border-color: #204d74; } -.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { + +.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:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .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:active, fieldset[disabled] .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; + +.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: #337ab7; + border-color: #2e6da4; } + .btn-primary .badge { - color: #428bca; - background-color: white; + color: #337ab7; + background-color: #fff; } .btn-success { - color: white; + color: #fff !important; background-color: #5cb85c; border-color: #4cae4c; } -.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: white; + +.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, +.open > .btn-success.dropdown-toggle { + color: #fff; background-color: #449d44; border-color: #398439; } -.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { + +.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:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .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:active, fieldset[disabled] .btn-success.active { + +.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: #5cb85c; border-color: #4cae4c; } + .btn-success .badge { color: #5cb85c; - background-color: white; + background-color: #fff; } .btn-info { - color: white; + color: #fff !important; background-color: #5bc0de; border-color: #46b8da; } -.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { - color: white; + +.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, +.open > .btn-info.dropdown-toggle { + color: #fff; background-color: #31b0d5; border-color: #269abc; } -.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { + +.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:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .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:active, fieldset[disabled] .btn-info.active { + +.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: #5bc0de; border-color: #46b8da; } + .btn-info .badge { color: #5bc0de; - background-color: white; + background-color: #fff; } .btn-warning { - color: white; + color: #fff !important; background-color: #f0ad4e; border-color: #eea236; } -.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { - color: white; + +.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, +.open > .btn-warning.dropdown-toggle { + color: #fff; background-color: #ec971f; border-color: #d58512; } -.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { + +.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:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .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:active, fieldset[disabled] .btn-warning.active { + +.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: #f0ad4e; border-color: #eea236; } + .btn-warning .badge { color: #f0ad4e; - background-color: white; + background-color: #fff; } .btn-danger { - color: white; + color: #fff !important; background-color: #d9534f; border-color: #d43f3a; } -.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: white; + +.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, +.open > .btn-danger.dropdown-toggle { + color: #fff; background-color: #c9302c; border-color: #ac2925; } -.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { + +.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:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .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:active, fieldset[disabled] .btn-danger.active { + +.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: #d9534f; border-color: #d43f3a; } + .btn-danger .badge { color: #d9534f; - background-color: white; + background-color: #fff; } .btn-link { - color: #428bca; + color: #337ab7; font-weight: normal; - cursor: pointer; border-radius: 0; } -.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { + +.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: #2a6496; + color: #23527c; text-decoration: underline; background-color: transparent; } -.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { + +.btn-link[disabled]:hover, .btn-link[disabled]:focus, +fieldset[disabled] .btn-link:hover, +fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } @@ -3649,7 +4006,7 @@ select[multiple].input-lg, .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.33333; border-radius: 6px; } @@ -3688,6 +4045,7 @@ input[type="button"].btn-block { -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } + .fade.in { opacity: 1; } @@ -3695,6 +4053,7 @@ input[type="button"].btn-block { .collapse { display: none; } + .collapse.in { display: block; } @@ -3711,9 +4070,12 @@ tbody.collapse.in { position: relative; height: 0; overflow: hidden; - -webkit-transition: height 0.35s ease; - -o-transition: height 0.35s ease; - transition: height 0.35s ease; + -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 { @@ -3722,11 +4084,12 @@ tbody.collapse.in { height: 0; margin-left: 2px; vertical-align: middle; - border-top: 4px solid; + border-top: 4px dashed; border-right: 4px solid transparent; border-left: 4px solid transparent; } +.dropup, .dropdown { position: relative; } @@ -3748,24 +4111,27 @@ tbody.collapse.in { list-style: none; font-size: 14px; text-align: left; - background-color: white; - border: 1px solid #cccccc; + background-color: #fff; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -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; @@ -3779,14 +4145,14 @@ tbody.collapse.in { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; - background-color: whitesmoke; + background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: white; + color: #fff; text-decoration: none; outline: 0; - background-color: #428bca; + background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { @@ -3804,6 +4170,7 @@ tbody.collapse.in { .open > .dropdown-menu { display: block; } + .open > a { outline: 0; } @@ -3847,11 +4214,12 @@ tbody.collapse.in { border-bottom: 4px solid; content: ""; } + .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; - margin-bottom: 1px; + margin-bottom: 2px; } @media (min-width: 768px) { @@ -3864,17 +4232,20 @@ tbody.collapse.in { 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, @@ -3882,10 +4253,6 @@ tbody.collapse.in { .btn-group-vertical > .btn.active { z-index: 2; } -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus { - outline: 0; -} .btn-group .btn + .btn, .btn-group .btn + .btn-group, @@ -3897,17 +4264,21 @@ tbody.collapse.in { .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 { @@ -3921,6 +4292,7 @@ tbody.collapse.in { .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; @@ -3940,13 +4312,13 @@ tbody.collapse.in { border-radius: 0; } -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { +.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 > .btn:first-child { +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } @@ -3970,6 +4342,7 @@ tbody.collapse.in { -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; @@ -3996,16 +4369,20 @@ tbody.collapse.in { 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, @@ -4017,11 +4394,13 @@ tbody.collapse.in { .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } + .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } + .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; @@ -4049,25 +4428,29 @@ tbody.collapse.in { 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 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; - z-index: -1; - opacity: 0; - filter: alpha(opacity=0); + clip: rect(0, 0, 0, 0); + pointer-events: none; } .input-group { @@ -4075,11 +4458,13 @@ tbody.collapse.in { 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; @@ -4093,6 +4478,7 @@ tbody.collapse.in { .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) { @@ -4114,23 +4500,26 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 4px; } -.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, + +.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, .form-horizontal .form-group-lg .input-group-addon.form-control, + +.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; @@ -4171,19 +4560,24 @@ tbody.collapse.in { 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; @@ -4194,69 +4588,83 @@ tbody.collapse.in { 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: #428bca; + border-color: #337ab7; } + .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 #dddddd; + border-bottom: 1px solid #ddd; } + .nav-tabs > li { float: left; margin-bottom: -1px; } + .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; } + .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; + 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: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } @@ -4264,20 +4672,24 @@ tbody.collapse.in { .nav-pills > li { float: left; } + .nav-pills > li > a { border-radius: 4px; } + .nav-pills > li + li { margin-left: 2px; } + .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: white; - background-color: #428bca; + color: #fff; + background-color: #337ab7; } .nav-stacked > li { float: none; } + .nav-stacked > li + li { margin-top: 2px; margin-left: 0; @@ -4286,17 +4698,21 @@ tbody.collapse.in { .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; @@ -4310,34 +4726,34 @@ tbody.collapse.in { .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: 4px; } + .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 #dddddd; +.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 #dddddd; + border-bottom: 1px solid #ddd; border-radius: 4px 4px 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: white; + .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: #fff; } } .tab-content > .tab-pane { display: none; } + .tab-content > .active { display: block; } @@ -4354,13 +4770,16 @@ tbody.collapse.in { margin-bottom: 20px; border: 1px solid transparent; } + .navbar:before, .navbar:after { content: " "; display: table; } + .navbar:after { clear: both; } + @media (min-width: 768px) { .navbar { border-radius: 4px; @@ -4371,9 +4790,11 @@ tbody.collapse.in { content: " "; display: table; } + .navbar-header:after { clear: both; } + @media (min-width: 768px) { .navbar-header { float: left; @@ -4388,16 +4809,20 @@ tbody.collapse.in { 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; @@ -4413,7 +4838,9 @@ tbody.collapse.in { .navbar-collapse.in { overflow-y: visible; } - .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } @@ -4423,7 +4850,8 @@ tbody.collapse.in { .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } -@media (max-width: 480px) and (orientation: landscape) { + +@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; @@ -4437,6 +4865,7 @@ tbody.collapse.in { margin-right: -15px; margin-left: -15px; } + @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, @@ -4451,6 +4880,7 @@ tbody.collapse.in { z-index: 1000; border-width: 0 0 1px; } + @media (min-width: 768px) { .navbar-static-top { border-radius: 0; @@ -4463,9 +4893,8 @@ tbody.collapse.in { right: 0; left: 0; z-index: 1030; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } + @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { @@ -4491,11 +4920,18 @@ tbody.collapse.in { 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 { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } @@ -4512,18 +4948,22 @@ tbody.collapse.in { border: 1px solid transparent; border-radius: 4px; } + .navbar-toggle:focus { outline: 0; } + .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } + .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } + @media (min-width: 768px) { .navbar-toggle { display: none; @@ -4533,11 +4973,13 @@ tbody.collapse.in { .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; @@ -4559,6 +5001,7 @@ tbody.collapse.in { background-image: none; } } + @media (min-width: 768px) { .navbar-nav { float: left; @@ -4571,20 +5014,8 @@ tbody.collapse.in { padding-top: 15px; padding-bottom: 15px; } - .navbar-nav.navbar-right:last-child { - margin-right: -15px; - } } -@media (min-width: 768px) { - .navbar-left { - float: left !important; - } - - .navbar-right { - float: right !important; - } -} .navbar-form { margin-left: -15px; margin-right: -15px; @@ -4596,11 +5027,67 @@ tbody.collapse.in { 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; @@ -4612,9 +5099,6 @@ tbody.collapse.in { -webkit-box-shadow: none; box-shadow: none; } - .navbar-form.navbar-right:last-child { - margin-right: -15px; - } } .navbar-nav > li > .dropdown-menu { @@ -4624,6 +5108,9 @@ tbody.collapse.in { } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } @@ -4632,10 +5119,12 @@ tbody.collapse.in { 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; @@ -4645,13 +5134,24 @@ tbody.collapse.in { margin-top: 15px; margin-bottom: 15px; } + @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } - .navbar-text.navbar-right:last-child { +} + +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + margin-right: -15px; + } + .navbar-right ~ .navbar-right { margin-right: 0; } } @@ -4660,127 +5160,160 @@ tbody.collapse.in { background-color: #f8f8f8; border-color: #e7e7e7; } + .navbar-default .navbar-brand { - color: #777777; + color: #777; } + .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } + .navbar-default .navbar-text { - color: #777777; + color: #777; } + .navbar-default .navbar-nav > li > a { - color: #777777; + color: #777; } + .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #333333; + color: #333; background-color: transparent; } + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { - color: #555555; + color: #555; background-color: #e7e7e7; } + .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { - color: #cccccc; + color: #ccc; background-color: transparent; } + .navbar-default .navbar-toggle { - border-color: #dddddd; + border-color: #ddd; } + .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #dddddd; + background-color: #ddd; } + .navbar-default .navbar-toggle .icon-bar { - background-color: #888888; + background-color: #888; } + .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } + .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; - color: #555555; + color: #555; } + @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777777; + color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333333; + color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555555; + color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; + color: #ccc; background-color: transparent; } } + .navbar-default .navbar-link { - color: #777777; + color: #777; } + .navbar-default .navbar-link:hover { - color: #333333; + color: #333; } + .navbar-default .btn-link { - color: #777777; + color: #777; } + .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { - color: #333333; + color: #333; } -.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: #cccccc; + +.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: #222222; + background-color: #222; border-color: #090909; } + .navbar-inverse .navbar-brand { - color: #777777; + color: #9d9d9d; } + .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: white; + color: #fff; background-color: transparent; } + .navbar-inverse .navbar-text { - color: #777777; + color: #9d9d9d; } + .navbar-inverse .navbar-nav > li > a { - color: #777777; + color: #9d9d9d; } + .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: white; + 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: white; + 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: #444444; + color: #444; background-color: transparent; } + .navbar-inverse .navbar-toggle { - border-color: #333333; + border-color: #333; } + .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333333; + background-color: #333; } + .navbar-inverse .navbar-toggle .icon-bar { - background-color: white; + 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: white; + color: #fff; } + @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; @@ -4789,52 +5322,62 @@ tbody.collapse.in { background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #777777; + color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: white; + 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: white; + 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: #444444; + color: #444; background-color: transparent; } } + .navbar-inverse .navbar-link { - color: #777777; + color: #9d9d9d; } + .navbar-inverse .navbar-link:hover { - color: white; + color: #fff; } + .navbar-inverse .btn-link { - color: #777777; + color: #9d9d9d; } + .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: white; + 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: #444444; + +.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: whitesmoke; + background-color: #f5f5f5; border-radius: 4px; } + .breadcrumb > li { display: inline-block; } + .breadcrumb > li + li:before { - content: "/\00a0"; + content: "/ "; padding: 0 5px; - color: #cccccc; + color: #ccc; } + .breadcrumb > .active { color: #777777; } @@ -4845,9 +5388,11 @@ tbody.collapse.in { margin: 20px 0; border-radius: 4px; } + .pagination > li { display: inline; } + .pagination > li > a, .pagination > li > span { position: relative; @@ -4855,39 +5400,44 @@ tbody.collapse.in { padding: 6px 12px; line-height: 1.42857; text-decoration: none; - color: #428bca; - background-color: white; - border: 1px solid #dddddd; + color: #337ab7; + background-color: #fff; + border: 1px solid #ddd; margin-left: -1px; } + .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } + .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } + .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { - color: #2a6496; + color: #23527c; background-color: #eeeeee; - border-color: #dddddd; + 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: white; - background-color: #428bca; - border-color: #428bca; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; cursor: default; } + .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, @@ -4895,8 +5445,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: white; - border-color: #dddddd; + background-color: #fff; + border-color: #ddd; cursor: not-allowed; } @@ -4905,11 +5455,13 @@ tbody.collapse.in { 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; @@ -4921,11 +5473,13 @@ tbody.collapse.in { 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; @@ -4938,43 +5492,51 @@ tbody.collapse.in { 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: white; - border: 1px solid #dddddd; + 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: white; + background-color: #fff; cursor: not-allowed; } @@ -4984,22 +5546,24 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: white; + 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: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -5007,20 +5571,23 @@ a.label:hover, a.label:focus { .label-default { background-color: #777777; } + .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { - background-color: #428bca; + background-color: #337ab7; } + .label-primary[href]:hover, .label-primary[href]:focus { - background-color: #3071a9; + background-color: #286090; } .label-success { background-color: #5cb85c; } + .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } @@ -5028,6 +5595,7 @@ a.label:hover, a.label:focus { .label-info { background-color: #5bc0de; } + .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } @@ -5035,6 +5603,7 @@ a.label:hover, a.label:focus { .label-warning { background-color: #f0ad4e; } + .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } @@ -5042,6 +5611,7 @@ a.label:hover, a.label:focus { .label-danger { background-color: #d9534f; } + .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } @@ -5052,7 +5622,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: white; + color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -5060,61 +5630,83 @@ a.label:hover, a.label:focus { 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-xs .badge, .btn-group-xs > .btn .badge, +.btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } -a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { - color: #428bca; - background-color: white; + +.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #337ab7; + 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: white; + color: #fff; text-decoration: none; cursor: pointer; } .jumbotron { - padding: 30px; + 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 .jumbotron, +.container-fluid .jumbotron { border-radius: 6px; } + .jumbotron .container { max-width: 100%; } + @media screen and (min-width: 768px) { .jumbotron { - padding-top: 48px; - padding-bottom: 48px; + padding: 48px 0; } - .container .jumbotron { + .container .jumbotron, + .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } @@ -5129,22 +5721,23 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + -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; - width: 100% \9; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } + .thumbnail .caption { padding: 9px; color: #333333; @@ -5153,7 +5746,7 @@ a.badge:hover, a.badge:focus { a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { - border-color: #428bca; + border-color: #337ab7; } .alert { @@ -5162,17 +5755,21 @@ a.thumbnail.active { border: 1px solid transparent; border-radius: 4px; } + .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; } @@ -5181,6 +5778,7 @@ a.thumbnail.active { .alert-dismissible { padding-right: 35px; } + .alert-dismissable .close, .alert-dismissible .close { position: relative; @@ -5194,9 +5792,11 @@ a.thumbnail.active { border-color: #d6e9c6; color: #3c763d; } + .alert-success hr { border-top-color: #c9e2b3; } + .alert-success .alert-link { color: #2b542c; } @@ -5206,9 +5806,11 @@ a.thumbnail.active { border-color: #bce8f1; color: #31708f; } + .alert-info hr { border-top-color: #a6e1ec; } + .alert-info .alert-link { color: #245269; } @@ -5218,9 +5820,11 @@ a.thumbnail.active { border-color: #faebcc; color: #8a6d3b; } + .alert-warning hr { border-top-color: #f7e1b5; } + .alert-warning .alert-link { color: #66512c; } @@ -5230,9 +5834,11 @@ a.thumbnail.active { border-color: #ebccd1; color: #a94442; } + .alert-danger hr { border-top-color: #e4b9c0; } + .alert-danger .alert-link { color: #843534; } @@ -5241,25 +5847,25 @@ a.thumbnail.active { 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: whitesmoke; + background-color: #f5f5f5; border-radius: 4px; -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); @@ -5271,9 +5877,9 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: white; + color: #fff; text-align: center; - background-color: #428bca; + background-color: #337ab7; -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; @@ -5296,20 +5902,10 @@ a.thumbnail.active { animation: progress-bar-stripes 2s linear infinite; } -.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] { - min-width: 30px; -} -.progress-bar[aria-valuenow="0"] { - color: #777777; - min-width: 30px; - background-color: transparent; - background-image: none; - box-shadow: none; -} - .progress-bar-success { background-color: #5cb85c; } + .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); @@ -5319,6 +5915,7 @@ a.thumbnail.active { .progress-bar-info { background-color: #5bc0de; } + .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); @@ -5328,6 +5925,7 @@ a.thumbnail.active { .progress-bar-warning { background-color: #f0ad4e; } + .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); @@ -5337,20 +5935,14 @@ a.thumbnail.active { .progress-bar-danger { background-color: #d9534f; } + .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, -.media-body { - overflow: hidden; - zoom: 1; -} - -.media, -.media .media { +.media { margin-top: 15px; } @@ -5358,19 +5950,48 @@ a.thumbnail.active { margin-top: 0; } +.media, +.media-body { + zoom: 1; + overflow: hidden; +} + +.media-body { + width: 10000px; +} + .media-object { display: block; } -.media-heading { - margin: 0 0 5px; +.media-right, +.media > .pull-right { + padding-left: 10px; } +.media-left, .media > .pull-left { - margin-right: 10px; + padding-right: 10px; } -.media > .pull-right { - margin-left: 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 { @@ -5388,35 +6009,33 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; } + .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } + .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } -.list-group-item > .badge { - float: right; -} -.list-group-item > .badge + .badge { - margin-right: 5px; -} a.list-group-item { - color: #555555; + color: #555; } + a.list-group-item .list-group-item-heading { - color: #333333; + color: #333; } + a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555555; - background-color: whitesmoke; + color: #555; + background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5424,18 +6043,22 @@ a.list-group-item:hover, a.list-group-item:focus { 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: white; - background-color: #428bca; - border-color: #428bca; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; } + .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, @@ -5445,8 +6068,9 @@ a.list-group-item:hover, a.list-group-item:focus { .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: #e1edf7; + color: #c7ddef; } .list-group-item-success { @@ -5457,13 +6081,16 @@ a.list-group-item:hover, a.list-group-item:focus { 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; @@ -5478,13 +6105,16 @@ a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list 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; @@ -5499,13 +6129,16 @@ a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group 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; @@ -5520,13 +6153,16 @@ a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list 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; @@ -5545,7 +6181,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: white; + background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5555,10 +6191,12 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-body { padding: 15px; } + .panel-body:before, .panel-body:after { content: " "; display: table; } + .panel-body:after { clear: both; } @@ -5569,6 +6207,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g border-top-right-radius: 3px; border-top-left-radius: 3px; } + .panel-heading > .dropdown .dropdown-toggle { color: inherit; } @@ -5579,31 +6218,43 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g font-size: 16px; color: inherit; } -.panel-title > a { + +.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: whitesmoke; - border-top: 1px solid #dddddd; + background-color: #f5f5f5; + border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } -.panel > .list-group { +.panel > .list-group, +.panel > .panel-collapse > .list-group { margin-bottom: 0; } -.panel > .list-group .list-group-item { + +.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 > .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: 3px; border-top-left-radius: 3px; } -.panel > .list-group:last-child .list-group-item:last-child { + +.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: 3px; border-bottom-left-radius: 3px; @@ -5622,11 +6273,28 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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: 3px; border-top-left-radius: 3px; } + +.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: 3px; + border-top-right-radius: 3px; +} + .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, @@ -5637,6 +6305,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } + .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, @@ -5647,11 +6316,21 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } + .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } + +.panel > .table:last-child > tbody:last-child > tr:last-child, +.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: 3px; + border-bottom-right-radius: 3px; +} + .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, @@ -5662,6 +6341,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } + .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, @@ -5672,18 +6352,24 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } + .panel > .panel-body + .table, -.panel > .panel-body + .table-responsive { - border-top: 1px solid #dddddd; +.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, @@ -5698,6 +6384,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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, @@ -5712,6 +6399,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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, @@ -5722,6 +6410,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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, @@ -5732,6 +6421,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } + .panel > .table-responsive { border: 0; margin-bottom: 0; @@ -5740,79 +6430,98 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-group { margin-bottom: 20px; } + .panel-group .panel { margin-bottom: 0; border-radius: 4px; } + .panel-group .panel + .panel { margin-top: 5px; } + .panel-group .panel-heading { border-bottom: 0; } -.panel-group .panel-heading + .panel-collapse > .panel-body { - border-top: 1px solid #dddddd; + +.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 #dddddd; + border-bottom: 1px solid #ddd; } .panel-default { - border-color: #dddddd; + border-color: #ddd; } + .panel-default > .panel-heading { color: #333333; - background-color: whitesmoke; - border-color: #dddddd; + background-color: #f5f5f5; + border-color: #ddd; } + .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #dddddd; + border-top-color: #ddd; } + .panel-default > .panel-heading .badge { - color: whitesmoke; + color: #f5f5f5; background-color: #333333; } + .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #dddddd; + border-bottom-color: #ddd; } .panel-primary { - border-color: #428bca; + border-color: #337ab7; } + .panel-primary > .panel-heading { - color: white; - background-color: #428bca; - border-color: #428bca; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; } + .panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #428bca; + border-top-color: #337ab7; } + .panel-primary > .panel-heading .badge { - color: #428bca; - background-color: white; + color: #337ab7; + background-color: #fff; } + .panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #428bca; + border-bottom-color: #337ab7; } .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; } @@ -5820,18 +6529,22 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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; } @@ -5839,18 +6552,22 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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; } @@ -5858,18 +6575,22 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .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; } @@ -5881,10 +6602,12 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g padding: 0; overflow: hidden; } + .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, -.embed-responsive object { +.embed-responsive object, +.embed-responsive video { position: absolute; top: 0; left: 0; @@ -5893,10 +6616,12 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g width: 100%; border: 0; } -.embed-responsive.embed-responsive-16by9 { + +.embed-responsive-16by9 { padding-bottom: 56.25%; } -.embed-responsive.embed-responsive-4by3 { + +.embed-responsive-4by3 { padding-bottom: 75%; } @@ -5904,12 +6629,13 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: whitesmoke; + background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -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); @@ -5930,13 +6656,14 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g font-size: 21px; font-weight: bold; line-height: 1; - color: black; - text-shadow: 0 1px 0 white; + color: #000; + text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } + .close:hover, .close:focus { - color: black; + color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5967,17 +6694,23 @@ button.close { -webkit-overflow-scrolling: touch; outline: 0; } + .modal.fade .modal-dialog { - -webkit-transform: translate3d(0, -25%, 0); - transform: translate3d(0, -25%, 0); + -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: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); } .modal-open .modal { @@ -5993,8 +6726,8 @@ button.close { .modal-content { position: relative; - background-color: white; - border: 1px solid #999999; + 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); @@ -6010,12 +6743,14 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: black; + background-color: #000; } + .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } + .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); @@ -6046,20 +6781,25 @@ button.close { 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; } @@ -6077,47 +6817,53 @@ button.close { 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; - visibility: visible; + 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; @@ -6126,10 +6872,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: white; + color: #fff; text-align: center; text-decoration: none; - background-color: black; + background-color: #000; border-radius: 4px; } @@ -6146,52 +6892,63 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } + .tooltip.top-left .tooltip-arrow { bottom: 0; - left: 5px; + right: 5px; + margin-bottom: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } + .tooltip.top-right .tooltip-arrow { bottom: 0; - right: 5px; + left: 5px; + margin-bottom: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } + .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: black; + border-right-color: #000; } + .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: black; + border-left-color: #000; } + .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } + .tooltip.bottom-left .tooltip-arrow { top: 0; - left: 5px; + right: 5px; + margin-top: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } + .tooltip.bottom-right .tooltip-arrow { top: 0; - right: 5px; + left: 5px; + margin-top: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .popover { @@ -6202,25 +6959,33 @@ button.close { display: none; max-width: 276px; padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + font-weight: normal; + line-height: 1.42857; text-align: left; - background-color: white; + background-color: #fff; background-clip: padding-box; - border: 1px solid #cccccc; + 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; } @@ -6229,8 +6994,6 @@ button.close { margin: 0; padding: 8px 14px; font-size: 14px; - font-weight: normal; - line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; @@ -6266,13 +7029,15 @@ button.close { 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: white; + border-top-color: #fff; } + .popover.right > .arrow { top: 50%; left: -11px; @@ -6281,13 +7046,15 @@ button.close { 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: white; + border-right-color: #fff; } + .popover.bottom > .arrow { left: 50%; margin-left: -11px; @@ -6296,13 +7063,15 @@ button.close { 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: white; + border-bottom-color: #fff; } + .popover.left > .arrow { top: 50%; right: -11px; @@ -6311,11 +7080,12 @@ button.close { 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: white; + border-left-color: #fff; bottom: -10px; } @@ -6328,6 +7098,7 @@ button.close { overflow: hidden; width: 100%; } + .carousel-inner > .item { display: none; position: relative; @@ -6335,41 +7106,79 @@ button.close { -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; - width: 100% \9; 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%; } @@ -6383,10 +7192,11 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: white; + 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%); @@ -6394,6 +7204,7 @@ button.close { background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } + .carousel-control.right { left: auto; right: 0; @@ -6403,13 +7214,15 @@ button.close { background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } + .carousel-control:hover, .carousel-control:focus { outline: 0; - color: white; + 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, @@ -6419,26 +7232,32 @@ button.close { 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'; } @@ -6454,23 +7273,25 @@ button.close { list-style: none; text-align: center; } + .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid white; + 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: white; + background-color: #fff; } .carousel-caption { @@ -6481,10 +7302,11 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .carousel-caption .btn { text-shadow: none; } @@ -6507,21 +7329,21 @@ button.close { .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; } @@ -6562,19 +7384,29 @@ button.close { .hidden { display: none !important; - visibility: hidden !important; } .affix { position: fixed; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } @-ms-viewport { width: device-width; } -.visible-xs, .visible-sm, .visible-md, .visible-lg { + +.visible-xs { + display: none !important; +} + +.visible-sm { + display: none !important; +} + +.visible-md { + display: none !important; +} + +.visible-lg { display: none !important; } @@ -6597,20 +7429,18 @@ button.close { .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; @@ -6633,20 +7463,18 @@ button.close { .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; @@ -6669,20 +7497,18 @@ button.close { .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; @@ -6705,20 +7531,18 @@ button.close { .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; @@ -6742,21 +7566,25 @@ button.close { 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; } @@ -6765,23 +7593,22 @@ button.close { .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; @@ -6791,6 +7618,7 @@ button.close { .visible-print-inline { display: none !important; } + @media print { .visible-print-inline { display: inline !important; @@ -6800,6 +7628,7 @@ button.close { .visible-print-inline-block { display: none !important; } + @media print { .visible-print-inline-block { display: inline-block !important; @@ -6811,19 +7640,29 @@ button.close { 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 - - - - - - - - - - - - - - - - - - - */ @@ -6834,6 +7673,7 @@ button.close { font-weight: normal; font-style: normal; } + @font-face { font-family: 'Proxima Nova'; src: url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot"); @@ -6841,12 +7681,21 @@ button.close { font-weight: 500; font-style: normal; } + /* - - - - - - - - - - - - - - - - - - - == Titlebar - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: white; + border-bottom-color: #fff; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} + +#uc-header .container { + display: none; } #uc-site-header { @@ -6882,6 +7731,7 @@ button.close { #uc-site-header #uc-site-parent a { font-size: 13px; letter-spacing: 1px; + text-transform: uppercase; } #uc-site-header #uc-site-title { @@ -6898,6 +7748,7 @@ button.close { #site-title .searchform .form-group { width: 100%; } + #site-title .searchform .form-group .form-control { width: 150px; } @@ -6908,6 +7759,35 @@ button.close { /* 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: 4px; +} + +#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: #f8f8f8; + z-index: 9999; + border-radius: 4px; + 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: 4px 4px 0 0; + border-bottom-color: transparent; +} + #primary-nav a.external { max-height: 50px; } @@ -6915,46 +7795,53 @@ button.close { #nav-secondary { padding: 5px; border: 1px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-radius: 4px; - background-color: white; + 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; - */ + -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: 4px; background-color: transparent; color: inherit; } + #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eeeeee; + background-color: #eee; } + #nav-secondary .nav.nav-pills.nav-stacked .active a { - background-color: #428bca; - color: white; + background-color: #337ab7; + 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; } @@ -6986,19 +7873,37 @@ button.close { #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 - - - - - - - - - - - - - - - - - - - */ @@ -7048,11 +7953,11 @@ button.close { #nav-wrapper .container { padding: 0; } - .dropdown-menu .dropdown-menu { padding-left: 20px; } } + /* - - - - - - - - - - - - - - - - - - - == Widgets - - - - - - - - - - - - - - - - - - - */ @@ -7061,11 +7966,13 @@ button.close { 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; @@ -7074,163 +7981,1748 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ -#content { +.home #content { /* Make sure select elements fit in widgets */ } -#content .widget { + +.home #content .widget { overflow: hidden; border: 1px solid transparent; border-width: 1px; - border-color: #cccccc; + border-color: #ccc; border-radius: 4px; margin: 0 0 1.5em 0; padding: 0; - background-color: white; - color: black; + background-color: #fff; + color: #000; } -#content .widget .widget-head { + +.home #content .widget .widget-head { border: 1px solid transparent; padding: 0.5em 0.5em 0.5em 1em; border-width: 0 0 1px 0; - border-color: #cccccc; - background-color: white; + border-color: #ccc; + background-color: #fff; } -#content .widget .widget-head h2 { + +.home #content .widget .widget-title { margin: 0; font-size: 1em; - color: black; + color: #000; } -#content .widget a { - color: #428bca; + +.home #content .widget a { + color: #337ab7; +} + +.home #content .widget a:hover { + color: #23527c; } -#content .widget a:hover { - color: #2a6496; + +.home #content .widget .nav-pills .active a { + color: #fff; +} + +.home #content .widget .nav-pills .active a:hover { + color: #fff; + background-color: #337ab7; } -#content .widget form { + +.home #content .widget form { margin: 1em; } -#content .widget ul, -#content .widget ol { + +.home #content .widget ul, +.home #content .widget ol { list-style-type: none; padding: 0; margin: 1em; } -#content .widget ul li, -#content .widget ol li { + +.home #content .widget ul li, +.home #content .widget ol li { margin-bottom: .75em; } -#content .widget ul li ul, -#content .widget ol li ul { + +.home #content .widget ul li ul, +.home #content .widget ol li ul { padding: 0; margin: .5em 0 .5em 2em; list-style-type: disc; } -#content .widget ul li ul li, -#content .widget ol li ul li { + +.home #content .widget ul li ul li, +.home #content .widget ol li ul li { margin-bottom: .5em; } -#content .widget ul li ul li ul, -#content .widget ol li ul li ul { + +.home #content .widget ul li ul li ul, +.home #content .widget ol li ul li ul { list-style-type: circle; } -#content .widget ul li ol, -#content .widget ol li ol { + +.home #content .widget ul li ol, +.home #content .widget ol li ol { padding: 0; margin: .5em 0 .5em 2em; list-style-type: decimal; } -#content .widget ul li ol li, -#content .widget ol li ol li { + +.home #content .widget ul li ol li, +.home #content .widget ol li ol li { margin-bottom: .5em; } -#content * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { - height: 1%; -} -#content .widget select { - max-width: 100%; + +.home #content .widget .nav-tabs { + margin: 0; } -#content .widget { - /* === CORE WP Widgets - */ - /* === 3rd Party Widgets - */ - /* === UCONN Widgets - */ + +.home #content .widget .nav-tabs li { + margin-bottom: -1px; + list-style-type: none; } -#content .widget.widget_text .textwidget { - margin: 1em; + +.home #content .widget .nav-tabs li.active a { + color: #333333; } -#content .widget.widget_tag_cloud .tagcloud { + +.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 { + /* === UC People + */ + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} + +.home #content .widget.uc-people-widget { + padding: 10px 30px !important; +} + +.home #content .widget.uc-people-widget .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +.home #content .widget.uc-people-widget .person ul { + list-style-type: disc; +} + +.home #content .widget.uc-people-widget .person ol { + list-style-type: decimal; +} + +.home #content .widget.uc-people-widget .person a.person-permalink h4.person-name { + font-size: 19px; +} + +.home #content .widget.uc-people-widget h3.group-title { + border-bottom: 1px solid #eee; + color: #ac0000; + padding-bottom: 10px; + width: 100%; +} + +.home #content .widget.uc-people-widget table { + margin-bottom: 0px; +} + +.home #content .widget.uc-people-widget table td.person-thumbnail img { + max-width: none; +} + +.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; } -#content .widget.widget_black_studio_tinymce .textwidget { + +.home #content .widget.widget_black_studio_tinymce ul, .home #content .widget.widget_black_studio_tinymce ol { + padding-left: 2em; +} + +.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.widget_black-studio-tinymce .textwidget { margin: 1em; } -#content .widget.widget_black_studio_tinymce ul li { + +.home #content .widget.widget_black-studio-tinymce ul, .home #content .widget.widget_black-studio-tinymce ol { + padding-left: 2em; +} + +.home #content .widget.widget_black-studio-tinymce ul li { list-style-type: disc; } -#content .widget.widget_black_studio_tinymce ol li { + +.home #content .widget.widget_black-studio-tinymce ol li { list-style-type: decimal; } -#content .widget.simple-social-icons ul { + +.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: #337ab7 !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: #ccc !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: #ccc !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: #ccc !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: #23527c !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: #ccc; + border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; + background-color: transparent; + color: #000; +} + +.home #content .panel-grid .widget .widget-head { + border: 1px solid transparent; + padding: 0.5em 0.5em 0.5em 1em; + border-width: 0 0 1px 0; + border-color: #ccc; + background-color: #fff; +} + +.home #content .panel-grid .widget .widget-title { + margin: 0; + font-size: 1em; + color: #000; +} + +.home #content .panel-grid .widget a { + color: #337ab7; +} + +.home #content .panel-grid .widget a:hover { + color: #23527c; +} + +.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: #337ab7; +} + +.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 { + /* === UC People + */ + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} + +.home #content .panel-grid .widget.uc-people-widget { + padding: 10px 30px !important; +} + +.home #content .panel-grid .widget.uc-people-widget .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +.home #content .panel-grid .widget.uc-people-widget .person ul { + list-style-type: disc; +} + +.home #content .panel-grid .widget.uc-people-widget .person ol { + list-style-type: decimal; +} + +.home #content .panel-grid .widget.uc-people-widget .person a.person-permalink h4.person-name { + font-size: 19px; +} + +.home #content .panel-grid .widget.uc-people-widget h3.group-title { + border-bottom: 1px solid #eee; + color: #ac0000; + padding-bottom: 10px; + width: 100%; +} + +.home #content .panel-grid .widget.uc-people-widget table { + margin-bottom: 0px; +} + +.home #content .panel-grid .widget.uc-people-widget table td.person-thumbnail img { + max-width: none; +} + +.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: 2em; +} + +.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.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: 2em; +} + +.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: #337ab7 !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: #337ab7 !important; +} + +.home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #23527c !important; +} + +.home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #23527c !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: #ccc !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: #ccc !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: #ccc !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: #23527c !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: #ccc; + border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; + background-color: #fff; + color: #000; +} + +#page-sidebar .widget .widget-head { + border: 1px solid transparent; + padding: 0.5em 0.5em 0.5em 1em; + border-width: 0 0 1px 0; + border-color: #ccc; + background-color: #fff; +} + +#page-sidebar .widget .widget-title { + margin: 0; + font-size: 1em; + color: #000; +} + +#page-sidebar .widget a { + color: #337ab7; +} + +#page-sidebar .widget a:hover { + color: #23527c; +} + +#page-sidebar .widget .nav-pills .active a { + color: #fff; +} + +#page-sidebar .widget .nav-pills .active a:hover { + color: #fff; + background-color: #337ab7; +} + +#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 { + /* === UC People + */ + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} + +#page-sidebar .widget.uc-people-widget { + padding: 10px 30px !important; +} + +#page-sidebar .widget.uc-people-widget .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +#page-sidebar .widget.uc-people-widget .person ul { + list-style-type: disc; +} + +#page-sidebar .widget.uc-people-widget .person ol { + list-style-type: decimal; +} + +#page-sidebar .widget.uc-people-widget .person a.person-permalink h4.person-name { + font-size: 19px; +} + +#page-sidebar .widget.uc-people-widget h3.group-title { + border-bottom: 1px solid #eee; + color: #ac0000; + padding-bottom: 10px; + width: 100%; +} + +#page-sidebar .widget.uc-people-widget table { + margin-bottom: 0px; +} + +#page-sidebar .widget.uc-people-widget table td.person-thumbnail img { + max-width: none; +} + +#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: 2em; +} + +#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.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: 2em; +} + +#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: #337ab7 !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: #ccc !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: #ccc !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: #ccc !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: #23527c !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: #ccc; + border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; + background-color: transparent; + color: #000; +} + +.subpage .widget .widget-head { + border: 1px solid transparent; + padding: 0.5em 0.5em 0.5em 1em; + border-width: 0 0 1px 0; + border-color: #ccc; + background-color: #fff; +} + +.subpage .widget .widget-title { + margin: 0; + font-size: 1em; + color: #000; +} + +.subpage .widget a { + color: #337ab7; +} + +.subpage .widget a:hover { + color: #23527c; +} + +.subpage .widget .nav-pills .active a { + color: #fff; +} + +.subpage .widget .nav-pills .active a:hover { + color: #fff; + background-color: #337ab7; +} + +.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 { + /* === UC People + */ + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} + +.subpage .widget.uc-people-widget { + padding: 10px 30px !important; +} + +.subpage .widget.uc-people-widget .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +.subpage .widget.uc-people-widget .person ul { + list-style-type: disc; +} + +.subpage .widget.uc-people-widget .person ol { + list-style-type: decimal; +} + +.subpage .widget.uc-people-widget .person a.person-permalink h4.person-name { + font-size: 19px; +} + +.subpage .widget.uc-people-widget h3.group-title { + border-bottom: 1px solid #eee; + color: #ac0000; + padding-bottom: 10px; + width: 100%; +} + +.subpage .widget.uc-people-widget table { + margin-bottom: 0px; +} + +.subpage .widget.uc-people-widget table td.person-thumbnail img { + max-width: none; +} + +.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: 2em; +} + +.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.widget_black-studio-tinymce .textwidget { + margin: 0; +} + +.subpage .widget.widget_black-studio-tinymce ul, .subpage .widget.widget_black-studio-tinymce ol { + padding-left: 2em; +} + +.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; } -#content .widget.simple-social-icons ul li { + +.subpage .widget.simple-social-icons ul li { margin: 0.5em !important; } -#content .widget.simple-social-icons .social-bloglovin:before, #content .widget.simple-social-icons .social-dribbble:before, #content .widget.simple-social-icons .social-email:before, #content .widget.simple-social-icons .social-facebook:before, #content .widget.simple-social-icons .social-flickr:before, #content .widget.simple-social-icons .social-github:before, #content .widget.simple-social-icons .social-gplus:before, #content .widget.simple-social-icons .social-instagram:before, #content .widget.simple-social-icons .social-linkedin:before, #content .widget.simple-social-icons .social-pinterest:before, #content .widget.simple-social-icons .social-rss:before, #content .widget.simple-social-icons .social-stumbleupon:before, #content .widget.simple-social-icons .social-tumblr:before, #content .widget.simple-social-icons .social-twitter:before, #content .widget.simple-social-icons .social-vimeo:before, #content .widget.simple-social-icons .social-youtube:before { + +.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; } -#content .widget.widget_rcpt ul { + +.subpage .widget.widget_rcpt ul { margin: 0; } -#content .widget.widget_rcpt ul .rcpt_item_title { + +.subpage .widget.widget_rcpt ul .rcpt_item_title { padding: .5em 5% 0; font-weight: bold; } -#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + +.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { margin-left: -9%; margin-bottom: 1em; width: 117%; } -#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + +.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { width: 100%; } -#content .widget.widget_rcpt ul .rcpt_item_excerpt { + +.subpage .widget.widget_rcpt ul .rcpt_item_excerpt { margin: .5em 5% 1em; } -#content .widget.widget_rcpt ul .rcpt_item_date { + +.subpage .widget.widget_rcpt ul .rcpt_item_date { margin: .5em 5% 1em; } -#content .widget.widget_sp_image { + +.subpage .widget.widget_sp_image { padding: 0; border: none; background-color: transparent; } -#content .widget.widget_metaslider_widget { + +.subpage .widget.widget_metaslider_widget { padding: 0; background-color: transparent; border: none; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + +.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; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { margin: 0; position: relative; display: inline; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { display: inline; position: relative; font-size: 1em; font-weight: normal; clear: left; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { visibility: hidden; display: block; font-size: 0; @@ -7238,60 +9730,75 @@ button.close { clear: both; height: 0; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { display: block; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { display: block; margin-bottom: 10px; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + +.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; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { width: 48%; margin-right: 2%; float: left; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { width: 100%; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + +.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; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { width: 50%; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { text-decoration: underline; } -#content .widget.uc-contact-widget th { + +.subpage .widget.uc-contact-widget .table-responsive { + padding: 1em; +} + +.subpage .widget.uc-contact-widget th { white-space: nowrap; + padding-left: 0; } -#content .widget.uc-contact-widget td.uc-output-email { + +.subpage .widget.uc-contact-widget td.uc-output-email { word-break: break-all; } -#content .widget.uc-contact-widget td.uc-output-more { + +.subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } -#content .widget.uc-ecw { + +.subpage .widget .uc-cal { font: inherit; + padding: 0 !important; + margin: 0 !important; /*- - - - - */ /**/ /**/ - /**/ -} -#content .widget.uc-ecw .uc-cal { - margin: 1em !important; - padding: 0 !important; } -#content .widget.uc-ecw .uc-cal * { + +.subpage .widget .uc-cal * { margin: 0 !important; padding: 0 !important; border: 0 !important; @@ -7306,42 +9813,37 @@ button.close { display: block !important; box-shadow: none !important; text-transform: none !important; + text-decoration: none !important; min-height: inherit !important; border-radius: 0 !important; } -#content .widget.uc-ecw .uc-cal-item { + +.subpage .widget .uc-cal .uc-cal-item { margin: 1em 0 !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event { + +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event { position: relative !important; - color: #428bca !important; - /* - - inherits color from the .uc-cal-event , so the hovers text decorations work. - - .uc-cal-event-title { - @if $parent == "#mega-footer" { - color:$megafooter-ecw-title-color !important; - } @else { - color:$ecw-title-color !important; - } - } - - */ -} -#content .widget.uc-ecw .uc-cal-item .uc-cal-event .uc-cal-event-date { + color: #337ab7 !important; +} + +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { float: left !important; position: relative !important; top: 0; - color: inherit !important; + color: #337ab7 !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { - color: inherit !important; + +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #23527c !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { - color: inherit !important; + +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #23527c !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:after { + +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:after { visibility: hidden !important; display: block !important; font-size: 0 !important; @@ -7349,15 +9851,18 @@ button.close { clear: both !important; height: 0 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { padding-left: 70px !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + +.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; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + +.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; @@ -7365,47 +9870,59 @@ button.close { font-size: 70% !important; text-transform: uppercase !important; letter-spacing: 1px !important; - border-color: #cccccc !important; - background-color: white !important; - color: inherit !important; + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + +.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: #cccccc !important; - background-color: white !important; - color: inherit !important; + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { - color: inherit !important; + +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: #000 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { - border-color: #cccccc !important; - background-color: white !important; - color: inherit !important; + +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { - background-color: white !important; - color: inherit !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; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { - color: #2a6496 !important; + +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #23527c !important; } -#content .widget.uc-ecw .uc-listcal { + +.subpage .widget .uc-cal.uc-listcal { padding-left: 3.7em !important; } -#content .widget.uc-ecw .uc-listcal .uc-cal-event-date { + +.subpage .widget .uc-cal.uc-listcal .uc-cal-event-date { width: 3.7em !important; left: -3.7em !important; margin-right: -3.7em !important; } -#content .widget.uc-hours-widget caption { + +.subpage .widget.uc-hours-widget caption { padding: .5em; } +.subpage .widget.widget_siteorigin-panels-postloop .post { + padding: 0; +} + img { height: auto; max-width: 100%; @@ -7428,8 +9945,7 @@ code { list-style-type: none; } -.content .btn { - content: 'zzzzzzz95'; +#page #content .widget .btn { display: inline-block; margin-bottom: 0; font-weight: normal; @@ -7438,7 +9954,7 @@ code { cursor: pointer; background-image: none; border: 1px solid transparent; - white-space: nowrap; + white-space: normal; padding: 6px 12px; font-size: 14px; line-height: 1.42857; @@ -7448,22 +9964,27 @@ code { -ms-user-select: none; user-select: none; } -.content .btn:focus, .content .btn:active:focus, .content .btn.active:focus { + +#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; } -.content .btn:hover, .content .btn:focus { - color: #333333; + +#page #content .widget .btn:hover, #page #content .widget .btn:focus { + color: #333 !important; text-decoration: none; } -.content .btn:active, .content .btn.active { + +#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); } -.content .btn.disabled, .content .btn[disabled], fieldset[disabled] .content .btn { + +#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; @@ -7472,195 +9993,274 @@ code { box-shadow: none; } -.content .btn-default { - color: #333333; - background-color: white; - border-color: #cccccc; +#page #content .widget .btn-default { + color: #333 !important; + background-color: #fff; + border-color: #ccc; } -.content .btn-default:hover, .content .btn-default:focus, .content .btn-default:active, .content .btn-default.active, .open > .content .btn-default.dropdown-toggle { - color: #333333; + +#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; } -.content .btn-default:active, .content .btn-default.active, .open > .content .btn-default.dropdown-toggle { + +#page #content .widget .btn-default:active, #page #content .widget .btn-default.active, +.open > #page #content .widget .btn-default.dropdown-toggle { background-image: none; } -.content .btn-default.disabled, .content .btn-default.disabled:hover, .content .btn-default.disabled:focus, .content .btn-default.disabled:active, .content .btn-default.disabled.active, .content .btn-default[disabled], .content .btn-default[disabled]:hover, .content .btn-default[disabled]:focus, .content .btn-default[disabled]:active, .content .btn-default[disabled].active, fieldset[disabled] .content .btn-default, fieldset[disabled] .content .btn-default:hover, fieldset[disabled] .content .btn-default:focus, fieldset[disabled] .content .btn-default:active, fieldset[disabled] .content .btn-default.active { - background-color: white; - border-color: #cccccc; + +#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; } -.content .btn-default .badge { - color: white; - background-color: #333333; + +#page #content .widget .btn-default .badge { + color: #fff; + background-color: #333; } -.content .btn-primary { - color: white; - background-color: #428bca; - border-color: #357ebd; +#page #content .widget .btn-primary { + color: #fff !important; + background-color: #337ab7; + border-color: #2e6da4; } -.content .btn-primary:hover, .content .btn-primary:focus, .content .btn-primary:active, .content .btn-primary.active, .open > .content .btn-primary.dropdown-toggle { - color: white; - background-color: #3071a9; - border-color: #285e8e; + +#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: #286090; + border-color: #204d74; } -.content .btn-primary:active, .content .btn-primary.active, .open > .content .btn-primary.dropdown-toggle { + +#page #content .widget .btn-primary:active, #page #content .widget .btn-primary.active, +.open > #page #content .widget .btn-primary.dropdown-toggle { background-image: none; } -.content .btn-primary.disabled, .content .btn-primary.disabled:hover, .content .btn-primary.disabled:focus, .content .btn-primary.disabled:active, .content .btn-primary.disabled.active, .content .btn-primary[disabled], .content .btn-primary[disabled]:hover, .content .btn-primary[disabled]:focus, .content .btn-primary[disabled]:active, .content .btn-primary[disabled].active, fieldset[disabled] .content .btn-primary, fieldset[disabled] .content .btn-primary:hover, fieldset[disabled] .content .btn-primary:focus, fieldset[disabled] .content .btn-primary:active, fieldset[disabled] .content .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; + +#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: #337ab7; + border-color: #2e6da4; } -.content .btn-primary .badge { - color: #428bca; - background-color: white; + +#page #content .widget .btn-primary .badge { + color: #337ab7; + background-color: #fff; } -.content .btn-success { - color: white; +#page #content .widget .btn-success { + color: #fff !important; background-color: #5cb85c; border-color: #4cae4c; } -.content .btn-success:hover, .content .btn-success:focus, .content .btn-success:active, .content .btn-success.active, .open > .content .btn-success.dropdown-toggle { - color: white; + +#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: #449d44; border-color: #398439; } -.content .btn-success:active, .content .btn-success.active, .open > .content .btn-success.dropdown-toggle { + +#page #content .widget .btn-success:active, #page #content .widget .btn-success.active, +.open > #page #content .widget .btn-success.dropdown-toggle { background-image: none; } -.content .btn-success.disabled, .content .btn-success.disabled:hover, .content .btn-success.disabled:focus, .content .btn-success.disabled:active, .content .btn-success.disabled.active, .content .btn-success[disabled], .content .btn-success[disabled]:hover, .content .btn-success[disabled]:focus, .content .btn-success[disabled]:active, .content .btn-success[disabled].active, fieldset[disabled] .content .btn-success, fieldset[disabled] .content .btn-success:hover, fieldset[disabled] .content .btn-success:focus, fieldset[disabled] .content .btn-success:active, fieldset[disabled] .content .btn-success.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, #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: #5cb85c; border-color: #4cae4c; } -.content .btn-success .badge { + +#page #content .widget .btn-success .badge { color: #5cb85c; - background-color: white; + background-color: #fff; } -.content .btn-info { - color: white; +#page #content .widget .btn-info { + color: #fff !important; background-color: #5bc0de; border-color: #46b8da; } -.content .btn-info:hover, .content .btn-info:focus, .content .btn-info:active, .content .btn-info.active, .open > .content .btn-info.dropdown-toggle { - color: white; + +#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: #31b0d5; border-color: #269abc; } -.content .btn-info:active, .content .btn-info.active, .open > .content .btn-info.dropdown-toggle { + +#page #content .widget .btn-info:active, #page #content .widget .btn-info.active, +.open > #page #content .widget .btn-info.dropdown-toggle { background-image: none; } -.content .btn-info.disabled, .content .btn-info.disabled:hover, .content .btn-info.disabled:focus, .content .btn-info.disabled:active, .content .btn-info.disabled.active, .content .btn-info[disabled], .content .btn-info[disabled]:hover, .content .btn-info[disabled]:focus, .content .btn-info[disabled]:active, .content .btn-info[disabled].active, fieldset[disabled] .content .btn-info, fieldset[disabled] .content .btn-info:hover, fieldset[disabled] .content .btn-info:focus, fieldset[disabled] .content .btn-info:active, fieldset[disabled] .content .btn-info.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, #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: #5bc0de; border-color: #46b8da; } -.content .btn-info .badge { + +#page #content .widget .btn-info .badge { color: #5bc0de; - background-color: white; + background-color: #fff; } -.content .btn-warning { - color: white; +#page #content .widget .btn-warning { + color: #fff !important; background-color: #f0ad4e; border-color: #eea236; } -.content .btn-warning:hover, .content .btn-warning:focus, .content .btn-warning:active, .content .btn-warning.active, .open > .content .btn-warning.dropdown-toggle { - color: white; + +#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: #ec971f; border-color: #d58512; } -.content .btn-warning:active, .content .btn-warning.active, .open > .content .btn-warning.dropdown-toggle { + +#page #content .widget .btn-warning:active, #page #content .widget .btn-warning.active, +.open > #page #content .widget .btn-warning.dropdown-toggle { background-image: none; } -.content .btn-warning.disabled, .content .btn-warning.disabled:hover, .content .btn-warning.disabled:focus, .content .btn-warning.disabled:active, .content .btn-warning.disabled.active, .content .btn-warning[disabled], .content .btn-warning[disabled]:hover, .content .btn-warning[disabled]:focus, .content .btn-warning[disabled]:active, .content .btn-warning[disabled].active, fieldset[disabled] .content .btn-warning, fieldset[disabled] .content .btn-warning:hover, fieldset[disabled] .content .btn-warning:focus, fieldset[disabled] .content .btn-warning:active, fieldset[disabled] .content .btn-warning.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, #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: #f0ad4e; border-color: #eea236; } -.content .btn-warning .badge { + +#page #content .widget .btn-warning .badge { color: #f0ad4e; - background-color: white; + background-color: #fff; } -.content .btn-danger { - color: white; +#page #content .widget .btn-danger { + color: #fff !important; background-color: #d9534f; border-color: #d43f3a; } -.content .btn-danger:hover, .content .btn-danger:focus, .content .btn-danger:active, .content .btn-danger.active, .open > .content .btn-danger.dropdown-toggle { - color: white; + +#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: #c9302c; border-color: #ac2925; } -.content .btn-danger:active, .content .btn-danger.active, .open > .content .btn-danger.dropdown-toggle { + +#page #content .widget .btn-danger:active, #page #content .widget .btn-danger.active, +.open > #page #content .widget .btn-danger.dropdown-toggle { background-image: none; } -.content .btn-danger.disabled, .content .btn-danger.disabled:hover, .content .btn-danger.disabled:focus, .content .btn-danger.disabled:active, .content .btn-danger.disabled.active, .content .btn-danger[disabled], .content .btn-danger[disabled]:hover, .content .btn-danger[disabled]:focus, .content .btn-danger[disabled]:active, .content .btn-danger[disabled].active, fieldset[disabled] .content .btn-danger, fieldset[disabled] .content .btn-danger:hover, fieldset[disabled] .content .btn-danger:focus, fieldset[disabled] .content .btn-danger:active, fieldset[disabled] .content .btn-danger.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, #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: #d9534f; border-color: #d43f3a; } -.content .btn-danger .badge { + +#page #content .widget .btn-danger .badge { color: #d9534f; - background-color: white; + background-color: #fff; } -.content .btn-link { - color: #428bca; +#page #content .widget .btn-link { + color: #337ab7 !important; font-weight: normal; cursor: pointer; border-radius: 0; } -.content .btn-link, .content .btn-link:active, .content .btn-link[disabled], fieldset[disabled] .content .btn-link { + +#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; } -.content .btn-link, .content .btn-link:hover, .content .btn-link:focus, .content .btn-link:active { + +#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; } -.content .btn-link:hover, .content .btn-link:focus { - color: #2a6496; + +#page #content .widget .btn-link:hover, #page #content .widget .btn-link:focus { + color: #23527c !important; text-decoration: underline; background-color: transparent; } -.content .btn-link[disabled]:hover, .content .btn-link[disabled]:focus, fieldset[disabled] .content .btn-link:hover, fieldset[disabled] .content .btn-link:focus { - color: #777777; + +#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; } -.content .btn-lg, .content .btn-group-lg > .btn { +#page #content .widget .btn-lg, #page #content .widget .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.33333; border-radius: 6px; } -.content .btn-sm, .content .btn-group-sm > .btn { +#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; } -.content .btn-xs, .content .btn-group-xs > .btn { +#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; } -.content .btn-block { +#page #content .widget .btn-block { display: block; width: 100%; } -.content .btn-block + .content .btn-block { +#page #content .widget .btn-block + #page #content .widget .btn-block { margin-top: 5px; } -input[type="submit"].content.btn-block, -input[type="reset"].content.btn-block, -input[type="button"].content.btn-block { +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%; } @@ -7668,29 +10268,33 @@ input[type="button"].content.btn-block { --------------------------------------------------------------*/ #main { border-radius: 4px; - background-color: white; + 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; - */ + -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: white; + background-color: #fff; padding: 1em; } +.panel-grid .post { + background-color: transparent; +} + /*-------------------------------------------------------------- 10.0 Content --------------------------------------------------------------*/ @@ -7706,8 +10310,7 @@ input[type="button"].content.btn-block { display: none; } -.single .byline, -.group-blog .byline { +.single .byline { display: inline; } @@ -7759,11 +10362,11 @@ a.btn { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #cccccc; + border-top-color: #ccc; } .comment.thread-odd { - background-color: whitesmoke; + background-color: #f5f5f5; } .comment-content a { @@ -7789,6 +10392,107 @@ a.btn { padding-bottom: 10px; } +/*-------------------------------------------------------------- +10.5 UC People Page Template +--------------------------------------------------------------*/ +#page-userlist .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +#page-userlist .person ul { + list-style-type: disc; +} + +#page-userlist .person ol { + list-style-type: decimal; +} + +#page-userlist .person a.person-permalink h4.person-name { + font-size: 19px; +} + +#page-userlist h3.group-title { + border-bottom: 1px solid #eee; + padding-bottom: 10px; + width: 100%; +} + +#page-userlist table { + margin-bottom: 0px; +} + +#page-userlist table td.person-thumbnail img { + max-width: none; +} + +#page-userlist table thead { + border-top: none !important; + border-bottom: none !important; +} + +#page-userlist .table > thead > tr > th { + border-bottom: none !important; +} + +#page-userlist .table > tbody > tr > td { + border-top: none !important; +} + +#page-userlist .table > tbody > tr { + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + +.ui-datepicker-header { + color: black; +} + +/*-------------------------------------------------------------- +10.7 Breadcrumbs +--------------------------------------------------------------*/ +.breadcrumb { + margin-bottom: 0px; +} + +.breadcrumb li.menu-item { + margin-right: -3px; +} + +@media (max-width: 767px) { + .breadcrumb { + display: none; + } +} + +.breadcrumb > li + li::before { + content: "/"; +} + +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + +/*-------------------------------------------------------------- +10.9 Private Pages +--------------------------------------------------------------*/ +#page-private-list ul { + padding-left: 0px; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -7902,26 +10606,51 @@ object { == Link Flags - - - - - - - - - - - - - - - - - - - */ .flag { - background-color: rgba(0, 0, 0, 0.1); - font-size: 80%; - padding: .2em .3em; - margin-left: .4em; - border-radius: .3em; + 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; - opacity: .7; + border-width: 0 !important; + opacity: 0.7 !important; } .external .glyphicon-new-window { - font-size: .8em; - margin-left: .4em; - opacity: .7; + font-size: 0.8em !important; + margin-left: 0.4em !important; + opacity: 0.7 !important; } .external:hover .glyphicon-new-window { - opacity: 1; + 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; } /* - - - - - - - - - - - - - - - - - - - @@ -8014,12 +10743,14 @@ q:before, table q:after { 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; @@ -8028,29 +10759,40 @@ q:before, table q:after { 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; @@ -8059,9 +10801,11 @@ q:before, table q:after { 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: ' '; } @@ -8072,20 +10816,46 @@ q:before, table q:after { .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; + +.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%; + } + */ +} + +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } } /* - - - - - - - - - - - - - - - - - - - @@ -8097,6 +10867,7 @@ q:before, table q:after { margin: 0; font-size: 2em; } + #vb #vb-timespan .glyphicon-new-window { display: none; } @@ -8104,9 +10875,11 @@ q:before, table q:after { #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; } @@ -8116,13 +10889,17 @@ q:before, table q:after { 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; + display: flex !important; } + .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; } @@ -8130,16 +10907,20 @@ q:before, table q:after { #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; @@ -8148,29 +10929,37 @@ q:before, table q:after { font-weight: normal; opacity: .7; } + #events-table table tbody th.today { - background: #cccccc; - color: black; + 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; } @@ -8199,10 +10988,10 @@ q:before, table q:after { == Footers - - - - - - - - - - - - - - - - - - - */ #footers { - background-color: #eeeeee; + background-color: #eee; margin: 1.5em 0 0 0; border: 0px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-width: 2px 0 0 0; } @@ -8223,152 +11012,282 @@ body.sticky .ie8 #footers { background-color: transparent; /* Make sure select elements fit in widgets */ } + #mega-footer .widget { overflow: hidden; border: 1px solid transparent; - border-width: 1px; - border-color: #cccccc; + border-width: 0; + border-color: #ccc; border-radius: 4px; margin: 0 0 1.5em 0; padding: 0; - background-color: white; - color: black; + background-color: transparent; + color: #000; } + #mega-footer .widget .widget-head { border: 1px solid transparent; padding: 0.5em 0.5em 0.5em 1em; - border-width: 0 0 1px 0; - border-color: #cccccc; - background-color: white; + border-width: 0; + border-color: #ccc; + background-color: transparent; } -#mega-footer .widget .widget-head h2 { + +#mega-footer .widget .widget-title { margin: 0; font-size: 1em; - color: black; + color: #000; } + #mega-footer .widget a { - color: #428bca; + color: #337ab7; } + #mega-footer .widget a:hover { - color: #2a6496; + color: #23527c; +} + +#mega-footer .widget .nav-pills .active a { + color: #fff; } + +#mega-footer .widget .nav-pills .active a:hover { + color: #fff; + background-color: #337ab7; +} + #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 { + /* === UC People + */ /* === CORE WP Widgets - */ + */ /* === 3rd Party Widgets - */ + */ /* === UCONN Widgets - */ + */ +} + +#mega-footer .widget.uc-people-widget { + padding: 10px 30px !important; +} + +#mega-footer .widget.uc-people-widget .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} + +#mega-footer .widget.uc-people-widget .person ul { + list-style-type: disc; +} + +#mega-footer .widget.uc-people-widget .person ol { + list-style-type: decimal; +} + +#mega-footer .widget.uc-people-widget .person a.person-permalink h4.person-name { + font-size: 19px; +} + +#mega-footer .widget.uc-people-widget h3.group-title { + border-bottom: 1px solid #eee; + color: #ac0000; + padding-bottom: 10px; + width: 100%; +} + +#mega-footer .widget.uc-people-widget table { + margin-bottom: 0px; } + +#mega-footer .widget.uc-people-widget table td.person-thumbnail img { + max-width: none; +} + #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: 2em; +} + #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.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: 2em; +} + +#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; @@ -8376,6 +11295,7 @@ body.sticky .ie8 #footers { font-weight: normal; clear: left; } + #mega-footer .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { visibility: hidden; display: block; @@ -8384,60 +11304,75 @@ body.sticky .ie8 #footers { 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-ecw { + +#mega-footer .widget .uc-cal { font: inherit; + padding: 0 !important; + margin: 1em !important; /*- - - - - */ /**/ /**/ - /**/ -} -#mega-footer .widget.uc-ecw .uc-cal { - margin: 1em !important; - padding: 0 !important; } -#mega-footer .widget.uc-ecw .uc-cal * { + +#mega-footer .widget .uc-cal * { margin: 0 !important; padding: 0 !important; border: 0 !important; @@ -8452,42 +11387,37 @@ body.sticky .ie8 #footers { 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-ecw .uc-cal-item { + +#mega-footer .widget .uc-cal .uc-cal-item { margin: 1em 0 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event { + +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event { position: relative !important; - color: #428bca !important; - /* - - inherits color from the .uc-cal-event , so the hovers text decorations work. - - .uc-cal-event-title { - @if $parent == "#mega-footer" { - color:$megafooter-ecw-title-color !important; - } @else { - color:$ecw-title-color !important; - } - } - - */ -} -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event .uc-cal-event-date { + color: #337ab7 !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: #428bca !important; + color: #337ab7 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { - color: #2a6496 !important; + +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #23527c !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { - color: #2a6496 !important; + +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #23527c !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:after { + +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:after { visibility: hidden !important; display: block !important; font-size: 0 !important; @@ -8495,15 +11425,18 @@ body.sticky .ie8 #footers { clear: both !important; height: 0 !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { padding-left: 70px !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + +#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-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + +#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; @@ -8511,73 +11444,96 @@ body.sticky .ie8 #footers { font-size: 70% !important; text-transform: uppercase !important; letter-spacing: 1px !important; - border-color: #cccccc !important; - background-color: white !important; - color: black !important; + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; + border-color: #ccc !important; + background-color: #fff !important; + color: inherit !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + +#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: #cccccc !important; - background-color: white !important; - color: black !important; + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; + border-color: #ccc !important; + background-color: #fff !important; + color: inherit !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { - color: black !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-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { - border-color: #cccccc !important; - background-color: white !important; - color: black !important; + +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #ccc !important; + background-color: transparent !important; + color: #000 !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { - background-color: white !important; - color: black !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-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { - color: #2a6496 !important; + +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #23527c !important; } -#mega-footer .widget.uc-ecw .uc-listcal { + +#mega-footer .widget .uc-cal.uc-listcal { padding-left: 3.7em !important; } -#mega-footer .widget.uc-ecw .uc-listcal .uc-cal-event-date { + +#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: #428bca; + color: #337ab7; } + #footer ul { padding: 0; } + #footer a { - color: #428bca; + color: #337ab7; } + #footer a:hover { - color: #2a6496; + color: #23527c; } + #footer li { display: inline; margin-right: 1em; } + #footer li:last-child { margin-right: 0; } + #footer li a { padding: 15px 0px; } #footers .btn { - content: 'zzzzzzz95'; display: inline-block; margin-bottom: 0; font-weight: normal; @@ -8586,7 +11542,7 @@ body.sticky .ie8 #footers { cursor: pointer; background-image: none; border: 1px solid transparent; - white-space: nowrap; + white-space: normal; padding: 6px 12px; font-size: 14px; line-height: 1.42857; @@ -8596,22 +11552,27 @@ body.sticky .ie8 #footers { -ms-user-select: none; user-select: none; } -#footers .btn:focus, #footers .btn:active:focus, #footers .btn.active:focus { + +#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: #333333; + 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 { + +#footers .btn.disabled, #footers .btn[disabled], +fieldset[disabled] #footers .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; @@ -8621,165 +11582,244 @@ body.sticky .ie8 #footers { } #footers .btn-default { - color: #333333; - background-color: white; - border-color: #cccccc; + color: #333 !important; + background-color: #fff; + border-color: #ccc; } -#footers .btn-default:hover, #footers .btn-default:focus, #footers .btn-default:active, #footers .btn-default.active, .open > #footers .btn-default.dropdown-toggle { - color: #333333; + +#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 { + +#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:active, #footers .btn-default.disabled.active, #footers .btn-default[disabled], #footers .btn-default[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-default.active { - background-color: white; - border-color: #cccccc; + +#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: white; - background-color: #333333; + color: #fff; + background-color: #333; } #footers .btn-primary { - color: white; - background-color: #428bca; - border-color: #357ebd; + color: #fff !important; + background-color: #337ab7; + border-color: #2e6da4; } -#footers .btn-primary:hover, #footers .btn-primary:focus, #footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle { - color: white; - background-color: #3071a9; - border-color: #285e8e; + +#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: #286090; + border-color: #204d74; } -#footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle { + +#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:active, #footers .btn-primary.disabled.active, #footers .btn-primary[disabled], #footers .btn-primary[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; + +#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: #337ab7; + border-color: #2e6da4; } + #footers .btn-primary .badge { - color: #428bca; - background-color: white; + color: #337ab7; + background-color: #fff; } #footers .btn-success { - color: white; + color: #fff !important; background-color: #5cb85c; border-color: #4cae4c; } -#footers .btn-success:hover, #footers .btn-success:focus, #footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle { - color: white; + +#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: #449d44; border-color: #398439; } -#footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle { + +#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:active, #footers .btn-success.disabled.active, #footers .btn-success[disabled], #footers .btn-success[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-success.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, #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: #5cb85c; border-color: #4cae4c; } + #footers .btn-success .badge { color: #5cb85c; - background-color: white; + background-color: #fff; } #footers .btn-info { - color: white; + color: #fff !important; background-color: #5bc0de; border-color: #46b8da; } -#footers .btn-info:hover, #footers .btn-info:focus, #footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle { - color: white; + +#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: #31b0d5; border-color: #269abc; } -#footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle { + +#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:active, #footers .btn-info.disabled.active, #footers .btn-info[disabled], #footers .btn-info[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-info.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, #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: #5bc0de; border-color: #46b8da; } + #footers .btn-info .badge { color: #5bc0de; - background-color: white; + background-color: #fff; } #footers .btn-warning { - color: white; + color: #fff !important; background-color: #f0ad4e; border-color: #eea236; } -#footers .btn-warning:hover, #footers .btn-warning:focus, #footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle { - color: white; + +#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: #ec971f; border-color: #d58512; } -#footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle { + +#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:active, #footers .btn-warning.disabled.active, #footers .btn-warning[disabled], #footers .btn-warning[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-warning.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, #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: #f0ad4e; border-color: #eea236; } + #footers .btn-warning .badge { color: #f0ad4e; - background-color: white; + background-color: #fff; } #footers .btn-danger { - color: white; + color: #fff !important; background-color: #d9534f; border-color: #d43f3a; } -#footers .btn-danger:hover, #footers .btn-danger:focus, #footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle { - color: white; + +#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: #c9302c; border-color: #ac2925; } -#footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle { + +#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:active, #footers .btn-danger.disabled.active, #footers .btn-danger[disabled], #footers .btn-danger[disabled]:hover, #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:active, fieldset[disabled] #footers .btn-danger.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, #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: #d9534f; border-color: #d43f3a; } + #footers .btn-danger .badge { color: #d9534f; - background-color: white; + background-color: #fff; } #footers .btn-link { - color: #428bca; + color: #337ab7 !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 { + +#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: #2a6496; + color: #23527c !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; + +#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.33; + line-height: 1.33333; border-radius: 6px; } @@ -8812,26 +11852,196 @@ input[type="button"]#footers.btn-block { width: 100%; } -/* +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} + +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} - ATTN: Devs +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} + +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} + +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} + +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} + +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} + +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} + +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} + +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} + +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} + +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} + +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} + +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} + +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} + +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} + +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} + +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} + +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} - Never place any SASS or CSS in this file. - Look for the appropriate .scss file that's being imported. Add it there. - If no file makes sense, for example, this is for a new feature... make a new .scss file, @import it, - and work there. - - Also! Any colors... register them as variables and use !default so we can override them later. - - - Andrew - -*/ body { font-family: 'Open Sans', helvetica, arial, sans-serif; } + body a { text-decoration: none; - color: #00a8b1; + color: #00A8B1; } p { @@ -8865,38 +12075,46 @@ h1, .h1, h2, .h2, h3, .h3 { background: -o-linear-gradient(top, #333333 0%, #282828 100%); background: -ms-linear-gradient(top, #333333 0%, #282828 100%); background: linear-gradient(to bottom, #333333 0%, #282828 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#282828',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#282828',GradientType=0 ); border-top: 1px solid #3F3F3F; } + #site-title .searchform { display: none; } + #site-title #uc-site-title { width: 400px; padding-bottom: 15px; } + @media (max-width: 1200px) { #site-title #uc-site-title { line-height: 1.5em; font-size: 19px; } } + #site-title #uc-site-title a { color: white; } + @media (max-width: 1200px) { #site-title #uc-site-title a { font-size: 22px; } } + @media (max-width: 991px) { #site-title #uc-site-title { width: auto; } } + #site-title #site-navigation #primary-nav { padding-left: 0px; } + #site-title #site-navigation #primary-nav #menu-primary li:nth-last-child(1) a:before { content: "\E028"; font-family: "Glyphicons Regular"; @@ -8909,64 +12127,80 @@ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; } } + #nav-wrapper .navbar-default { background-color: transparent; border: none; } + #nav-wrapper .navbar-default .navbar-header .navbar-brand { color: white; } + #nav-wrapper .navbar-default .navbar-header .navbar-toggle { background-color: #DDDDDD; } + #nav-wrapper .navbar-default .navbar-right { display: none; } + #nav-wrapper .navbar { margin-bottom: 10px; } + @media (max-width: 767px) { #nav-wrapper .navbar { margin-bottom: 0; } } + @media (max-width: 767px) { #nav-wrapper .navbar-nav { float: none; text-align: center; } } + #nav-wrapper .navbar-nav li a { padding-left: 0px; padding-right: 30px; padding-bottom: 0; } + @media (max-width: 767px) { #nav-wrapper .navbar-nav li a { padding-bottom: 10px; } } + #nav-wrapper ul li a { color: white; } + #nav-wrapper ul li a:hover { - color: #00a8b1; + color: #00A8B1; } + #nav-wrapper .dropdown-menu { background-color: #262626; margin-top: 15px; } + #nav-wrapper .dropdown-menu li a:hover { background-color: transparent; } + #nav-wrapper .navbar-collapse { border-color: inherit; } + #nav-wrapper .search-field { margin-top: 12px; font-size: 12px; padding-left: 15px; } + #nav-wrapper .search-field input { border: transparent; border-radius: 3px; @@ -8977,7 +12211,7 @@ h1, .h1, h2, .h2, h3, .h3 { .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background-color: transparent; - color: #00a8b1 !important; + color: #00A8B1 !important; } /* ----------------------------- UC-Cal ----------------------------- */ @@ -8990,15 +12224,17 @@ ol.uc-cal-list { } .uc-iconcal .uc-cal-event-date { - background-color: #41b23c !important; + background-color: #41B23C !important; box-shadow: none !important; border: 1px solid #309C2C !important; width: 49px !important; left: 0 !important; } + .uc-iconcal .uc-cal-event-date:hover { background-color: #369332 !important; } + .uc-iconcal .uc-cal-event-month { height: 19px !important; font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; @@ -9007,6 +12243,7 @@ ol.uc-cal-list { padding-top: 5px !important; cursor: inherit !important; } + .uc-iconcal .uc-cal-event-day { height: 33px !important; padding-top: 4px !important; @@ -9014,23 +12251,29 @@ ol.uc-cal-list { font-size: 26px !important; color: white; } + .uc-iconcal .uc-cal-event-time { - color: #9944a9 !important; + color: #9944A9 !important; padding-top: 5px !important; } + .uc-iconcal .uc-cal-event { padding: 2px 4px 6px 60px !important; } + .uc-iconcal .uc-cal-event:hover { text-decoration: none !important; } + .uc-iconcal .uc-cal-event-title { padding-top: 3px !important; line-height: 1.2em !important; } + .uc-iconcal .uc-cal-event-title:hover { - color: #9944a9 !important; + color: #9944A9 !important; } + .uc-iconcal .uc-cal-item { min-height: 50px; } @@ -9042,18 +12285,22 @@ ol.uc-cal-list { border: 1px solid #EBEBEB; padding: 30px; } + #content .widget h3 { font-size: 27px; letter-spacing: 0.5px; } + #content .widget .widget-title { font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; text-shadow: 0px 1px 0px white; color: #4B4B4B; } + #content .widget a { - color: #00a8b1; + color: #00A8B1; } + #content .widget a.btn { width: 100%; color: white; @@ -9066,47 +12313,59 @@ ol.uc-cal-list { margin-top: 5px; padding-top: 8px; } + #content .widget article { padding: 0; } + #content .widget h4.entry-title { text-transform: uppercase; - color: #00a8b1; + color: #00A8B1; font-size: 16px; font-weight: 600; margin-bottom: 18px; } + #content .widget.widget_metaslider_widget { padding: 0; } + #content .post { background-color: transparent; } + #content ul.slides li { margin-bottom: 0; } + #content .entry-content { margin: 0; } + @media (max-width: 767px) { #content .entry-content { padding: inherit; } } + #content .entry-content a { text-decoration: none; } + #content .entry-content a:hover { text-decoration: underline; - color: #00a8b1; + color: #00A8B1; } + #content .widget_black-studio-tinymce { margin-bottom: 15px !important; } + #content .in-page-list { border: none; background: transparent; } + #content .btn { color: white; font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; @@ -9117,21 +12376,26 @@ ol.uc-cal-list { line-height: 1.1em; padding-top: 8px; } + #content .btn-lg, #content .btn-group-lg > .btn { padding-top: 13px; } + #content .btn-xs, #content .btn-group-xs > .btn { padding: 3px 10px; font-size: 14px; } + #content .btn-default { - color: #00a8b1; + color: #00A8B1; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7); } + #content .btn-link { - color: #00a8b1; + color: #00A8B1; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7); } + #content .alignleft, #content .alignright { margin-top: 1em; margin-bottom: 1em; @@ -9141,48 +12405,57 @@ ol.uc-cal-list { opacity: 1 !important; background-color: rgba(65, 178, 60, 0.8) !important; } + #page-blank .metaslider .caption-wrap .caption, #page-page .metaslider .caption-wrap .caption { padding: 7px 12px; font-size: 12px; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); line-height: 1.3em; } + #page-blank .ie8 .metaslider .caption-wrap, #page-page .ie8 .metaslider .caption-wrap { - background-color: #41b23c; + background-color: #41B23C; } /* ---------------------------- Home Page Specific Styles ------------------------------- */ body.home .entry-content { padding-right: 0px !important; } + body.home .panel-grid:nth-child(2) .panel-grid-cell:nth-child(1) p { margin-bottom: 5px !important; } + body.home .metaslider .caption-wrap { top: 0; width: 45%; background-color: rgba(242, 234, 14, 0.8); opacity: 1; } + @media (max-width: 991px) { body.home .metaslider .caption-wrap { width: 100%; } } + @media (max-width: 767px) { body.home .metaslider .caption-wrap { position: relative; } } + body.home .metaslider .caption-wrap .caption { padding: 12px 40px; font-size: 14px; } + @media (max-width: 767px) { body.home .metaslider .caption-wrap .caption { padding: 12px 40px 30px; } } + body.home .metaslider .caption-wrap h1 { font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; font-size: 45px; @@ -9191,17 +12464,20 @@ body.home .metaslider .caption-wrap h1 { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); line-height: 1em; } + @media (max-width: 991px) { body.home .metaslider .caption-wrap h1 { font-size: 32px; } } + body.home .metaslider .caption-wrap p { line-height: 1.5em; font-size: 15px; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } + body.home .metaslider .caption-wrap a.btn { margin-top: 20px !important; width: auto !important; @@ -9210,6 +12486,7 @@ body.home .metaslider .caption-wrap a.btn { padding-right: 25px; padding-top: 7px !important; } + body.home .hentry { margin: 0; } @@ -9218,16 +12495,19 @@ body.home .hentry { #page-page, #page-blank, #page-userlist, #page-user-profile .col-sm-9, #page-single, #page-archive, #page-advising { background-color: #FAFAFA; } + #page-page .row:nth-child(1), #page-blank .row:nth-child(1), #page-userlist .row:nth-child(1), #page-user-profile .col-sm-9 .row:nth-child(1), #page-single .row:nth-child(1), #page-archive .row:nth-child(1), #page-advising .row:nth-child(1) { background-color: #FAFAFA; border: 1px solid #EBEBEB; } + #page-page #main, #page-blank #main, #page-userlist #main, #page-user-profile .col-sm-9 #main, #page-single #main, #page-archive #main, #page-advising #main { background-color: transparent; padding-left: 40px; padding-right: 40px; margin-top: 18px; } + #page-page h1, #page-blank h1, #page-userlist h1, #page-user-profile .col-sm-9 h1, #page-single h1, #page-archive h1, #page-advising h1 { margin-bottom: 30px; font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; @@ -9236,9 +12516,10 @@ body.home .hentry { text-shadow: 0px 1px 0px white; color: #4B4B4B; } + #page-page h2, #page-blank h2, #page-userlist h2, #page-user-profile .col-sm-9 h2, #page-single h2, #page-archive h2, #page-advising h2 { text-transform: uppercase; - color: #00a8b1; + color: #00A8B1; font-size: 20px; } @@ -9250,49 +12531,62 @@ body.home .hentry { #page-blank { background-color: #FAFAFA; } + #page-blank .entry-content { margin-top: -1px; padding-top: 40px; padding-right: auto; } + #page-blank .row:nth-child(1) { background-color: #FAFAFA; border: 1px solid #EBEBEB; } + #page-blank .widget { border: 0; padding: 0; } + #page-blank h1 { margin-top: 0; text-shadow: 0px 1px 0px white; color: #4B4B4B; } + #page-blank .menu-item { padding: 4px 10px 4px 28px; } + #page-blank .widget_nav_menu { margin-left: -15px !important; } + #page-blank .widget_nav_menu h3 { padding-left: 28px; } + #page-blank .menu { margin-left: 0 !important; } + #page-blank .current_page_item { - background-color: #c5112e; + background-color: #C5112E; } + #page-blank .current_page_item a { color: white; } + #page-blank .current_page_item a:hover { color: #ccc; } + #page-blank .textwidget { padding-left: 15px; padding-right: 15px; } + @media (max-width: 767px) { #page-blank .textwidget { padding-right: 10px; @@ -9304,10 +12598,12 @@ body.home .hentry { #page-page .entry-content { padding-right: 0; } + #page-page .entry-content .widget { padding: 0px !important; border: none; } + #page-page .entry-content .widget h1 { margin-top: 0px; margin-bottom: 20px; @@ -9316,15 +12612,18 @@ body.home .hentry { /* ----------------------------- Page Advising ----------------------------- */ #page-advising .left-courses { /*padding-left:0; - padding-right:0; - border-right:1px solid red;*/ + padding-right:0; + border-right:1px solid red;*/ } + #page-advising .select-course { margin-top: 10px; } + #page-advising #ece-course { margin-top: 30px; } + #page-advising #ece-course #ece-course-name { font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; font-size: 30px; @@ -9332,9 +12631,11 @@ body.home .hentry { text-shadow: 0px 1px 0px white; color: #4B4B4B; } + #page-advising #ece-major { margin-top: 30px; } + #page-advising #ece-major #ece-major-name { font-family: 'bebas_neue_regularregular', helvetica, arial, sans-serif; font-size: 30px; @@ -9343,6 +12644,7 @@ body.home .hentry { color: #4B4B4B; line-height: 1em; } + #page-advising input, #page-advising button, #page-advising select, #page-advising textarea { width: 85%; } @@ -9352,35 +12654,45 @@ body.home .hentry { padding: 0px !important; border: none; } + #page-single .widget h1, #page-archive .widget h1 { margin-top: 0px; margin-bottom: 20px; } + #page-single .nav-links, #page-archive .nav-links { border: none !important; } + #page-single .entry-meta, #page-archive .entry-meta { margin: 20px 0; } + #page-single .post, #page-archive .post { padding-left: 0; } + #page-single .comments-link, #page-archive .comments-link { display: none; } + #page-single .edit-link, #page-archive .edit-link { margin-left: 10px; } + #page-single .page-title, #page-archive .page-title { margin-bottom: 0; color: #bbb; } + #page-single #secondary, #page-archive #secondary { margin-top: 50px !important; } + #page-single #secondary .searchform, #page-archive #secondary .searchform { display: none; } + #page-single #secondary #meta, #page-archive #secondary #meta { display: none; } @@ -9389,6 +12701,7 @@ body.home .hentry { .slider-green .caption-wrap { background-color: rgba(65, 178, 60, 0.7) !important; } + .slider-green .caption-wrap h1, .slider-green .caption-wrap p { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) !important; color: white !important; @@ -9397,6 +12710,7 @@ body.home .hentry { .slider-red .caption-wrap { background-color: rgba(197, 17, 46, 0.8) !important; } + .slider-red .caption-wrap h1, .slider-red .caption-wrap p { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) !important; color: white !important; @@ -9405,6 +12719,7 @@ body.home .hentry { .slider-purple .caption-wrap { background-color: rgba(128, 0, 128, 0.8) !important; } + .slider-purple .caption-wrap h1, .slider-purple .caption-wrap p { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) !important; color: white !important; @@ -9413,6 +12728,7 @@ body.home .hentry { .slider-teal .caption-wrap { background-color: rgba(0, 168, 177, 0.8) !important; } + .slider-teal .caption-wrap h1, .slider-teal .caption-wrap p { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) !important; color: white !important; @@ -9421,6 +12737,7 @@ body.home .hentry { .slider-orange .caption-wrap { background-color: rgba(247, 138, 17, 0.8) !important; } + .slider-orange .caption-wrap h1, .slider-orange .caption-wrap p { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) !important; color: white !important; @@ -9450,21 +12767,25 @@ body.home .hentry { background-size: calc(90%); background-position: center center; } + @media (max-width: 1200px) { .footer-img { height: 70px; } } + @media (max-width: 991px) { .footer-img { height: 60px; } } + @media (max-width: 767px) { .footer-img { height: 50px; } } + @media (max-width: 550px) { .footer-img { height: 30px; @@ -9482,23 +12803,27 @@ body.home .hentry { background: -o-linear-gradient(left, #43b23a 0%, #43b23a 19%, #00a8b1 20%, #00a8b1 39%, #9745a9 40%, #9745a9 59%, #f78a11 60%, #f78a11 79%, #c5112e 81%, #c5112e 100%); background: -ms-linear-gradient(left, #43b23a 0%, #43b23a 19%, #00a8b1 20%, #00a8b1 39%, #9745a9 40%, #9745a9 59%, #f78a11 60%, #f78a11 79%, #c5112e 81%, #c5112e 100%); background: linear-gradient(to right, #43b23a 0%, #43b23a 19%, #00a8b1 20%, #00a8b1 39%, #9745a9 40%, #9745a9 59%, #f78a11 60%, #f78a11 79%, #c5112e 81%, #c5112e 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b23a', endColorstr='#c5112e',GradientType=1 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b23a', endColorstr='#c5112e',GradientType=1 ); } + #footers .widget { background-color: transparent; border: none; color: white; font-size: 12px; } + #footers .widget-head { background-color: transparent !important; color: white; border: none !important; border-color: transparent; } + #footers .widget-head .widget-title { color: white !important; } + @media (max-width: 767px) { #footers .simple-social-icons { float: left; @@ -9507,6 +12832,7 @@ body.home .hentry { margin-left: 0 !important; } } + #footers .simple-social-icons li.social-vimeo a { width: auto; font-family: 'Open Sans', helvetica, arial, sans-serif; @@ -9516,34 +12842,43 @@ body.home .hentry { font-weight: 600 !important; background-color: #41B23C !important; } + #footers .simple-social-icons li.social-vimeo a:hover { background-color: #2E9929 !important; } + #footers .widget_black_studio_tinymce { margin-bottom: 0px; } + #footers .widget_black_studio_tinymce .textwidget { margin-left: 0 !important; } + #footers .widget_black_studio_tinymce .textwidget p { margin-bottom: 5px; } + #footers .widget_black_studio_tinymce .textwidget a { - color: #00a8b1; + color: #00A8B1; } + #footers #footer { color: white; font-size: 12px; padding-top: 0px; background-color: #313131; } + #footers #footer a { color: white; font-size: 12px; } + #footers #footer #uc-footer-links { text-align: center; } + #footers #mega-footer { background-color: #313131; } diff --git a/prepros.cfg b/prepros.cfg new file mode 100644 index 0000000..2e1f5a5 --- /dev/null +++ b/prepros.cfg @@ -0,0 +1,512 @@ +[ + { + "About This File": "This is Prepros config file, https://prepros.io . Please do not edit this file, doing so can crash Prepros." + }, + { + "data": { + "id": "", + "cfgVersion": 2, + "name": "ece", + "path": "", + "files": { + "34705733": { + "id": "34705733", + "path": "page-home.php", + "output": "page-home.php", + "name": "page-home.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "2e8f9ea2": { + "id": "2e8f9ea2", + "path": "README.md", + "output": "README.html", + "name": "README.md", + "category": "HTML", + "autoCompile": true, + "sanitize": false, + "gfm": true, + "wrapWithHtml": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "markdown" + }, + "d2e43269": { + "id": "d2e43269", + "path": "content-home-announcements.php", + "output": "content-home-announcements.php", + "name": "content-home-announcements.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "783a7455": { + "id": "783a7455", + "path": "functions.php", + "output": "functions.php", + "name": "functions.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "e9828eb6": { + "id": "e9828eb6", + "path": "header.php", + "output": "header.php", + "name": "header.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "d5370660": { + "id": "d5370660", + "path": "preadvising-page.php", + "output": "preadvising-page.php", + "name": "preadvising-page.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "aa810382": { + "id": "aa810382", + "path": "style.css", + "output": "style-dist.css", + "name": "style.css", + "category": "CSS", + "autoCompile": false, + "sourceMaps": false, + "compress": true, + "cssnext": false, + "autoprefixer": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "css" + }, + "c21c9897": { + "id": "c21c9897", + "path": "css/ece.css", + "output": "css/ece-dist.css", + "name": "ece.css", + "category": "CSS", + "autoCompile": false, + "sourceMaps": false, + "compress": true, + "cssnext": false, + "autoprefixer": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "css" + }, + "286aa29d": { + "id": "286aa29d", + "path": "css/fonts.css", + "output": "css/fonts-dist.css", + "name": "fonts.css", + "category": "CSS", + "autoCompile": false, + "sourceMaps": false, + "compress": true, + "cssnext": false, + "autoprefixer": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "css" + }, + "7d8fad49": { + "id": "7d8fad49", + "path": "inc/header-img.php", + "output": "inc/header-img.php", + "name": "header-img.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "6493ee1a": { + "id": "6493ee1a", + "path": "inc/nav.php", + "output": "inc/nav.php", + "name": "nav.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "6cf74faa": { + "id": "6cf74faa", + "path": "inc/site-title.php", + "output": "inc/site-title.php", + "name": "site-title.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "416c3978": { + "id": "416c3978", + "path": "inc/vars.php", + "output": "inc/vars.php", + "name": "vars.php", + "category": "JUST_WATCH", + "customOutput": false, + "imported": false, + "parents": [], + "type": "php" + }, + "e793a219": { + "id": "e793a219", + "path": "sass/_buttons-min.scss", + "output": "css/_buttons-min.css", + "name": "_buttons-min.scss", + "category": "CSS", + "autoCompile": false, + "autoprefixer": false, + "sourceMaps": false, + "libSass": true, + "compass": false, + "fullCompass": false, + "outputStyle": "expanded", + "customOutput": false, + "imported": true, + "parents": [ + "b5626c51" + ], + "type": "sass" + }, + "b095097e": { + "id": "b095097e", + "path": "sass/_fonts.scss", + "output": "css/_fonts.css", + "name": "_fonts.scss", + "category": "CSS", + "autoCompile": false, + "autoprefixer": false, + "sourceMaps": false, + "libSass": true, + "compass": false, + "fullCompass": false, + "outputStyle": "expanded", + "customOutput": false, + "imported": true, + "parents": [ + "b5626c51" + ], + "type": "sass" + }, + "f87086ac": { + "id": "f87086ac", + "path": "sass/_variables.scss", + "output": "css/_variables.css", + "name": "_variables.scss", + "category": "CSS", + "autoCompile": false, + "autoprefixer": false, + "sourceMaps": false, + "libSass": true, + "compass": false, + "fullCompass": false, + "outputStyle": "expanded", + "customOutput": false, + "imported": true, + "parents": [ + "b5626c51" + ], + "type": "sass" + }, + "b5626c51": { + "id": "b5626c51", + "path": "sass/ece.scss", + "output": "css/ece.css", + "name": "ece.scss", + "category": "CSS", + "autoCompile": true, + "autoprefixer": false, + "sourceMaps": false, + "libSass": true, + "compass": false, + "fullCompass": false, + "outputStyle": "expanded", + "customOutput": false, + "imported": false, + "parents": [], + "type": "sass" + }, + "cf79f8ab": { + "id": "cf79f8ab", + "path": "js/custom.js", + "output": "js/custom-dist.js", + "name": "custom.js", + "category": "JS", + "autoCompile": false, + "uglify": true, + "mangle": true, + "babel": false, + "sourceMaps": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "javascript" + }, + "01862b3f": { + "id": "01862b3f", + "path": "js/min/custom.min.js", + "output": "js/min/custom.min-dist.js", + "name": "custom.min.js", + "category": "JS", + "autoCompile": false, + "uglify": true, + "mangle": true, + "babel": false, + "sourceMaps": false, + "customOutput": false, + "imported": false, + "parents": [], + "type": "javascript" + }, + "821f5664": { + "id": "821f5664", + "path": "screenshot.jpg", + "output": "screenshot.jpg", + "name": "screenshot.jpg", + "category": "IMAGE", + "size": 37020, + "type": "jpg", + "initialSize": 37020, + "optimized": false, + "height": 0, + "width": 0 + }, + "54034db8": { + "id": "54034db8", + "path": "img/ece_title.png", + "output": "img/ece_title.png", + "name": "ece_title.png", + "category": "IMAGE", + "size": 12511, + "type": "png", + "initialSize": 12511, + "optimized": false, + "height": 0, + "width": 0 + } + }, + "deploymentHistory": {}, + "config": { + "watch": "", + "liveRefresh": true, + "useCustomServer": false, + "port": 0, + "useCustomPort": false, + "customServerUrl": "", + "watchedFileExtensions": "less, sass, scss, styl, md, markdown, coffee, js, jade, haml, slim, ls, html,htm, css, rb, php, asp, aspx, cfm, chm, cms, do, erb, jsp, mhtml, mspx, pl, py, shtml, cshtml, cs,vb, vbs, tpl, ctp, kit, png, jpg, jpeg", + "excludePatterns": "Prepros Build, node_modules, .git, .idea, .sass-cache, .hg, .svn, .cache, config.rb, prepros.cfg, .DS_Store, bower_components", + "autoprefixerBrowsers": "last 4 versions", + "liveRefreshDelay": 0, + "disableImportAutoCompile": true, + "browserFlow": { + "enabled": false, + "mouseSync": true, + "scrollSync": true, + "keyboardSync": true, + "animateCss": true + }, + "deployment": { + "ftpHost": "", + "ftpPort": "21", + "ftpUsePrivateKey": false, + "ftpPrivateKey": "", + "ftpRemotePath": "", + "ftpUserName": "", + "ftpPassword": "", + "ftpType": "FTP", + "ftpSecure": false, + "ftpUploadOnModify": false, + "ftpRefreshAfterUpload": false, + "ignorePreprocessableFiles": true, + "copyPath": "Prepros Build", + "excludePatterns": ".map, Prepros Build, config.rb, prepros.cfg, node_modules, .git, .idea, .sass-cache, .hg, .svn, .cache, .DS_Store, bower_components" + }, + "css": { + "path": "css/", + "outputType": "REPLACE_SEGMENT", + "segmentToReplace": "less, sass, stylus, scss, styl", + "segmentToReplaceWith": "css", + "preprocessableFilesDirs": "less/\nsass/\nstylus/\nscss/\nstyl/\n" + }, + "minCss": { + "path": "", + "outputType": "RELATIVE_FILEDIR", + "segmentToReplace": "", + "segmentToReplaceWith": "", + "types": "", + "preprocessableFilesDirs": "", + "filePrefix": "-dist" + }, + "html": { + "segmentToReplace": "jade, haml, slim, markdown, md, kit", + "segmentToReplaceWith": "html", + "path": "html/", + "extension": ".html", + "outputType": "REPLACE_SEGMENT", + "preprocessableFilesDirs": "jade/\nhaml/\nslim/\nmarkdown/\nmd/\nkit" + }, + "js": { + "segmentToReplace": "coffee, coffeescript, coffeescripts, ls, livescript, livescripts", + "segmentToReplaceWith": "html", + "extension": ".html", + "outputType": "REPLACE_SEGMENT", + "preprocessableFilesDirs": "coffee/\ncoffeescript/\ncoffeescripts/\nls/\nlivescript/\nlivescripts", + "path": "js/" + }, + "minJs": { + "path": "", + "outputType": "RELATIVE_FILEDIR", + "segmentToReplace": "", + "segmentToReplaceWith": "", + "types": "", + "preprocessableFilesDirs": "", + "filePrefix": "-dist" + }, + "compilers": { + "less": { + "autoCompile": true, + "autoprefixer": false, + "compress": false, + "sourceMaps": false + }, + "sass": { + "autoCompile": true, + "autoprefixer": false, + "sourceMaps": false, + "libSass": true, + "compass": false, + "fullCompass": false, + "outputStyle": "expanded" + }, + "stylus": { + "autoCompile": true, + "sourceMaps": false, + "autoprefixer": false, + "nib": false, + "compress": false + }, + "markdown": { + "autoCompile": true, + "sanitize": false, + "gfm": true, + "wrapWithHtml": false + }, + "coffee": { + "autoCompile": true, + "bare": false, + "uglify": false, + "mangle": true, + "iced": false, + "sourceMaps": false + }, + "livescript": { + "autoCompile": true, + "bare": false, + "uglify": false, + "mangle": true + }, + "javascript": { + "autoCompile": false, + "uglify": true, + "mangle": true, + "babel": false, + "sourceMaps": false + }, + "jade": { + "autoCompile": true, + "pretty": true + }, + "haml": { + "autoCompile": true, + "pretty": true, + "doubleQuotes": false + }, + "kit": { + "autoCompile": true, + "minifyHtml": false + }, + "slim": { + "autoCompile": true, + "pretty": true, + "indent": "default" + }, + "css": { + "autoCompile": false, + "sourceMaps": false, + "compress": true, + "cssnext": false, + "autoprefixer": false + }, + "uglify": { + "compress": { + "sequences": true, + "properties": true, + "dead_code": true, + "drop_debugger": true, + "unsafe": false, + "unsafe_comps": false, + "conditionals": true, + "comparisons": true, + "evaluate": true, + "booleans": true, + "loops": true, + "unused": true, + "hoist_funs": true, + "keep_fargs": false, + "hoist_vars": false, + "if_return": true, + "join_vars": true, + "cascade": true, + "side_effects": true, + "pure_getters": false, + "negate_iife": true, + "screw_ie8": false, + "drop_console": false, + "angular": false, + "warnings": true, + "pure_funcs": null, + "global_defs": null + }, + "output": { + "quote_keys": false, + "space_colon": true, + "ascii_only": false, + "unescape_regexps": false, + "inline_script": false, + "beautify": false, + "bracketize": false, + "semicolons": true, + "comments": false, + "preserve_line": false, + "screw_ie8": false, + "preamble": null + } + } + } + } + } + } +] \ No newline at end of file diff --git a/sass/_fonts.scss b/sass/_fonts.scss index e11ce3e..ad1413c 100644 --- a/sass/_fonts.scss +++ b/sass/_fonts.scss @@ -1,6 +1,6 @@ /* ----------- _fonts.scss ----------- */ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic); +@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic'); @font-face { font-family: 'bebas_neue_regularregular';