Path: blob/main/website/GAUSS/css/bootstrap-theme.css
2941 views
/*!1* Bootstrap v3.3.5 (http://getbootstrap.com)2* Copyright 2011-2015 Twitter, Inc.3* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)4*/56/*!7* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ffe16c6a13e91c1e16f8)8* Config saved to config.json and https://gist.github.com/ffe16c6a13e91c1e16f89*/10/*!11* Bootstrap v3.3.5 (http://getbootstrap.com)12* Copyright 2011-2015 Twitter, Inc.13* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)14*/15.btn-default,16.btn-primary,17.btn-success,18.btn-info,19.btn-warning,20.btn-danger {21text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);22-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);23box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);24}25.btn-default:active,26.btn-primary:active,27.btn-success:active,28.btn-info:active,29.btn-warning:active,30.btn-danger:active,31.btn-default.active,32.btn-primary.active,33.btn-success.active,34.btn-info.active,35.btn-warning.active,36.btn-danger.active {37-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);38box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);39}40.btn-default.disabled,41.btn-primary.disabled,42.btn-success.disabled,43.btn-info.disabled,44.btn-warning.disabled,45.btn-danger.disabled,46.btn-default[disabled],47.btn-primary[disabled],48.btn-success[disabled],49.btn-info[disabled],50.btn-warning[disabled],51.btn-danger[disabled],52fieldset[disabled] .btn-default,53fieldset[disabled] .btn-primary,54fieldset[disabled] .btn-success,55fieldset[disabled] .btn-info,56fieldset[disabled] .btn-warning,57fieldset[disabled] .btn-danger {58-webkit-box-shadow: none;59box-shadow: none;60}61.btn-default .badge,62.btn-primary .badge,63.btn-success .badge,64.btn-info .badge,65.btn-warning .badge,66.btn-danger .badge {67text-shadow: none;68}69.btn:active,70.btn.active {71background-image: none;72}73.btn-default {74background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);75background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);76background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));77background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);78filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);79filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);80background-repeat: repeat-x;81border-color: #dbdbdb;82text-shadow: 0 1px 0 #fff;83border-color: #ccc;84}85.btn-default:hover,86.btn-default:focus {87background-color: #e0e0e0;88background-position: 0 -15px;89}90.btn-default:active,91.btn-default.active {92background-color: #e0e0e0;93border-color: #dbdbdb;94}95.btn-default.disabled,96.btn-default[disabled],97fieldset[disabled] .btn-default,98.btn-default.disabled:hover,99.btn-default[disabled]:hover,100fieldset[disabled] .btn-default:hover,101.btn-default.disabled:focus,102.btn-default[disabled]:focus,103fieldset[disabled] .btn-default:focus,104.btn-default.disabled.focus,105.btn-default[disabled].focus,106fieldset[disabled] .btn-default.focus,107.btn-default.disabled:active,108.btn-default[disabled]:active,109fieldset[disabled] .btn-default:active,110.btn-default.disabled.active,111.btn-default[disabled].active,112fieldset[disabled] .btn-default.active {113background-color: #e0e0e0;114background-image: none;115}116.btn-primary {117background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);118background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);119background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));120background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);121filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);122filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);123background-repeat: repeat-x;124border-color: #245580;125}126.btn-primary:hover,127.btn-primary:focus {128background-color: #265a88;129background-position: 0 -15px;130}131.btn-primary:active,132.btn-primary.active {133background-color: #265a88;134border-color: #245580;135}136.btn-primary.disabled,137.btn-primary[disabled],138fieldset[disabled] .btn-primary,139.btn-primary.disabled:hover,140.btn-primary[disabled]:hover,141fieldset[disabled] .btn-primary:hover,142.btn-primary.disabled:focus,143.btn-primary[disabled]:focus,144fieldset[disabled] .btn-primary:focus,145.btn-primary.disabled.focus,146.btn-primary[disabled].focus,147fieldset[disabled] .btn-primary.focus,148.btn-primary.disabled:active,149.btn-primary[disabled]:active,150fieldset[disabled] .btn-primary:active,151.btn-primary.disabled.active,152.btn-primary[disabled].active,153fieldset[disabled] .btn-primary.active {154background-color: #265a88;155background-image: none;156}157.btn-success {158background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);159background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);160background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));161background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);162filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);163filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);164background-repeat: repeat-x;165border-color: #3e8f3e;166}167.btn-success:hover,168.btn-success:focus {169background-color: #419641;170background-position: 0 -15px;171}172.btn-success:active,173.btn-success.active {174background-color: #419641;175border-color: #3e8f3e;176}177.btn-success.disabled,178.btn-success[disabled],179fieldset[disabled] .btn-success,180.btn-success.disabled:hover,181.btn-success[disabled]:hover,182fieldset[disabled] .btn-success:hover,183.btn-success.disabled:focus,184.btn-success[disabled]:focus,185fieldset[disabled] .btn-success:focus,186.btn-success.disabled.focus,187.btn-success[disabled].focus,188fieldset[disabled] .btn-success.focus,189.btn-success.disabled:active,190.btn-success[disabled]:active,191fieldset[disabled] .btn-success:active,192.btn-success.disabled.active,193.btn-success[disabled].active,194fieldset[disabled] .btn-success.active {195background-color: #419641;196background-image: none;197}198.btn-info {199background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);200background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);201background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));202background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);203filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);204filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);205background-repeat: repeat-x;206border-color: #28a4c9;207}208.btn-info:hover,209.btn-info:focus {210background-color: #2aabd2;211background-position: 0 -15px;212}213.btn-info:active,214.btn-info.active {215background-color: #2aabd2;216border-color: #28a4c9;217}218.btn-info.disabled,219.btn-info[disabled],220fieldset[disabled] .btn-info,221.btn-info.disabled:hover,222.btn-info[disabled]:hover,223fieldset[disabled] .btn-info:hover,224.btn-info.disabled:focus,225.btn-info[disabled]:focus,226fieldset[disabled] .btn-info:focus,227.btn-info.disabled.focus,228.btn-info[disabled].focus,229fieldset[disabled] .btn-info.focus,230.btn-info.disabled:active,231.btn-info[disabled]:active,232fieldset[disabled] .btn-info:active,233.btn-info.disabled.active,234.btn-info[disabled].active,235fieldset[disabled] .btn-info.active {236background-color: #2aabd2;237background-image: none;238}239.btn-warning {240background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);241background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);242background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));243background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);244filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);245filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);246background-repeat: repeat-x;247border-color: #e38d13;248}249.btn-warning:hover,250.btn-warning:focus {251background-color: #eb9316;252background-position: 0 -15px;253}254.btn-warning:active,255.btn-warning.active {256background-color: #eb9316;257border-color: #e38d13;258}259.btn-warning.disabled,260.btn-warning[disabled],261fieldset[disabled] .btn-warning,262.btn-warning.disabled:hover,263.btn-warning[disabled]:hover,264fieldset[disabled] .btn-warning:hover,265.btn-warning.disabled:focus,266.btn-warning[disabled]:focus,267fieldset[disabled] .btn-warning:focus,268.btn-warning.disabled.focus,269.btn-warning[disabled].focus,270fieldset[disabled] .btn-warning.focus,271.btn-warning.disabled:active,272.btn-warning[disabled]:active,273fieldset[disabled] .btn-warning:active,274.btn-warning.disabled.active,275.btn-warning[disabled].active,276fieldset[disabled] .btn-warning.active {277background-color: #eb9316;278background-image: none;279}280.btn-danger {281background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);282background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);283background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));284background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);285filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);286filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);287background-repeat: repeat-x;288border-color: #b92c28;289}290.btn-danger:hover,291.btn-danger:focus {292background-color: #c12e2a;293background-position: 0 -15px;294}295.btn-danger:active,296.btn-danger.active {297background-color: #c12e2a;298border-color: #b92c28;299}300.btn-danger.disabled,301.btn-danger[disabled],302fieldset[disabled] .btn-danger,303.btn-danger.disabled:hover,304.btn-danger[disabled]:hover,305fieldset[disabled] .btn-danger:hover,306.btn-danger.disabled:focus,307.btn-danger[disabled]:focus,308fieldset[disabled] .btn-danger:focus,309.btn-danger.disabled.focus,310.btn-danger[disabled].focus,311fieldset[disabled] .btn-danger.focus,312.btn-danger.disabled:active,313.btn-danger[disabled]:active,314fieldset[disabled] .btn-danger:active,315.btn-danger.disabled.active,316.btn-danger[disabled].active,317fieldset[disabled] .btn-danger.active {318background-color: #c12e2a;319background-image: none;320}321.thumbnail,322.img-thumbnail {323-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);324box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);325}326.dropdown-menu > li > a:hover,327.dropdown-menu > li > a:focus {328background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);329background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);330background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));331background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);332background-repeat: repeat-x;333filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);334background-color: #e8e8e8;335}336.dropdown-menu > .active > a,337.dropdown-menu > .active > a:hover,338.dropdown-menu > .active > a:focus {339background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);340background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);341background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));342background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);343background-repeat: repeat-x;344filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);345background-color: #2e6da4;346}347.navbar-default {348background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);349background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);350background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));351background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);352background-repeat: repeat-x;353filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);354filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);355border-radius: 4px;356-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);357box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);358}359.navbar-default .navbar-nav > .open > a,360.navbar-default .navbar-nav > .active > a {361background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);362background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);363background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));364background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);365background-repeat: repeat-x;366filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);367-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);368box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);369}370.navbar-brand,371.navbar-nav > li > a {372text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);373}374.navbar-inverse {375background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);376background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);377background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));378background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);379background-repeat: repeat-x;380filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);381filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);382border-radius: 4px;383}384.navbar-inverse .navbar-nav > .open > a,385.navbar-inverse .navbar-nav > .active > a {386background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);387background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);388background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));389background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);390background-repeat: repeat-x;391filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);392-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);393box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);394}395.navbar-inverse .navbar-brand,396.navbar-inverse .navbar-nav > li > a {397text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);398}399.navbar-static-top,400.navbar-fixed-top,401.navbar-fixed-bottom {402border-radius: 0;403}404@media (max-width: 767px) {405.navbar .navbar-nav .open .dropdown-menu > .active > a,406.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,407.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {408color: #fff;409background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);410background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);411background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));412background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);413background-repeat: repeat-x;414filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);415}416}417.alert {418text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);419-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);420box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);421}422.alert-success {423background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);424background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);425background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));426background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);427background-repeat: repeat-x;428filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);429border-color: #b2dba1;430}431.alert-info {432background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);433background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);434background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));435background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);436background-repeat: repeat-x;437filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);438border-color: #9acfea;439}440.alert-warning {441background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);442background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);443background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));444background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);445background-repeat: repeat-x;446filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);447border-color: #f5e79e;448}449.alert-danger {450background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);451background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);452background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));453background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);454background-repeat: repeat-x;455filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);456border-color: #dca7a7;457}458.progress {459background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);460background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);461background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));462background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);463background-repeat: repeat-x;464filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);465}466.progress-bar {467background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);468background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);469background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));470background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);471background-repeat: repeat-x;472filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);473}474.progress-bar-success {475background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);476background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);477background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));478background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);479background-repeat: repeat-x;480filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);481}482.progress-bar-info {483background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);484background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);485background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));486background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);487background-repeat: repeat-x;488filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);489}490.progress-bar-warning {491background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);492background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);493background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));494background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);495background-repeat: repeat-x;496filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);497}498.progress-bar-danger {499background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);500background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);501background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));502background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);503background-repeat: repeat-x;504filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);505}506.progress-bar-striped {507background-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);508background-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);509background-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);510}511.list-group {512border-radius: 4px;513-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);514box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);515}516.list-group-item.active,517.list-group-item.active:hover,518.list-group-item.active:focus {519text-shadow: 0 -1px 0 #286090;520background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);521background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);522background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));523background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);524background-repeat: repeat-x;525filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);526border-color: #2b669a;527}528.list-group-item.active .badge,529.list-group-item.active:hover .badge,530.list-group-item.active:focus .badge {531text-shadow: none;532}533.panel {534-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);535box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);536}537.panel-default > .panel-heading {538background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);539background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);540background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));541background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);542background-repeat: repeat-x;543filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);544}545.panel-primary > .panel-heading {546background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);547background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);548background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));549background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);550background-repeat: repeat-x;551filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);552}553.panel-success > .panel-heading {554background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);555background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);556background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));557background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);558background-repeat: repeat-x;559filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);560}561.panel-info > .panel-heading {562background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);563background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);564background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));565background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);566background-repeat: repeat-x;567filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);568}569.panel-warning > .panel-heading {570background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);571background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);572background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));573background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);574background-repeat: repeat-x;575filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);576}577.panel-danger > .panel-heading {578background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);579background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);580background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));581background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);582background-repeat: repeat-x;583filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);584}585.well {586background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);587background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);588background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));589background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);590background-repeat: repeat-x;591filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);592border-color: #dcdcdc;593-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);594box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);595}596597598