
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default, .btn-primary, .btn-success, .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:active, .btn.active { background-image: none; }

.btn-default { background-repeat: repeat-x; text-shadow: 0 1px 0 #fff; border-color: #ccc; font-size: 1.025em; background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); }

.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-primary { background-repeat: repeat-x; border-color: #097fa0; font-size: 1.025em; background-image: linear-gradient(to bottom, #0db5e4 0%, #0a87aa 100%); }

.btn-primary:hover, .btn-primary:focus { background-color: #0a87aa; background-position: 0 -15px; }

.btn-primary:active, .btn-primary.active { background-color: #0a87aa; border-color: #097fa0; }

.btn-success { background-repeat: repeat-x; border-color: #3e8f3e; font-size: 1.025em; background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); }

.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-info { background: #0db5e4; /* Old browsers */ background: -moz-linear-gradient(top, #0db5e4 0%, #12a4cc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0db5e4), color-stop(100%, #12a4cc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0db5e4 0%, #12a4cc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #0db5e4 0%, #12a4cc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #0db5e4 0%, #12a4cc 100%); /* IE10+ */ background: linear-gradient(to bottom, #0db5e4 0%, #12a4cc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db5e4', endColorstr='#12a4cc', GradientType=0 );
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); /* IE6-9 */
background-repeat: repeat-x; border-color: #12a4cc; /* IE6-9 */ font-size:1.025em; }

.btn-info:focus { background-color: #2aabd2; background-position: 0 -15px; }

.btn-info:active, .btn-info.active { background-color: #2aabd2; border-color: #28a4c9; }

.btn-warning { background: #ffa443; /* Old browsers */ background: -moz-linear-gradient(top, #ffa443 0%, #ff9b37 24%, #ff7f10 74%, #ff7501 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa443), color-stop(24%, #ff9b37), color-stop(74%, #ff7f10), color-stop(100%, #ff7501)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffa443 0%, #ff9b37 24%, #ff7f10 74%, #ff7501 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffa443 0%, #ff9b37 24%, #ff7f10 74%, #ff7501 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffa443 0%, #ff9b37 24%, #ff7f10 74%, #ff7501 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffa443 0%, #ff9b37 24%, #ff7f10 74%, #ff7501 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa443', endColorstr='#ff7501', GradientType=0 );
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-color: #ff9b37; /* IE6-9 */ font-family: 'Ubuntu Condensed', sans-serif; font-size:1.025em; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-repeat: repeat-x; }

.btn-warning:focus { background-color: #eb9316; background-position: 0 -15px; }

.btn-warning:active, .btn-warning.active { background-color: #eb9316; border-color: #e38d13; }

.navbar-form .btn-warning { font-size: 0.7em; }

.navbar-form .btn { padding: 6px 12px; line-height: 1.25; }

.mar-r-10 { margin-right: 10px !important; }

.btn-danger { background-repeat: repeat-x; border-color: #b92c28; background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); }

.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; }

.thumbnail, .img-thumbnail { /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-repeat: repeat-x; background-color: #e8e8e8; background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-repeat: repeat-x; background-color: #0ca2cc; background-image: linear-gradient(to bottom, #0db5e4 0%, #0ca2cc 100%); }

.navbar-default { font-family: 'Yanone Kaffeesatz', sans-serif; font-size:24px; /*text-transform:uppercase;*/
	min-height:75px; /* background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', 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);*/
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); }

.navbar-default .navbar-nav > .active > a { /*background-image: -webkit-linear-gradient(top, #dedede 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #dedede 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffe6e6e6', 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);*/
  padding-left:0px; padding-right:0px; border-bottom: 4px #0db5e4 solid; }

.navbar-brand, .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); padding-left:0px; padding-right:0px; margin-left:40px; }

.navbar-nav > li > a:hover { border-bottom: 4px #0db5e4 solid; }

.navbar-inverse { background-repeat: repeat-x; background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, transparent 100%); }

.navbar-inverse .navbar-nav > .active > a { background-repeat: repeat-x; -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); background-image: linear-gradient(to bottom, transparent 0%, rgba(6, 6, 6, 0) 100%); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; }

.progress { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); }

.progress-bar { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #0db5e4 0%, #0a8fb4 100%); }

.progress-bar-success { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); }

.progress-bar-info { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); }

.progress-bar-warning { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); }

.progress-bar-danger { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); }

.list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { text-shadow: 0 -1px 0 #0a8fb4; background-repeat: repeat-x; border-color: #0b98c0; background-image: linear-gradient(to bottom, #0db5e4 0%, #0b98c0 100%); }

.panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); }

.panel-primary > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #0db5e4 0%, #0ca2cc 100%); }

.panel-success > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); }

.panel-info > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); }

.panel-warning > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); }

.panel-danger > .panel-heading { background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); }

.well { background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); }
