Commit 6c87895e authored by Mark Otto's avatar Mark Otto

fixes #14310: reset .active as well for button links

parent fd6c00d1
/*!
* Bootstrap v3.2.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,
.btn-info, .btn-info,
.btn-warning, .btn-warning,
.btn-danger { .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.btn-default:active, .btn-default:active,
.btn-primary:active, .btn-primary:active,
...@@ -26,23 +20,22 @@ ...@@ -26,23 +20,22 @@
.btn-info.active, .btn-info.active,
.btn-warning.active, .btn-warning.active,
.btn-danger.active { .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none; background-image: none;
} }
.btn-default { .btn-default {
text-shadow: 0 1px 0 #fff; background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dbdbdb; border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc; border-color: #ccc;
} }
.btn-default:hover, .btn-default:hover,
...@@ -63,7 +56,6 @@ ...@@ -63,7 +56,6 @@
.btn-primary { .btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%); background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
...@@ -88,7 +80,6 @@ ...@@ -88,7 +80,6 @@
.btn-success { .btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
...@@ -113,7 +104,6 @@ ...@@ -113,7 +104,6 @@
.btn-info { .btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
...@@ -138,7 +128,6 @@ ...@@ -138,7 +128,6 @@
.btn-warning { .btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
...@@ -163,7 +152,6 @@ ...@@ -163,7 +152,6 @@
.btn-danger { .btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
...@@ -187,80 +175,74 @@ ...@@ -187,80 +175,74 @@
} }
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-color: #357ebd;
} }
.navbar-default { .navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
} }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a { .navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
} }
.navbar-brand, .navbar-brand,
.navbar-nav > li > a { .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
} }
.navbar-inverse { .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
} }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a { .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
background-image: -o-linear-gradient(top, #222 0%, #282828 100%); background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828)); background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
} }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.navbar-static-top, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-top,
...@@ -268,103 +250,93 @@ ...@@ -268,103 +250,93 @@
border-radius: 0; border-radius: 0;
} }
.alert { .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.alert-success { .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1; border-color: #b2dba1;
} }
.alert-info { .alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea; border-color: #9acfea;
} }
.alert-warning { .alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e; border-color: #f5e79e;
} }
.alert-danger { .alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7; border-color: #dca7a7;
} }
.progress { .progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
} }
.progress-bar { .progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
} }
.progress-bar-success { .progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
} }
.progress-bar-info { .progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
} }
.progress-bar-warning { .progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
} }
.progress-bar-danger { .progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
} }
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
...@@ -372,73 +344,65 @@ ...@@ -372,73 +344,65 @@
text-shadow: 0 -1px 0 #3071a9; text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
border-color: #3278b3; border-color: #3278b3;
} }
.panel { .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
} }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
.panel-success > .panel-heading { .panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
} }
.panel-info > .panel-heading { .panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
} }
.panel-warning > .panel-heading { .panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
} }
.panel-danger > .panel-heading { .panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
} }
.well { .well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
border-color: #dcdcdc; border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
} }
/*# sourceMappingURL=bootstrap-theme.css.map */ /*# sourceMappingURL=bootstrap-theme.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v3.2.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
...@@ -60,28 +54,28 @@ dfn { ...@@ -60,28 +54,28 @@ dfn {
font-style: italic; font-style: italic;
} }
h1 { h1 {
margin: .67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
mark { mark {
color: #000;
background: #ff0; background: #ff0;
color: #000;
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -.5em; top: -0.5em;
} }
sub { sub {
bottom: -.25em; bottom: -0.25em;
} }
img { img {
border: 0; border: 0;
...@@ -93,10 +87,9 @@ figure { ...@@ -93,10 +87,9 @@ figure {
margin: 1em 40px; margin: 1em 40px;
} }
hr { hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
pre { pre {
overflow: auto; overflow: auto;
...@@ -113,9 +106,9 @@ input, ...@@ -113,9 +106,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
margin: 0;
font: inherit;
color: inherit; color: inherit;
font: inherit;
margin: 0;
} }
button { button {
overflow: visible; overflow: visible;
...@@ -137,16 +130,14 @@ html input[disabled] { ...@@ -137,16 +130,14 @@ html input[disabled] {
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
input { input {
line-height: normal; line-height: normal;
} }
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
} }
...@@ -155,23 +146,23 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -155,23 +146,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto; height: auto;
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: content-box; -webkit-appearance: textfield;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
fieldset { fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} }
legend { legend {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
...@@ -180,8 +171,8 @@ optgroup { ...@@ -180,8 +171,8 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
table { table {
border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0;
} }
td, td,
th { th {
...@@ -189,10 +180,9 @@ th { ...@@ -189,10 +180,9 @@ th {
} }
@media print { @media print {
* { * {
color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
color: #000 !important;
background: transparent !important; background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
a, a,
...@@ -212,7 +202,6 @@ th { ...@@ -212,7 +202,6 @@ th {
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
...@@ -262,7 +251,6 @@ th { ...@@ -262,7 +251,6 @@ th {
} }
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot'); 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'); 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');
} }
...@@ -274,7 +262,6 @@ th { ...@@ -274,7 +262,6 @@ th {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
...@@ -891,15 +878,14 @@ th { ...@@ -891,15 +878,14 @@ th {
} }
html { html {
font-size: 10px; font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
background-color: #fff; background-color: #ffffff;
} }
input, input,
button, button,
...@@ -942,17 +928,17 @@ img { ...@@ -942,17 +928,17 @@ img {
border-radius: 6px; border-radius: 6px;
} }
.img-thumbnail { .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px; padding: 4px;
line-height: 1.42857143; line-height: 1.42857143;
background-color: #fff; background-color: #ffffff;
border: 1px solid #ddd; border: 1px solid #dddddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all .2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
-o-transition: all .2s ease-in-out; -o-transition: all 0.2s ease-in-out;
transition: all .2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
...@@ -961,14 +947,14 @@ hr { ...@@ -961,14 +947,14 @@ hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eeeeee;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;
height: 1px; height: 1px;
padding: 0;
margin: -1px; margin: -1px;
padding: 0;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
border: 0; border: 0;
...@@ -1025,7 +1011,7 @@ h6 .small, ...@@ -1025,7 +1011,7 @@ h6 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #777; color: #777777;
} }
h1, h1,
.h1, .h1,
...@@ -1117,8 +1103,8 @@ small, ...@@ -1117,8 +1103,8 @@ small,
} }
mark, mark,
.mark { .mark {
padding: .2em;
background-color: #fcf8e3; background-color: #fcf8e3;
padding: .2em;
} }
.text-left { .text-left {
text-align: left; text-align: left;
...@@ -1145,7 +1131,7 @@ mark, ...@@ -1145,7 +1131,7 @@ mark,
text-transform: capitalize; text-transform: capitalize;
} }
.text-muted { .text-muted {
color: #777; color: #777777;
} }
.text-primary { .text-primary {
color: #428bca; color: #428bca;
...@@ -1211,7 +1197,7 @@ a.bg-danger:hover { ...@@ -1211,7 +1197,7 @@ a.bg-danger:hover {
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eeeeee;
} }
ul, ul,
ol { ol {
...@@ -1230,13 +1216,13 @@ ol ol { ...@@ -1230,13 +1216,13 @@ ol ol {
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
margin-left: -5px;
list-style: none; list-style: none;
margin-left: -5px;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
padding-right: 5px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px;
} }
dl { dl {
margin-top: 0; margin-top: 0;
...@@ -1256,9 +1242,9 @@ dd { ...@@ -1256,9 +1242,9 @@ dd {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
...@@ -1269,7 +1255,7 @@ dd { ...@@ -1269,7 +1255,7 @@ dd {
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #777; border-bottom: 1px dotted #777777;
} }
.initialism { .initialism {
font-size: 90%; font-size: 90%;
...@@ -1279,7 +1265,7 @@ blockquote { ...@@ -1279,7 +1265,7 @@ blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
font-size: 17.5px; font-size: 17.5px;
border-left: 5px solid #eee; border-left: 5px solid #eeeeee;
} }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
...@@ -1292,7 +1278,7 @@ blockquote .small { ...@@ -1292,7 +1278,7 @@ blockquote .small {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
} }
blockquote footer:before, blockquote footer:before,
blockquote small:before, blockquote small:before,
...@@ -1303,9 +1289,9 @@ blockquote .small:before { ...@@ -1303,9 +1289,9 @@ blockquote .small:before {
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right; border-right: 5px solid #eeeeee;
border-right: 5px solid #eee;
border-left: 0; border-left: 0;
text-align: right;
} }
.blockquote-reverse footer:before, .blockquote-reverse footer:before,
blockquote.pull-right footer:before, blockquote.pull-right footer:before,
...@@ -1348,17 +1334,15 @@ code { ...@@ -1348,17 +1334,15 @@ code {
kbd { kbd {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #fff; color: #ffffff;
background-color: #333; background-color: #333333;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
font-size: 100%; font-size: 100%;
font-weight: bold; font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
pre { pre {
...@@ -1367,11 +1351,11 @@ pre { ...@@ -1367,11 +1351,11 @@ pre {
margin: 0 0 10px; margin: 0 0 10px;
font-size: 13px; font-size: 13px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
} }
pre code { pre code {
...@@ -1387,10 +1371,10 @@ pre code { ...@@ -1387,10 +1371,10 @@ pre code {
overflow-y: scroll; overflow-y: scroll;
} }
.container { .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 15px;
padding-right: 15px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.container { .container {
...@@ -1408,20 +1392,20 @@ pre code { ...@@ -1408,20 +1392,20 @@ pre code {
} }
} }
.container-fluid { .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 15px;
padding-right: 15px;
} }
.row { .row {
margin-right: -15px;
margin-left: -15px; margin-left: -15px;
margin-right: -15px;
} }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px;
padding-left: 15px; padding-left: 15px;
padding-right: 15px;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; float: left;
...@@ -1577,7 +1561,7 @@ pre code { ...@@ -1577,7 +1561,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0; margin-left: 0%;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
...@@ -1734,7 +1718,7 @@ pre code { ...@@ -1734,7 +1718,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
...@@ -1892,7 +1876,7 @@ pre code { ...@@ -1892,7 +1876,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
...@@ -2050,7 +2034,7 @@ pre code { ...@@ -2050,7 +2034,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
table { table {
...@@ -2059,7 +2043,7 @@ table { ...@@ -2059,7 +2043,7 @@ table {
caption { caption {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
color: #777; color: #777777;
text-align: left; text-align: left;
} }
th { th {
...@@ -2079,11 +2063,11 @@ th { ...@@ -2079,11 +2063,11 @@ th {
padding: 8px; padding: 8px;
line-height: 1.42857143; line-height: 1.42857143;
vertical-align: top; vertical-align: top;
border-top: 1px solid #ddd; border-top: 1px solid #dddddd;
} }
.table > thead > tr > th { .table > thead > tr > th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #ddd; border-bottom: 2px solid #dddddd;
} }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
...@@ -2094,10 +2078,10 @@ th { ...@@ -2094,10 +2078,10 @@ th {
border-top: 0; border-top: 0;
} }
.table > tbody + tbody { .table > tbody + tbody {
border-top: 2px solid #ddd; border-top: 2px solid #dddddd;
} }
.table .table { .table .table {
background-color: #fff; background-color: #ffffff;
} }
.table-condensed > thead > tr > th, .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th, .table-condensed > tbody > tr > th,
...@@ -2108,7 +2092,7 @@ th { ...@@ -2108,7 +2092,7 @@ th {
padding: 5px; padding: 5px;
} }
.table-bordered { .table-bordered {
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th,
...@@ -2116,7 +2100,7 @@ th { ...@@ -2116,7 +2100,7 @@ th {
.table-bordered > thead > tr > td, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { .table-bordered > tfoot > tr > td {
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
...@@ -2130,14 +2114,14 @@ th { ...@@ -2130,14 +2114,14 @@ th {
} }
table col[class*="col-"] { table col[class*="col-"] {
position: static; position: static;
display: table-column;
float: none; float: none;
display: table-column;
} }
table td[class*="col-"], table td[class*="col-"],
table th[class*="col-"] { table th[class*="col-"] {
position: static; position: static;
display: table-cell;
float: none; float: none;
display: table-cell;
} }
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
...@@ -2253,7 +2237,7 @@ table th[class*="col-"] { ...@@ -2253,7 +2237,7 @@ table th[class*="col-"] {
margin-bottom: 15px; margin-bottom: 15px;
overflow-y: hidden; overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
.table-responsive > .table { .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;
...@@ -2293,10 +2277,10 @@ table th[class*="col-"] { ...@@ -2293,10 +2277,10 @@ table th[class*="col-"] {
} }
} }
fieldset { fieldset {
min-width: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
min-width: 0;
} }
legend { legend {
display: block; display: block;
...@@ -2305,7 +2289,7 @@ legend { ...@@ -2305,7 +2289,7 @@ legend {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #333; color: #333333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
...@@ -2349,7 +2333,7 @@ output { ...@@ -2349,7 +2333,7 @@ output {
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
} }
.form-control { .form-control {
display: block; display: block;
...@@ -2358,38 +2342,38 @@ output { ...@@ -2358,38 +2342,38 @@ output {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
background-color: #fff; background-color: #ffffff;
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999; color: #999999;
opacity: 1; opacity: 1;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #999; color: #999999;
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999; color: #999999;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eeeeee;
opacity: 1; opacity: 1;
} }
textarea.form-control { textarea.form-control {
...@@ -2472,8 +2456,8 @@ _:-ms-fullscreen.input-lg, ...@@ -2472,8 +2456,8 @@ _:-ms-fullscreen.input-lg,
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] { .checkbox-inline input[type="checkbox"] {
position: absolute; position: absolute;
margin-top: 4px \9;
margin-left: -20px; margin-left: -20px;
margin-top: 4px \9;
} }
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
...@@ -2484,8 +2468,8 @@ _:-ms-fullscreen.input-lg, ...@@ -2484,8 +2468,8 @@ _:-ms-fullscreen.input-lg,
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal;
vertical-align: middle; vertical-align: middle;
font-weight: normal;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
...@@ -2520,8 +2504,8 @@ fieldset[disabled] .checkbox label { ...@@ -2520,8 +2504,8 @@ fieldset[disabled] .checkbox label {
} }
.form-control-static.input-lg, .form-control-static.input-lg,
.form-control-static.input-sm { .form-control-static.input-sm {
padding-right: 0;
padding-left: 0; padding-left: 0;
padding-right: 0;
} }
.input-sm, .input-sm,
.form-group-sm .form-control { .form-group-sm .form-control {
...@@ -2603,18 +2587,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2603,18 +2587,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d; border-color: #3c763d;
background-color: #dff0d8;
} }
.has-success .form-control-feedback { .has-success .form-control-feedback {
color: #3c763d; color: #3c763d;
...@@ -2633,18 +2617,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2633,18 +2617,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b; border-color: #8a6d3b;
background-color: #fcf8e3;
} }
.has-warning .form-control-feedback { .has-warning .form-control-feedback {
color: #8a6d3b; color: #8a6d3b;
...@@ -2663,18 +2647,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2663,18 +2647,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
background-color: #f2dede;
border-color: #a94442; border-color: #a94442;
background-color: #f2dede;
} }
.has-error .form-control-feedback { .has-error .form-control-feedback {
color: #a94442; color: #a94442;
...@@ -2745,23 +2729,23 @@ select[multiple].form-group-lg .form-control { ...@@ -2745,23 +2729,23 @@ select[multiple].form-group-lg .form-control {
.form-horizontal .checkbox, .form-horizontal .checkbox,
.form-horizontal .radio-inline, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { .form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
padding-top: 7px;
} }
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox { .form-horizontal .checkbox {
min-height: 27px; min-height: 27px;
} }
.form-horizontal .form-group { .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px; margin-left: -15px;
margin-right: -15px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-horizontal .control-label { .form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right; text-align: right;
margin-bottom: 0;
padding-top: 7px;
} }
} }
.form-horizontal .has-feedback .form-control-feedback { .form-horizontal .has-feedback .form-control-feedback {
...@@ -2779,24 +2763,23 @@ select[multiple].form-group-lg .form-control { ...@@ -2779,24 +2763,23 @@ select[multiple].form-group-lg .form-control {
} }
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1.42857143;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
...@@ -2811,30 +2794,30 @@ select[multiple].form-group-lg .form-control { ...@@ -2811,30 +2794,30 @@ select[multiple].form-group-lg .form-control {
.btn:hover, .btn:hover,
.btn:focus, .btn:focus,
.btn.focus { .btn.focus {
color: #333; color: #333333;
text-decoration: none; text-decoration: none;
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed; cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65); filter: alpha(opacity=65);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65;
} }
.btn-default { .btn-default {
color: #333; color: #333333;
background-color: #fff; background-color: #ffffff;
border-color: #ccc; border-color: #cccccc;
} }
.btn-default:hover, .btn-default:hover,
.btn-default:focus, .btn-default:focus,
...@@ -2842,7 +2825,7 @@ fieldset[disabled] .btn { ...@@ -2842,7 +2825,7 @@ fieldset[disabled] .btn {
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,
.open > .dropdown-toggle.btn-default { .open > .dropdown-toggle.btn-default {
color: #333; color: #333333;
background-color: #e6e6e6; background-color: #e6e6e6;
border-color: #adadad; border-color: #adadad;
} }
...@@ -2869,15 +2852,15 @@ fieldset[disabled] .btn-default:active, ...@@ -2869,15 +2852,15 @@ fieldset[disabled] .btn-default:active,
.btn-default.disabled.active, .btn-default.disabled.active,
.btn-default[disabled].active, .btn-default[disabled].active,
fieldset[disabled] .btn-default.active { fieldset[disabled] .btn-default.active {
background-color: #fff; background-color: #ffffff;
border-color: #ccc; border-color: #cccccc;
} }
.btn-default .badge { .btn-default .badge {
color: #fff; color: #ffffff;
background-color: #333; background-color: #333333;
} }
.btn-primary { .btn-primary {
color: #fff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #357ebd; border-color: #357ebd;
} }
...@@ -2887,7 +2870,7 @@ fieldset[disabled] .btn-default.active { ...@@ -2887,7 +2870,7 @@ fieldset[disabled] .btn-default.active {
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #fff; color: #ffffff;
background-color: #3071a9; background-color: #3071a9;
border-color: #285e8e; border-color: #285e8e;
} }
...@@ -2919,10 +2902,10 @@ fieldset[disabled] .btn-primary.active { ...@@ -2919,10 +2902,10 @@ fieldset[disabled] .btn-primary.active {
} }
.btn-primary .badge { .btn-primary .badge {
color: #428bca; color: #428bca;
background-color: #fff; background-color: #ffffff;
} }
.btn-success { .btn-success {
color: #fff; color: #ffffff;
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
} }
...@@ -2932,7 +2915,7 @@ fieldset[disabled] .btn-primary.active { ...@@ -2932,7 +2915,7 @@ fieldset[disabled] .btn-primary.active {
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #fff; color: #ffffff;
background-color: #449d44; background-color: #449d44;
border-color: #398439; border-color: #398439;
} }
...@@ -2964,10 +2947,10 @@ fieldset[disabled] .btn-success.active { ...@@ -2964,10 +2947,10 @@ fieldset[disabled] .btn-success.active {
} }
.btn-success .badge { .btn-success .badge {
color: #5cb85c; color: #5cb85c;
background-color: #fff; background-color: #ffffff;
} }
.btn-info { .btn-info {
color: #fff; color: #ffffff;
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
} }
...@@ -2977,7 +2960,7 @@ fieldset[disabled] .btn-success.active { ...@@ -2977,7 +2960,7 @@ fieldset[disabled] .btn-success.active {
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
color: #fff; color: #ffffff;
background-color: #31b0d5; background-color: #31b0d5;
border-color: #269abc; border-color: #269abc;
} }
...@@ -3009,10 +2992,10 @@ fieldset[disabled] .btn-info.active { ...@@ -3009,10 +2992,10 @@ fieldset[disabled] .btn-info.active {
} }
.btn-info .badge { .btn-info .badge {
color: #5bc0de; color: #5bc0de;
background-color: #fff; background-color: #ffffff;
} }
.btn-warning { .btn-warning {
color: #fff; color: #ffffff;
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
} }
...@@ -3022,7 +3005,7 @@ fieldset[disabled] .btn-info.active { ...@@ -3022,7 +3005,7 @@ fieldset[disabled] .btn-info.active {
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
color: #fff; color: #ffffff;
background-color: #ec971f; background-color: #ec971f;
border-color: #d58512; border-color: #d58512;
} }
...@@ -3054,10 +3037,10 @@ fieldset[disabled] .btn-warning.active { ...@@ -3054,10 +3037,10 @@ fieldset[disabled] .btn-warning.active {
} }
.btn-warning .badge { .btn-warning .badge {
color: #f0ad4e; color: #f0ad4e;
background-color: #fff; background-color: #ffffff;
} }
.btn-danger { .btn-danger {
color: #fff; color: #ffffff;
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
} }
...@@ -3067,7 +3050,7 @@ fieldset[disabled] .btn-warning.active { ...@@ -3067,7 +3050,7 @@ fieldset[disabled] .btn-warning.active {
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
color: #fff; color: #ffffff;
background-color: #c9302c; background-color: #c9302c;
border-color: #ac2925; border-color: #ac2925;
} }
...@@ -3099,15 +3082,16 @@ fieldset[disabled] .btn-danger.active { ...@@ -3099,15 +3082,16 @@ fieldset[disabled] .btn-danger.active {
} }
.btn-danger .badge { .btn-danger .badge {
color: #d9534f; color: #d9534f;
background-color: #fff; background-color: #ffffff;
} }
.btn-link { .btn-link {
font-weight: normal;
color: #428bca; color: #428bca;
font-weight: normal;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
.btn-link:active, .btn-link:active,
.btn-link.active,
.btn-link[disabled], .btn-link[disabled],
fieldset[disabled] .btn-link { fieldset[disabled] .btn-link {
background-color: transparent; background-color: transparent;
...@@ -3130,7 +3114,7 @@ fieldset[disabled] .btn-link { ...@@ -3130,7 +3114,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
} }
.btn-lg, .btn-lg,
...@@ -3168,9 +3152,9 @@ input[type="button"].btn-block { ...@@ -3168,9 +3152,9 @@ input[type="button"].btn-block {
} }
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity .15s linear; -webkit-transition: opacity 0.15s linear;
-o-transition: opacity .15s linear; -o-transition: opacity 0.15s linear;
transition: opacity .15s linear; transition: opacity 0.15s linear;
} }
.fade.in { .fade.in {
opacity: 1; opacity: 1;
...@@ -3191,9 +3175,9 @@ tbody.collapse.in { ...@@ -3191,9 +3175,9 @@ tbody.collapse.in {
position: relative; position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
-webkit-transition: height .35s ease; -webkit-transition: height 0.35s ease;
-o-transition: height .35s ease; -o-transition: height 0.35s ease;
transition: height .35s ease; transition: height 0.35s ease;
} }
.caret { .caret {
display: inline-block; display: inline-block;
...@@ -3221,17 +3205,16 @@ tbody.collapse.in { ...@@ -3221,17 +3205,16 @@ tbody.collapse.in {
min-width: 160px; min-width: 160px;
padding: 5px 0; padding: 5px 0;
margin: 2px 0 0; margin: 2px 0 0;
list-style: none;
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
list-style: none; background-color: #ffffff;
background-color: #fff; border: 1px solid #cccccc;
-webkit-background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15);
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
} }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
...@@ -3249,35 +3232,35 @@ tbody.collapse.in { ...@@ -3249,35 +3232,35 @@ tbody.collapse.in {
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none; text-decoration: none;
color: #262626;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
color: #fff; color: #ffffff;
text-decoration: none; text-decoration: none;
background-color: #428bca;
outline: 0; outline: 0;
background-color: #428bca;
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #777; color: #777777;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
cursor: not-allowed;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
} }
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
...@@ -3286,27 +3269,27 @@ tbody.collapse.in { ...@@ -3286,27 +3269,27 @@ tbody.collapse.in {
outline: 0; outline: 0;
} }
.dropdown-menu-right { .dropdown-menu-right {
right: 0;
left: auto; left: auto;
right: 0;
} }
.dropdown-menu-left { .dropdown-menu-left {
right: auto;
left: 0; left: 0;
right: auto;
} }
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
position: fixed; position: fixed;
top: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; top: 0;
z-index: 990; z-index: 990;
} }
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
...@@ -3315,9 +3298,9 @@ tbody.collapse.in { ...@@ -3315,9 +3298,9 @@ tbody.collapse.in {
} }
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0; border-top: 0;
border-bottom: 4px solid; border-bottom: 4px solid;
content: "";
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
...@@ -3327,12 +3310,12 @@ tbody.collapse.in { ...@@ -3327,12 +3310,12 @@ tbody.collapse.in {
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-right .dropdown-menu { .navbar-right .dropdown-menu {
right: 0;
left: auto; left: auto;
right: 0;
} }
.navbar-right .dropdown-menu-left { .navbar-right .dropdown-menu-left {
right: auto;
left: 0; left: 0;
right: auto;
} }
} }
.btn-group, .btn-group,
...@@ -3385,13 +3368,13 @@ tbody.collapse.in { ...@@ -3385,13 +3368,13 @@ tbody.collapse.in {
margin-left: 0; margin-left: 0;
} }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-top-right-radius: 0;
} }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { .btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0;
} }
.btn-group > .btn-group { .btn-group > .btn-group {
float: left; float: left;
...@@ -3401,28 +3384,28 @@ tbody.collapse.in { ...@@ -3401,28 +3384,28 @@ tbody.collapse.in {
} }
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { .btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-top-right-radius: 0;
} }
.btn-group > .btn-group:last-child > .btn:first-child { .btn-group > .btn-group:last-child > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0;
} }
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
outline: 0; outline: 0;
} }
.btn-group > .btn + .dropdown-toggle { .btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px; padding-left: 8px;
padding-right: 8px;
} }
.btn-group > .btn-lg + .dropdown-toggle { .btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px; padding-left: 12px;
padding-right: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
...@@ -3465,9 +3448,9 @@ tbody.collapse.in { ...@@ -3465,9 +3448,9 @@ tbody.collapse.in {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
} }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
...@@ -3478,8 +3461,8 @@ tbody.collapse.in { ...@@ -3478,8 +3461,8 @@ tbody.collapse.in {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0;
} }
.btn-group-justified { .btn-group-justified {
display: table; display: table;
...@@ -3489,8 +3472,8 @@ tbody.collapse.in { ...@@ -3489,8 +3472,8 @@ tbody.collapse.in {
} }
.btn-group-justified > .btn, .btn-group-justified > .btn,
.btn-group-justified > .btn-group { .btn-group-justified > .btn-group {
display: table-cell;
float: none; float: none;
display: table-cell;
width: 1%; width: 1%;
} }
.btn-group-justified > .btn-group .btn { .btn-group-justified > .btn-group .btn {
...@@ -3505,8 +3488,8 @@ tbody.collapse.in { ...@@ -3505,8 +3488,8 @@ tbody.collapse.in {
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute; position: absolute;
z-index: -1; z-index: -1;
filter: alpha(opacity=0);
opacity: 0; opacity: 0;
filter: alpha(opacity=0);
} }
.input-group { .input-group {
position: relative; position: relative;
...@@ -3515,8 +3498,8 @@ tbody.collapse.in { ...@@ -3515,8 +3498,8 @@ tbody.collapse.in {
} }
.input-group[class*="col-"] { .input-group[class*="col-"] {
float: none; float: none;
padding-right: 0;
padding-left: 0; padding-left: 0;
padding-right: 0;
} }
.input-group .form-control { .input-group .form-control {
position: relative; position: relative;
...@@ -3592,10 +3575,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3592,10 +3575,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555; color: #555555;
text-align: center; text-align: center;
background-color: #eee; background-color: #eeeeee;
border: 1px solid #ccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
} }
.input-group-addon.input-sm { .input-group-addon.input-sm {
...@@ -3619,8 +3602,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3619,8 +3602,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-top-right-radius: 0;
} }
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
...@@ -3632,8 +3615,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3632,8 +3615,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0;
} }
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
...@@ -3663,8 +3646,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3663,8 +3646,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-left: -1px; margin-left: -1px;
} }
.nav { .nav {
padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
padding-left: 0;
list-style: none; list-style: none;
} }
.nav > li { .nav > li {
...@@ -3679,22 +3662,22 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3679,22 +3662,22 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #777; color: #777777;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
cursor: not-allowed;
background-color: transparent; background-color: transparent;
cursor: not-allowed;
} }
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eee; background-color: #eeeeee;
border-color: #428bca; border-color: #428bca;
} }
.nav .nav-divider { .nav .nav-divider {
...@@ -3707,7 +3690,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3707,7 +3690,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-width: none; max-width: none;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #dddddd;
} }
.nav-tabs > li { .nav-tabs > li {
float: left; float: left;
...@@ -3720,16 +3703,16 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3720,16 +3703,16 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eee #eee #ddd; border-color: #eeeeee #eeeeee #dddddd;
} }
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555; color: #555555;
cursor: default; background-color: #ffffff;
background-color: #fff; border: 1px solid #dddddd;
border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default;
} }
.nav-tabs.nav-justified { .nav-tabs.nav-justified {
width: 100%; width: 100%;
...@@ -3739,8 +3722,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3739,8 +3722,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: none; float: none;
} }
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center; text-align: center;
margin-bottom: 5px;
} }
.nav-tabs.nav-justified > .dropdown .dropdown-menu { .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
...@@ -3762,17 +3745,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3762,17 +3745,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; border-bottom-color: #ffffff;
} }
} }
.nav-pills > li { .nav-pills > li {
...@@ -3787,7 +3770,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3787,7 +3770,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a, .nav-pills > li.active > a,
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { .nav-pills > li.active > a:focus {
color: #fff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
} }
.nav-stacked > li { .nav-stacked > li {
...@@ -3804,8 +3787,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3804,8 +3787,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: none; float: none;
} }
.nav-justified > li > a { .nav-justified > li > a {
margin-bottom: 5px;
text-align: center; text-align: center;
margin-bottom: 5px;
} }
.nav-justified > .dropdown .dropdown-menu { .nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
...@@ -3830,17 +3813,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3830,17 +3813,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs-justified > li > a { .nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff; border-bottom-color: #ffffff;
} }
} }
.tab-content > .tab-pane { .tab-content > .tab-pane {
...@@ -3851,8 +3834,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3851,8 +3834,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-tabs .dropdown-menu { .nav-tabs .dropdown-menu {
margin-top: -1px; margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0;
} }
.navbar { .navbar {
position: relative; position: relative;
...@@ -3871,13 +3854,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3871,13 +3854,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-collapse { .navbar-collapse {
overflow-x: visible;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent; border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-overflow-scrolling: touch;
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
...@@ -3886,7 +3868,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3886,7 +3868,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-collapse { .navbar-collapse {
width: auto; width: auto;
border-top: 0; border-top: 0;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-collapse.collapse { .navbar-collapse.collapse {
...@@ -3901,8 +3882,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3901,8 +3882,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse, .navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0; padding-left: 0;
padding-right: 0;
} }
} }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
...@@ -3966,10 +3947,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3966,10 +3947,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-brand { .navbar-brand {
float: left; float: left;
height: 50px;
padding: 15px 15px; padding: 15px 15px;
font-size: 18px; font-size: 18px;
line-height: 20px; line-height: 20px;
height: 50px;
} }
.navbar-brand:hover, .navbar-brand:hover,
.navbar-brand:focus { .navbar-brand:focus {
...@@ -3987,9 +3968,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3987,9 +3968,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
margin-right: 15px;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px; margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
...@@ -4029,7 +4010,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4029,7 +4010,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-top: 0; margin-top: 0;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a,
...@@ -4058,15 +4038,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4058,15 +4038,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-form { .navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px; margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); -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, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form .form-group { .navbar-form .form-group {
...@@ -4126,19 +4106,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4126,19 +4106,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form { .navbar-form {
width: auto; width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
} }
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0;
} }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -4163,8 +4143,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4163,8 +4143,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-text { .navbar-text {
float: left; float: left;
margin-right: 15px;
margin-left: 15px; margin-left: 15px;
margin-right: 15px;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
...@@ -4184,7 +4164,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4184,7 +4164,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-color: #e7e7e7; border-color: #e7e7e7;
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
color: #777; color: #777777;
} }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { .navbar-default .navbar-brand:focus {
...@@ -4192,37 +4172,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4192,37 +4172,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #777; color: #777777;
} }
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #777; color: #777777;
} }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
color: #333; color: #333333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { .navbar-default .navbar-nav > .active > a:focus {
color: #555; color: #555555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc; color: #cccccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #ddd; border-color: #dddddd;
} }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color: #ddd; background-color: #dddddd;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #888; background-color: #888888;
} }
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
...@@ -4231,94 +4211,94 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4231,94 +4211,94 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
color: #555555;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; color: #777777;
} }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333; color: #333333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .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:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555; color: #555555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .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:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc; color: #cccccc;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777; color: #777777;
} }
.navbar-default .navbar-link:hover { .navbar-default .navbar-link:hover {
color: #333; color: #333333;
} }
.navbar-default .btn-link { .navbar-default .btn-link {
color: #777; color: #777777;
} }
.navbar-default .btn-link:hover, .navbar-default .btn-link:hover,
.navbar-default .btn-link:focus { .navbar-default .btn-link:focus {
color: #333; color: #333333;
} }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus { fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; color: #cccccc;
} }
.navbar-inverse { .navbar-inverse {
background-color: #222; background-color: #222222;
border-color: #080808; border-color: #080808;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #777; color: #777777;
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #fff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #969696; color: #969696;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #777; color: #777777;
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
color: #fff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444; color: #444444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333; border-color: #333333;
} }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { .navbar-inverse .navbar-toggle:focus {
background-color: #333; background-color: #333333;
} }
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; background-color: #ffffff;
} }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
...@@ -4327,8 +4307,8 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -4327,8 +4307,8 @@ fieldset[disabled] .navbar-default .btn-link:focus {
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808; background-color: #080808;
color: #ffffff;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
...@@ -4338,44 +4318,44 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -4338,44 +4318,44 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #777; color: #777777;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444; color: #444444;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #777; color: #777777;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #fff; color: #ffffff;
} }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #777; color: #777777;
} }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:focus {
color: #fff; color: #ffffff;
} }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus { fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; color: #444444;
} }
.breadcrumb { .breadcrumb {
padding: 8px 15px; padding: 8px 15px;
...@@ -4388,12 +4368,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4388,12 +4368,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0"; content: "/\00a0";
padding: 0 5px;
color: #cccccc;
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #777; color: #777777;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
...@@ -4409,31 +4389,31 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4409,31 +4389,31 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
position: relative; position: relative;
float: left; float: left;
padding: 6px 12px; padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143; line-height: 1.42857143;
color: #428bca;
text-decoration: none; text-decoration: none;
background-color: #fff; color: #428bca;
border: 1px solid #ddd; background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
} }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
} }
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > span:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > li > span:focus { .pagination > li > span:focus {
color: #2a6496; color: #2a6496;
background-color: #eee; background-color: #eeeeee;
border-color: #ddd; border-color: #dddddd;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
...@@ -4442,10 +4422,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4442,10 +4422,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .active > a:focus, .pagination > .active > a:focus,
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #fff; color: #ffffff;
cursor: default;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
cursor: default;
} }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
...@@ -4453,10 +4433,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4453,10 +4433,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #777; color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
} }
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
...@@ -4465,13 +4445,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4465,13 +4445,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
} }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
} }
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
...@@ -4480,19 +4460,19 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4480,19 +4460,19 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
} }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
} }
.pager { .pager {
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
text-align: center;
list-style: none; list-style: none;
text-align: center;
} }
.pager li { .pager li {
display: inline; display: inline;
...@@ -4501,14 +4481,14 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4501,14 +4481,14 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
padding: 5px 14px; padding: 5px 14px;
background-color: #fff; background-color: #ffffff;
border: 1px solid #ddd; border: 1px solid #dddddd;
border-radius: 15px; border-radius: 15px;
} }
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
...@@ -4522,9 +4502,9 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4522,9 +4502,9 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #777; color: #777777;
background-color: #ffffff;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
} }
.label { .label {
display: inline; display: inline;
...@@ -4532,7 +4512,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4532,7 +4512,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #fff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
...@@ -4540,7 +4520,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4540,7 +4520,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
color: #fff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
...@@ -4552,7 +4532,7 @@ a.label:focus { ...@@ -4552,7 +4532,7 @@ a.label:focus {
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #777; background-color: #777777;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
...@@ -4599,12 +4579,12 @@ a.label:focus { ...@@ -4599,12 +4579,12 @@ a.label:focus {
padding: 3px 7px; padding: 3px 7px;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
color: #ffffff;
line-height: 1; line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #777; white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
...@@ -4620,14 +4600,14 @@ a.label:focus { ...@@ -4620,14 +4600,14 @@ a.label:focus {
} }
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #fff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #428bca; color: #428bca;
background-color: #fff; background-color: #ffffff;
} }
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
...@@ -4636,7 +4616,7 @@ a.list-group-item.active > .badge, ...@@ -4636,7 +4616,7 @@ a.list-group-item.active > .badge,
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #eee; background-color: #eeeeee;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
...@@ -4662,8 +4642,8 @@ a.list-group-item.active > .badge, ...@@ -4662,8 +4642,8 @@ a.list-group-item.active > .badge,
padding-bottom: 48px; padding-bottom: 48px;
} }
.container .jumbotron { .container .jumbotron {
padding-right: 60px;
padding-left: 60px; padding-left: 60px;
padding-right: 60px;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
...@@ -4675,17 +4655,17 @@ a.list-group-item.active > .badge, ...@@ -4675,17 +4655,17 @@ a.list-group-item.active > .badge,
padding: 4px; padding: 4px;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 1.42857143; line-height: 1.42857143;
background-color: #fff; background-color: #ffffff;
border: 1px solid #ddd; border: 1px solid #dddddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all .2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
-o-transition: all .2s ease-in-out; -o-transition: all 0.2s ease-in-out;
transition: all .2s ease-in-out; transition: all 0.2s ease-in-out;
} }
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
margin-right: auto;
margin-left: auto; margin-left: auto;
margin-right: auto;
} }
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus, a.thumbnail:focus,
...@@ -4694,7 +4674,7 @@ a.thumbnail.active { ...@@ -4694,7 +4674,7 @@ a.thumbnail.active {
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333; color: #333333;
} }
.alert { .alert {
padding: 15px; padding: 15px;
...@@ -4728,9 +4708,9 @@ a.thumbnail.active { ...@@ -4728,9 +4708,9 @@ a.thumbnail.active {
color: inherit; color: inherit;
} }
.alert-success { .alert-success {
color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
color: #3c763d;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
...@@ -4739,9 +4719,9 @@ a.thumbnail.active { ...@@ -4739,9 +4719,9 @@ a.thumbnail.active {
color: #2b542c; color: #2b542c;
} }
.alert-info { .alert-info {
color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
color: #31708f;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
...@@ -4750,9 +4730,9 @@ a.thumbnail.active { ...@@ -4750,9 +4730,9 @@ a.thumbnail.active {
color: #245269; color: #245269;
} }
.alert-warning { .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
color: #8a6d3b;
} }
.alert-warning hr { .alert-warning hr {
border-top-color: #f7e1b5; border-top-color: #f7e1b5;
...@@ -4761,9 +4741,9 @@ a.thumbnail.active { ...@@ -4761,9 +4741,9 @@ a.thumbnail.active {
color: #66512c; color: #66512c;
} }
.alert-danger { .alert-danger {
color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
color: #a94442;
} }
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9c0; border-top-color: #e4b9c0;
...@@ -4779,14 +4759,6 @@ a.thumbnail.active { ...@@ -4779,14 +4759,6 @@ a.thumbnail.active {
background-position: 0 0; background-position: 0 0;
} }
} }
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes { @keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
...@@ -4796,35 +4768,34 @@ a.thumbnail.active { ...@@ -4796,35 +4768,34 @@ a.thumbnail.active {
} }
} }
.progress { .progress {
overflow: hidden;
height: 20px; height: 20px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.progress-bar { .progress-bar {
float: left; float: left;
width: 0; width: 0%;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
color: #fff; color: #ffffff;
text-align: center; text-align: center;
background-color: #428bca; background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease; -webkit-transition: width 0.6s ease;
-o-transition: width .6s ease; -o-transition: width 0.6s ease;
transition: width .6s ease; transition: width 0.6s ease;
} }
.progress-striped .progress-bar, .progress-striped .progress-bar,
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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);
-webkit-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
.progress.active .progress-bar, .progress.active .progress-bar,
...@@ -4834,44 +4805,43 @@ a.thumbnail.active { ...@@ -4834,44 +4805,43 @@ a.thumbnail.active {
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar[aria-valuenow="0"] { .progress-bar[aria-valuenow="0"] {
color: #777777;
min-width: 30px; min-width: 30px;
color: #777;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.progress-bar-success { .progress-bar-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.media, .media,
.media-body { .media-body {
...@@ -4902,20 +4872,20 @@ a.thumbnail.active { ...@@ -4902,20 +4872,20 @@ a.thumbnail.active {
list-style: none; list-style: none;
} }
.list-group { .list-group {
padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
padding-left: 0;
} }
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
background-color: #fff; background-color: #ffffff;
border: 1px solid #ddd; border: 1px solid #dddddd;
} }
.list-group-item:first-child { .list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-top-left-radius: 4px;
} }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
...@@ -4929,23 +4899,23 @@ a.thumbnail.active { ...@@ -4929,23 +4899,23 @@ a.thumbnail.active {
margin-right: 5px; margin-right: 5px;
} }
a.list-group-item { a.list-group-item {
color: #555; color: #555555;
} }
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333; color: #333333;
} }
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
color: #555;
text-decoration: none; text-decoration: none;
color: #555555;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
color: #777; background-color: #eeeeee;
color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #eee;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
...@@ -4955,13 +4925,13 @@ a.list-group-item:focus { ...@@ -4955,13 +4925,13 @@ a.list-group-item:focus {
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text { .list-group-item.disabled:focus .list-group-item-text {
color: #777; color: #777777;
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
.list-group-item.active:focus { .list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #fff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
...@@ -5079,11 +5049,11 @@ a.list-group-item-danger.active:focus { ...@@ -5079,11 +5049,11 @@ a.list-group-item-danger.active:focus {
} }
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #ffffff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.panel-body { .panel-body {
padding: 15px; padding: 15px;
...@@ -5091,8 +5061,8 @@ a.list-group-item-danger.active:focus { ...@@ -5091,8 +5061,8 @@ a.list-group-item-danger.active:focus {
.panel-heading { .panel-heading {
padding: 10px 15px; padding: 10px 15px;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px;
} }
.panel-heading > .dropdown .dropdown-toggle { .panel-heading > .dropdown .dropdown-toggle {
color: inherit; color: inherit;
...@@ -5109,7 +5079,7 @@ a.list-group-item-danger.active:focus { ...@@ -5109,7 +5079,7 @@ a.list-group-item-danger.active:focus {
.panel-footer { .panel-footer {
padding: 10px 15px; padding: 10px 15px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #ddd; border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
...@@ -5122,8 +5092,8 @@ a.list-group-item-danger.active:focus { ...@@ -5122,8 +5092,8 @@ a.list-group-item-danger.active:focus {
} }
.panel > .list-group:first-child .list-group-item:first-child { .panel > .list-group:first-child .list-group-item:first-child {
border-top: 0; border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px;
} }
.panel > .list-group:last-child .list-group-item:last-child { .panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0; border-bottom: 0;
...@@ -5144,13 +5114,13 @@ a.list-group-item-danger.active:focus { ...@@ -5144,13 +5114,13 @@ a.list-group-item-danger.active:focus {
.panel > .table caption, .panel > .table caption,
.panel > .table-responsive > .table caption, .panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption { .panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px; padding-left: 15px;
padding-right: 15px;
} }
.panel > .table:first-child, .panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child { .panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px;
} }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
...@@ -5201,7 +5171,7 @@ a.list-group-item-danger.active:focus { ...@@ -5201,7 +5171,7 @@ a.list-group-item-danger.active:focus {
.panel > .panel-body + .table-responsive, .panel > .panel-body + .table-responsive,
.panel > .table + .panel-body, .panel > .table + .panel-body,
.panel > .table-responsive + .panel-body { .panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; border-top: 1px solid #dddddd;
} }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td { .panel > .table > tbody:first-child > tr:first-child td {
...@@ -5260,8 +5230,8 @@ a.list-group-item-danger.active:focus { ...@@ -5260,8 +5230,8 @@ a.list-group-item-danger.active:focus {
border-bottom: 0; border-bottom: 0;
} }
.panel > .table-responsive { .panel > .table-responsive {
margin-bottom: 0;
border: 0; border: 0;
margin-bottom: 0;
} }
.panel-group { .panel-group {
margin-bottom: 20px; margin-bottom: 20px;
...@@ -5277,37 +5247,37 @@ a.list-group-item-danger.active:focus { ...@@ -5277,37 +5247,37 @@ a.list-group-item-danger.active:focus {
border-bottom: 0; border-bottom: 0;
} }
.panel-group .panel-heading + .panel-collapse > .panel-body { .panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #ddd; border-top: 1px solid #dddddd;
} }
.panel-group .panel-footer { .panel-group .panel-footer {
border-top: 0; border-top: 0;
} }
.panel-group .panel-footer + .panel-collapse .panel-body { .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #dddddd;
} }
.panel-default { .panel-default {
border-color: #ddd; border-color: #dddddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333; color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; border-color: #dddddd;
} }
.panel-default > .panel-heading + .panel-collapse > .panel-body { .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; border-top-color: #dddddd;
} }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #333; background-color: #333333;
} }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; border-bottom-color: #dddddd;
} }
.panel-primary { .panel-primary {
border-color: #428bca; border-color: #428bca;
} }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #fff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
...@@ -5316,7 +5286,7 @@ a.list-group-item-danger.active:focus { ...@@ -5316,7 +5286,7 @@ a.list-group-item-danger.active:focus {
} }
.panel-primary > .panel-heading .badge { .panel-primary > .panel-heading .badge {
color: #428bca; color: #428bca;
background-color: #fff; background-color: #ffffff;
} }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #428bca; border-bottom-color: #428bca;
...@@ -5406,10 +5376,10 @@ a.list-group-item-danger.active:focus { ...@@ -5406,10 +5376,10 @@ a.list-group-item-danger.active:focus {
.embed-responsive object { .embed-responsive object {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0;
left: 0; left: 0;
width: 100%; bottom: 0;
height: 100%; height: 100%;
width: 100%;
border: 0; border: 0;
} }
.embed-responsive.embed-responsive-16by9 { .embed-responsive.embed-responsive-16by9 {
...@@ -5425,12 +5395,12 @@ a.list-group-item-danger.active:focus { ...@@ -5425,12 +5395,12 @@ a.list-group-item-danger.active:focus {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, .15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-lg { .well-lg {
padding: 24px; padding: 24px;
...@@ -5445,47 +5415,48 @@ a.list-group-item-danger.active:focus { ...@@ -5445,47 +5415,48 @@ a.list-group-item-danger.active:focus {
font-size: 21px; font-size: 21px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #000; color: #000000;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
opacity: .2;
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000; color: #000000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5;
} }
button.close { button.close {
-webkit-appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
.modal { .modal {
display: none;
overflow: hidden;
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1050; z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate3d(0, -25%, 0); -webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
...@@ -5502,15 +5473,14 @@ button.close { ...@@ -5502,15 +5473,14 @@ button.close {
} }
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #fff; background-color: #ffffff;
-webkit-background-clip: padding-box; border: 1px solid #999999;
background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2);
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
...@@ -5519,20 +5489,20 @@ button.close { ...@@ -5519,20 +5489,20 @@ button.close {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
background-color: #000; background-color: #000000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0; opacity: 0;
filter: alpha(opacity=0);
} }
.modal-backdrop.in { .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5;
} }
.modal-header { .modal-header {
min-height: 16.42857143px;
padding: 15px; padding: 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
} }
.modal-header .close { .modal-header .close {
margin-top: -2px; margin-top: -2px;
...@@ -5551,8 +5521,8 @@ button.close { ...@@ -5551,8 +5521,8 @@ button.close {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.modal-footer .btn + .btn { .modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px; margin-left: 5px;
margin-bottom: 0;
} }
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {
margin-left: -1px; margin-left: -1px;
...@@ -5573,8 +5543,8 @@ button.close { ...@@ -5573,8 +5543,8 @@ button.close {
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} }
.modal-sm { .modal-sm {
width: 300px; width: 300px;
...@@ -5589,39 +5559,39 @@ button.close { ...@@ -5589,39 +5559,39 @@ button.close {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
visibility: visible;
font-size: 12px; font-size: 12px;
line-height: 1.4; line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
opacity: 0; opacity: 0;
filter: alpha(opacity=0);
} }
.tooltip.in { .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
opacity: .9;
} }
.tooltip.top { .tooltip.top {
padding: 5px 0;
margin-top: -3px; margin-top: -3px;
padding: 5px 0;
} }
.tooltip.right { .tooltip.right {
padding: 0 5px;
margin-left: 3px; margin-left: 3px;
padding: 0 5px;
} }
.tooltip.bottom { .tooltip.bottom {
padding: 5px 0;
margin-top: 3px; margin-top: 3px;
padding: 5px 0;
} }
.tooltip.left { .tooltip.left {
padding: 0 5px;
margin-left: -3px; margin-left: -3px;
padding: 0 5px;
} }
.tooltip-inner { .tooltip-inner {
max-width: 200px; max-width: 200px;
padding: 3px 8px; padding: 3px 8px;
color: #fff; color: #ffffff;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
} }
.tooltip-arrow { .tooltip-arrow {
...@@ -5636,52 +5606,52 @@ button.close { ...@@ -5636,52 +5606,52 @@ button.close {
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000; border-top-color: #000000;
} }
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
bottom: 0; bottom: 0;
left: 5px; left: 5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000; border-top-color: #000000;
} }
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0; bottom: 0;
right: 5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000; border-top-color: #000000;
} }
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top: 50%; top: 50%;
left: 0; left: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
border-right-color: #000; border-right-color: #000000;
} }
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top: 50%; top: 50%;
right: 0; right: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 0 5px 5px; border-width: 5px 0 5px 5px;
border-left-color: #000; border-left-color: #000000;
} }
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000000;
} }
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
top: 0; top: 0;
left: 5px; left: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000000;
} }
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
top: 0; top: 0;
right: 5px; right: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000000;
} }
.popover { .popover {
position: absolute; position: absolute;
...@@ -5692,15 +5662,14 @@ button.close { ...@@ -5692,15 +5662,14 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
text-align: left; text-align: left;
white-space: normal; background-color: #ffffff;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
...@@ -5715,8 +5684,8 @@ button.close { ...@@ -5715,8 +5684,8 @@ button.close {
margin-left: -10px; margin-left: -10px;
} }
.popover-title { .popover-title {
padding: 8px 14px;
margin: 0; margin: 0;
padding: 8px 14px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
...@@ -5740,83 +5709,83 @@ button.close { ...@@ -5740,83 +5709,83 @@ button.close {
border-width: 11px; border-width: 11px;
} }
.popover > .arrow:after { .popover > .arrow:after {
content: "";
border-width: 10px; border-width: 10px;
content: "";
} }
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
} }
.popover.top > .arrow:after { .popover.top > .arrow:after {
content: " ";
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #ffffff;
} }
.popover.right > .arrow { .popover.right > .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0; border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
} }
.popover.right > .arrow:after { .popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " "; content: " ";
border-right-color: #fff; left: 1px;
bottom: -10px;
border-left-width: 0; border-left-width: 0;
border-right-color: #ffffff;
} }
.popover.bottom > .arrow { .popover.bottom > .arrow {
top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: #999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, .25); border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
} }
.popover.bottom > .arrow:after { .popover.bottom > .arrow:after {
content: " ";
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-width: 0; border-top-width: 0;
border-bottom-color: #fff; border-bottom-color: #ffffff;
} }
.popover.left > .arrow { .popover.left > .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-right-width: 0; border-right-width: 0;
border-left-color: #999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, .25); border-left-color: rgba(0, 0, 0, 0.25);
} }
.popover.left > .arrow:after { .popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " "; content: " ";
right: 1px;
border-right-width: 0; border-right-width: 0;
border-left-color: #fff; border-left-color: #ffffff;
bottom: -10px;
} }
.carousel { .carousel {
position: relative; position: relative;
} }
.carousel-inner { .carousel-inner {
position: relative; position: relative;
width: 100%;
overflow: hidden; overflow: hidden;
width: 100%;
} }
.carousel-inner > .item { .carousel-inner > .item {
position: relative;
display: none; display: none;
-webkit-transition: .6s ease-in-out left; position: relative;
-o-transition: .6s ease-in-out left; -webkit-transition: 0.6s ease-in-out left;
transition: .6s ease-in-out left; -o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
...@@ -5824,33 +5793,25 @@ button.close { ...@@ -5824,33 +5793,25 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out; transition: transform 0.6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000; perspective: 1000;
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0;
} }
} }
.carousel-inner > .active, .carousel-inner > .active,
...@@ -5886,41 +5847,39 @@ button.close { ...@@ -5886,41 +5847,39 @@ button.close {
.carousel-control { .carousel-control {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0;
left: 0; left: 0;
bottom: 0;
width: 15%; width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px; font-size: 20px;
color: #fff; color: #ffffff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=50);
opacity: .5;
} }
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
} }
.carousel-control.right { .carousel-control.right {
right: 0;
left: auto; left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); right: 0;
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
} }
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
color: #fff; outline: 0;
color: #ffffff;
text-decoration: none; text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
outline: 0;
opacity: .9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next, .carousel-control .icon-next,
...@@ -5960,10 +5919,10 @@ button.close { ...@@ -5960,10 +5919,10 @@ button.close {
left: 50%; left: 50%;
z-index: 15; z-index: 15;
width: 60%; width: 60%;
padding-left: 0;
margin-left: -30%; margin-left: -30%;
text-align: center; padding-left: 0;
list-style: none; list-style: none;
text-align: center;
} }
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
...@@ -5971,29 +5930,29 @@ button.close { ...@@ -5971,29 +5930,29 @@ button.close {
height: 10px; height: 10px;
margin: 1px; margin: 1px;
text-indent: -999px; text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer; cursor: pointer;
background-color: #000 \9; background-color: #000 \9;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
} }
.carousel-indicators .active { .carousel-indicators .active {
margin: 0;
width: 12px; width: 12px;
height: 12px; height: 12px;
margin: 0; background-color: #ffffff;
background-color: #fff;
} }
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
left: 15%;
right: 15%; right: 15%;
bottom: 20px; bottom: 20px;
left: 15%;
z-index: 10; z-index: 10;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
color: #fff; color: #ffffff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
...@@ -6017,8 +5976,8 @@ button.close { ...@@ -6017,8 +5976,8 @@ button.close {
margin-right: -15px; margin-right: -15px;
} }
.carousel-caption { .carousel-caption {
right: 20%;
left: 20%; left: 20%;
right: 20%;
padding-bottom: 30px; padding-bottom: 30px;
} }
.carousel-indicators { .carousel-indicators {
...@@ -6055,8 +6014,8 @@ button.close { ...@@ -6055,8 +6014,8 @@ button.close {
.panel-body:after, .panel-body:after,
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
display: table;
content: " "; content: " ";
display: table;
} }
.clearfix:after, .clearfix:after,
.dl-horizontal dd:after, .dl-horizontal dd:after,
...@@ -6077,8 +6036,8 @@ button.close { ...@@ -6077,8 +6036,8 @@ button.close {
} }
.center-block { .center-block {
display: block; display: block;
margin-right: auto;
margin-left: auto; margin-left: auto;
margin-right: auto;
} }
.pull-right { .pull-right {
float: right !important; float: right !important;
......
This diff was suppressed by a .gitattributes entry.
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
&, &,
&:active, &:active,
&.active,
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
background-color: transparent; background-color: transparent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment