@import url('https://fonts.googleapis.com/css?family=Walter+Turncoat');
.input[type="text"] {
  background-color: #F6F6F6;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #CCC;
  font-family: 'Tahoma';
  font-size: 120%;
}

.input[type="text"]:focus {
  background-color: #F6F6F6;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #666;
}

.input[type="number"] {
  background-color: #F6F6F6;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #CCC;
  font-family: 'Courier New';
  font-size: 120%;
}

.input[type="number"]:focus {
  background-color: #F6F6F6;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #666;
}

.input-group-addon {
  min-width: 150px !important;
}

.well {
  border: 2px solid #999;
  background-color: #F1F1F1;
  -webkit-box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
 -moz-box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
 box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
}

.sidebar {
  display: block;
  float: left;
  width: 250px;
  background: #333;
  border-right: 2px solid #AAA;
}
.content {
  display: block;
  overflow: hidden;
  width: auto;
}
.sidebar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(left, color-stop(#EEE 10px), color-stop(#DDD 10px));
  background-image: linear-gradient(to right, #EEE 10px, #DDD 10px);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffEEE', endColorstr='#ffDDD', GradientType=1);
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav li.selected {
    background-color: #a1cae2;
}
.sidebar-nav li.selected a {
  color: #000;
}
.sidebar-nav ul a {
  padding: 10px 20px;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  color: #000;
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.9);
}
.sidebar-nav-item {
  padding-left: 5px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

.panel {
 -webkit-box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
 -moz-box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
 box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.33);
}

.flash {
  position: absolute; 
  z-index: 1;
  text-align: center; 
  width: 500px;
  left: 50%;
  margin-left: -250px;
  border: 2px solid #279238;
  border-radius: 5px; 
  box-shadow: 2px 12px 15px -5px rgba(0,0,0,0.50);
  font-size: 110%;
  font-family: Avenir, Arial;
  font-style: normal !important;
  animation-timing-function: ease;
}

.flash-danger {
  border: 2px solid #A00; 
}

.flash-success {
  border: 2px solid #0A0; 
}

.btn {
  border: 0px;
}

.btn-panel-link {
  position: relative;
  top: -4px;
}

.btn-xs {
  min-width: 22px;
}

.input-group-addon {
  min-width: 120px;
}

.panel-heading {
  font-size: 120% !important;
}

.panel-heading > span > a {
  font-size: 90%;
}

.hover {
  cursor: pointer;
  background-color: rgba(0,100,0,0.10) !important;
}

.hover-stay {
  background-color: rgba(0,100,0,0.15) !important;
  color: #0A0;
}

.fade-in {
  opacity: 0.25;
}