background-color: #2e3338;
border-bottom: 1px solid #22262a;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #666666;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #2e3338;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #666666;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #2e3338;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #666666;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #2e3338;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #666666;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #2e3338;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.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 > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
.navbar {
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
border: 1px solid rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-nav > li > a {
border-right: 1px solid rgba(0, 0, 0, 0.2);
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav > li > a:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
border-left-color: transparent;
}
.navbar-inverse {
background-image: -webkit-linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-image: -o-linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-image: linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
filter: none;
}
.navbar-inverse .badge {
background-color: #5d6368;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #53595d);
background-image: -o-linear-gradient(#404448, #4e5458 40%, #53595d);
background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
filter: none;
}
.navbar .nav .open > a {
border-color: transparent;
}
.navbar-nav > li.active > a {
border-left-color: transparent;
}
.navbar-form {
margin-left: 5px;
margin-right: 5px;
}
.btn,
.btn:hover {
border-color: rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-default {
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.btn-default:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-image: -o-linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-image: linear-gradient(#8a9196, #7A8288 60%, #70787d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
filter: none;
}
.btn-primary:hover {
background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #53595d);
background-image: -o-linear-gradient(#404448, #4e5458 40%, #53595d);
background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
filter: none;
}
.btn-success {
background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
filter: none;
}
.btn-success:hover {
background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
background-image: linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3a9a3a', GradientType=0);
filter: none;
}
.btn-info {
background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
filter: none;
}
.btn-info:hover {
background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #279dc1);
background-image: -o-linear-gradient(#20829f, #2596b8 40%, #279dc1);
background-image: linear-gradient(#20829f, #2596b8 40%, #279dc1);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff279dc1', GradientType=0);
filter: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806);
background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
filter: none;
}
.btn-warning:hover {
background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #a86404);
background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #a86404);
background-image: linear-gradient(#804d03, #9e5f04 40%, #a86404);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffa86404', GradientType=0);
filter: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
filter: none;
}
.btn-danger:hover {
background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
background-image: linear-gradient(#bb1813, #d71c16 40%, #e01d17);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe01d17', GradientType=0);
filter: none;
}
.btn-link,
.btn-link:hover {
border-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.text-primary,
.text-primary:hover {
color: #7A8288;
}
.text-success,
.text-success:hover {
color: #62c462;
}
.text-danger,
.text-danger:hover {
color: #ee5f5b;
}
.text-warning,
.text-warning:hover {
color: #f89406;
}
.text-info,
.text-info:hover {
color: #5bc0de;
}
.table .success,
.table .warning,
.table .danger,
.table .info {
color: #fff;
}
.table-bordered tbody tr.success td,
.table-bordered tbody tr.warning td,
.table-bordered tbody tr.danger td,
.table-bordered tbody tr.success:hover td,
.table-bordered tbody tr.warning:hover td,
.table-bordered tbody tr.danger:hover td {
border-color: #1c1e22;
}
.table-responsive > .table {
background-color: #2e3338;
}
input,
textarea {
color: #272B30;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
color: #f89406;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #f89406;
}
.has-warning .input-group-addon {
background-color: #3A3F44;
border-color: rgba(0, 0, 0, 0.6);
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
color: #ee5f5b;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #ee5f5b;
}
.has-error .input-group-addon {
background-color: #3A3F44;
border-color: rgba(0, 0, 0, 0.6);
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
color: #62c462;
}
.has-success .form-control,
.has-success .form-control:focus {
border-color: #62c462;
}
.has-success .input-group-addon {
background-color: #3A3F44;
border-color: rgba(0, 0, 0, 0.6);
}
legend {
color: #fff;
}
.input-group-addon {
background-color: #3A3F44;
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: rgba(0, 0, 0, 0.6);
}
.nav-pills > li > a {
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
border: 1px solid rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.nav-pills > li > a:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
border: 1px solid rgba(0, 0, 0, 0.6);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
background-color: none;
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
border: 1px solid rgba(0, 0, 0, 0.6);
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover {
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.pagination > li > a,
.pagination > li > span {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
}
.pagination > li.active > a,
.pagination > li.active > span {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span,
.pagination > li.disabled > span:hover {
background-color: transparent;
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.pager > li > a {
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pager > li > a:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
background-image: linear-gradient(#020202, #101112 40%, #141618);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
filter: none;
}
.pager > li.disabled > a,
.pager > li.disabled > a:hover {
background-color: transparent;
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.breadcrumb {
border: 1px solid rgba(0, 0, 0, 0.6);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
background-image: -webkit-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3A3F44 60%, #313539);
background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
.alert .alert-link,
.alert a {
color: #fff;
text-decoration: underline;
}
.alert .close {
color: #000;
text-decoration: none;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #0c0d0e;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
border-color: rgba(0, 0, 0, 0.6);
}
a.list-group-item-success.active {
background-color: #62c462;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
background-color: #4fbd4f;
}
a.list-group-item-warning.active {
background-color: #f89406;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
background-color: #df8505;
}
a.list-group-item-danger.active {
background-color: #ee5f5b;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
background-color: #ec4844;
}
.jumbotron {
border: 1px solid rgba(0, 0, 0, 0.6);
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-danger .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
border-color: #000;
}
.repository {