Changeset - 40871e0eb13a
[Not reviewed]
default
0 3 0
Mads Kiilerich - 10 years ago 2015-07-31 15:44:07
madski@unity3d.com
style: add trailing newline to files
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/bootstrap.css
Show inline comments
 
@@ -3733,3073 +3733,3073 @@ textarea.input-group-sm > .input-group-b
 
.input-group-addon:first-child,
 
.input-group-btn:first-child > .btn,
 
.input-group-btn:first-child > .dropdown-toggle,
 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
 
  border-top-right-radius: 0;
 
  border-bottom-right-radius: 0;
 
}
 

	
 
.input-group-addon:first-child {
 
  border-right: 0;
 
}
 

	
 
.input-group .form-control:last-child,
 
.input-group-addon:last-child,
 
.input-group-btn:last-child > .btn,
 
.input-group-btn:last-child > .dropdown-toggle,
 
.input-group-btn:first-child > .btn:not(:first-child) {
 
  border-bottom-left-radius: 0;
 
  border-top-left-radius: 0;
 
}
 

	
 
.input-group-addon:last-child {
 
  border-left: 0;
 
}
 

	
 
.input-group-btn {
 
  position: relative;
 
  white-space: nowrap;
 
}
 

	
 
.input-group-btn > .btn {
 
  position: relative;
 
}
 

	
 
.input-group-btn > .btn + .btn {
 
  margin-left: -4px;
 
}
 

	
 
.input-group-btn > .btn:hover,
 
.input-group-btn > .btn:active {
 
  z-index: 2;
 
}
 

	
 
.nav {
 
  padding-left: 0;
 
  margin-bottom: 0;
 
  list-style: none;
 
}
 

	
 
.nav:before,
 
.nav:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.nav:after {
 
  clear: both;
 
}
 

	
 
.nav:before,
 
.nav:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.nav:after {
 
  clear: both;
 
}
 

	
 
.nav > li {
 
  position: relative;
 
  display: block;
 
}
 

	
 
.nav > li > a {
 
  position: relative;
 
  display: block;
 
  padding: 10px 15px;
 
}
 

	
 
.nav > li > a:hover,
 
.nav > li > a:focus {
 
  text-decoration: none;
 
  background-color: #eeeeee;
 
}
 

	
 
.nav > li.disabled > a {
 
  color: #999999;
 
}
 

	
 
.nav > li.disabled > a:hover,
 
.nav > li.disabled > a:focus {
 
  color: #999999;
 
  text-decoration: none;
 
  cursor: not-allowed;
 
  background-color: transparent;
 
}
 

	
 
.nav .open > a,
 
.nav .open > a:hover,
 
.nav .open > a:focus {
 
  background-color: #eeeeee;
 
  border-color: #428bca;
 
}
 

	
 
.nav .nav-divider {
 
  height: 1px;
 
  margin: 9px 0;
 
  overflow: hidden;
 
  background-color: #e5e5e5;
 
}
 

	
 
.nav > li > a > img {
 
  max-width: none;
 
}
 

	
 
.nav-tabs {
 
  border-bottom: 1px solid #dddddd;
 
}
 

	
 
.nav-tabs > li {
 
  float: left;
 
  margin-bottom: -1px;
 
}
 

	
 
.nav-tabs > li > a {
 
  margin-right: 2px;
 
  line-height: 1.428571429;
 
  border: 1px solid transparent;
 
  border-radius: 4px 4px 0 0;
 
}
 

	
 
.nav-tabs > li > a:hover {
 
  border-color: #eeeeee #eeeeee #dddddd;
 
}
 

	
 
.nav-tabs > li.active > a,
 
.nav-tabs > li.active > a:hover,
 
.nav-tabs > li.active > a:focus {
 
  color: #555555;
 
  cursor: default;
 
  background-color: #ffffff;
 
  border: 1px solid #dddddd;
 
  border-bottom-color: transparent;
 
}
 

	
 
.nav-tabs.nav-justified {
 
  width: 100%;
 
  border-bottom: 0;
 
}
 

	
 
.nav-tabs.nav-justified > li {
 
  float: none;
 
}
 

	
 
.nav-tabs.nav-justified > li > a {
 
  text-align: center;
 
}
 

	
 
@media (min-width: 768px) {
 
  .nav-tabs.nav-justified > li {
 
    display: table-cell;
 
    width: 1%;
 
  }
 
}
 

	
 
.nav-tabs.nav-justified > li > a {
 
  margin-right: 0;
 
  border-bottom: 1px solid #dddddd;
 
}
 

	
 
.nav-tabs.nav-justified > .active > a {
 
  border-bottom-color: #ffffff;
 
}
 

	
 
.nav-pills > li {
 
  float: left;
 
}
 

	
 
.nav-pills > li > a {
 
  border-radius: 5px;
 
}
 

	
 
.nav-pills > li + li {
 
  margin-left: 2px;
 
}
 

	
 
.nav-pills > li.active > a,
 
.nav-pills > li.active > a:hover,
 
.nav-pills > li.active > a:focus {
 
  color: #ffffff;
 
  background-color: #428bca;
 
}
 

	
 
.nav-stacked > li {
 
  float: none;
 
}
 

	
 
.nav-stacked > li + li {
 
  margin-top: 2px;
 
  margin-left: 0;
 
}
 

	
 
.nav-justified {
 
  width: 100%;
 
}
 

	
 
.nav-justified > li {
 
  float: none;
 
}
 

	
 
.nav-justified > li > a {
 
  text-align: center;
 
}
 

	
 
@media (min-width: 768px) {
 
  .nav-justified > li {
 
    display: table-cell;
 
    width: 1%;
 
  }
 
}
 

	
 
.nav-tabs-justified {
 
  border-bottom: 0;
 
}
 

	
 
.nav-tabs-justified > li > a {
 
  margin-right: 0;
 
  border-bottom: 1px solid #dddddd;
 
}
 

	
 
.nav-tabs-justified > .active > a {
 
  border-bottom-color: #ffffff;
 
}
 

	
 
.tabbable:before,
 
.tabbable:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.tabbable:after {
 
  clear: both;
 
}
 

	
 
.tabbable:before,
 
.tabbable:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.tabbable:after {
 
  clear: both;
 
}
 

	
 
.tab-content > .tab-pane,
 
.pill-content > .pill-pane {
 
  display: none;
 
}
 

	
 
.tab-content > .active,
 
.pill-content > .active {
 
  display: block;
 
}
 

	
 
.nav .caret {
 
  border-top-color: #428bca;
 
  border-bottom-color: #428bca;
 
}
 

	
 
.nav a:hover .caret {
 
  border-top-color: #2a6496;
 
  border-bottom-color: #2a6496;
 
}
 

	
 
.nav-tabs .dropdown-menu {
 
  margin-top: -1px;
 
  border-top-right-radius: 0;
 
  border-top-left-radius: 0;
 
}
 

	
 
.navbar {
 
  position: relative;
 
  z-index: 1000;
 
  min-height: 50px;
 
  margin-bottom: 20px;
 
  border: 1px solid transparent;
 
}
 

	
 
.navbar:before,
 
.navbar:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar:after {
 
  clear: both;
 
}
 

	
 
.navbar:before,
 
.navbar:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar:after {
 
  clear: both;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar {
 
    border-radius: 4px;
 
  }
 
}
 

	
 
.navbar-header:before,
 
.navbar-header:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar-header:after {
 
  clear: both;
 
}
 

	
 
.navbar-header:before,
 
.navbar-header:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar-header:after {
 
  clear: both;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-header {
 
    float: left;
 
  }
 
}
 

	
 
.navbar-collapse {
 
  max-height: 340px;
 
  padding-right: 15px;
 
  padding-left: 15px;
 
  overflow-x: visible;
 
  border-top: 1px solid transparent;
 
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 
  -webkit-overflow-scrolling: touch;
 
}
 

	
 
.navbar-collapse:before,
 
.navbar-collapse:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar-collapse:after {
 
  clear: both;
 
}
 

	
 
.navbar-collapse:before,
 
.navbar-collapse:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.navbar-collapse:after {
 
  clear: both;
 
}
 

	
 
.navbar-collapse.in {
 
  overflow-y: auto;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-collapse {
 
    width: auto;
 
    border-top: 0;
 
    box-shadow: none;
 
  }
 
  .navbar-collapse.collapse {
 
    display: block !important;
 
    height: auto !important;
 
    padding-bottom: 0;
 
    overflow: visible !important;
 
  }
 
  .navbar-collapse.in {
 
    overflow-y: visible;
 
  }
 
  .navbar-collapse .navbar-nav.navbar-left:first-child {
 
    margin-left: -15px;
 
  }
 
  .navbar-collapse .navbar-nav.navbar-right:last-child {
 
    margin-right: -15px;
 
  }
 
  .navbar-collapse .navbar-text:last-child {
 
    margin-right: 0;
 
  }
 
}
 

	
 
.container > .navbar-header,
 
.container > .navbar-collapse {
 
  margin-right: -15px;
 
  margin-left: -15px;
 
}
 

	
 
@media (min-width: 768px) {
 
  .container > .navbar-header,
 
  .container > .navbar-collapse {
 
    margin-right: 0;
 
    margin-left: 0;
 
  }
 
}
 

	
 
.navbar-static-top {
 
  border-width: 0 0 1px;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-static-top {
 
    border-radius: 0;
 
  }
 
}
 

	
 
.navbar-fixed-top,
 
.navbar-fixed-bottom {
 
  position: fixed;
 
  right: 0;
 
  left: 0;
 
  border-width: 0 0 1px;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-fixed-top,
 
  .navbar-fixed-bottom {
 
    border-radius: 0;
 
  }
 
}
 

	
 
.navbar-fixed-top {
 
  top: 0;
 
  z-index: 1030;
 
}
 

	
 
.navbar-fixed-bottom {
 
  bottom: 0;
 
  margin-bottom: 0;
 
}
 

	
 
.navbar-brand {
 
  float: left;
 
  padding: 15px 15px;
 
  font-size: 18px;
 
  line-height: 20px;
 
}
 

	
 
.navbar-brand:hover,
 
.navbar-brand:focus {
 
  text-decoration: none;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar > .container .navbar-brand {
 
    margin-left: -15px;
 
  }
 
}
 

	
 
.navbar-toggle {
 
  position: relative;
 
  float: right;
 
  padding: 9px 10px;
 
  margin-top: 8px;
 
  margin-right: 15px;
 
  margin-bottom: 8px;
 
  background-color: transparent;
 
  border: 1px solid transparent;
 
  border-radius: 4px;
 
}
 

	
 
.navbar-toggle .icon-bar {
 
  display: block;
 
  width: 22px;
 
  height: 2px;
 
  border-radius: 1px;
 
}
 

	
 
.navbar-toggle .icon-bar + .icon-bar {
 
  margin-top: 4px;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-toggle {
 
    display: none;
 
  }
 
}
 

	
 
.navbar-nav {
 
  margin: 7.5px -15px;
 
}
 

	
 
.navbar-nav > li > a {
 
  padding-top: 10px;
 
  padding-bottom: 10px;
 
  line-height: 20px;
 
}
 

	
 
@media (max-width: 767px) {
 
  .navbar-nav .open .dropdown-menu {
 
    position: static;
 
    float: none;
 
    width: auto;
 
    margin-top: 0;
 
    background-color: transparent;
 
    border: 0;
 
    box-shadow: none;
 
  }
 
  .navbar-nav .open .dropdown-menu > li > a,
 
  .navbar-nav .open .dropdown-menu .dropdown-header {
 
    padding: 5px 15px 5px 25px;
 
  }
 
  .navbar-nav .open .dropdown-menu > li > a {
 
    line-height: 20px;
 
  }
 
  .navbar-nav .open .dropdown-menu > li > a:hover,
 
  .navbar-nav .open .dropdown-menu > li > a:focus {
 
    background-image: none;
 
  }
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-nav {
 
    float: left;
 
    margin: 0;
 
  }
 
  .navbar-nav > li {
 
    float: left;
 
  }
 
  .navbar-nav > li > a {
 
    padding-top: 15px;
 
    padding-bottom: 15px;
 
  }
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-left {
 
    float: left !important;
 
  }
 
  .navbar-right {
 
    float: right !important;
 
  }
 
}
 

	
 
.navbar-form {
 
  padding: 10px 15px;
 
  margin-top: 8px;
 
  margin-right: -15px;
 
  margin-bottom: 8px;
 
  margin-left: -15px;
 
  border-top: 1px solid transparent;
 
  border-bottom: 1px solid transparent;
 
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-form .form-group {
 
    display: inline-block;
 
    margin-bottom: 0;
 
    vertical-align: middle;
 
  }
 
  .navbar-form .form-control {
 
    display: inline-block;
 
  }
 
  .navbar-form .radio,
 
  .navbar-form .checkbox {
 
    display: inline-block;
 
    padding-left: 0;
 
    margin-top: 0;
 
    margin-bottom: 0;
 
  }
 
  .navbar-form .radio input[type="radio"],
 
  .navbar-form .checkbox input[type="checkbox"] {
 
    float: none;
 
    margin-left: 0;
 
  }
 
}
 

	
 
@media (max-width: 767px) {
 
  .navbar-form .form-group {
 
    margin-bottom: 5px;
 
  }
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-form {
 
    width: auto;
 
    padding-top: 0;
 
    padding-bottom: 0;
 
    margin-right: 0;
 
    margin-left: 0;
 
    border: 0;
 
    -webkit-box-shadow: none;
 
            box-shadow: none;
 
  }
 
}
 

	
 
.navbar-nav > li > .dropdown-menu {
 
  margin-top: 0;
 
  border-top-right-radius: 0;
 
  border-top-left-radius: 0;
 
}
 

	
 
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
 
  border-bottom-right-radius: 0;
 
  border-bottom-left-radius: 0;
 
}
 

	
 
.navbar-nav.pull-right > li > .dropdown-menu,
 
.navbar-nav > li > .dropdown-menu.pull-right {
 
  right: 0;
 
  left: auto;
 
}
 

	
 
.navbar-btn {
 
  margin-top: 8px;
 
  margin-bottom: 8px;
 
}
 

	
 
.navbar-text {
 
  float: left;
 
  margin-top: 15px;
 
  margin-bottom: 15px;
 
}
 

	
 
@media (min-width: 768px) {
 
  .navbar-text {
 
    margin-right: 15px;
 
    margin-left: 15px;
 
  }
 
}
 

	
 
.navbar-default {
 
  background-color: #f8f8f8;
 
  border-color: #e7e7e7;
 
}
 

	
 
.navbar-default .navbar-brand {
 
  color: #777777;
 
}
 

	
 
.navbar-default .navbar-brand:hover,
 
.navbar-default .navbar-brand:focus {
 
  color: #5e5e5e;
 
  background-color: transparent;
 
}
 

	
 
.navbar-default .navbar-text {
 
  color: #777777;
 
}
 

	
 
.navbar-default .navbar-nav > li > a {
 
  color: #777777;
 
}
 

	
 
.navbar-default .navbar-nav > li > a:hover,
 
.navbar-default .navbar-nav > li > a:focus {
 
  color: #333333;
 
  background-color: transparent;
 
}
 

	
 
.navbar-default .navbar-nav > .active > a,
 
.navbar-default .navbar-nav > .active > a:hover,
 
.navbar-default .navbar-nav > .active > a:focus {
 
  color: #555555;
 
  background-color: #e7e7e7;
 
}
 

	
 
.navbar-default .navbar-nav > .disabled > a,
 
.navbar-default .navbar-nav > .disabled > a:hover,
 
.navbar-default .navbar-nav > .disabled > a:focus {
 
  color: #cccccc;
 
  background-color: transparent;
 
}
 

	
 
.navbar-default .navbar-toggle {
 
  border-color: #dddddd;
 
}
 

	
 
.navbar-default .navbar-toggle:hover,
 
.navbar-default .navbar-toggle:focus {
 
  background-color: #dddddd;
 
}
 

	
 
.navbar-default .navbar-toggle .icon-bar {
 
  background-color: #cccccc;
 
}
 

	
 
.navbar-default .navbar-collapse,
 
.navbar-default .navbar-form {
 
  border-color: #e6e6e6;
 
}
 

	
 
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
 
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
 
  border-top-color: #333333;
 
  border-bottom-color: #333333;
 
}
 

	
 
.navbar-default .navbar-nav > .open > a,
 
.navbar-default .navbar-nav > .open > a:hover,
 
.navbar-default .navbar-nav > .open > a:focus {
 
  color: #555555;
 
  background-color: #e7e7e7;
 
}
 

	
 
.navbar-default .navbar-nav > .open > a .caret,
 
.navbar-default .navbar-nav > .open > a:hover .caret,
 
.navbar-default .navbar-nav > .open > a:focus .caret {
 
  border-top-color: #555555;
 
  border-bottom-color: #555555;
 
}
 

	
 
.navbar-default .navbar-nav > .dropdown > a .caret {
 
  border-top-color: #777777;
 
  border-bottom-color: #777777;
 
}
 

	
 
@media (max-width: 767px) {
 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 
    color: #777777;
 
  }
 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 
    color: #333333;
 
    background-color: transparent;
 
  }
 
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
 
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 
    color: #555555;
 
    background-color: #e7e7e7;
 
  }
 
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
 
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 
    color: #cccccc;
 
    background-color: transparent;
 
  }
 
}
 

	
 
.navbar-default .navbar-link {
 
  color: #777777;
 
}
 

	
 
.navbar-default .navbar-link:hover {
 
  color: #333333;
 
}
 

	
 
.navbar-inverse {
 
  background-color: #222222;
 
  border-color: #080808;
 
}
 

	
 
.navbar-inverse .navbar-brand {
 
  color: #999999;
 
}
 

	
 
.navbar-inverse .navbar-brand:hover,
 
.navbar-inverse .navbar-brand:focus {
 
  color: #ffffff;
 
  background-color: transparent;
 
}
 

	
 
.navbar-inverse .navbar-text {
 
  color: #999999;
 
}
 

	
 
.navbar-inverse .navbar-nav > li > a {
 
  color: #999999;
 
}
 

	
 
.navbar-inverse .navbar-nav > li > a:hover,
 
.navbar-inverse .navbar-nav > li > a:focus {
 
  color: #ffffff;
 
  background-color: transparent;
 
}
 

	
 
.navbar-inverse .navbar-nav > .active > a,
 
.navbar-inverse .navbar-nav > .active > a:hover,
 
.navbar-inverse .navbar-nav > .active > a:focus {
 
  color: #ffffff;
 
  background-color: #080808;
 
}
 

	
 
.navbar-inverse .navbar-nav > .disabled > a,
 
.navbar-inverse .navbar-nav > .disabled > a:hover,
 
.navbar-inverse .navbar-nav > .disabled > a:focus {
 
  color: #444444;
 
  background-color: transparent;
 
}
 

	
 
.navbar-inverse .navbar-toggle {
 
  border-color: #333333;
 
}
 

	
 
.navbar-inverse .navbar-toggle:hover,
 
.navbar-inverse .navbar-toggle:focus {
 
  background-color: #333333;
 
}
 

	
 
.navbar-inverse .navbar-toggle .icon-bar {
 
  background-color: #ffffff;
 
}
 

	
 
.navbar-inverse .navbar-collapse,
 
.navbar-inverse .navbar-form {
 
  border-color: #101010;
 
}
 

	
 
.navbar-inverse .navbar-nav > .open > a,
 
.navbar-inverse .navbar-nav > .open > a:hover,
 
.navbar-inverse .navbar-nav > .open > a:focus {
 
  color: #ffffff;
 
  background-color: #080808;
 
}
 

	
 
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
 
  border-top-color: #ffffff;
 
  border-bottom-color: #ffffff;
 
}
 

	
 
.navbar-inverse .navbar-nav > .dropdown > a .caret {
 
  border-top-color: #999999;
 
  border-bottom-color: #999999;
 
}
 

	
 
.navbar-inverse .navbar-nav > .open > a .caret,
 
.navbar-inverse .navbar-nav > .open > a:hover .caret,
 
.navbar-inverse .navbar-nav > .open > a:focus .caret {
 
  border-top-color: #ffffff;
 
  border-bottom-color: #ffffff;
 
}
 

	
 
@media (max-width: 767px) {
 
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
 
    border-color: #080808;
 
  }
 
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 
    color: #999999;
 
  }
 
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
 
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
 
    color: #ffffff;
 
    background-color: transparent;
 
  }
 
  .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:focus {
 
    color: #ffffff;
 
    background-color: #080808;
 
  }
 
  .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:focus {
 
    color: #444444;
 
    background-color: transparent;
 
  }
 
}
 

	
 
.navbar-inverse .navbar-link {
 
  color: #999999;
 
}
 

	
 
.navbar-inverse .navbar-link:hover {
 
  color: #ffffff;
 
}
 

	
 
.breadcrumb {
 
  padding: 8px 15px;
 
  margin-bottom: 20px;
 
  list-style: none;
 
  background-color: #f5f5f5;
 
  border-radius: 4px;
 
}
 

	
 
.breadcrumb > li {
 
  display: inline-block;
 
}
 

	
 
.breadcrumb > li + li:before {
 
  padding: 0 5px;
 
  color: #cccccc;
 
  content: "/\00a0";
 
}
 

	
 
.breadcrumb > .active {
 
  color: #999999;
 
}
 

	
 
.pagination {
 
  display: inline-block;
 
  padding-left: 0;
 
  margin: 20px 0;
 
  border-radius: 4px;
 
}
 

	
 
.pagination > li {
 
  display: inline;
 
}
 

	
 
.pagination > li > a,
 
.pagination > li > span {
 
  position: relative;
 
  float: left;
 
  padding: 6px 12px;
 
  margin-left: -1px;
 
  line-height: 1.428571429;
 
  text-decoration: none;
 
  background-color: #ffffff;
 
  border: 1px solid #dddddd;
 
}
 

	
 
.pagination > li:first-child > a,
 
.pagination > li:first-child > span {
 
  margin-left: 0;
 
  border-bottom-left-radius: 4px;
 
  border-top-left-radius: 4px;
 
}
 

	
 
.pagination > li:last-child > a,
 
.pagination > li:last-child > span {
 
  border-top-right-radius: 4px;
 
  border-bottom-right-radius: 4px;
 
}
 

	
 
.pagination > li > a:hover,
 
.pagination > li > span:hover,
 
.pagination > li > a:focus,
 
.pagination > li > span:focus {
 
  background-color: #eeeeee;
 
}
 

	
 
.pagination > .active > a,
 
.pagination > .active > span,
 
.pagination > .active > a:hover,
 
.pagination > .active > span:hover,
 
.pagination > .active > a:focus,
 
.pagination > .active > span:focus {
 
  z-index: 2;
 
  color: #ffffff;
 
  cursor: default;
 
  background-color: #428bca;
 
  border-color: #428bca;
 
}
 

	
 
.pagination > .disabled > span,
 
.pagination > .disabled > a,
 
.pagination > .disabled > a:hover,
 
.pagination > .disabled > a:focus {
 
  color: #999999;
 
  cursor: not-allowed;
 
  background-color: #ffffff;
 
  border-color: #dddddd;
 
}
 

	
 
.pagination-lg > li > a,
 
.pagination-lg > li > span {
 
  padding: 10px 16px;
 
  font-size: 18px;
 
}
 

	
 
.pagination-lg > li:first-child > a,
 
.pagination-lg > li:first-child > span {
 
  border-bottom-left-radius: 6px;
 
  border-top-left-radius: 6px;
 
}
 

	
 
.pagination-lg > li:last-child > a,
 
.pagination-lg > li:last-child > span {
 
  border-top-right-radius: 6px;
 
  border-bottom-right-radius: 6px;
 
}
 

	
 
.pagination-sm > li > a,
 
.pagination-sm > li > span {
 
  padding: 5px 10px;
 
  font-size: 12px;
 
}
 

	
 
.pagination-sm > li:first-child > a,
 
.pagination-sm > li:first-child > span {
 
  border-bottom-left-radius: 3px;
 
  border-top-left-radius: 3px;
 
}
 

	
 
.pagination-sm > li:last-child > a,
 
.pagination-sm > li:last-child > span {
 
  border-top-right-radius: 3px;
 
  border-bottom-right-radius: 3px;
 
}
 

	
 
.pager {
 
  padding-left: 0;
 
  margin: 20px 0;
 
  text-align: center;
 
  list-style: none;
 
}
 

	
 
.pager:before,
 
.pager:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.pager:after {
 
  clear: both;
 
}
 

	
 
.pager:before,
 
.pager:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.pager:after {
 
  clear: both;
 
}
 

	
 
.pager li {
 
  display: inline;
 
}
 

	
 
.pager li > a,
 
.pager li > span {
 
  display: inline-block;
 
  padding: 5px 14px;
 
  background-color: #ffffff;
 
  border: 1px solid #dddddd;
 
  border-radius: 15px;
 
}
 

	
 
.pager li > a:hover,
 
.pager li > a:focus {
 
  text-decoration: none;
 
  background-color: #eeeeee;
 
}
 

	
 
.pager .next > a,
 
.pager .next > span {
 
  float: right;
 
}
 

	
 
.pager .previous > a,
 
.pager .previous > span {
 
  float: left;
 
}
 

	
 
.pager .disabled > a,
 
.pager .disabled > a:hover,
 
.pager .disabled > a:focus,
 
.pager .disabled > span {
 
  color: #999999;
 
  cursor: not-allowed;
 
  background-color: #ffffff;
 
}
 

	
 
.label {
 
  display: inline;
 
  padding: .2em .6em .3em;
 
  font-size: 75%;
 
  font-weight: bold;
 
  line-height: 1;
 
  color: #ffffff;
 
  text-align: center;
 
  white-space: nowrap;
 
  vertical-align: baseline;
 
  border-radius: .25em;
 
}
 

	
 
.label[href]:hover,
 
.label[href]:focus {
 
  color: #ffffff;
 
  text-decoration: none;
 
  cursor: pointer;
 
}
 

	
 
.label:empty {
 
  display: none;
 
}
 

	
 
.label-default {
 
  background-color: #999999;
 
}
 

	
 
.label-default[href]:hover,
 
.label-default[href]:focus {
 
  background-color: #808080;
 
}
 

	
 
.label-primary {
 
  background-color: #428bca;
 
}
 

	
 
.label-primary[href]:hover,
 
.label-primary[href]:focus {
 
  background-color: #3071a9;
 
}
 

	
 
.label-success {
 
  background-color: #5cb85c;
 
}
 

	
 
.label-success[href]:hover,
 
.label-success[href]:focus {
 
  background-color: #449d44;
 
}
 

	
 
.label-info {
 
  background-color: #5bc0de;
 
}
 

	
 
.label-info[href]:hover,
 
.label-info[href]:focus {
 
  background-color: #31b0d5;
 
}
 

	
 
.label-warning {
 
  background-color: #f0ad4e;
 
}
 

	
 
.label-warning[href]:hover,
 
.label-warning[href]:focus {
 
  background-color: #ec971f;
 
}
 

	
 
.label-danger {
 
  background-color: #d9534f;
 
}
 

	
 
.label-danger[href]:hover,
 
.label-danger[href]:focus {
 
  background-color: #c9302c;
 
}
 

	
 
.badge {
 
  display: inline-block;
 
  min-width: 10px;
 
  padding: 3px 7px;
 
  font-size: 12px;
 
  font-weight: bold;
 
  line-height: 1;
 
  color: #ffffff;
 
  text-align: center;
 
  white-space: nowrap;
 
  vertical-align: baseline;
 
  background-color: #999999;
 
  border-radius: 10px;
 
}
 

	
 
.badge:empty {
 
  display: none;
 
}
 

	
 
a.badge:hover,
 
a.badge:focus {
 
  color: #ffffff;
 
  text-decoration: none;
 
  cursor: pointer;
 
}
 

	
 
.btn .badge {
 
  position: relative;
 
  top: -1px;
 
}
 

	
 
a.list-group-item.active > .badge,
 
.nav-pills > .active > a > .badge {
 
  color: #428bca;
 
  background-color: #ffffff;
 
}
 

	
 
.nav-pills > li > a > .badge {
 
  margin-left: 3px;
 
}
 

	
 
.jumbotron {
 
  padding: 30px;
 
  margin-bottom: 30px;
 
  font-size: 21px;
 
  font-weight: 200;
 
  line-height: 2.1428571435;
 
  color: inherit;
 
  background-color: #eeeeee;
 
}
 

	
 
.jumbotron h1 {
 
  line-height: 1;
 
  color: inherit;
 
}
 

	
 
.jumbotron p {
 
  line-height: 1.4;
 
}
 

	
 
.container .jumbotron {
 
  border-radius: 6px;
 
}
 

	
 
@media screen and (min-width: 768px) {
 
  .jumbotron {
 
    padding-top: 48px;
 
    padding-bottom: 48px;
 
  }
 
  .container .jumbotron {
 
    padding-right: 60px;
 
    padding-left: 60px;
 
  }
 
  .jumbotron h1 {
 
    font-size: 63px;
 
  }
 
}
 

	
 
.thumbnail {
 
  display: inline-block;
 
  display: block;
 
  height: auto;
 
  max-width: 100%;
 
  padding: 4px;
 
  line-height: 1.428571429;
 
  background-color: #ffffff;
 
  border: 1px solid #dddddd;
 
  border-radius: 4px;
 
  -webkit-transition: all 0.2s ease-in-out;
 
          transition: all 0.2s ease-in-out;
 
}
 

	
 
.thumbnail > img {
 
  display: block;
 
  height: auto;
 
  max-width: 100%;
 
}
 

	
 
a.thumbnail:hover,
 
a.thumbnail:focus {
 
  border-color: #428bca;
 
}
 

	
 
.thumbnail > img {
 
  margin-right: auto;
 
  margin-left: auto;
 
}
 

	
 
.thumbnail .caption {
 
  padding: 9px;
 
  color: #333333;
 
}
 

	
 
.alert {
 
  padding: 15px;
 
  margin-bottom: 20px;
 
  border: 1px solid transparent;
 
  border-radius: 4px;
 
}
 

	
 
.alert h4 {
 
  margin-top: 0;
 
  color: inherit;
 
}
 

	
 
.alert .alert-link {
 
  font-weight: bold;
 
}
 

	
 
.alert > p,
 
.alert > ul {
 
  margin-bottom: 0;
 
}
 

	
 
.alert > p + p {
 
  margin-top: 5px;
 
}
 

	
 
.alert-dismissable {
 
  padding-right: 35px;
 
}
 

	
 
.alert-dismissable .close {
 
  position: relative;
 
  top: -2px;
 
  right: -21px;
 
  color: inherit;
 
}
 

	
 
.alert-success {
 
  color: #468847;
 
  background-color: #dff0d8;
 
  border-color: #d6e9c6;
 
}
 

	
 
.alert-success hr {
 
  border-top-color: #c9e2b3;
 
}
 

	
 
.alert-success .alert-link {
 
  color: #356635;
 
}
 

	
 
.alert-info {
 
  color: #3a87ad;
 
  background-color: #d9edf7;
 
  border-color: #bce8f1;
 
}
 

	
 
.alert-info hr {
 
  border-top-color: #a6e1ec;
 
}
 

	
 
.alert-info .alert-link {
 
  color: #2d6987;
 
}
 

	
 
.alert-warning {
 
  color: #c09853;
 
  background-color: #fcf8e3;
 
  border-color: #fbeed5;
 
}
 

	
 
.alert-warning hr {
 
  border-top-color: #f8e5be;
 
}
 

	
 
.alert-warning .alert-link {
 
  color: #a47e3c;
 
}
 

	
 
.alert-danger {
 
  color: #b94a48;
 
  background-color: #f2dede;
 
  border-color: #eed3d7;
 
}
 

	
 
.alert-danger hr {
 
  border-top-color: #e6c1c7;
 
}
 

	
 
.alert-danger .alert-link {
 
  color: #953b39;
 
}
 

	
 
@-webkit-keyframes progress-bar-stripes {
 
  from {
 
    background-position: 40px 0;
 
  }
 
  to {
 
    background-position: 0 0;
 
  }
 
}
 

	
 
@-moz-keyframes progress-bar-stripes {
 
  from {
 
    background-position: 40px 0;
 
  }
 
  to {
 
    background-position: 0 0;
 
  }
 
}
 

	
 
@-o-keyframes progress-bar-stripes {
 
  from {
 
    background-position: 0 0;
 
  }
 
  to {
 
    background-position: 40px 0;
 
  }
 
}
 

	
 
@keyframes progress-bar-stripes {
 
  from {
 
    background-position: 40px 0;
 
  }
 
  to {
 
    background-position: 0 0;
 
  }
 
}
 

	
 
.progress {
 
  height: 20px;
 
  margin-bottom: 20px;
 
  overflow: hidden;
 
  background-color: #f5f5f5;
 
  border-radius: 4px;
 
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 
}
 

	
 
.progress-bar {
 
  float: left;
 
  width: 0;
 
  height: 100%;
 
  font-size: 12px;
 
  color: #ffffff;
 
  text-align: center;
 
  background-color: #428bca;
 
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 
  -webkit-transition: width 0.6s ease;
 
          transition: width 0.6s ease;
 
}
 

	
 
.progress-striped .progress-bar {
 
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-size: 40px 40px;
 
}
 

	
 
.progress.active .progress-bar {
 
  -webkit-animation: progress-bar-stripes 2s linear infinite;
 
     -moz-animation: progress-bar-stripes 2s linear infinite;
 
      -ms-animation: progress-bar-stripes 2s linear infinite;
 
       -o-animation: progress-bar-stripes 2s linear infinite;
 
          animation: progress-bar-stripes 2s linear infinite;
 
}
 

	
 
.progress-bar-success {
 
  background-color: #5cb85c;
 
}
 

	
 
.progress-striped .progress-bar-success {
 
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
}
 

	
 
.progress-bar-info {
 
  background-color: #5bc0de;
 
}
 

	
 
.progress-striped .progress-bar-info {
 
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
}
 

	
 
.progress-bar-warning {
 
  background-color: #f0ad4e;
 
}
 

	
 
.progress-striped .progress-bar-warning {
 
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
}
 

	
 
.progress-bar-danger {
 
  background-color: #d9534f;
 
}
 

	
 
.progress-striped .progress-bar-danger {
 
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 
}
 

	
 
.media,
 
.media-body {
 
  overflow: hidden;
 
  zoom: 1;
 
}
 

	
 
.media,
 
.media .media {
 
  margin-top: 15px;
 
}
 

	
 
.media:first-child {
 
  margin-top: 0;
 
}
 

	
 
.media-object {
 
  display: block;
 
}
 

	
 
.media-heading {
 
  margin: 0 0 5px;
 
}
 

	
 
.media > .pull-left {
 
  margin-right: 10px;
 
}
 

	
 
.media > .pull-right {
 
  margin-left: 10px;
 
}
 

	
 
.media-list {
 
  padding-left: 0;
 
  list-style: none;
 
}
 

	
 
.list-group {
 
  padding-left: 0;
 
  margin-bottom: 20px;
 
}
 

	
 
.list-group-item {
 
  position: relative;
 
  display: block;
 
  padding: 10px 15px;
 
  margin-bottom: -1px;
 
  background-color: #ffffff;
 
  border: 1px solid #dddddd;
 
}
 

	
 
.list-group-item:first-child {
 
  border-top-right-radius: 4px;
 
  border-top-left-radius: 4px;
 
}
 

	
 
.list-group-item:last-child {
 
  margin-bottom: 0;
 
  border-bottom-right-radius: 4px;
 
  border-bottom-left-radius: 4px;
 
}
 

	
 
.list-group-item > .badge {
 
  float: right;
 
}
 

	
 
.list-group-item > .badge + .badge {
 
  margin-right: 5px;
 
}
 

	
 
a.list-group-item {
 
  color: #555555;
 
}
 

	
 
a.list-group-item .list-group-item-heading {
 
  color: #333333;
 
}
 

	
 
a.list-group-item:hover,
 
a.list-group-item:focus {
 
  text-decoration: none;
 
  background-color: #f5f5f5;
 
}
 

	
 
.list-group-item.active,
 
.list-group-item.active:hover,
 
.list-group-item.active:focus {
 
  z-index: 2;
 
  color: #ffffff;
 
  background-color: #428bca;
 
  border-color: #428bca;
 
}
 

	
 
.list-group-item.active .list-group-item-heading,
 
.list-group-item.active:hover .list-group-item-heading,
 
.list-group-item.active:focus .list-group-item-heading {
 
  color: inherit;
 
}
 

	
 
.list-group-item.active .list-group-item-text,
 
.list-group-item.active:hover .list-group-item-text,
 
.list-group-item.active:focus .list-group-item-text {
 
  color: #e1edf7;
 
}
 

	
 
.list-group-item-heading {
 
  margin-top: 0;
 
  margin-bottom: 5px;
 
}
 

	
 
.list-group-item-text {
 
  margin-bottom: 0;
 
  line-height: 1.3;
 
}
 

	
 
.panel {
 
  margin-bottom: 20px;
 
  background-color: #ffffff;
 
  border: 1px solid transparent;
 
  border-radius: 4px;
 
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 
}
 

	
 
.panel-body {
 
  padding: 15px;
 
}
 

	
 
.panel-body:before,
 
.panel-body:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.panel-body:after {
 
  clear: both;
 
}
 

	
 
.panel-body:before,
 
.panel-body:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.panel-body:after {
 
  clear: both;
 
}
 

	
 
.panel > .list-group {
 
  margin-bottom: 0;
 
}
 

	
 
.panel > .list-group .list-group-item {
 
  border-width: 1px 0;
 
}
 

	
 
.panel > .list-group .list-group-item:first-child {
 
  border-top-right-radius: 0;
 
  border-top-left-radius: 0;
 
}
 

	
 
.panel > .list-group .list-group-item:last-child {
 
  border-bottom: 0;
 
}
 

	
 
.panel-heading + .list-group .list-group-item:first-child {
 
  border-top-width: 0;
 
}
 

	
 
.panel > .table {
 
  margin-bottom: 0;
 
}
 

	
 
.panel > .panel-body + .table {
 
  border-top: 1px solid #dddddd;
 
}
 

	
 
.panel-heading {
 
  padding: 10px 15px;
 
  border-bottom: 1px solid transparent;
 
  border-top-right-radius: 3px;
 
  border-top-left-radius: 3px;
 
}
 

	
 
.panel-title {
 
  margin-top: 0;
 
  margin-bottom: 0;
 
  font-size: 16px;
 
}
 

	
 
.panel-title > a {
 
  color: inherit;
 
}
 

	
 
.panel-footer {
 
  padding: 10px 15px;
 
  background-color: #f5f5f5;
 
  border-top: 1px solid #dddddd;
 
  border-bottom-right-radius: 3px;
 
  border-bottom-left-radius: 3px;
 
}
 

	
 
.panel-group .panel {
 
  margin-bottom: 0;
 
  overflow: hidden;
 
  border-radius: 4px;
 
}
 

	
 
.panel-group .panel + .panel {
 
  margin-top: 5px;
 
}
 

	
 
.panel-group .panel-heading {
 
  border-bottom: 0;
 
}
 

	
 
.panel-group .panel-heading + .panel-collapse .panel-body {
 
  border-top: 1px solid #dddddd;
 
}
 

	
 
.panel-group .panel-footer {
 
  border-top: 0;
 
}
 

	
 
.panel-group .panel-footer + .panel-collapse .panel-body {
 
  border-bottom: 1px solid #dddddd;
 
}
 

	
 
.panel-default {
 
  border-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-heading {
 
  color: #333333;
 
  background-color: #f5f5f5;
 
  border-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #dddddd;
 
}
 

	
 
.panel-primary {
 
  border-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-heading {
 
  color: #ffffff;
 
  background-color: #428bca;
 
  border-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #428bca;
 
}
 

	
 
.panel-success {
 
  border-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-heading {
 
  color: #468847;
 
  background-color: #dff0d8;
 
  border-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #d6e9c6;
 
}
 

	
 
.panel-warning {
 
  border-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-heading {
 
  color: #c09853;
 
  background-color: #fcf8e3;
 
  border-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #fbeed5;
 
}
 

	
 
.panel-danger {
 
  border-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-heading {
 
  color: #b94a48;
 
  background-color: #f2dede;
 
  border-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #eed3d7;
 
}
 

	
 
.panel-info {
 
  border-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-heading {
 
  color: #3a87ad;
 
  background-color: #d9edf7;
 
  border-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #bce8f1;
 
}
 

	
 
.well {
 
  min-height: 20px;
 
  padding: 19px;
 
  margin-bottom: 20px;
 
  background-color: #f5f5f5;
 
  border: 1px solid #e3e3e3;
 
  border-radius: 4px;
 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
}
 

	
 
.well blockquote {
 
  border-color: #ddd;
 
  border-color: rgba(0, 0, 0, 0.15);
 
}
 

	
 
.well-lg {
 
  padding: 24px;
 
  border-radius: 6px;
 
}
 

	
 
.well-sm {
 
  padding: 9px;
 
  border-radius: 3px;
 
}
 

	
 
.close {
 
  float: right;
 
  font-size: 21px;
 
  font-weight: bold;
 
  line-height: 1;
 
  color: #000000;
 
  text-shadow: 0 1px 0 #ffffff;
 
  opacity: 0.2;
 
  filter: alpha(opacity=20);
 
}
 

	
 
.close:hover,
 
.close:focus {
 
  color: #000000;
 
  text-decoration: none;
 
  cursor: pointer;
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
button.close {
 
  padding: 0;
 
  cursor: pointer;
 
  background: transparent;
 
  border: 0;
 
  -webkit-appearance: none;
 
}
 

	
 
.modal-open {
 
  overflow: hidden;
 
}
 

	
 
body.modal-open,
 
.modal-open .navbar-fixed-top,
 
.modal-open .navbar-fixed-bottom {
 
  margin-right: 15px;
 
}
 

	
 
.modal {
 
  position: fixed;
 
  top: 0;
 
  right: 0;
 
  bottom: 0;
 
  left: 0;
 
  z-index: 1040;
 
  display: none;
 
  overflow: auto;
 
  overflow-y: scroll;
 
}
 

	
 
.modal.fade .modal-dialog {
 
  -webkit-transform: translate(0, -25%);
 
      -ms-transform: translate(0, -25%);
 
          transform: translate(0, -25%);
 
  -webkit-transition: -webkit-transform 0.3s ease-out;
 
     -moz-transition: -moz-transform 0.3s ease-out;
 
       -o-transition: -o-transform 0.3s ease-out;
 
          transition: transform 0.3s ease-out;
 
}
 

	
 
.modal.in .modal-dialog {
 
  -webkit-transform: translate(0, 0);
 
      -ms-transform: translate(0, 0);
 
          transform: translate(0, 0);
 
}
 

	
 
.modal-dialog {
 
  z-index: 1050;
 
  width: auto;
 
  padding: 10px;
 
  margin-right: auto;
 
  margin-left: auto;
 
}
 

	
 
.modal-content {
 
  position: relative;
 
  background-color: #ffffff;
 
  border: 1px solid #999999;
 
  border: 1px solid rgba(0, 0, 0, 0.2);
 
  border-radius: 6px;
 
  outline: none;
 
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
  background-clip: padding-box;
 
}
 

	
 
.modal-backdrop {
 
  position: fixed;
 
  top: 0;
 
  right: 0;
 
  bottom: 0;
 
  left: 0;
 
  z-index: 1030;
 
  background-color: #000000;
 
}
 

	
 
.modal-backdrop.fade {
 
  opacity: 0;
 
  filter: alpha(opacity=0);
 
}
 

	
 
.modal-backdrop.in {
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
.modal-header {
 
  min-height: 16.428571429px;
 
  padding: 15px;
 
  border-bottom: 1px solid #e5e5e5;
 
}
 

	
 
.modal-header .close {
 
  margin-top: -2px;
 
}
 

	
 
.modal-title {
 
  margin: 0;
 
  line-height: 1.428571429;
 
}
 

	
 
.modal-body {
 
  position: relative;
 
  padding: 20px;
 
}
 

	
 
.modal-footer {
 
  padding: 19px 20px 20px;
 
  margin-top: 15px;
 
  text-align: right;
 
  border-top: 1px solid #e5e5e5;
 
}
 

	
 
.modal-footer:before,
 
.modal-footer:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.modal-footer:after {
 
  clear: both;
 
}
 

	
 
.modal-footer:before,
 
.modal-footer:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.modal-footer:after {
 
  clear: both;
 
}
 

	
 
.modal-footer .btn + .btn {
 
  margin-bottom: 0;
 
  margin-left: 5px;
 
}
 

	
 
.modal-footer .btn-group .btn + .btn {
 
  margin-left: -1px;
 
}
 

	
 
.modal-footer .btn-block + .btn-block {
 
  margin-left: 0;
 
}
 

	
 
@media screen and (min-width: 768px) {
 
  .modal-dialog {
 
    right: auto;
 
    left: 50%;
 
    width: 600px;
 
    padding-top: 30px;
 
    padding-bottom: 30px;
 
  }
 
  .modal-content {
 
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
  }
 
}
 

	
 
.tooltip {
 
  position: absolute;
 
  z-index: 1030;
 
  display: block;
 
  font-size: 12px;
 
  line-height: 1.4;
 
  opacity: 0;
 
  filter: alpha(opacity=0);
 
  visibility: visible;
 
}
 

	
 
.tooltip.in {
 
  opacity: 0.9;
 
  filter: alpha(opacity=90);
 
}
 

	
 
.tooltip.top {
 
  padding: 5px 0;
 
  margin-top: -3px;
 
}
 

	
 
.tooltip.right {
 
  padding: 0 5px;
 
  margin-left: 3px;
 
}
 

	
 
.tooltip.bottom {
 
  padding: 5px 0;
 
  margin-top: 3px;
 
}
 

	
 
.tooltip.left {
 
  padding: 0 5px;
 
  margin-left: -3px;
 
}
 

	
 
.tooltip-inner {
 
  max-width: 200px;
 
  padding: 3px 8px;
 
  color: #ffffff;
 
  text-align: center;
 
  text-decoration: none;
 
  background-color: #000000;
 
  border-radius: 4px;
 
}
 

	
 
.tooltip-arrow {
 
  position: absolute;
 
  width: 0;
 
  height: 0;
 
  border-color: transparent;
 
  border-style: solid;
 
}
 

	
 
.tooltip.top .tooltip-arrow {
 
  bottom: 0;
 
  left: 50%;
 
  margin-left: -5px;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.top-left .tooltip-arrow {
 
  bottom: 0;
 
  left: 5px;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.top-right .tooltip-arrow {
 
  right: 5px;
 
  bottom: 0;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.right .tooltip-arrow {
 
  top: 50%;
 
  left: 0;
 
  margin-top: -5px;
 
  border-right-color: #000000;
 
  border-width: 5px 5px 5px 0;
 
}
 

	
 
.tooltip.left .tooltip-arrow {
 
  top: 50%;
 
  right: 0;
 
  margin-top: -5px;
 
  border-left-color: #000000;
 
  border-width: 5px 0 5px 5px;
 
}
 

	
 
.tooltip.bottom .tooltip-arrow {
 
  top: 0;
 
  left: 50%;
 
  margin-left: -5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.tooltip.bottom-left .tooltip-arrow {
 
  top: 0;
 
  left: 5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.tooltip.bottom-right .tooltip-arrow {
 
  top: 0;
 
  right: 5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.popover {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  z-index: 1010;
 
  display: none;
 
  max-width: 276px;
 
  padding: 1px;
 
  text-align: left;
 
  white-space: normal;
 
  background-color: #ffffff;
 
  border: 1px solid #cccccc;
 
  border: 1px solid rgba(0, 0, 0, 0.2);
 
  border-radius: 6px;
 
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
  background-clip: padding-box;
 
}
 

	
 
.popover.top {
 
  margin-top: -10px;
 
}
 

	
 
.popover.right {
 
  margin-left: 10px;
 
}
 

	
 
.popover.bottom {
 
  margin-top: 10px;
 
}
 

	
 
.popover.left {
 
  margin-left: -10px;
 
}
 

	
 
.popover-title {
 
  padding: 8px 14px;
 
  margin: 0;
 
  font-size: 14px;
 
  font-weight: normal;
 
  line-height: 18px;
 
  background-color: #f7f7f7;
 
  border-bottom: 1px solid #ebebeb;
 
  border-radius: 5px 5px 0 0;
 
}
 

	
 
.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 {
 
  bottom: -11px;
 
  left: 50%;
 
  margin-left: -11px;
 
  border-top-color: #999999;
 
  border-top-color: rgba(0, 0, 0, 0.25);
 
  border-bottom-width: 0;
 
}
 

	
 
.popover.top .arrow:after {
 
  bottom: 1px;
 
  margin-left: -10px;
 
  border-top-color: #ffffff;
 
  border-bottom-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.right .arrow {
 
  top: 50%;
 
  left: -11px;
 
  margin-top: -11px;
 
  border-right-color: #999999;
 
  border-right-color: rgba(0, 0, 0, 0.25);
 
  border-left-width: 0;
 
}
 

	
 
.popover.right .arrow:after {
 
  bottom: -10px;
 
  left: 1px;
 
  border-right-color: #ffffff;
 
  border-left-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.bottom .arrow {
 
  top: -11px;
 
  left: 50%;
 
  margin-left: -11px;
 
  border-bottom-color: #999999;
 
  border-bottom-color: rgba(0, 0, 0, 0.25);
 
  border-top-width: 0;
 
}
 

	
 
.popover.bottom .arrow:after {
 
  top: 1px;
 
  margin-left: -10px;
 
  border-bottom-color: #ffffff;
 
  border-top-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.left .arrow {
 
  top: 50%;
 
  right: -11px;
 
  margin-top: -11px;
 
  border-left-color: #999999;
 
  border-left-color: rgba(0, 0, 0, 0.25);
 
  border-right-width: 0;
 
}
 

	
 
.popover.left .arrow:after {
 
  right: 1px;
 
  bottom: -10px;
 
  border-left-color: #ffffff;
 
  border-right-width: 0;
 
  content: " ";
 
}
 

	
 
.carousel {
 
  position: relative;
 
}
 

	
 
.carousel-inner {
 
  position: relative;
 
  width: 100%;
 
  overflow: hidden;
 
}
 

	
 
.carousel-inner > .item {
 
  position: relative;
 
  display: none;
 
  -webkit-transition: 0.6s ease-in-out left;
 
          transition: 0.6s ease-in-out left;
 
}
 

	
 
.carousel-inner > .item > img,
 
.carousel-inner > .item > a > img {
 
  display: block;
 
  height: auto;
 
  max-width: 100%;
 
  line-height: 1;
 
}
 

	
 
.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;
 
  bottom: 0;
 
  left: 0;
 
  width: 15%;
 
  font-size: 20px;
 
  color: #ffffff;
 
  text-align: center;
 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
.carousel-control.left {
 
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
 
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
 
  background-image: -moz-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 {
 
  right: 0;
 
  left: auto;
 
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
 
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
 
  background-image: -moz-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 {
 
  color: #ffffff;
 
  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%;
 
  left: 50%;
 
  z-index: 5;
 
  display: inline-block;
 
}
 

	
 
.carousel-control .icon-prev,
 
.carousel-control .icon-next {
 
  width: 20px;
 
  height: 20px;
 
  margin-top: -10px;
 
  margin-left: -10px;
 
  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%;
 
  padding-left: 0;
 
  margin-left: -30%;
 
  text-align: center;
 
  list-style: none;
 
}
 

	
 
.carousel-indicators li {
 
  display: inline-block;
 
  width: 10px;
 
  height: 10px;
 
  margin: 1px;
 
  text-indent: -999px;
 
  cursor: pointer;
 
  border: 1px solid #ffffff;
 
  border-radius: 10px;
 
}
 

	
 
.carousel-indicators .active {
 
  width: 12px;
 
  height: 12px;
 
  margin: 0;
 
  background-color: #ffffff;
 
}
 

	
 
.carousel-caption {
 
  position: absolute;
 
  right: 15%;
 
  bottom: 20px;
 
  left: 15%;
 
  z-index: 10;
 
  padding-top: 20px;
 
  padding-bottom: 20px;
 
  color: #ffffff;
 
  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 .icon-prev,
 
  .carousel-control .icon-next {
 
    width: 30px;
 
    height: 30px;
 
    margin-top: -15px;
 
    margin-left: -15px;
 
    font-size: 30px;
 
  }
 
  .carousel-caption {
 
    right: 20%;
 
    left: 20%;
 
    padding-bottom: 30px;
 
  }
 
  .carousel-indicators {
 
    bottom: 20px;
 
  }
 
}
 

	
 
.clearfix:before,
 
.clearfix:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.clearfix:after {
 
  clear: both;
 
}
 

	
 
.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;
 
}
 

	
 
.affix {
 
  position: fixed;
 
}
 

	
 
@-ms-viewport {
 
  width: device-width;
 
}
 

	
 
@media screen and (max-width: 400px) {
 
  @-ms-viewport {
 
    width: 320px;
 
  }
 
}
 

	
 
.hidden {
 
  display: none !important;
 
  visibility: hidden !important;
 
}
 

	
 
.visible-xs {
 
  display: none !important;
 
}
 

	
 
tr.visible-xs {
 
  display: none !important;
 
}
 

	
 
th.visible-xs,
 
td.visible-xs {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-xs,
 
  td.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-xs.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-sm,
 
  td.visible-xs.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-xs.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-md,
 
  td.visible-xs.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-xs.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-lg,
 
  td.visible-xs.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-sm {
 
  display: none !important;
 
}
 

	
 
tr.visible-sm {
 
  display: none !important;
 
}
 

	
 
th.visible-sm,
 
td.visible-sm {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-sm.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-xs,
 
  td.visible-sm.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-sm,
 
  td.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-sm.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-md,
 
  td.visible-sm.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-sm.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-lg,
 
  td.visible-sm.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-md {
 
  display: none !important;
 
}
 

	
 
tr.visible-md {
 
  display: none !important;
 
}
 

	
 
th.visible-md,
 
td.visible-md {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-md.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-xs,
 
  td.visible-md.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-md.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-sm,
 
  td.visible-md.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-md,
 
  td.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-md.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-lg,
 
  td.visible-md.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-lg {
 
  display: none !important;
 
}
 

	
 
tr.visible-lg {
 
  display: none !important;
 
}
 

	
 
th.visible-lg,
 
td.visible-lg {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-lg.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-xs,
 
  td.visible-lg.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-lg.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-sm,
 
  td.visible-lg.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-lg.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-md,
 
  td.visible-lg.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-lg,
 
  td.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.hidden-xs {
 
  display: block !important;
 
}
 

	
 
tr.hidden-xs {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-xs,
 
td.hidden-xs {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-xs,
 
  td.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-sm,
 
  td.hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-md,
 
  td.hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-lg,
 
  td.hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-sm {
 
  display: block !important;
 
}
 

	
 
tr.hidden-sm {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-sm,
 
td.hidden-sm {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-xs,
 
  td.hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-sm,
 
  td.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-md,
 
  td.hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-lg,
 
  td.hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-md {
 
  display: block !important;
 
}
 

	
 
tr.hidden-md {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-md,
 
td.hidden-md {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-xs,
 
  td.hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-sm,
 
  td.hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-md,
 
  td.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-lg,
 
  td.hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-lg {
 
  display: block !important;
 
}
 

	
 
tr.hidden-lg {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-lg,
 
td.hidden-lg {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-xs,
 
  td.hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-sm,
 
  td.hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-md,
 
  td.hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-lg,
 
  td.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.visible-print {
 
  display: none !important;
 
}
 

	
 
tr.visible-print {
 
  display: none !important;
 
}
 

	
 
th.visible-print,
 
td.visible-print {
 
  display: none !important;
 
}
 

	
 
@media print {
 
  .visible-print {
 
    display: block !important;
 
  }
 
  tr.visible-print {
 
    display: table-row !important;
 
  }
 
  th.visible-print,
 
  td.visible-print {
 
    display: table-cell !important;
 
  }
 
  .hidden-print {
 
    display: none !important;
 
  }
 
  tr.hidden-print {
 
    display: none !important;
 
  }
 
  th.hidden-print,
 
  td.hidden-print {
 
    display: none !important;
 
  }
 
}
 
\ No newline at end of file
 
}
whitespacecleanup.sh
Show inline comments
 
#!/bin/bash -x
 

	
 
# Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
 

	
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot)\.js$'`
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
 
sed -i "s,`printf '\t'`,    ,g" $files
 
sed -i "s,  *$,,g" $files
 
# add trailing newline if missing:
 
sed -i '$a\' $files
 

	
 
sed -i 's,\([^ /]\){,\1 {,g' `hg loc '*.css'`
 
sed -i 's|^\([^ /].*,\)\([^ ]\)|\1 \2|g' `hg loc '*.css'`
 

	
 
sed -i 's/^\(    [^: ]*\) *: *\([^/]\)/\1: \2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i '1s|, |,|g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's/^\([^ ,/].*\)   */\1 /g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's,^--$,-- ,g' kallithea/templates/email_templates/main.txt
 

	
 
hg diff
0 comments (0 inline, 0 general)