@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300);
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}
#left_map_buttons {
  width: auto;
  height: auto;
  background-color: transparent;
  position: fixed;
  left: -12px;
  z-index: 900;
  padding-top: 0%;
  top: 30%;
}
#left_map_buttons > div {
  width: auto;
}
#left_map_buttons > div > ul {
  list-style: none;
  padding: 0;
}
#left_map_buttons > div > ul > li {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 0px;
  padding: 2px 5px 2px 5px;
  /* color: #444;
  -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: -o-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: linear-gradient(to bottom, #c5c5c5 0%, #929292 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c5c5', endColorstr='#ff929292', GradientType=0); */
}
#left_map_buttons > div > ul > li:hover {
  /* -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: -o-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: linear-gradient(to bottom, #9d9d9d 0%, #6A6A6A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff6a6a6a', GradientType=0); */
}
#left_map_buttons > div > ul > li > a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #444;
  font-weight: bold;
  font-size: 1.2vh;
}
#left_map_buttons > div > ul > li > ul {
  display: block;
  position: absolute;
  list-style: none;
}
#left_map_buttons img {
  -webkit-filter: drop-shadow(0px 10px 4px #222);
  filter: drop-shadow(0px 10px 4px #222);
}
#left_map_buttons p {
  color: white;
  -webkit-filter: drop-shadow(2px 2px 1px #111);
  filter: drop-shadow(2px 2px 1px #111);
}
.arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 15px solid linear-gradient(to left, black, rgba(0, 0, 0, 0)) 1 100%;
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  left: 120px;
}
.with_submenu {
  width: auto;
}
.with_submenu ul {
  left: 100px;
  width: 500px;
  margin-right: -155px;
}
.with_submenu ul li {
  display: inline-block;
  width: 100px;
  height: 60px;
  margin-right: 20px;
  border-radius: 0px;
  padding: 2px 5px 2px 5px;
  color: #444;
  max-width: 100px;
  max-height: 70px;
  font-size: 1vh;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: -o-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: linear-gradient(to bottom, #c5c5c5 0%, #929292 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c5c5', endColorstr='#ff929292', GradientType=0);
}
.with_submenu ul li a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #444;
  font-weight: bold;
  line-height: 2em;
}
.with_submenu ul li a i {
  display: block;
  margin: auto;
  font-size: 25px;
}
.with_submenu ul li.active {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.with_submenu ul li.active a {
  color: #fff;
}
.with_submenu ul li.active a:hover {
  color: #000;
}
.with_submenu ul li.activebtn {
  background-image: -webkit-linear-gradient(top, #e47452 0%, #b43f1c 100%);
  background-image: -o-linear-gradient(top, #e47452 0%, #b43f1c 100%);
  background-image: linear-gradient(to bottom, #e47452 0%, #b43f1c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe47452', endColorstr='#ffb43f1c', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.with_submenu ul li.activebtn a {
  color: #fff;
}
.with_submenu ul li.activebtn a:hover {
  color: #000;
}
.with_submenu ul li:hover {
  -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: -o-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: linear-gradient(to bottom, #9d9d9d 0%, #6A6A6A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff6a6a6a', GradientType=0);
}
.with_submenu ul li.active:hover {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px #2b2d42;
  box-shadow: 0px 0px 5px 5px #2b2d42;
}
.with_submenu ul li.activebtn:hover {
  background-image: -webkit-linear-gradient(top, #b43f1c 0%, #b43f1c 100%);
  background-image: -o-linear-gradient(top, #b43f1c 0%, #b43f1c 100%);
  background-image: linear-gradient(to bottom, #b43f1c 0%, #b43f1c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb43f1c', endColorstr='#ffb43f1c', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px #2b2d42;
  box-shadow: 0px 0px 5px 5px #2b2d42;
}
.has_arrow::before {
  width: 60px;
  height: 60px;
  display: block;
  content: " ";
  position: absolute;
  left: 70px;
  z-index: -1;
  transform: rotate(45deg) scale(0.6);
  -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: -o-linear-gradient(top, #c5c5c5 0%, #929292 100%);
  background-image: linear-gradient(to bottom, #c5c5c5 0%, #929292 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c5c5', endColorstr='#ff929292', GradientType=0);
}
.has_arrow:hover::before {
  -webkit-box-shadow: 0px 0px 5px 5px #929292;
  box-shadow: 0px 0px 5px 5px #929292;
  background-image: -webkit-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: -o-linear-gradient(top, #9d9d9d 0%, #6A6A6A 100%);
  background-image: linear-gradient(to bottom, #9d9d9d 0%, #6A6A6A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff6a6a6a', GradientType=0);
}
.has_arrow.active::before {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
}
.has_arrow.active:hover::before {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px #2b2d42;
  box-shadow: 0px 0px 5px 5px #2b2d42;
}
#left_map_buttons > div > ul > li > a > i {
  display: block;
  margin: auto;
  font-size: 25px;
}
#left_map_buttons > div > ul > li.active:hover {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px #2b2d42;
  box-shadow: 0px 0px 5px 5px #2b2d42;
}
#left_map_buttons > div > ul > li > a:hover,
#left_map_buttons > div > ul > li.active > a:hover {
  color: #000;
}
#left_map_buttons > div > ul > li.active {
  background-image: -webkit-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: -o-linear-gradient(top, #535780 0%, #2b2d42 100%);
  background-image: linear-gradient(to bottom, #535780 0%, #2b2d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535780', endColorstr='#ff2b2d42', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
}
#left_map_buttons > div > ul > li.active > a {
  color: #fff;
}
#left_map_buttons > div > ul > li.activebtn:hover {
  background-image: -webkit-linear-gradient(top, #b43f1c 0%, #b43f1c 100%);
  background-image: -o-linear-gradient(top, #b43f1c 0%, #b43f1c 100%);
  background-image: linear-gradient(to bottom, #b43f1c 0%, #b43f1c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb43f1c', endColorstr='#ffb43f1c', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px #2b2d42;
  box-shadow: 0px 0px 5px 5px #2b2d42;
}
#left_map_buttons > div > ul > li > a:hover,
#left_map_buttons > div > ul > li.activebtn > a:hover {
  color: #000;
}
#left_map_buttons > div > ul > li.activebtn {
  background-image: -webkit-linear-gradient(top, #e47452 0%, #b43f1c 100%);
  background-image: -o-linear-gradient(top, #e47452 0%, #b43f1c 100%);
  background-image: linear-gradient(to bottom, #e47452 0%, #b43f1c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe47452', endColorstr='#ffb43f1c', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
}
#left_map_buttons > div > ul > li.activebtn > a {
  color: #fff;
}
#search-section {
  /* background: linear-gradient(to bottom, #3f4261 0%, #2b2d42 100%); */
  width: 400px;
  height: auto;
  margin-top: -10px;
  color: white;
  /* border-bottom: #3f4261 1px solid; */
  padding: 0 15px;
  /* background-image: -webkit-linear-gradient(top, #f3f5f6 0%, #D7DDDF 100%);
  background-image: -o-linear-gradient(top, #f3f5f6 0%, #D7DDDF 100%);
  background-image: linear-gradient(to bottom, #f3f5f6 0%, #D7DDDF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f5f6', endColorstr='#ffd7dddf', GradientType=0); */
}
#sidebar {
  position: absolute;
  top: 71px;
  width: 400px;
  min-height: calc(100% - 70px);
  right: 0;
  background: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);
  z-index: 1040;
}
.atext {
  text-decoration: none !important;
  color: #555;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
}
.atext:visited,
.atext:link .atext:active {
  color: #555;
  text-decoration: none !important;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
}
/* */
.atext:hover {
  text-decoration: underline !important;
  color: #333;
}
#nazwa_gminy > a:hover,
#top_nav > li > ul > li > ul > li:hover {
  color: #58beff !important;
  background-color: transparent !important;
}
#nazwa_gminy > a {
  font-size: 20px;
  background-color: transparent;
  color: #333 !important;
  font-weight: bold;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  /* -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); */
  /* box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); */
}
.navbar-brand,
.navbar-nav > li > a {
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); */
}
.navbar-inverse {
  /* background-image: -webkit-linear-gradient(top, #d7dddf 0%, #D7DDDF 100%);
  background-image: -o-linear-gradient(top, #d7dddf 0%, #D7DDDF 100%);
  background-image: linear-gradient(to bottom, #d7dddf 0%, #D7DDDF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7dddf', endColorstr='#ffd7dddf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0; */
  background-color: white !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.69);

}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #777 0%, #7d7d7d 100%);
  background-image: -o-linear-gradient(top, #777 0%, #7d7d7d 100%);
  background-image: linear-gradient(to bottom, #777 0%, #7d7d7d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff7d7d7d', GradientType=0);
  /* -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); */
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); */
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  /* text-shadow: 0 1px 0 #fff; */
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.btn-my {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-my:hover,
.btn-my:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-my:active,
.btn-my.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-my.disabled,
.btn-my[disabled],
fieldset[disabled] .btn-my,
.btn-my.disabled:hover,
.btn-my[disabled]:hover,
fieldset[disabled] .btn-my:hover,
.btn-my.disabled:focus,
.btn-my[disabled]:focus,
fieldset[disabled] .btn-my:focus,
.btn-my.disabled.focus,
.btn-my[disabled].focus,
fieldset[disabled] .btn-my.focus,
.btn-my.disabled:active,
.btn-my[disabled]:active,
fieldset[disabled] .btn-my:active,
.btn-my.disabled.active,
.btn-my[disabled].active,
fieldset[disabled] .btn-my.active {
  background-color: #c12e2a;
  background-image: none;
}
.navbar-inverse {
  background-color: #D7DDDF;
  /* border-color: #edf2f4; */
}
.navbar-inverse .navbar-brand {
  color: #000;
  background-color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: #ccc;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #444;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0097cf;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #777;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #444;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #444;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #444;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.body-nav {
  height: 100%;
}
.body-nav > .container {
  padding: 0;
}
.body-nav.body-nav-vertical {
  position: absolute;
  float: left;
  z-index: 920;
  margin-top: 100px -2px;
  font: white;
  margin-left: 15px;
  box-sizing: border-box;
  color: #edf2f4;
}
.body-nav.body-nav-vertical ~ .page.container {
  padding-left: 80px;
  width: ((42px * 16) + (20px * (16 - 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical ~ .page.container .span16 {
  width: ((42px * 16) + (20px * (16 - 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical ~ .page.container .offset16 {
  margin-left: ((42px * 16) + (20px * (16 + 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical ~ .page.container .container {
  width: ((42px * 16) + (20px * (16 - 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical ~ .page.container .container .span16 {
  width: ((42px * 16) + (20px * (16 - 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical ~ .page.container .container .offset16 {
  margin-left: ((42px * 16) + (20px * (16 + 1))) - ((80px/16) * 16);
}
.body-nav.body-nav-vertical .container {
  width: 80px;
}
.body-nav.body-nav-vertical ul li {
  background-color: #777;
  background-image: -webkit-linear-gradient(top, #777 0%, #5e5e5e 100%);
  background-image: -o-linear-gradient(top, #777 0%, #5e5e5e 100%);
  background-image: linear-gradient(to bottom, #777 0%, #5e5e5e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff5e5e5e', GradientType=0);
  border-bottom: 2px solid #ef233c;
  -webkit-box-shadow: 1px 1px 2px #f25366;
  box-shadow: 1px 1px 2px #f25366;
  border-bottom: 2px solid #6a6a6a;
  -webkit-box-shadow: 2px 2px 4px #777777;
  box-shadow: 2px 2px 4px #777777;
}
.body-nav.body-nav-vertical ul li a,
.body-nav.body-nav-vertical ul li button {
  height: 60px;
}
.body-nav.body-nav-vertical ul li:first-child {
  border-top: 1px solid #ef233c;
}
.body-nav.body-nav-vertical.body-nav-fixed {
  position: fixed;
}
.body-nav ul {
  height: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-nav ul li {
  width: 100%;
  border-bottom: 1px solid #5e5e5e;
  border-top: 1px solid #5e5e5e;
}
.body-nav ul li.active {
  background-image: -webkit-linear-gradient(top, #777 0%, #5e5e5e 100%);
  background-image: -o-linear-gradient(top, #777 0%, #5e5e5e 100%);
  background-image: linear-gradient(to bottom, #777 0%, #5e5e5e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff5e5e5e', GradientType=0);
}
.body-nav ul li > a,
.body-nav ul li > button {
  font-size: 11px;
  opacity: .9;
  color: #edf2f4;
  padding-top: 15px;
  display: block;
}
.body-nav ul li > a small,
.body-nav ul li > button small {
  color: #f25366;
}
.body-nav ul li > a i.icon-large,
.body-nav ul li > button i.icon-large {
  font-size: 32px;
  line-height: 32px;
  margin-top: -5px;
  width: 100%;
  display: block;
}
.body-nav ul li > a:hover,
.body-nav ul li > button:hover {
  background-color: #444444;
  text-decoration: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.5*1.25em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
/*# sourceMappingURL=bootstrap-metro.css.map */
