X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=spacelab%2Fbootstrap.css;h=33903ce5c6a02857b5c0e95d171c9196ebd338e7;hb=2532ecb878bd686b9cbb3959d2a2723d1b220c76;hp=20912bf3961f8efef8891eb3a7e01122977a1163;hpb=424dd8bc118b36c9173dbdc05661086c8566fd17;p=bootswatch diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css index 20912bf..33903ce 100644 --- a/spacelab/bootstrap.css +++ b/spacelab/bootstrap.css @@ -356,6 +356,19 @@ img { border-radius: 6px; } +.img-thumbnail { + display: inline-block; + height: auto; + max-width: 100%; + padding: 4px; + line-height: 1.428571429; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + .img-circle { border-radius: 50%; } @@ -489,12 +502,12 @@ h6 { h1, .h1 { - font-size: 38px; + font-size: 36px; } h2, .h2 { - font-size: 32px; + font-size: 30px; } h3, @@ -759,6 +772,8 @@ pre code { } .container { + padding-right: 15px; + padding-left: 15px; margin-right: auto; margin-left: auto; } @@ -813,6 +828,11 @@ pre code { clear: both; } +.row { + margin-right: -15px; + margin-left: -15px; +} + .row:before, .row:after { display: table; @@ -863,18 +883,6 @@ pre code { clear: both; } -@media (min-width: 768px) { - .container .row { - margin-right: -15px; - margin-left: -15px; - } -} - -.row .row { - margin-right: -15px; - margin-left: -15px; -} - .col-xs-1, .col-xs-2, .col-xs-3, @@ -993,7 +1001,7 @@ pre code { @media (min-width: 768px) { .container { - max-width: 728px; + max-width: 750px; } .col-sm-1, .col-sm-2, @@ -1147,7 +1155,7 @@ pre code { @media (min-width: 992px) { .container { - max-width: 940px; + max-width: 970px; } .col-md-1, .col-md-2, @@ -1499,6 +1507,7 @@ th { .table thead > tr > th { vertical-align: bottom; + border-bottom: 2px solid #dddddd; } .table caption + thead tr:first-child th, @@ -1540,6 +1549,11 @@ th { border: 1px solid #dddddd; } +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} + .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; @@ -1550,13 +1564,13 @@ th { background-color: #f5f5f5; } -table col[class^="col-"] { +table col[class*="col-"] { display: table-column; float: none; } -table td[class^="col-"], -table th[class^="col-"] { +table td[class*="col-"], +table th[class*="col-"] { display: table-cell; float: none; } @@ -1645,6 +1659,55 @@ table th[class^="col-"] { border-color: #f8e5be; } +@media (max-width: 768px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: scroll; + overflow-y: hidden; + border: 1px solid #dddddd; + } + .table-responsive > .table { + margin-bottom: 0; + background-color: #fff; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > thead > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > thead > tr:last-child > td, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} + fieldset { padding: 0; margin: 0; @@ -1934,7 +1997,7 @@ textarea.input-lg { } .form-control-static { - padding-top: 8px; + padding-top: 9px; margin-bottom: 0; } @@ -1969,9 +2032,18 @@ textarea.input-lg { } .form-horizontal .control-label, +.form-horizontal .radio, +.form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { - padding-top: 8px; + padding-top: 9px; + margin-top: 0; + margin-bottom: 0; +} + +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; } .form-horizontal .form-group:before, @@ -2024,18 +2096,6 @@ textarea.input-lg { clear: both; } -@media (min-width: 768px) { - .container .form-horizontal .form-group { - margin-right: -15px; - margin-left: -15px; - } -} - -.form-horizontal .form-group .row { - margin-right: -15px; - margin-left: -15px; -} - @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; @@ -2047,7 +2107,7 @@ textarea.input-lg { padding: 8px 12px; margin-bottom: 0; font-size: 14px; - font-weight: bold; + font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; @@ -2439,1098 +2499,1941 @@ input[type="button"].btn-block { transition: height 0.35s ease; } -.input-group { +@font-face { + font-family: 'Glyphicons Halflings'; + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); +} + +.glyphicon { position: relative; - display: table; - border-collapse: separate; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + -webkit-font-smoothing: antialiased; + font-style: normal; + font-weight: normal; + line-height: 1; } -.input-group.col { - float: none; - padding-right: 0; - padding-left: 0; +.glyphicon-asterisk:before { + content: "\2a"; } -.input-group .form-control { - width: 100%; - margin-bottom: 0; +.glyphicon-plus:before { + content: "\2b"; } -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 56px; - padding: 14px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; +.glyphicon-euro:before { + content: "\20ac"; } -select.input-group-lg > .form-control, -select.input-group-lg > .input-group-addon, -select.input-group-lg > .input-group-btn > .btn { - height: 56px; - line-height: 56px; +.glyphicon-minus:before { + content: "\2212"; } -textarea.input-group-lg > .form-control, -textarea.input-group-lg > .input-group-addon, -textarea.input-group-lg > .input-group-btn > .btn { - height: auto; +.glyphicon-cloud:before { + content: "\2601"; } -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; +.glyphicon-envelope:before { + content: "\2709"; } -select.input-group-sm > .form-control, -select.input-group-sm > .input-group-addon, -select.input-group-sm > .input-group-btn > .btn { - height: 30px; - line-height: 30px; +.glyphicon-pencil:before { + content: "\270f"; } -textarea.input-group-sm > .form-control, -textarea.input-group-sm > .input-group-addon, -textarea.input-group-sm > .input-group-btn > .btn { - height: auto; +.glyphicon-glass:before { + content: "\e001"; } -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; +.glyphicon-music:before { + content: "\e002"; } -.input-group-addon:not(:first-child):not(:last-child), -.input-group-btn:not(:first-child):not(:last-child), -.input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; +.glyphicon-search:before { + content: "\e003"; } -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; +.glyphicon-heart:before { + content: "\e005"; } -.input-group-addon { - padding: 8px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - text-align: center; - background-color: #eeeeee; - border: 1px solid #cccccc; - border-radius: 4px; +.glyphicon-star:before { + content: "\e006"; } -.input-group-addon.input-sm { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; +.glyphicon-star-empty:before { + content: "\e007"; } -.input-group-addon.input-lg { - padding: 14px 16px; - font-size: 18px; - border-radius: 6px; +.glyphicon-user:before { + content: "\e008"; } -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; +.glyphicon-film:before { + content: "\e009"; } -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.glyphicon-th-large:before { + content: "\e010"; } -.input-group-addon:first-child { - border-right: 0; +.glyphicon-th:before { + content: "\e011"; } -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.glyphicon-th-list:before { + content: "\e012"; } -.input-group-addon:last-child { - border-left: 0; +.glyphicon-ok:before { + content: "\e013"; } -.input-group-btn { - position: relative; - white-space: nowrap; +.glyphicon-remove:before { + content: "\e014"; } -.input-group-btn > .btn { - position: relative; +.glyphicon-zoom-in:before { + content: "\e015"; } -.input-group-btn > .btn + .btn { - margin-left: -4px; +.glyphicon-zoom-out:before { + content: "\e016"; } -.input-group-btn > .btn:hover, -.input-group-btn > .btn:active { - z-index: 2; +.glyphicon-off:before { + content: "\e017"; } -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px solid #000000; - border-right: 4px solid transparent; - border-left: 4px solid transparent; - content: ""; +.glyphicon-signal:before { + content: "\e018"; } -.dropdown { - position: relative; +.glyphicon-cog:before { + content: "\e019"; } -.dropdown-toggle:focus { - outline: 0; +.glyphicon-trash:before { + content: "\e020"; } -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - font-size: 14px; - list-style: none; - background-color: #ffffff; - border: 1px solid #cccccc; - 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; +.glyphicon-home:before { + content: "\e021"; } -.dropdown-menu.pull-right { - right: 0; - left: auto; +.glyphicon-file:before { + content: "\e022"; } -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; +.glyphicon-time:before { + content: "\e023"; } -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.428571429; - color: #333333; - white-space: nowrap; +.glyphicon-road:before { + content: "\e024"; } -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - color: #ffffff; - text-decoration: none; - background-color: #446e9b; +.glyphicon-download-alt:before { + content: "\e025"; } -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: #ffffff; - text-decoration: none; - background-color: #446e9b; - outline: 0; +.glyphicon-download:before { + content: "\e026"; } -.dropdown-menu > .disabled > a, -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - color: #999999; +.glyphicon-upload:before { + content: "\e027"; } -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - text-decoration: none; - cursor: not-allowed; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +.glyphicon-inbox:before { + content: "\e028"; } -.open > .dropdown-menu { - display: block; +.glyphicon-play-circle:before { + content: "\e029"; } -.open > a { - outline: 0; +.glyphicon-repeat:before { + content: "\e030"; } -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.428571429; - color: #999999; +.glyphicon-refresh:before { + content: "\e031"; } -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; +.glyphicon-list-alt:before { + content: "\e032"; } -.pull-right > .dropdown-menu { - right: 0; - left: auto; +.glyphicon-flag:before { + content: "\e034"; } -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px solid #000000; - content: ""; +.glyphicon-headphones:before { + content: "\e035"; } -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; +.glyphicon-volume-off:before { + content: "\e036"; } -.list-group { - padding-left: 0; - margin-bottom: 20px; +.glyphicon-volume-down:before { + content: "\e037"; } -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #ffffff; - border: 1px solid #dddddd; +.glyphicon-volume-up:before { + content: "\e038"; } -.list-group-item:first-child { - border-top-right-radius: 4px; - border-top-left-radius: 4px; +.glyphicon-qrcode:before { + content: "\e039"; } -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; +.glyphicon-barcode:before { + content: "\e040"; } -.list-group-item > .badge { - float: right; +.glyphicon-tag:before { + content: "\e041"; } -.list-group-item > .badge + .badge { - margin-right: 5px; +.glyphicon-tags:before { + content: "\e042"; } -a.list-group-item { - color: #555555; +.glyphicon-book:before { + content: "\e043"; } -a.list-group-item .list-group-item-heading { - color: #333333; +.glyphicon-print:before { + content: "\e045"; } -a.list-group-item:hover, -a.list-group-item:focus { - text-decoration: none; - background-color: #f5f5f5; +.glyphicon-font:before { + content: "\e047"; } -.list-group-item.active, -.list-group-item.active:hover, -.list-group-item.active:focus { - z-index: 2; - color: #ffffff; - background-color: #446e9b; - border-color: #446e9b; +.glyphicon-bold:before { + content: "\e048"; } -.list-group-item.active .list-group-item-heading, -.list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading { - color: inherit; +.glyphicon-italic:before { + content: "\e049"; } -.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: #c5d5e6; +.glyphicon-text-height:before { + content: "\e050"; } -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; +.glyphicon-text-width:before { + content: "\e051"; } -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; +.glyphicon-align-left:before { + content: "\e052"; } -.panel { - margin-bottom: 20px; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +.glyphicon-align-center:before { + content: "\e053"; } -.panel-body { - padding: 15px; +.glyphicon-align-right:before { + content: "\e054"; } -.panel > .list-group { - margin-bottom: 0; +.glyphicon-align-justify:before { + content: "\e055"; } -.panel > .list-group .list-group-item { - border-width: 1px 0; +.glyphicon-list:before { + content: "\e056"; } -.panel > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; +.glyphicon-indent-left:before { + content: "\e057"; } -.panel > .list-group .list-group-item:last-child { - border-bottom: 0; +.glyphicon-indent-right:before { + content: "\e058"; } -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; +.glyphicon-facetime-video:before { + content: "\e059"; } -.panel-heading { - padding: 10px 15px; - background-color: #f5f5f5; - border-bottom: 1px solid #dddddd; - border-top-right-radius: 3px; - border-top-left-radius: 3px; +.glyphicon-picture:before { + content: "\e060"; } -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 17.5px; +.glyphicon-map-marker:before { + content: "\e062"; } -.panel-title > a { - color: inherit; +.glyphicon-adjust:before { + content: "\e063"; } -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #dddddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; +.glyphicon-tint:before { + content: "\e064"; } -.panel-group .panel { - margin-bottom: 0; - overflow: hidden; - border-radius: 4px; +.glyphicon-edit:before { + content: "\e065"; } -.panel-group .panel + .panel { - margin-top: 5px; +.glyphicon-share:before { + content: "\e066"; } -.panel-group .panel-heading { - border-bottom: 0; +.glyphicon-check:before { + content: "\e067"; } -.panel-group .panel-heading + .panel-collapse .panel-body { - border-top: 1px solid #dddddd; +.glyphicon-move:before { + content: "\e068"; } -.panel-group .panel-footer { - border-top: 0; +.glyphicon-step-backward:before { + content: "\e069"; } -.panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; +.glyphicon-fast-backward:before { + content: "\e070"; } -.panel-primary { - border-color: #446e9b; +.glyphicon-backward:before { + content: "\e071"; } -.panel-primary > .panel-heading { - color: #ffffff; - background-color: #446e9b; - border-color: #446e9b; +.glyphicon-play:before { + content: "\e072"; } -.panel-primary > .panel-heading + .panel-collapse .panel-body { - border-top-color: #446e9b; +.glyphicon-pause:before { + content: "\e073"; } -.panel-primary > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #446e9b; +.glyphicon-stop:before { + content: "\e074"; } -.panel-success { - border-color: #d6e9c6; +.glyphicon-forward:before { + content: "\e075"; } -.panel-success > .panel-heading { - color: #468847; - background-color: #dff0d8; - border-color: #d6e9c6; +.glyphicon-fast-forward:before { + content: "\e076"; } -.panel-success > .panel-heading + .panel-collapse .panel-body { - border-top-color: #d6e9c6; +.glyphicon-step-forward:before { + content: "\e077"; } -.panel-success > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #d6e9c6; +.glyphicon-eject:before { + content: "\e078"; } -.panel-warning { - border-color: #fbeed5; +.glyphicon-chevron-left:before { + content: "\e079"; } -.panel-warning > .panel-heading { - color: #c09853; - background-color: #fcf8e3; - border-color: #fbeed5; +.glyphicon-chevron-right:before { + content: "\e080"; } -.panel-warning > .panel-heading + .panel-collapse .panel-body { - border-top-color: #fbeed5; +.glyphicon-plus-sign:before { + content: "\e081"; } -.panel-warning > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #fbeed5; +.glyphicon-minus-sign:before { + content: "\e082"; } -.panel-danger { - border-color: #eed3d7; +.glyphicon-remove-sign:before { + content: "\e083"; } -.panel-danger > .panel-heading { - color: #b94a48; - background-color: #f2dede; - border-color: #eed3d7; +.glyphicon-ok-sign:before { + content: "\e084"; } -.panel-danger > .panel-heading + .panel-collapse .panel-body { - border-top-color: #eed3d7; +.glyphicon-question-sign:before { + content: "\e085"; } -.panel-danger > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #eed3d7; +.glyphicon-info-sign:before { + content: "\e086"; } -.panel-info { - border-color: #bce8f1; +.glyphicon-screenshot:before { + content: "\e087"; } -.panel-info > .panel-heading { - color: #3a87ad; - background-color: #d9edf7; - border-color: #bce8f1; +.glyphicon-remove-circle:before { + content: "\e088"; } -.panel-info > .panel-heading + .panel-collapse .panel-body { - border-top-color: #bce8f1; +.glyphicon-ok-circle:before { + content: "\e089"; } -.panel-info > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #bce8f1; +.glyphicon-ban-circle:before { + content: "\e090"; } -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +.glyphicon-arrow-left:before { + content: "\e091"; } -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); +.glyphicon-arrow-right:before { + content: "\e092"; } -.well-lg { - padding: 24px; - border-radius: 6px; +.glyphicon-arrow-up:before { + content: "\e093"; } -.well-sm { - padding: 9px; - border-radius: 3px; +.glyphicon-arrow-down:before { + content: "\e094"; } -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000000; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.2; - filter: alpha(opacity=20); +.glyphicon-share-alt:before { + content: "\e095"; } -.close:hover, -.close:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: alpha(opacity=50); +.glyphicon-resize-full:before { + content: "\e096"; } -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; +.glyphicon-resize-small:before { + content: "\e097"; } -.nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; +.glyphicon-exclamation-sign:before { + content: "\e101"; } -.nav:before, -.nav:after { - display: table; - content: " "; +.glyphicon-gift:before { + content: "\e102"; } -.nav:after { - clear: both; +.glyphicon-leaf:before { + content: "\e103"; } -.nav:before, -.nav:after { - display: table; - content: " "; +.glyphicon-eye-open:before { + content: "\e105"; } -.nav:after { - clear: both; +.glyphicon-eye-close:before { + content: "\e106"; } -.nav:before, -.nav:after { - display: table; - content: " "; +.glyphicon-warning-sign:before { + content: "\e107"; } -.nav:after { - clear: both; +.glyphicon-plane:before { + content: "\e108"; } -.nav:before, -.nav:after { - display: table; - content: " "; +.glyphicon-random:before { + content: "\e110"; } -.nav:after { - clear: both; +.glyphicon-comment:before { + content: "\e111"; } -.nav:before, -.nav:after { - display: table; - content: " "; +.glyphicon-magnet:before { + content: "\e112"; } -.nav:after { - clear: both; +.glyphicon-chevron-up:before { + content: "\e113"; } -.nav > li { - position: relative; - display: block; +.glyphicon-chevron-down:before { + content: "\e114"; } -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; +.glyphicon-retweet:before { + content: "\e115"; } -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; +.glyphicon-shopping-cart:before { + content: "\e116"; } -.nav > li.disabled > a { - color: #999999; +.glyphicon-folder-close:before { + content: "\e117"; } -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #999999; - text-decoration: none; - cursor: not-allowed; - background-color: transparent; +.glyphicon-folder-open:before { + content: "\e118"; } -.nav .open > a, -.nav .open > a:hover, -.nav .open > a:focus { - background-color: #eeeeee; - border-color: #3399f3; +.glyphicon-resize-vertical:before { + content: "\e119"; } -.nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; +.glyphicon-resize-horizontal:before { + content: "\e120"; } -.nav > li > a > img { - max-width: none; +.glyphicon-hdd:before { + content: "\e121"; } -.nav-tabs { - border-bottom: 1px solid #dddddd; +.glyphicon-bullhorn:before { + content: "\e122"; } -.nav-tabs > li { - float: left; - margin-bottom: -1px; +.glyphicon-certificate:before { + content: "\e124"; } -.nav-tabs > li > a { - margin-right: 2px; - line-height: 1.428571429; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; +.glyphicon-thumbs-up:before { + content: "\e125"; } -.nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; +.glyphicon-thumbs-down:before { + content: "\e126"; } -.nav-tabs > li.active > a, -.nav-tabs > li.active > a:hover, -.nav-tabs > li.active > a:focus { - color: #666666; - cursor: default; - background-color: #ffffff; - border: 1px solid #dddddd; - border-bottom-color: transparent; +.glyphicon-hand-right:before { + content: "\e127"; } -.nav-tabs.nav-justified { - width: 100%; - border-bottom: 0; +.glyphicon-hand-left:before { + content: "\e128"; } -.nav-tabs.nav-justified > li { - float: none; +.glyphicon-hand-up:before { + content: "\e129"; } -.nav-tabs.nav-justified > li > a { - text-align: center; +.glyphicon-hand-down:before { + content: "\e130"; } -@media (min-width: 768px) { - .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } +.glyphicon-circle-arrow-right:before { + content: "\e131"; } -.nav-tabs.nav-justified > li > a { - margin-right: 0; - border-bottom: 1px solid #dddddd; +.glyphicon-circle-arrow-left:before { + content: "\e132"; } -.nav-tabs.nav-justified > .active > a { - border-bottom-color: #ffffff; +.glyphicon-circle-arrow-up:before { + content: "\e133"; } -.nav-pills > li { - float: left; +.glyphicon-circle-arrow-down:before { + content: "\e134"; } -.nav-pills > li > a { - border-radius: 5px; +.glyphicon-globe:before { + content: "\e135"; } -.nav-pills > li + li { - margin-left: 2px; +.glyphicon-tasks:before { + content: "\e137"; } -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus { - color: #ffffff; - background-color: #446e9b; +.glyphicon-filter:before { + content: "\e138"; } -.nav-stacked > li { - float: none; +.glyphicon-fullscreen:before { + content: "\e140"; } -.nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; +.glyphicon-dashboard:before { + content: "\e141"; } -.nav-justified { - width: 100%; +.glyphicon-heart-empty:before { + content: "\e143"; } -.nav-justified > li { - float: none; +.glyphicon-link:before { + content: "\e144"; } -.nav-justified > li > a { - text-align: center; +.glyphicon-phone:before { + content: "\e145"; } -@media (min-width: 768px) { - .nav-justified > li { - display: table-cell; - width: 1%; - } +.glyphicon-usd:before { + content: "\e148"; } -.nav-tabs-justified { - border-bottom: 0; +.glyphicon-gbp:before { + content: "\e149"; } -.nav-tabs-justified > li > a { - margin-right: 0; - border-bottom: 1px solid #dddddd; +.glyphicon-sort:before { + content: "\e150"; } -.nav-tabs-justified > .active > a { - border-bottom-color: #ffffff; +.glyphicon-sort-by-alphabet:before { + content: "\e151"; } -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; } -.tabbable:after { - clear: both; +.glyphicon-sort-by-order:before { + content: "\e153"; } -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.glyphicon-sort-by-order-alt:before { + content: "\e154"; } -.tabbable:after { - clear: both; +.glyphicon-sort-by-attributes:before { + content: "\e155"; } -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; } -.tabbable:after { - clear: both; +.glyphicon-unchecked:before { + content: "\e157"; } -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.glyphicon-expand:before { + content: "\e158"; } -.tabbable:after { - clear: both; +.glyphicon-collapse-down:before { + content: "\e159"; } -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.glyphicon-collapse-up:before { + content: "\e160"; } -.tabbable:after { - clear: both; +.glyphicon-log-in:before { + content: "\e161"; } -.tab-content > .tab-pane, -.pill-content > .pill-pane { - display: none; +.glyphicon-flash:before { + content: "\e162"; } -.tab-content > .active, -.pill-content > .active { - display: block; +.glyphicon-log-out:before { + content: "\e163"; } -.nav .caret { - border-top-color: #3399f3; - border-bottom-color: #3399f3; +.glyphicon-new-window:before { + content: "\e164"; } -.nav a:hover .caret { - border-top-color: #3399f3; - border-bottom-color: #3399f3; +.glyphicon-record:before { + content: "\e165"; } -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; +.glyphicon-save:before { + content: "\e166"; } -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - background-color: #eeeeee; - border: 1px solid #dddddd; +.glyphicon-open:before { + content: "\e167"; } -.navbar:before, -.navbar:after { - display: table; - content: " "; +.glyphicon-saved:before { + content: "\e168"; } -.navbar:after { - clear: both; +.glyphicon-import:before { + content: "\e169"; } -.navbar:before, -.navbar:after { - display: table; - content: " "; +.glyphicon-export:before { + content: "\e170"; } -.navbar:after { - clear: both; +.glyphicon-send:before { + content: "\e171"; } -.navbar:before, -.navbar:after { - display: table; - content: " "; +.glyphicon-floppy-disk:before { + content: "\e172"; } -.navbar:after { - clear: both; +.glyphicon-floppy-saved:before { + content: "\e173"; } -.navbar:before, -.navbar:after { - display: table; - content: " "; +.glyphicon-floppy-remove:before { + content: "\e174"; } -.navbar:after { - clear: both; +.glyphicon-floppy-save:before { + content: "\e175"; } -.navbar:before, -.navbar:after { - display: table; - content: " "; +.glyphicon-floppy-open:before { + content: "\e176"; } -.navbar:after { - clear: both; +.glyphicon-credit-card:before { + content: "\e177"; } -@media (min-width: 768px) { - .navbar { - border-radius: 4px; - } +.glyphicon-transfer:before { + content: "\e178"; } -.navbar-header { - padding-right: 15px; - padding-left: 15px; +.glyphicon-cutlery:before { + content: "\e179"; } -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; +.glyphicon-header:before { + content: "\e180"; } -.navbar-header:after { - clear: both; +.glyphicon-compressed:before { + content: "\e181"; } -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; +.glyphicon-earphone:before { + content: "\e182"; } -.navbar-header:after { - clear: both; +.glyphicon-phone-alt:before { + content: "\e183"; } -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; +.glyphicon-tower:before { + content: "\e184"; } -.navbar-header:after { - clear: both; +.glyphicon-stats:before { + content: "\e185"; } -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; +.glyphicon-sd-video:before { + content: "\e186"; } -.navbar-header:after { - clear: both; +.glyphicon-hd-video:before { + content: "\e187"; } -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; +.glyphicon-subtitles:before { + content: "\e188"; } -.navbar-header:after { - clear: both; +.glyphicon-sound-stereo:before { + content: "\e189"; } -@media (min-width: 768px) { - .navbar-header { - float: left; - } +.glyphicon-sound-dolby:before { + content: "\e190"; } -.navbar-collapse { - max-height: 340px; - padding-right: 15px; - padding-left: 15px; - overflow-x: visible; - border-top: 1px solid #dcdcdc; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; +.glyphicon-sound-5-1:before { + content: "\e191"; } -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; +.glyphicon-sound-6-1:before { + content: "\e192"; } -.navbar-collapse:after { - clear: both; +.glyphicon-sound-7-1:before { + content: "\e193"; } -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; +.glyphicon-copyright-mark:before { + content: "\e194"; } -.navbar-collapse:after { - clear: both; +.glyphicon-registration-mark:before { + content: "\e195"; } -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; +.glyphicon-cloud-download:before { + content: "\e197"; } -.navbar-collapse:after { - clear: both; +.glyphicon-cloud-upload:before { + content: "\e198"; } -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; +.glyphicon-tree-conifer:before { + content: "\e199"; } -.navbar-collapse:after { - clear: both; +.glyphicon-tree-deciduous:before { + content: "\e200"; } -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; +.glyphicon-briefcase:before { + content: "\1f4bc"; } -.navbar-collapse:after { - clear: both; +.glyphicon-calendar:before { + content: "\1f4c5"; } -.navbar-collapse.in { - overflow-y: auto; +.glyphicon-pushpin:before { + content: "\1f4cc"; } -@media (min-width: 768px) { - .navbar-collapse { - width: auto; - padding-right: 0; - padding-left: 0; +.glyphicon-paperclip:before { + content: "\1f4ce"; +} + +.glyphicon-camera:before { + content: "\1f4f7"; +} + +.glyphicon-lock:before { + content: "\1f512"; +} + +.glyphicon-bell:before { + content: "\1f514"; +} + +.glyphicon-bookmark:before { + content: "\1f516"; +} + +.glyphicon-fire:before { + content: "\1f525"; +} + +.glyphicon-wrench:before { + content: "\1f527"; +} + +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid #000000; + border-right: 4px solid transparent; + border-bottom: 0 dotted; + border-left: 4px solid transparent; + content: ""; +} + +.dropdown { + position: relative; +} + +.dropdown-toggle:focus { + outline: 0; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + list-style: none; + background-color: #ffffff; + border: 1px solid #cccccc; + 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; + clear: both; + font-weight: normal; + line-height: 1.428571429; + color: #333333; + white-space: nowrap; +} + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #ffffff; + text-decoration: none; + background-color: #446e9b; +} + +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #ffffff; + text-decoration: none; + background-color: #446e9b; + outline: 0; +} + +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999999; +} + +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.open > .dropdown-menu { + display: block; +} + +.open > a { + outline: 0; +} + +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.428571429; + color: #999999; +} + +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} + +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0 dotted; + border-bottom: 4px solid #000000; + content: ""; +} + +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} + +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } +} + +.btn-default .caret { + border-top-color: #ffffff; +} + +.btn-primary .caret, +.btn-success .caret, +.btn-warning .caret, +.btn-danger .caret, +.btn-info .caret { + border-top-color: #fff; +} + +.dropup .btn-default .caret { + border-bottom-color: #ffffff; +} + +.dropup .btn-primary .caret, +.dropup .btn-success .caret, +.dropup .btn-warning .caret, +.dropup .btn-danger .caret, +.dropup .btn-info .caret { + border-bottom-color: #fff; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} + +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} + +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: none; +} + +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar .btn-group { + float: left; +} + +.btn-toolbar > .btn + .btn, +.btn-toolbar > .btn-group + .btn, +.btn-toolbar > .btn + .btn-group, +.btn-toolbar > .btn-group + .btn-group { + margin-left: 5px; +} + +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} + +.btn-group > .btn:first-child { + margin-left: 0; +} + +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.btn-group > .btn-group { + float: left; +} + +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} + +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn-group:last-child > .btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + +.btn-group-xs > .btn { + padding: 5px 10px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-group-lg > .btn { + padding: 14px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} + +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} + +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.btn .caret { + margin-left: 0; +} + +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} + +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} + +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + display: block; + float: none; + width: 100%; + max-width: 100%; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group > .btn { + float: none; +} + +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} + +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} + +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-right-radius: 0; + border-bottom-left-radius: 4px; + border-top-left-radius: 0; +} + +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} + +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.btn-group-justified { + display: table; + width: 100%; + border-collapse: separate; + table-layout: fixed; +} + +.btn-group-justified .btn { + display: table-cell; + float: none; + width: 1%; +} + +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + display: none; +} + +.input-group { + position: relative; + display: table; + border-collapse: separate; +} + +.input-group.col { + float: none; + padding-right: 0; + padding-left: 0; +} + +.input-group .form-control { + width: 100%; + margin-bottom: 0; +} + +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 56px; + padding: 14px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 56px; + line-height: 56px; +} + +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn { + height: auto; +} + +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} + +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn { + height: auto; +} + +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} + +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} + +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} + +.input-group-addon { + padding: 8px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + text-align: center; + background-color: #eeeeee; + border: 1px solid #cccccc; + border-radius: 4px; +} + +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} + +.input-group-addon.input-lg { + padding: 14px 16px; + font-size: 18px; + border-radius: 6px; +} + +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} + +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group-addon:first-child { + border-right: 0; +} + +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.input-group-addon:last-child { + border-left: 0; +} + +.input-group-btn { + position: relative; + white-space: nowrap; +} + +.input-group-btn > .btn { + position: relative; +} + +.input-group-btn > .btn + .btn { + margin-left: -4px; +} + +.input-group-btn > .btn:hover, +.input-group-btn > .btn:active { + z-index: 2; +} + +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.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: #999999; +} + +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #999999; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} + +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eeeeee; + border-color: #3399f3; +} + +.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; +} + +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} + +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.428571429; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} + +.nav-tabs > li > a:hover { + border-color: #eeeeee #eeeeee #dddddd; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #666666; + cursor: default; + background-color: #ffffff; + border: 1px solid #dddddd; + border-bottom-color: transparent; +} + +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} + +.nav-tabs.nav-justified > li { + float: none; +} + +.nav-tabs.nav-justified > li > a { + text-align: center; +} + +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } +} + +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-bottom: 1px solid #dddddd; +} + +.nav-tabs.nav-justified > .active > a { + border-bottom-color: #ffffff; +} + +.nav-pills > li { + float: left; +} + +.nav-pills > li > a { + border-radius: 5px; +} + +.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: #ffffff; + background-color: #446e9b; +} + +.nav-stacked > li { + float: none; +} + +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} + +.nav-justified { + width: 100%; +} + +.nav-justified > li { + float: none; +} + +.nav-justified > li > a { + text-align: center; +} + +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } +} + +.nav-tabs-justified { + border-bottom: 0; +} + +.nav-tabs-justified > li > a { + margin-right: 0; + border-bottom: 1px solid #dddddd; +} + +.nav-tabs-justified > .active > a { + border-bottom-color: #ffffff; +} + +.tabbable:before, +.tabbable:after { + display: table; + content: " "; +} + +.tabbable:after { + clear: both; +} + +.tabbable:before, +.tabbable:after { + display: table; + content: " "; +} + +.tabbable:after { + clear: both; +} + +.tabbable:before, +.tabbable:after { + display: table; + content: " "; +} + +.tabbable:after { + clear: both; +} + +.tabbable:before, +.tabbable:after { + display: table; + content: " "; +} + +.tabbable:after { + clear: both; +} + +.tabbable:before, +.tabbable:after { + display: table; + content: " "; +} + +.tabbable:after { + clear: both; +} + +.tab-content > .tab-pane, +.pill-content > .pill-pane { + display: none; +} + +.tab-content > .active, +.pill-content > .active { + display: block; +} + +.nav .caret { + border-top-color: #3399f3; + border-bottom-color: #3399f3; +} + +.nav a:hover .caret { + border-top-color: #3399f3; + border-bottom-color: #3399f3; +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.navbar { + position: relative; + z-index: 1000; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} + +.navbar-collapse { + max-height: 340px; + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-overflow-scrolling: touch; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse.in { + overflow-y: auto; +} + +@media (min-width: 768px) { + .navbar-collapse { + width: auto; border-top: 0; box-shadow: none; } @@ -3543,6 +4446,29 @@ button.close { .navbar-collapse.in { overflow-y: visible; } + .navbar-collapse .navbar-nav.navbar-left:first-child { + margin-left: -15px; + } + .navbar-collapse .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } + .navbar-collapse .navbar-text:last-child { + margin-right: 0; + } +} + +.container > .navbar-header, +.container > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} + +@media (min-width: 768px) { + .container > .navbar-header, + .container > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } } .navbar-static-top { @@ -3560,7 +4486,6 @@ button.close { position: fixed; right: 0; left: 0; - z-index: 1030; border-width: 0 0 1px; } @@ -3573,6 +4498,7 @@ button.close { .navbar-fixed-top { top: 0; + z-index: 1030; } .navbar-fixed-bottom { @@ -3582,18 +4508,20 @@ button.close { .navbar-brand { float: left; - padding-top: 15px; - padding-bottom: 15px; + padding: 15px 15px; font-size: 18px; line-height: 20px; - color: #777777; } .navbar-brand:hover, .navbar-brand:focus { - color: #3399f3; text-decoration: none; - background-color: transparent; +} + +@media (min-width: 768px) { + .navbar > .container .navbar-brand { + margin-left: -15px; + } } .navbar-toggle { @@ -3601,22 +4529,17 @@ button.close { float: right; padding: 9px 10px; margin-top: 8px; + margin-right: 15px; margin-bottom: 8px; background-color: transparent; - border: 1px solid #dddddd; + border: 1px solid transparent; border-radius: 4px; } -.navbar-toggle:hover, -.navbar-toggle:focus { - background-color: #dddddd; -} - .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; - background-color: #cccccc; border-radius: 1px; } @@ -3626,9 +4549,6 @@ button.close { @media (min-width: 768px) { .navbar-toggle { - position: relative; - top: auto; - left: auto; display: none; } } @@ -3641,27 +4561,6 @@ button.close { padding-top: 10px; padding-bottom: 10px; line-height: 20px; - color: #777777; -} - -.navbar-nav > li > a:hover, -.navbar-nav > li > a:focus { - color: #3399f3; - background-color: transparent; -} - -.navbar-nav > .active > a, -.navbar-nav > .active > a:hover, -.navbar-nav > .active > a:focus { - color: #3399f3; - background-color: transparent; -} - -.navbar-nav > .disabled > a, -.navbar-nav > .disabled > a:hover, -.navbar-nav > .disabled > a:focus { - color: #444444; - background-color: transparent; } @media (max-width: 767px) { @@ -3680,26 +4579,11 @@ button.close { } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; - color: #777777; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { - color: #3399f3; - background-color: transparent; background-image: none; } - .navbar-nav .open .dropdown-menu > .active > a, - .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #3399f3; - background-color: transparent; - } - .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; - background-color: transparent; - } } @media (min-width: 768px) { @@ -3723,10 +4607,6 @@ button.close { .navbar-right { float: right !important; } - .navbar-right .dropdown-menu { - right: 0; - left: auto; - } } .navbar-form { @@ -3735,8 +4615,8 @@ button.close { margin-right: -15px; margin-bottom: 6px; margin-left: -15px; - border-top: 1px solid #dcdcdc; - border-bottom: 1px solid #dcdcdc; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @@ -3794,31 +4674,6 @@ button.close { border-bottom-left-radius: 0; } -.navbar-nav > .dropdown > a:hover .caret, -.navbar-nav > .dropdown > a:focus .caret { - border-top-color: #3399f3; - border-bottom-color: #3399f3; -} - -.navbar-nav > .open > a, -.navbar-nav > .open > a:hover, -.navbar-nav > .open > a:focus { - color: #3399f3; - background-color: transparent; -} - -.navbar-nav > .open > a .caret, -.navbar-nav > .open > a:hover .caret, -.navbar-nav > .open > a:focus .caret { - border-top-color: #3399f3; - border-bottom-color: #3399f3; -} - -.navbar-nav > .dropdown > a .caret { - border-top-color: #777777; - border-bottom-color: #777777; -} - .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { right: 0; @@ -3834,7 +4689,6 @@ button.close { float: left; margin-top: 15px; margin-bottom: 15px; - color: #777777; } @media (min-width: 768px) { @@ -3844,11 +4698,120 @@ button.close { } } -.navbar-link { +.navbar-default { + background-color: #eeeeee; + border-color: #dddddd; +} + +.navbar-default .navbar-brand { + color: #777777; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #3399f3; + background-color: transparent; +} + +.navbar-default .navbar-text { + color: #777777; +} + +.navbar-default .navbar-nav > li > a { + color: #777777; +} + +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #3399f3; + background-color: transparent; +} + +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #3399f3; + background-color: transparent; +} + +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #444444; + background-color: transparent; +} + +.navbar-default .navbar-toggle { + border-color: #dddddd; +} + +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #dddddd; +} + +.navbar-default .navbar-toggle .icon-bar { + background-color: #cccccc; +} + +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #dcdcdc; +} + +.navbar-default .navbar-nav > .dropdown > a:hover .caret, +.navbar-default .navbar-nav > .dropdown > a:focus .caret { + border-top-color: #3399f3; + border-bottom-color: #3399f3; +} + +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #3399f3; + background-color: transparent; +} + +.navbar-default .navbar-nav > .open > a .caret, +.navbar-default .navbar-nav > .open > a:hover .caret, +.navbar-default .navbar-nav > .open > a:focus .caret { + border-top-color: #3399f3; + border-bottom-color: #3399f3; +} + +.navbar-default .navbar-nav > .dropdown > a .caret { + border-top-color: #777777; + border-bottom-color: #777777; +} + +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #3399f3; + 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: #3399f3; + background-color: transparent; + } + .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: #444444; + background-color: transparent; + } +} + +.navbar-default .navbar-link { color: #777777; } -.navbar-link:hover { +.navbar-default .navbar-link:hover { color: #3399f3; } @@ -3971,1384 +4934,1478 @@ button.close { color: #ffffff; } -.btn-default .caret { - border-top-color: #ffffff; +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} + +.breadcrumb > li { + display: inline-block; +} + +.breadcrumb > li + li:before { + padding: 0 5px; + color: #cccccc; + content: "/\00a0"; +} + +.breadcrumb > .active { + color: #999999; +} + +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} + +.pagination > li { + display: inline; +} + +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 8px 12px; + margin-left: -1px; + line-height: 1.428571429; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} + +.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-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + background-color: #eeeeee; +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #999999; + cursor: default; + background-color: #f5f5f5; + border-color: #f5f5f5; } -.btn-primary .caret, -.btn-success .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret { - border-top-color: #fff; +.pagination > .disabled > span, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #999999; + cursor: not-allowed; + background-color: #ffffff; + border-color: #dddddd; } -.dropup .btn-default .caret { - border-bottom-color: #ffffff; +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 14px 16px; + font-size: 18px; } -.dropup .btn-primary .caret, -.dropup .btn-success .caret, -.dropup .btn-warning .caret, -.dropup .btn-danger .caret, -.dropup .btn-info .caret { - border-bottom-color: #fff; +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-bottom-left-radius: 6px; + border-top-left-radius: 6px; } -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; } -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover, -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus, -.btn-group > .btn:active, -.btn-group-vertical > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn.active { - z-index: 2; +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus { - outline: none; +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; } -.btn-toolbar:before, -.btn-toolbar:after { +.pager:before, +.pager:after { display: table; content: " "; } -.btn-toolbar:after { +.pager:after { clear: both; } -.btn-toolbar:before, -.btn-toolbar:after { +.pager:before, +.pager:after { display: table; content: " "; } -.btn-toolbar:after { +.pager:after { clear: both; } -.btn-toolbar:before, -.btn-toolbar:after { +.pager:before, +.pager:after { display: table; content: " "; } -.btn-toolbar:after { +.pager:after { clear: both; } -.btn-toolbar:before, -.btn-toolbar:after { +.pager:before, +.pager:after { display: table; content: " "; } -.btn-toolbar:after { +.pager:after { clear: both; } -.btn-toolbar:before, -.btn-toolbar:after { +.pager:before, +.pager:after { display: table; content: " "; } -.btn-toolbar:after { +.pager:after { clear: both; } -.btn-toolbar .btn-group { +.pager li { + display: inline; +} + +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #ffffff; + border: 1px solid #dddddd; + 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; } -.btn-toolbar > .btn + .btn, -.btn-toolbar > .btn-group + .btn, -.btn-toolbar > .btn + .btn-group, -.btn-toolbar > .btn-group + .btn-group { - margin-left: 5px; +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #999999; + cursor: not-allowed; + background-color: #ffffff; } -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; } -.btn-group > .btn:first-child { - margin-left: 0; +.label[href]:hover, +.label[href]:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; } -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.label:empty { + display: none; } -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.label-default { + background-color: #474949; } -.btn-group > .btn-group { - float: left; +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #2e2f2f; } -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; +.label-primary { + background-color: #446e9b; } -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #345578; } -.btn-group > .btn-group:last-child > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.label-success { + background-color: #3cb521; } -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2e8a19; } -.btn-group-xs > .btn { - padding: 5px 10px; - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; +.label-info { + background-color: #3399f3; } -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #0e80e5; } -.btn-group-lg > .btn { - padding: 14px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; +.label-warning { + background-color: #d47500; } -.btn-group > .btn + .dropdown-toggle { - padding-right: 8px; - padding-left: 8px; +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #a15900; } -.btn-group > .btn-lg + .dropdown-toggle { - padding-right: 12px; - padding-left: 12px; +.label-danger { + background-color: #cd0200; } -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #9a0200; } -.btn .caret { - margin-left: 0; +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + background-color: #999999; + border-radius: 10px; } -.btn-lg .caret { - border-width: 5px; +.badge:empty { + display: none; } -.dropup .btn-lg .caret { - border-bottom-width: 5px; +a.badge:hover, +a.badge:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { - display: block; - float: none; - width: 100%; - max-width: 100%; +.btn .badge { + position: relative; + top: -1px; } -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #3399f3; + background-color: #ffffff; } -.btn-group-vertical > .btn-group:after { - clear: both; +.nav-pills > li > a > .badge { + margin-left: 3px; } -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; +.jumbotron { + padding: 30px; + margin-bottom: 30px; + font-size: 21px; + font-weight: 200; + line-height: 2.1428571435; + color: inherit; + background-color: #eeeeee; } -.btn-group-vertical > .btn-group:after { - clear: both; +.jumbotron h1 { + line-height: 1; + color: inherit; } -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; +.jumbotron p { + line-height: 1.4; } -.btn-group-vertical > .btn-group:after { - clear: both; +.container .jumbotron { + border-radius: 6px; } -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1 { + font-size: 63px; + } } -.btn-group-vertical > .btn-group:after { - clear: both; +.thumbnail { + display: inline-block; + display: block; + height: auto; + max-width: 100%; + padding: 4px; + line-height: 1.428571429; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; +.thumbnail > img { + display: block; + height: auto; + max-width: 100%; } -.btn-group-vertical > .btn-group:after { - clear: both; +a.thumbnail:hover, +a.thumbnail:focus { + border-color: #3399f3; } -.btn-group-vertical > .btn-group > .btn { - float: none; +.thumbnail > img { + margin-right: auto; + margin-left: auto; } -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; +.thumbnail .caption { + padding: 9px; + color: #666666; } -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; } -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.alert h4 { + margin-top: 0; + color: inherit; } -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 0; +.alert .alert-link { + font-weight: bold; } -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; +.alert > p, +.alert > ul { + margin-bottom: 0; } -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.alert > p + p { + margin-top: 5px; } -.btn-group-vertical > .btn-group:last-child > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; +.alert-dismissable { + padding-right: 35px; } -.btn-group-justified { - display: table; - width: 100%; - border-collapse: separate; - table-layout: fixed; +.alert-dismissable .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; } -.btn-group-justified .btn { - display: table-cell; - float: none; - width: 1%; +.alert-success { + color: #468847; + background-color: #dff0d8; + border-color: #d6e9c6; } -[data-toggle="buttons"] > .btn > input[type="radio"], -[data-toggle="buttons"] > .btn > input[type="checkbox"] { - display: none; +.alert-success hr { + border-top-color: #c9e2b3; } -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; +.alert-success .alert-link { + color: #356635; } -.breadcrumb > li { - display: inline-block; +.alert-info { + color: #3a87ad; + background-color: #d9edf7; + border-color: #bce8f1; } -.breadcrumb > li + li:before { - padding: 0 5px; - color: #cccccc; - content: "/\00a0"; +.alert-info hr { + border-top-color: #a6e1ec; } -.breadcrumb > .active { - color: #999999; +.alert-info .alert-link { + color: #2d6987; } -.pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; +.alert-warning { + color: #c09853; + background-color: #fcf8e3; + border-color: #fbeed5; } -.pagination > li { - display: inline; +.alert-warning hr { + border-top-color: #f8e5be; } -.pagination > li > a, -.pagination > li > span { - position: relative; - float: left; - padding: 8px 12px; - margin-left: -1px; - line-height: 1.428571429; - text-decoration: none; - background-color: #ffffff; - border: 1px solid #dddddd; +.alert-warning .alert-link { + color: #a47e3c; } -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; +.alert-danger { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; } -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; +.alert-danger hr { + border-top-color: #e6c1c7; } -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus { - background-color: #eeeeee; +.alert-danger .alert-link { + color: #953b39; } -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - z-index: 2; - color: #999999; - cursor: default; - background-color: #f5f5f5; - border-color: #f5f5f5; +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } } -.pagination > .disabled > span, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #999999; - cursor: not-allowed; - background-color: #ffffff; - border-color: #dddddd; +@-moz-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } } -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 14px 16px; - font-size: 18px; +@-o-keyframes progress-bar-stripes { + from { + background-position: 0 0; + } + to { + background-position: 40px 0; + } } -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } } -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + 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); } -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; +.progress-bar { + float: left; + width: 0; + height: 100%; font-size: 12px; + color: #ffffff; + text-align: center; + background-color: #446e9b; + -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; + transition: width 0.6s ease; } -.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-top-right-radius: 3px; - border-bottom-right-radius: 3px; +.progress-striped .progress-bar { + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + 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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 40px 40px; } -.pager { - padding-left: 0; - margin: 20px 0; - text-align: center; - list-style: none; +.progress.active .progress-bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -moz-animation: progress-bar-stripes 2s linear infinite; + -ms-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } -.pager:before, -.pager:after { - display: table; - content: " "; +.progress-bar-success { + background-color: #3cb521; } -.pager:after { - clear: both; +.progress-striped .progress-bar-success { + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + 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: -moz-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); } -.pager:before, -.pager:after { - display: table; - content: " "; +.progress-bar-info { + background-color: #3399f3; } -.pager:after { - clear: both; +.progress-striped .progress-bar-info { + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + 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: -moz-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); } -.pager:before, -.pager:after { - display: table; - content: " "; +.progress-bar-warning { + background-color: #d47500; } -.pager:after { - clear: both; +.progress-striped .progress-bar-warning { + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + 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: -moz-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); } -.pager:before, -.pager:after { - display: table; - content: " "; +.progress-bar-danger { + background-color: #cd0200; } -.pager:after { - clear: both; +.progress-striped .progress-bar-danger { + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + 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: -moz-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); } -.pager:before, -.pager:after { - display: table; - content: " "; +.media, +.media-body { + overflow: hidden; + zoom: 1; } -.pager:after { - clear: both; +.media, +.media .media { + margin-top: 15px; } -.pager li { - display: inline; +.media:first-child { + margin-top: 0; } -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 15px; +.media-object { + display: block; } -.pager li > a:hover, -.pager li > a:focus { - text-decoration: none; - background-color: #f5f5f5; +.media-heading { + margin: 0 0 5px; } -.pager .next > a, -.pager .next > span { - float: right; +.media > .pull-left { + margin-right: 10px; } -.pager .previous > a, -.pager .previous > span { - float: left; +.media > .pull-right { + margin-left: 10px; } -.pager .disabled > a, -.pager .disabled > a:hover, -.pager .disabled > a:focus, -.pager .disabled > span { - color: #999999; - cursor: not-allowed; - background-color: #ffffff; +.media-list { + padding-left: 0; + list-style: none; } -.modal-open { - overflow: hidden; +.list-group { + padding-left: 0; + margin-bottom: 20px; } -.modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - display: none; - overflow: auto; - overflow-y: scroll; +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #ffffff; + border: 1px solid #dddddd; } -.modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - -ms-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; +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; } -.modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } -.modal-dialog { - z-index: 1050; - width: auto; - padding: 10px; - margin-right: auto; - margin-left: auto; +.list-group-item > .badge { + float: right; } -.modal-content { - position: relative; - background-color: #ffffff; - border: 1px solid #999999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - outline: none; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; +.list-group-item > .badge + .badge { + margin-right: 5px; } -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; - background-color: #000000; +a.list-group-item { + color: #555555; } -.modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); +a.list-group-item .list-group-item-heading { + color: #333333; } -.modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5f5f5; } -.modal-header { - min-height: 16.428571429px; - padding: 15px; - border-bottom: 1px solid #e5e5e5; +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #ffffff; + background-color: #446e9b; + border-color: #446e9b; } -.modal-header .close { - margin-top: -2px; +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; } -.modal-title { - margin: 0; - line-height: 1.428571429; +.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: #c5d5e6; } -.modal-body { - position: relative; - padding: 20px; +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; } -.modal-footer { - padding: 19px 20px 20px; - margin-top: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; } -.modal-footer:before, -.modal-footer:after { +.panel { + margin-bottom: 20px; + background-color: #ffffff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.panel-body { + padding: 15px; +} + +.panel-body:before, +.panel-body:after { display: table; content: " "; } -.modal-footer:after { +.panel-body:after { clear: both; } -.modal-footer:before, -.modal-footer:after { +.panel-body:before, +.panel-body:after { display: table; content: " "; } -.modal-footer:after { +.panel-body:after { clear: both; } -.modal-footer:before, -.modal-footer:after { +.panel-body:before, +.panel-body:after { display: table; content: " "; } -.modal-footer:after { +.panel-body:after { clear: both; } -.modal-footer:before, -.modal-footer:after { +.panel-body:before, +.panel-body:after { display: table; content: " "; } -.modal-footer:after { +.panel-body:after { clear: both; } -.modal-footer:before, -.modal-footer:after { +.panel-body:before, +.panel-body:after { display: table; content: " "; } -.modal-footer:after { +.panel-body:after { clear: both; } -.modal-footer .btn + .btn { +.panel > .list-group { margin-bottom: 0; - margin-left: 5px; } -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; +.panel > .list-group .list-group-item { + border-width: 1px 0; } -.modal-footer .btn-block + .btn-block { - margin-left: 0; +.panel > .list-group .list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; } -@media screen and (min-width: 768px) { - .modal-dialog { - right: auto; - left: 50%; - width: 600px; - padding-top: 30px; - padding-bottom: 30px; - } - .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); - } +.panel > .list-group .list-group-item:last-child { + border-bottom: 0; } -.tooltip { - position: absolute; - z-index: 1030; - display: block; - font-size: 12px; - line-height: 1.4; - opacity: 0; - filter: alpha(opacity=0); - visibility: visible; +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; } -.tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); +.panel > .table { + margin-bottom: 0; } -.tooltip.top { - padding: 5px 0; - margin-top: -3px; +.panel > .panel-body + .table { + border-top: 1px solid #dddddd; } -.tooltip.right { - padding: 0 5px; - margin-left: 3px; +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } -.tooltip.bottom { - padding: 5px 0; - margin-top: 3px; +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; } -.tooltip.left { - padding: 0 5px; - margin-left: -3px; +.panel-title > a { + color: inherit; } -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #ffffff; - text-align: center; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.9); +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #dddddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} + +.panel-group .panel { + margin-bottom: 0; + overflow: hidden; border-radius: 4px; } -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; +.panel-group .panel + .panel { + margin-top: 5px; } -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-top-color: rgba(0, 0, 0, 0.9); - border-width: 5px 5px 0; +.panel-group .panel-heading { + border-bottom: 0; } -.tooltip.top-left .tooltip-arrow { - bottom: 0; - left: 5px; - border-top-color: rgba(0, 0, 0, 0.9); - border-width: 5px 5px 0; +.panel-group .panel-heading + .panel-collapse .panel-body { + border-top: 1px solid #dddddd; } -.tooltip.top-right .tooltip-arrow { - right: 5px; - bottom: 0; - border-top-color: rgba(0, 0, 0, 0.9); - border-width: 5px 5px 0; +.panel-group .panel-footer { + border-top: 0; } -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-right-color: rgba(0, 0, 0, 0.9); - border-width: 5px 5px 5px 0; +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #dddddd; } -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-left-color: rgba(0, 0, 0, 0.9); - border-width: 5px 0 5px 5px; +.panel-default { + border-color: #dddddd; } -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-bottom-color: rgba(0, 0, 0, 0.9); - border-width: 0 5px 5px; +.panel-default > .panel-heading { + color: #333333; + background-color: #f5f5f5; + border-color: #dddddd; } -.tooltip.bottom-left .tooltip-arrow { - top: 0; - left: 5px; - border-bottom-color: rgba(0, 0, 0, 0.9); - border-width: 0 5px 5px; +.panel-default > .panel-heading + .panel-collapse .panel-body { + border-top-color: #dddddd; } -.tooltip.bottom-right .tooltip-arrow { - top: 0; - right: 5px; - border-bottom-color: rgba(0, 0, 0, 0.9); - border-width: 0 5px 5px; +.panel-default > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #dddddd; } -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1010; - display: none; - max-width: 276px; - padding: 1px; - text-align: left; - white-space: normal; - background-color: #ffffff; - border: 1px solid #cccccc; - 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); - background-clip: padding-box; +.panel-primary { + border-color: #446e9b; +} + +.panel-primary > .panel-heading { + color: #ffffff; + background-color: #446e9b; + border-color: #446e9b; } -.popover.top { - margin-top: -10px; +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #446e9b; } -.popover.right { - margin-left: 10px; +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #446e9b; } -.popover.bottom { - margin-top: 10px; +.panel-success { + border-color: #d6e9c6; } -.popover.left { - margin-left: -10px; +.panel-success > .panel-heading { + color: #468847; + background-color: #dff0d8; + border-color: #d6e9c6; } -.popover-title { - padding: 8px 14px; - margin: 0; - font-size: 14px; - font-weight: normal; - line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; +.panel-success > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d6e9c6; } -.popover-content { - padding: 9px 14px; +.panel-success > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d6e9c6; } -.popover .arrow, -.popover .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; +.panel-warning { + border-color: #fbeed5; } -.popover .arrow { - border-width: 11px; +.panel-warning > .panel-heading { + color: #c09853; + background-color: #fcf8e3; + border-color: #fbeed5; } -.popover .arrow:after { - border-width: 10px; - content: ""; +.panel-warning > .panel-heading + .panel-collapse .panel-body { + border-top-color: #fbeed5; } -.popover.top .arrow { - bottom: -11px; - left: 50%; - margin-left: -11px; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - border-bottom-width: 0; +.panel-warning > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #fbeed5; } -.popover.top .arrow:after { - bottom: 1px; - margin-left: -10px; - border-top-color: #ffffff; - border-bottom-width: 0; - content: " "; +.panel-danger { + border-color: #eed3d7; } -.popover.right .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); - border-left-width: 0; +.panel-danger > .panel-heading { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; } -.popover.right .arrow:after { - bottom: -10px; - left: 1px; - border-right-color: #ffffff; - border-left-width: 0; - content: " "; +.panel-danger > .panel-heading + .panel-collapse .panel-body { + border-top-color: #eed3d7; } -.popover.bottom .arrow { - top: -11px; - left: 50%; - margin-left: -11px; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - border-top-width: 0; +.panel-danger > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #eed3d7; } -.popover.bottom .arrow:after { - top: 1px; - margin-left: -10px; - border-bottom-color: #ffffff; - border-top-width: 0; - content: " "; +.panel-info { + border-color: #bce8f1; } -.popover.left .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); - border-right-width: 0; +.panel-info > .panel-heading { + color: #3a87ad; + background-color: #d9edf7; + border-color: #bce8f1; } -.popover.left .arrow:after { - right: 1px; - bottom: -10px; - border-left-color: #ffffff; - border-right-width: 0; - content: " "; +.panel-info > .panel-heading + .panel-collapse .panel-body { + border-top-color: #bce8f1; } -.alert { - padding: 15px; +.panel-info > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #bce8f1; +} + +.well { + min-height: 20px; + padding: 19px; margin-bottom: 20px; - color: #c09853; - background-color: #fcf8e3; - border: 1px solid #fbeed5; + 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); } -.alert h4 { - margin-top: 0; - color: inherit; +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); } -.alert hr { - border-top-color: #f8e5be; +.well-lg { + padding: 24px; + border-radius: 6px; } -.alert .alert-link { +.well-sm { + padding: 9px; + border-radius: 3px; +} + +.close { + float: right; + font-size: 21px; font-weight: bold; - color: #a47e3c; + line-height: 1; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); } -.alert > p, -.alert > ul { - margin-bottom: 0; +.close:hover, +.close:focus { + color: #000000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); } -.alert > p + p { - margin-top: 5px; +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; } -.alert-dismissable { - padding-right: 35px; +.modal-open { + overflow: hidden; } -.alert-dismissable .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; +body.modal-open, +.modal-open .navbar-fixed-top, +.modal-open .navbar-fixed-bottom { + margin-right: 15px; } -.alert-success { - color: #468847; - background-color: #dff0d8; - border-color: #d6e9c6; +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + display: none; + overflow: auto; + overflow-y: scroll; } -.alert-success hr { - border-top-color: #c9e2b3; +.modal.fade .modal-dialog { + -webkit-transform: translate(0, -25%); + -ms-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; } -.alert-success .alert-link { - color: #356635; +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); } -.alert-danger { - color: #b94a48; - background-color: #f2dede; - border-color: #eed3d7; +.modal-dialog { + z-index: 1050; + width: auto; + padding: 10px; + margin-right: auto; + margin-left: auto; } -.alert-danger hr { - border-top-color: #e6c1c7; +.modal-content { + position: relative; + background-color: #ffffff; + border: 1px solid #999999; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + background-clip: padding-box; +} + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; + background-color: #000000; } -.alert-danger .alert-link { - color: #953b39; +.modal-backdrop.fade { + opacity: 0; + filter: alpha(opacity=0); } -.alert-info { - color: #3a87ad; - background-color: #d9edf7; - border-color: #bce8f1; +.modal-backdrop.in { + opacity: 0.5; + filter: alpha(opacity=50); } -.alert-info hr { - border-top-color: #a6e1ec; +.modal-header { + min-height: 16.428571429px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; } -.alert-info .alert-link { - color: #2d6987; +.modal-header .close { + margin-top: -2px; } -.thumbnail, -.img-thumbnail { - padding: 4px; +.modal-title { + margin: 0; line-height: 1.428571429; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.thumbnail { - display: block; } -.thumbnail > img { - display: block; - height: auto; - max-width: 100%; +.modal-body { + position: relative; + padding: 20px; } -.img-thumbnail { - display: inline-block; - height: auto; - max-width: 100%; +.modal-footer { + padding: 19px 20px 20px; + margin-top: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; } -a.thumbnail:hover, -a.thumbnail:focus { - border-color: #3399f3; +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; } -.thumbnail > img { - margin-right: auto; - margin-left: auto; +.modal-footer:after { + clear: both; } -.thumbnail .caption { - padding: 9px; - color: #666666; +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; } -.media, -.media-body { - overflow: hidden; - zoom: 1; +.modal-footer:after { + clear: both; } -.media, -.media .media { - margin-top: 15px; +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; } -.media:first-child { - margin-top: 0; +.modal-footer:after { + clear: both; } -.media-object { - display: block; +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; } -.media-heading { - margin: 0 0 5px; +.modal-footer:after { + clear: both; } -.media > .pull-left { - margin-right: 10px; +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; } -.media > .pull-right { - margin-left: 10px; +.modal-footer:after { + clear: both; } -.media-list { - padding-left: 0; - list-style: none; +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; } -.label { - display: inline; - padding: .25em .6em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #ffffff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; } -.label[href]:hover, -.label[href]:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; +.modal-footer .btn-block + .btn-block { + margin-left: 0; } -.label:empty { - display: none; +@media screen and (min-width: 768px) { + .modal-dialog { + right: auto; + left: 50%; + width: 600px; + padding-top: 30px; + padding-bottom: 30px; + } + .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); + } } -.label-default { - background-color: #474949; +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 12px; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); + visibility: visible; } -.label-default[href]:hover, -.label-default[href]:focus { - background-color: #2e2f2f; +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); } -.label-primary { - background-color: #446e9b; +.tooltip.top { + padding: 5px 0; + margin-top: -3px; } -.label-primary[href]:hover, -.label-primary[href]:focus { - background-color: #345578; +.tooltip.right { + padding: 0 5px; + margin-left: 3px; } -.label-success { - background-color: #3cb521; +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; } -.label-success[href]:hover, -.label-success[href]:focus { - background-color: #2e8a19; +.tooltip.left { + padding: 0 5px; + margin-left: -3px; } -.label-info { - background-color: #3399f3; +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #ffffff; + text-align: center; + text-decoration: none; + background-color: rgba(0, 0, 0, 0.9); + border-radius: 4px; } -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #0e80e5; +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; } -.label-warning { - background-color: #d47500; +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: rgba(0, 0, 0, 0.9); + border-width: 5px 5px 0; } -.label-warning[href]:hover, -.label-warning[href]:focus { - background-color: #a15900; +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-top-color: rgba(0, 0, 0, 0.9); + border-width: 5px 5px 0; } -.label-danger { - background-color: #cd0200; +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-top-color: rgba(0, 0, 0, 0.9); + border-width: 5px 5px 0; } -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #9a0200; +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-right-color: rgba(0, 0, 0, 0.9); + border-width: 5px 5px 5px 0; } -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - line-height: 1; - color: #ffffff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - background-color: #999999; - border-radius: 10px; +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-left-color: rgba(0, 0, 0, 0.9); + border-width: 5px 0 5px 5px; } -.badge:empty { - display: none; +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-bottom-color: rgba(0, 0, 0, 0.9); + border-width: 0 5px 5px; } -a.badge:hover, -a.badge:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-bottom-color: rgba(0, 0, 0, 0.9); + border-width: 0 5px 5px; } -.btn .badge { - position: relative; - top: -1px; +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-bottom-color: rgba(0, 0, 0, 0.9); + border-width: 0 5px 5px; } -a.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: #3399f3; +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; background-color: #ffffff; + border: 1px solid #cccccc; + 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); + background-clip: padding-box; } -.nav-pills > li > a > .badge { - margin-left: 3px; +.popover.top { + margin-top: -10px; } -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } +.popover.right { + margin-left: 10px; } -@-moz-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } +.popover.bottom { + margin-top: 10px; } -@-o-keyframes progress-bar-stripes { - from { - background-position: 0 0; - } - to { - background-position: 40px 0; - } +.popover.left { + margin-left: -10px; } -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; } -.progress { - height: 20px; - margin-bottom: 20px; - overflow: hidden; - 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); +.popover-content { + padding: 9px 14px; } -.progress-bar { - float: left; +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; width: 0; - height: 100%; - font-size: 12px; - color: #ffffff; - text-align: center; - background-color: #446e9b; - -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; - transition: width 0.6s ease; + height: 0; + border-color: transparent; + border-style: solid; } -.progress-striped .progress-bar { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; +.popover .arrow { + border-width: 11px; } -.progress.active .progress-bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -moz-animation: progress-bar-stripes 2s linear infinite; - -ms-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; +.popover .arrow:after { + border-width: 10px; + content: ""; } -.progress-bar-success { - background-color: #3cb521; +.popover.top .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999999; + border-top-color: rgba(0, 0, 0, 0.25); + border-bottom-width: 0; } -.progress-striped .progress-bar-success { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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); +.popover.top .arrow:after { + bottom: 1px; + margin-left: -10px; + border-top-color: #ffffff; + border-bottom-width: 0; + content: " "; } -.progress-bar-info { - background-color: #3399f3; +.popover.right .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999999; + border-right-color: rgba(0, 0, 0, 0.25); + border-left-width: 0; } -.progress-striped .progress-bar-info { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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); +.popover.right .arrow:after { + bottom: -10px; + left: 1px; + border-right-color: #ffffff; + border-left-width: 0; + content: " "; } -.progress-bar-warning { - background-color: #d47500; +.popover.bottom .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-bottom-color: #999999; + border-bottom-color: rgba(0, 0, 0, 0.25); + border-top-width: 0; } -.progress-striped .progress-bar-warning { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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); +.popover.bottom .arrow:after { + top: 1px; + margin-left: -10px; + border-bottom-color: #ffffff; + border-top-width: 0; + content: " "; } -.progress-bar-danger { - background-color: #cd0200; +.popover.left .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-left-color: #999999; + border-left-color: rgba(0, 0, 0, 0.25); + border-right-width: 0; } -.progress-striped .progress-bar-danger { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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); +.popover.left .arrow:after { + right: 1px; + bottom: -10px; + border-left-color: #ffffff; + border-right-width: 0; + content: " "; } .carousel { @@ -5457,12 +6514,18 @@ a.list-group-item.active > .badge, } .carousel-control .icon-prev, -.carousel-control .icon-next { +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; left: 50%; z-index: 5; display: inline-block; +} + +.carousel-control .icon-prev, +.carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; @@ -5544,35 +6607,6 @@ a.list-group-item.active > .badge, } } -.jumbotron { - padding: 30px; - margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 2.1428571435; - color: inherit; - background-color: #eeeeee; -} - -.jumbotron h1 { - line-height: 1; - color: inherit; -} - -.jumbotron p { - line-height: 1.4; -} - -@media screen and (min-width: 768px) { - .jumbotron { - padding: 50px 60px; - border-radius: 6px; - } - .jumbotron h1 { - font-size: 63px; - } -} - .clearfix:before, .clearfix:after { display: table; @@ -5641,54 +6675,67 @@ a.list-group-item.active > .badge, } .visible-xs { - display: block !important; + display: none !important; } tr.visible-xs { - display: table-row !important; + display: none !important; } th.visible-xs, td.visible-xs { - display: table-cell !important; + display: none !important; } -@media (min-width: 768px) and (max-width: 991px) { +@media (max-width: 767px) { .visible-xs { - display: none !important; + display: block !important; } tr.visible-xs { - display: none !important; + display: table-row !important; } th.visible-xs, td.visible-xs { - display: none !important; + display: table-cell !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .visible-xs.visible-sm { + display: block !important; + } + tr.visible-xs.visible-sm { + display: table-row !important; + } + th.visible-xs.visible-sm, + td.visible-xs.visible-sm { + display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .visible-xs { - display: none !important; + .visible-xs.visible-md { + display: block !important; } - tr.visible-xs { - display: none !important; + tr.visible-xs.visible-md { + display: table-row !important; } - th.visible-xs, - td.visible-xs { - display: none !important; + th.visible-xs.visible-md, + td.visible-xs.visible-md { + display: table-cell !important; } } @media (min-width: 1200px) { - .visible-xs { - display: none !important; + .visible-xs.visible-lg { + display: block !important; } - tr.visible-xs { - display: none !important; + tr.visible-xs.visible-lg { + display: table-row !important; } - th.visible-xs, - td.visible-xs { - display: none !important; + th.visible-xs.visible-lg, + td.visible-xs.visible-lg { + display: table-cell !important; } } @@ -5705,6 +6752,19 @@ td.visible-sm { display: none !important; } +@media (max-width: 767px) { + .visible-sm.visible-xs { + display: block !important; + } + tr.visible-sm.visible-xs { + display: table-row !important; + } + th.visible-sm.visible-xs, + td.visible-sm.visible-xs { + display: table-cell !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; @@ -5719,28 +6779,28 @@ td.visible-sm { } @media (min-width: 992px) and (max-width: 1199px) { - .visible-sm { - display: none !important; + .visible-sm.visible-md { + display: block !important; } - tr.visible-sm { - display: none !important; + tr.visible-sm.visible-md { + display: table-row !important; } - th.visible-sm, - td.visible-sm { - display: none !important; + th.visible-sm.visible-md, + td.visible-sm.visible-md { + display: table-cell !important; } } @media (min-width: 1200px) { - .visible-sm { - display: none !important; + .visible-sm.visible-lg { + display: block !important; } - tr.visible-sm { - display: none !important; + tr.visible-sm.visible-lg { + display: table-row !important; } - th.visible-sm, - td.visible-sm { - display: none !important; + th.visible-sm.visible-lg, + td.visible-sm.visible-lg { + display: table-cell !important; } } @@ -5757,16 +6817,29 @@ td.visible-md { display: none !important; } +@media (max-width: 767px) { + .visible-md.visible-xs { + display: block !important; + } + tr.visible-md.visible-xs { + display: table-row !important; + } + th.visible-md.visible-xs, + td.visible-md.visible-xs { + display: table-cell !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { - .visible-md { - display: none !important; + .visible-md.visible-sm { + display: block !important; } - tr.visible-md { - display: none !important; + tr.visible-md.visible-sm { + display: table-row !important; } - th.visible-md, - td.visible-md { - display: none !important; + th.visible-md.visible-sm, + td.visible-md.visible-sm { + display: table-cell !important; } } @@ -5784,15 +6857,15 @@ td.visible-md { } @media (min-width: 1200px) { - .visible-md { - display: none !important; + .visible-md.visible-lg { + display: block !important; } - tr.visible-md { - display: none !important; + tr.visible-md.visible-lg { + display: table-row !important; } - th.visible-md, - td.visible-md { - display: none !important; + th.visible-md.visible-lg, + td.visible-md.visible-lg { + display: table-cell !important; } } @@ -5809,29 +6882,42 @@ td.visible-lg { display: none !important; } +@media (max-width: 767px) { + .visible-lg.visible-xs { + display: block !important; + } + tr.visible-lg.visible-xs { + display: table-row !important; + } + th.visible-lg.visible-xs, + td.visible-lg.visible-xs { + display: table-cell !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { - .visible-lg { - display: none !important; + .visible-lg.visible-sm { + display: block !important; } - tr.visible-lg { - display: none !important; + tr.visible-lg.visible-sm { + display: table-row !important; } - th.visible-lg, - td.visible-lg { - display: none !important; + th.visible-lg.visible-sm, + td.visible-lg.visible-sm { + display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .visible-lg { - display: none !important; + .visible-lg.visible-md { + display: block !important; } - tr.visible-lg { - display: none !important; + tr.visible-lg.visible-md { + display: table-row !important; } - th.visible-lg, - td.visible-lg { - display: none !important; + th.visible-lg.visible-md, + td.visible-lg.visible-md { + display: table-cell !important; } } @@ -5849,54 +6935,67 @@ td.visible-lg { } .hidden-xs { - display: none !important; + display: block !important; } tr.hidden-xs { - display: none !important; + display: table-row !important; } th.hidden-xs, td.hidden-xs { - display: none !important; + display: table-cell !important; } -@media (min-width: 768px) and (max-width: 991px) { +@media (max-width: 767px) { .hidden-xs { - display: block !important; + display: none !important; } tr.hidden-xs { - display: table-row !important; + display: none !important; } th.hidden-xs, td.hidden-xs { - display: table-cell !important; + display: none !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-xs.hidden-sm { + display: none !important; + } + tr.hidden-xs.hidden-sm { + display: none !important; + } + th.hidden-xs.hidden-sm, + td.hidden-xs.hidden-sm { + display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs { - display: block !important; + .hidden-xs.hidden-md { + display: none !important; } - tr.hidden-xs { - display: table-row !important; + tr.hidden-xs.hidden-md { + display: none !important; } - th.hidden-xs, - td.hidden-xs { - display: table-cell !important; + th.hidden-xs.hidden-md, + td.hidden-xs.hidden-md { + display: none !important; } } @media (min-width: 1200px) { - .hidden-xs { - display: block !important; + .hidden-xs.hidden-lg { + display: none !important; } - tr.hidden-xs { - display: table-row !important; + tr.hidden-xs.hidden-lg { + display: none !important; } - th.hidden-xs, - td.hidden-xs { - display: table-cell !important; + th.hidden-xs.hidden-lg, + td.hidden-xs.hidden-lg { + display: none !important; } } @@ -5913,6 +7012,19 @@ td.hidden-sm { display: table-cell !important; } +@media (max-width: 767px) { + .hidden-sm.hidden-xs { + display: none !important; + } + tr.hidden-sm.hidden-xs { + display: none !important; + } + th.hidden-sm.hidden-xs, + td.hidden-sm.hidden-xs { + display: none !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; @@ -5927,28 +7039,28 @@ td.hidden-sm { } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm { - display: block !important; + .hidden-sm.hidden-md { + display: none !important; } - tr.hidden-sm { - display: table-row !important; + tr.hidden-sm.hidden-md { + display: none !important; } - th.hidden-sm, - td.hidden-sm { - display: table-cell !important; + th.hidden-sm.hidden-md, + td.hidden-sm.hidden-md { + display: none !important; } } @media (min-width: 1200px) { - .hidden-sm { - display: block !important; + .hidden-sm.hidden-lg { + display: none !important; } - tr.hidden-sm { - display: table-row !important; + tr.hidden-sm.hidden-lg { + display: none !important; } - th.hidden-sm, - td.hidden-sm { - display: table-cell !important; + th.hidden-sm.hidden-lg, + td.hidden-sm.hidden-lg { + display: none !important; } } @@ -5965,16 +7077,29 @@ td.hidden-md { display: table-cell !important; } +@media (max-width: 767px) { + .hidden-md.hidden-xs { + display: none !important; + } + tr.hidden-md.hidden-xs { + display: none !important; + } + th.hidden-md.hidden-xs, + td.hidden-md.hidden-xs { + display: none !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { - .hidden-md { - display: block !important; + .hidden-md.hidden-sm { + display: none !important; } - tr.hidden-md { - display: table-row !important; + tr.hidden-md.hidden-sm { + display: none !important; } - th.hidden-md, - td.hidden-md { - display: table-cell !important; + th.hidden-md.hidden-sm, + td.hidden-md.hidden-sm { + display: none !important; } } @@ -5992,15 +7117,15 @@ td.hidden-md { } @media (min-width: 1200px) { - .hidden-md { - display: block !important; + .hidden-md.hidden-lg { + display: none !important; } - tr.hidden-md { - display: table-row !important; + tr.hidden-md.hidden-lg { + display: none !important; } - th.hidden-md, - td.hidden-md { - display: table-cell !important; + th.hidden-md.hidden-lg, + td.hidden-md.hidden-lg { + display: none !important; } } @@ -6017,29 +7142,42 @@ td.hidden-lg { display: table-cell !important; } +@media (max-width: 767px) { + .hidden-lg.hidden-xs { + display: none !important; + } + tr.hidden-lg.hidden-xs { + display: none !important; + } + th.hidden-lg.hidden-xs, + td.hidden-lg.hidden-xs { + display: none !important; + } +} + @media (min-width: 768px) and (max-width: 991px) { - .hidden-lg { - display: block !important; + .hidden-lg.hidden-sm { + display: none !important; } - tr.hidden-lg { - display: table-row !important; + tr.hidden-lg.hidden-sm { + display: none !important; } - th.hidden-lg, - td.hidden-lg { - display: table-cell !important; + th.hidden-lg.hidden-sm, + td.hidden-lg.hidden-sm { + display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg { - display: block !important; + .hidden-lg.hidden-md { + display: none !important; } - tr.hidden-lg { - display: table-row !important; + tr.hidden-lg.hidden-md { + display: none !important; } - th.hidden-lg, - td.hidden-lg { - display: table-cell !important; + th.hidden-lg.hidden-md, + td.hidden-lg.hidden-md { + display: none !important; } }