/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#app .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#app .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#app .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 320px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#app .popover.top {
  margin-bottom: 10px;
}
#app .popover.right {
  margin-left: 10px;
}
#app .popover.bottom {
  margin-top: 10px;
}
#app .popover.left {
  margin-right: 10px;
}
#app .popover-title {
  margin: 0;
  padding: 8px 14px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#app .popover-content {
  padding: 9px 14px;
  line-height: 1.4em;
}
#app strong{color: #555;}
#app .popover-content p,
#app .popover-content ul,
#app .popover-content ol {
  margin-bottom: 0;
}
#app .popover p{margin-bottom: 10px;}
#app .popover h3{font-size: 13px; margin-bottom: 5px;}
#app .popover .arrow2,
#app .popover .arrow2:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#app .popover .arrow2:after {
  content: "";
  z-index: -1;
}
#app .popover.top .arrow2 {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
#app .popover.top .arrow2:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
#app .popover.right .arrow2 {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
#app .popover.right .arrow2:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
#app .popover.bottom .arrow2 {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
#app .popover.bottom .arrow2:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
#app .popover.left .arrow2 {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
#app .popover.left .arrow2:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
#app .modal-open .modal .dropdown-menu {
  z-index: 2050;
}
#app .modal-open .modal .dropdown.open {
  *z-index: 2050;
}
#app .modal-open .modal .popover {
  z-index: 2060;
}
#app .modal-open .modal .tooltip {
  z-index: 2080;
}
#app .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
#app .modal-backdrop.fade {
  opacity: 0;
}
#app .modal-backdrop,
#app .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#app .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#app .modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
#app .modal.fade.in {
  top: 50%;
}
#app .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#app .modal-header .close {
  margin-top: 2px;
}
#app .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
#app .modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
#app .modal-form {
  margin-bottom: 0;
}
#app .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
#app .modal-footer:before,
#app .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#app .modal-footer:after {
  clear: both;
}
#app .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#app .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#app .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#app .fade.in {
  opacity: 1;
}
#app .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
#app .collapse.in {
  height: auto;
}


/******Styling forms******/

#app form {
  margin: 0 0 20px;
}

#app fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

#app legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#app legend small {
  font-size: 15px;
  color: #999999;
}

#app label,
#app input,
#app button,
#app select,
#app textarea {
  font-size: 14px;
  font-weight: normal;
  /*line-height: 20px;*/
}

#app input,
#app button,
#app select,
#app textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#app label {
  display: block;
  margin-bottom: 5px;
}
#app button:focus{
  outline: none;
}
#app select,
#app textarea,
#app input[type="text"],
#app input[type="password"],
#app input[type="datetime"],
#app input[type="datetime-local"],
#app input[type="date"],
#app input[type="month"],
#app input[type="time"],
#app input[type="week"],
#app input[type="number"],
#app input[type="email"],
#app input[type="url"],
#app input[type="search"],
#app input[type="tel"],
#app input[type="color"],
#app .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#app input,
#app textarea,
#app .uneditable-input {
  width: 206px;
}

#app textarea {
  height: auto;
}

#app textarea,
#app input[type="text"],
#app input[type="password"],
#app input[type="datetime"],
#app input[type="datetime-local"],
#app input[type="date"],
#app input[type="month"],
#app input[type="time"],
#app input[type="week"],
#app input[type="number"],
#app input[type="email"],
#app input[type="url"],
#app input[type="search"],
#app input[type="tel"],
#app input[type="color"],
#app .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

#app textarea:focus,
#app input[type="text"]:focus,
#app input[type="password"]:focus,
#app input[type="datetime"]:focus,
#app input[type="datetime-local"]:focus,
#app input[type="date"]:focus,
#app input[type="month"]:focus,
#app input[type="time"]:focus,
#app input[type="week"]:focus,
#app input[type="number"]:focus,
#app input[type="email"]:focus,
#app input[type="url"]:focus,
#app input[type="search"]:focus,
#app input[type="tel"]:focus,
#app input[type="color"]:focus,
#app .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#app textarea.wide{
  width: 400px;
}

#app input[type="radio"],
#app input[type="checkbox"] {
  margin: 2px 0 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

#app input[type="file"],
#app input[type="image"],
#app input[type="submit"],
#app input[type="reset"],
#app input[type="button"],
#app input[type="radio"],
#app input[type="checkbox"] {
  width: auto;
}

#app select,
#app input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

#app select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#app select[multiple],
#app select[size] {
  height: auto;
}

#app select:focus,
#app input[type="file"]:focus,
#app input[type="radio"]:focus,
#app input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#app .uneditable-input,
#app .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

#app .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

#app .uneditable-textarea {
  width: auto;
  height: auto;
}

#app input:-moz-placeholder,
#app textarea:-moz-placeholder {
  color: #999999;
}

#app input:-ms-input-placeholder,
#app textarea:-ms-input-placeholder {
  color: #999999;
}

#app input::-webkit-input-placeholder,
#app textarea::-webkit-input-placeholder {
  color: #999999;
}

#app .radio,
#app .checkbox {
  min-height: 18px;
  padding-left: 18px;
}

#app .radio input[type="radio"],
#app .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

#app .controls > .radio:first-child,
#app .controls > .checkbox:first-child {
  padding-top: 5px;
}

#app .radio.inline,
#app .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

#app .radio.inline + .radio.inline,
#app .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

#app .input-mini, #app.formPage .input-mini {
  width: 60px;
}

#app .input-small, #app.formPage .input-small {
  width: 90px;
}

#app .input-medium, #app.formPage .input-medium {
  width: 150px;
}

#app .input-large, #app.formPage .input-large {
  width: 210px;
}

#app .input-xlarge, #app.formPage  .input-xlarge {
  width: 270px;
}

#app .input-xxlarge, #app.formPage .input-xxlarge {
  width: 530px;
}

#app .input-auto, #app.formPage .input-auto {
  width: auto;
}


#app input[class*="span"],
#app select[class*="span"],
#app textarea[class*="span"],
#app .uneditable-input[class*="span"],
#app .row-fluid input[class*="span"],
#app .row-fluid select[class*="span"],
#app .row-fluid textarea[class*="span"],
#app .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

#app .input-append input[class*="span"],
#app .input-append .uneditable-input[class*="span"],
#app .input-prepend input[class*="span"],
#app .input-prepend .uneditable-input[class*="span"],
#app .row-fluid input[class*="span"],
#app .row-fluid select[class*="span"],
#app .row-fluid textarea[class*="span"],
#app .row-fluid .uneditable-input[class*="span"],
#app .row-fluid .input-prepend [class*="span"],
#app .row-fluid .input-append [class*="span"] {
  display: inline-block;
}

#app input,
#app textarea,
#app .uneditable-input {
  margin-left: 0;
}

#app .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

#app input.span12,
#app textarea.span12,
#app .uneditable-input.span12 {
  width: 926px;
}

#app input.span11,
#app textarea.span11,
#app .uneditable-input.span11 {
  width: 846px;
}

#app input.span10,
#app textarea.span10,
#app .uneditable-input.span10 {
  width: 766px;
}

#app input.span9,
#app textarea.span9,
#app .uneditable-input.span9 {
  width: 686px;
}

#app input.span8,
#app textarea.span8,
#app .uneditable-input.span8 {
  width: 606px;
}

#app input.span7,
#app textarea.span7,
#app .uneditable-input.span7 {
  width: 526px;
}

#app input.span6,
#app textarea.span6,
#app .uneditable-input.span6 {
  width: 446px;
}

#app input.span5,
#app textarea.span5,
#app .uneditable-input.span5 {
  width: 366px;
  max-width: 366px;
}

#app input.span4,
#app textarea.span4,
#app .uneditable-input.span4 {
  width: 286px;
  max-width: 286px;
}

#app input.span3,
#app textarea.span3,
#app .uneditable-input.span3 {
  width: 206px;
}

#app input.span2,
#app textarea.span2,
#app .uneditable-input.span2 {
  width: 126px;
}

#app input.span1,
#app textarea.span1,
#app .uneditable-input.span1 {
  width: 46px;
}

#app .controls-row {
  *zoom: 1;
}

#app .controls-row:before,
#app .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

#app .controls-row:after {
  clear: both;
}

#app .controls-row [class*="span"] {
  float: left;
}

#app input[disabled],
#app select[disabled],
#app textarea[disabled],
#app input[readonly],
#app select[readonly],
#app textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

#app input[type="radio"][disabled],
#app input[type="checkbox"][disabled],
#app input[type="radio"][readonly],
#app input[type="checkbox"][readonly] {
  background-color: transparent;
}

#app .control-group.warning > label,
#app .control-group.warning .help-block,
#app .control-group.warning .help-inline {
  color: #c09853;
}

#app .control-group.warning .checkbox,
#app .control-group.warning .radio,
#app .control-group.warning input,
#app .control-group.warning select,
#app .control-group.warning textarea {
  color: #c09853;
}

#app .control-group.warning input,
#app .control-group.warning select,
#app .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#app .control-group.warning input:focus,
#app .control-group.warning select:focus,
#app .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

#app .control-group.warning .input-prepend .add-on,
#app .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

#app .control-group.error > label,
#app .control-group.error .help-block,
#app .control-group.error .help-inline {
  color: #b94a48;
}

#app .control-group.error .checkbox,
#app .control-group.error .radio,
#app .control-group.error input,
#app .control-group.error select,
#app .control-group.error textarea {
  color: #b94a48;
}

#app .control-group.error input,
#app .control-group.error select,
#app .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#app .control-group.error input:focus,
#app .control-group.error select:focus,
#app .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

#app .control-group.error .input-prepend .add-on,
#app .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

#app .control-group.success > label,
#app .control-group.success .help-block,
#app .control-group.success .help-inline {
  color: #468847;
}

#app .control-group.success .checkbox,
#app .control-group.success .radio,
#app .control-group.success input,
#app .control-group.success select,
#app .control-group.success textarea {
  color: #468847;
}

#app .control-group.success input,
#app .control-group.success select,
#app .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#app .control-group.success input:focus,
#app .control-group.success select:focus,
#app .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

#app .control-group.success .input-prepend .add-on,
#app .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

#app .control-group.info > label,
#app .control-group.info .help-block,
#app .control-group.info .help-inline {
  color: #3a87ad;
}

#app .control-group.info .checkbox,
#app .control-group.info .radio,
#app .control-group.info input,
#app .control-group.info select,
#app .control-group.info textarea {
  color: #3a87ad;
}

#app .control-group.info input,
#app .control-group.info select,
#app .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#app .control-group.info input:focus,
#app .control-group.info select:focus,
#app .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

#app .control-group.info .input-prepend .add-on,
#app .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

#app input:focus:required:invalid,
#app textarea:focus:required:invalid,
#app select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

#app input:focus:required:invalid:focus,
#app textarea:focus:required:invalid:focus,
#app select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

#app .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

#app .form-actions:before,
#app .form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

#app .form-actions:after {
  clear: both;
}

#app .help-block,
#app .help-inline {
  color: #595959;
}

#app .help-block {
  display: block;
  margin-bottom: 10px;
}

#app .help-inline {
  display: inline-block;
  *display: inline;
  /*padding-left: 5px;*/ /* #app */
  vertical-align: middle;
  *zoom: 1;
}

#app .input-append,
#app .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

#app .input-append input,
#app .input-prepend input,
#app .input-append select,
#app .input-prepend select,
#app .input-append .uneditable-input,
#app .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

#app .input-append input:focus,
#app .input-prepend input:focus,
#app .input-append select:focus,
#app .input-prepend select:focus,
#app .input-append .uneditable-input:focus,
#app .input-prepend .uneditable-input:focus {
  z-index: 2;
}

#app .input-append .add-on,
#app .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

#app .input-append .add-on,
#app .input-prepend .add-on,
#app .input-append .btn,
#app .input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#app .input-append .active,
#app .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

#app .input-prepend .add-on,
#app .input-prepend .btn {
  margin-right: -1px;
}

#app .input-prepend .add-on:first-child,
#app .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

#app .input-append input,
#app .input-append select,
#app .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

#app .input-append .add-on,
#app .input-append .btn {
  margin-left: -1px;
}

#app .input-append .add-on:last-child,
#app .input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

#app .input-prepend.input-append input,
#app .input-prepend.input-append select,
#app .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#app .input-prepend.input-append .add-on:first-child,
#app .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

#app .input-prepend.input-append .add-on:last-child,
#app .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

#app input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

#app .form-search .input-append .search-query,
#app .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#app .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

#app .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

#app .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

#app .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

#app .form-search input,
#app .form-inline input,
#app .form-horizontal input,
#app .form-search textarea,
#app .form-inline textarea,
#app .form-horizontal textarea,
#app .form-search select,
#app .form-inline select,
#app .form-horizontal select,
#app .form-search .help-inline,
#app .form-inline .help-inline,
#app .form-horizontal .help-inline,
#app .form-search .uneditable-input,
#app .form-inline .uneditable-input,
#app .form-horizontal .uneditable-input,
#app .form-search .input-prepend,
#app .form-inline .input-prepend,
#app .form-horizontal .input-prepend,
#app .form-search .input-append,
#app .form-inline .input-append,
#app .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

#app .form-search .hide,
#app .form-inline .hide,
#app .form-horizontal .hide {
  display: none;
}

#app .form-search label,
#app .form-inline label,
#app .form-search .btn-group,
#app .form-inline .btn-group {
  display: inline-block;
}

#app .form-search .input-append,
#app .form-inline .input-append,
#app .form-search .input-prepend,
#app .form-inline .input-prepend {
  margin-bottom: 0;
}

#app .form-search .radio,
#app .form-search .checkbox,
#app .form-inline .radio,
#app .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

#app .form-search .radio input[type="radio"],
#app .form-search .checkbox input[type="checkbox"],
#app .form-inline .radio input[type="radio"],
#app .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

#app .control-group {
  margin-bottom: 10px;
}

#app legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

#app .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

#app .form-horizontal .control-group:before,
#app .form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

#app .form-horizontal .control-group:after {
  clear: both;
}

#app .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

#app .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

#app .form-horizontal .controls:first-child {
  *padding-left: 180px;
}

#app .form-horizontal .help-block {
  margin-bottom: 0;
}

#app .form-horizontal input + .help-block,
#app .form-horizontal select + .help-block,
#app .form-horizontal textarea + .help-block {
  margin-top: 10px;
}

#app .form-horizontal .form-actions {
  padding-left: 180px;
}


/*Type ahead*/

/* #app */ .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none !important;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* #app */ .dropdown-menu li
{
list-style: none;
}

/* #app */ .dropdown-menu a strong{

  font-weight: bold;
}

/* #app */ .dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/*#app .dropdown-menu li > a:hover,
#app .dropdown-menu li > a:focus,
#app .dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}*/

/* #app .dropdown-menu .active > a,
#app .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}*/

/* #app */ .dropdown-menu .disabled > a,
/* #app */ .dropdown-menu .disabled > a:hover {
  color: #999999;
}

/* #app */ .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}





/* Bootstrap datepicker ============== */

#app   .datepicker { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*.dow { border-top: 1px solid #ddd !important; }*/ }
#app   .datepicker:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 6px; }
#app   .datepicker:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; }
#app   .datepicker > div { display: none; }
#app   .datepicker table { width: 100%; margin: 0; }
#app  .datepicker td, 
#app   .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#app   .datepicker td.day:hover { background: #eeeeee; cursor: pointer; }
#app  .datepicker td.old, 
#app   .datepicker td.new { color: #999999; }
#app  .datepicker td.active, 
#app   datepicker td.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
#app  .datepicker td.active:hover, 
#app  .datepicker td.active:hover:hover, 
#app  .datepicker td.active:active, 
#app  .datepicker td.active:hover:active, 
#app  .datepicker td.active.active, 
#app  .datepicker td.active:hover.active, 
#app  .datepicker td.active.disabled, 
#app  .datepicker td.active:hover.disabled, 
#app  .datepicker td.active[disabled], 
#app   .datepicker td.active:hover[disabled] { background-color: #0044cc; }
#app  .datepicker td.active:active, 
#app  .datepicker td.active:hover:active, 
#app  .datepicker td.active.active, 
#app   .datepicker td.active:hover.active { background-color: #003399 \9; }
#app   .datepicker td span { display: block; width: 47px; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#app   .datepicker td span:hover { background: #eeeeee; }
#app   .datepicker td span.active { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
#app  .datepicker td span.active:hover, 
#app  .datepicker td span.active:active, 
#app  .datepicker td span.active.active, 
#app  .datepicker td span.active.disabled, 
#app   .datepicker td span.active[disabled] { background-color: #0044cc; }
#app  .datepicker td span.active:active, 
#app   .datepicker td span.active.active { background-color: #003399 \9; }
#app   .datepicker td span.old { color: #999999; }
#app   .datepicker th.switch { width: 145px; }
#app  .datepicker th.next, 
#app   .datepicker th.prev { font-size: 19.5px; }
#app   .datepicker thead tr:first-child th { cursor: pointer; }
#app   .datepicker thead tr:first-child th:hover { background: #eeeeee; }
#app  .input-append.date .add-on i, 
#app   .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }

  /* Staff Search Form */

#app   .search-btn {
 display: inline-block; *display: inline; margin-top: 0; /* IE7 inline-block hack */ ; *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 14px; line-height: 20px; *line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #e0e0e0)); background-image: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%); background-image: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%); background-image: -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%); background-image: linear-gradient(top, #efefef 0%, #e0e0e0 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #ccc; *border: 0; border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-left: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#app .input-prepend.input-append .search-btn.end {
 margin-left: 1px; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
}
#app .search-btn:hover,
#app .search-btn:active,
#app .search-btn.active,
#app .search-btn.disabled,
#app .search-btn[disabled] {
 color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9;
}
#app .search-btn:active,
#app .search-btn.active {
 background-color: #cccccc
}
#app .search-btn:first-child {
 *margin-left: 0
}
#app .search-btn:hover {
 color: #333333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; box-shadow: 0px 0px 2px 2px #ddd; -webkit-box-shadow: 0px 0px 2px 2px #ddd;
}
#app .search-btn:focus {
 outline: none;
}
#app .search-btn.active,
#app .search-btn:active {
 background-color: #e6e6e6; background-color: #d9d9d9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#app .search-btn {
 border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
#app .search-btn .caret {
 margin-top: 8px; margin-left: 15px;
}
#app .dropup,
#app .dropdown {
 position: relative
}
#app .dropdown-toggle {
 *margin-bottom: -3px
}
#app .dropdown-toggle:active,
#app .open .dropdown-toggle {
 outline: 0
}
#app .caret {
 /*display: inline-block;*/ width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; position: absolute; top: 4px; right: 10px;
}
.dropdown .caret {
 margin-top: 8px; margin-left: 2px;
}
.dropdown-menu {
 position: absolute; top: 100%; left: 0; z-index: 9999; display: none; float: left; min-width: 160px; padding: 2px; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ddd; *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; box-shadow: 0px 2px 8px 0px #ddd; -webkit-box-shadow: 0px 2px 8px 0px #ddd;
}
.dropdown-menu.pull-right {
 right: 0; left: auto;
}
.dropdown-menu .divider {
 *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff;
}
.dropdown-menu li {
 list-style: none !important; margin: 0 !important;
}
.dropdown-menu li > a {
 display: block; padding: 11px; font-size: 12px; clear: both; font-weight: normal !important; line-height: 20px; color: #555 !important; white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a { background: #e6e6e6;
 text-decoration: none !important; color: #666 !important; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e0e0), color-stop(1, #efefef)); background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #efefef 100%); background-image: -moz-linear-gradient(top, #e0e0e0 0%, #efefef 100%); background-image: -ms-linear-gradient(top, #e0e0e0 0%, #efefef 100%); background-image: -o-linear-gradient(top, #e0e0e0 0%, #efefef 100%); background-image: linear-gradient(top, #e0e0e0 0%, #efefef 100%);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
 color: #fff !important; text-decoration: none; outline: 0; background: #999 !important;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
 color: #999999
}
.dropdown-menu .disabled > a:hover {
 text-decoration: none; background-color: transparent; background-image: none; cursor: default;
}
#app .open {
 *z-index: 1000
}
#app .open  > .dropdown-menu {
 display: block
}
#app .pull-right > .dropdown-menu {
 right: 0; left: auto;
}
#app .search-btn-group {
 position: relative; display: inline-block; *display: inline; /* IE7 inline-block hack */ ; *zoom: 1; font-size: 0; vertical-align: middle; white-space: nowrap; *margin-left: .3em;
}
#app .search-btn-group:first-child {
 *margin-left: 0
}
#app .search-btn-group + .search-btn-group {
 margin-left: 5px
}
#app .search-btn-toolbar {
 font-size: 0; margin-top: 10px; margin-bottom: 10px;
}
#app .search-btn-toolbar .search-btn + .search-btn,
#app .search-btn-toolbar .search-btn-group + .search-btn,
#app .search-btn-toolbar .search-btn + .search-btn-group {
 margin-left: 5px
}
#app .search-btn-group > .search-btn {
 position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
#app .search-btn-group > .search-btn + .search-btn {
 margin-left: -1px
}
#app .search-btn-group > .search-btn,
#app .search-btn-group > .dropdown-menu {
 font-size: 14px
}
#app .search-btn-group > .search-btn-mini {
 font-size: 11px
}
#app .search-btn-group > .search-btn-small {
 font-size: 12px
}
#app .search-btn-group > .search-btn-large {
 font-size: 16px
}
#app .search-btn-group > .search-btn:first-child {
 margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;
}
#app .search-btn-group > .search-btn:last-child,
#app .search-btn-group > .dropdown-toggle {
 -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px;
}
#app .search-btn-group > .search-btn.large:first-child {
 margin-left: 0; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px;
}
#app .search-btn-group > .search-btn.large:last-child,
#app .search-btn-group > .large.dropdown-toggle {
 -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px;
}
#app .search-btn-group > .search-btn:hover,
#app .search-btn-group > .search-btn:focus,
#app .search-btn-group > .search-btn:active,
#app .search-btn-group > .search-btn.active {
 z-index: 2
}
#app .search-btn-group .dropdown-toggle:active,
#app .search-btn-group.open .dropdown-toggle {
 outline: 0
}
#app .search-btn-group > .search-btn + .dropdown-toggle {
 padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); *padding-top: 5px; *padding-bottom: 5px;
}
#app .search-btn-group > .search-btn-mini + .dropdown-toggle {
 padding-left: 5px; padding-right: 5px; *padding-top: 2px; *padding-bottom: 2px;
}
#app .search-btn-group > .search-btn-small + .dropdown-toggle {
 *padding-top: 5px; *padding-bottom: 4px;
}
#app .search-btn-group > .search-btn-large + .dropdown-toggle {
 padding-left: 12px; padding-right: 12px; *padding-top: 7px; *padding-bottom: 7px;
}
#app .search-btn-group.open .dropdown-toggle {
 background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#app .search-btn-group.open .search-btn.dropdown-toggle {
 background-color: #e6e6e6
}
#app .search-btn-group.open .search-btn-primary.dropdown-toggle {
 background-color: #0044cc
}
#app .search-btn-group.open .search-btn-warning.dropdown-toggle {
 background-color: #f89406
}
#app .search-btn-group.open .search-btn-danger.dropdown-toggle {
 background-color: #bd362f
}
#app .search-btn-group.open .search-btn-success.dropdown-toggle {
 background-color: #51a351
}
#app .search-btn-group.open .search-btn-info.dropdown-toggle {
 background-color: #2f96b4
}
#app .search-btn-group.open .search-btn-inverse.dropdown-toggle {
 background-color: #222222
}
#app #quick-search .dropdown-toggle {
 -webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0px 6px; border-right: none; text-align: left;
}
#app #general-search {
  margin: 12px 0;
}
#app #innerSearchText {
  padding: 4px 6px;
}

#app #side #innerSearchText {
    width: 159px;
}