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