
.select2-container {
  position: relative;
  display: inline-block;
  
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  
  -webkit-box-sizing: border-box;
  
  -khtml-box-sizing: border-box;
  
  -moz-box-sizing: border-box;
  
  -ms-box-sizing: border-box;
  
  box-sizing: border-box;
  
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-choice div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.select2-results ul.select2-result-sub {
  margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen {
  position: absolute;
  left: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
html,
body {
  background-color: whitesmoke;
  background-image: url("../img/bg-texture_blueprint.jpg");
}
@-ms-viewport {
  width: auto !important;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
#content-wrapper {
  position: relative;
}
#content-wrapper,
#sidebar {
  margin-top: 15px;
}
#sidebar {
  max-width: 360px;
}
#content.span12 {
  float: none !important;
}
#footer {
  padding-bottom: 20px;
}
#floating-footer {
  z-index: 2000;
  padding: 8px;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #f8a467;
  color: #333333;
  opacity: 0.8;
  filter: Alpha(Opacity=80) !important;
}
#floating-footer:hover {
  opacity: 1;
  filter: Alpha(Opacity=100) !important;
}
#floating-footer a {
  color: white;
}
#contact-slide-out {
  z-index: 2000;
  position: fixed;
  right: 0px;
  top: 150px;
  margin-right: -320px;
  width: 320px;
}
#contact-slide-out .slide-out-tab {
  width: 55px;
  height: 120px;
  background-color: orange;
  background-repeat: no-repeat;
  margin-left: -50px;
  float: left;
  cursor: pointer;
  box-shadow: -2px 0px 10px 2px #d3d3d3 !important;
  border-radius: 5px 0px 0px 5px;
}
#contact-slide-out .slide-out-tab:hover {
  margin-left: -55px;
}
#contact-slide-out.in .slide-out-tab {
  background: url(../img/contact-tab-in.png);
}
#contact-slide-out.out .slide-out-tab {
  background: url(../img/contact-tab-out.png);
  margin-left: -55px;
}
#contact-slide-out .slide-out-content {
  padding: 20px 30px 30px 20px;
  background-color: #eee;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 2px 0px 10px 2px lightgray !important;
  color: #999999;
}
#contact-slide-out .slide-out-content h2 {
  margin-top: 0px;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #666;
  font-family: verdana;
}
#contact-slide-out .slide-out-content a.intercom-link {
  color: #f58220;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#contact-slide-out .slide-out-content a.mailto {
  color: #817d86;
}
#IntercomDefaultWidget {
  display: none !important;
  visibility: hidden !important;
}
a {
  cursor: pointer;
}
.add-popover {
  cursor: pointer;
}
.tooltip {
  font-size: 14px;
}
.orange-blur-border {
  -moz-box-shadow: 0px 0px 5px 2px #faa732 !important;
  -webkit-box-shadow: 0px 0px 5px 2px #faa732 !important;
  box-shadow: 0px 0px 5px 2px #faa732 !important;
}
.highlight-orange {
  -moz-box-shadow: 0px 0px 5px 2px #faa732 !important;
  -webkit-box-shadow: 0px 0px 5px 2px #faa732 !important;
  box-shadow: 0px 0px 5px 2px #faa732 !important;
  padding: 10px;
  border-radius: 4px;
}
#desktop-configuration-bar {
  color: #909090;
  height: 18px;
  clear: both;
  font-size: 16px;
  text-align: center;
  background-color: #e4e4e4;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 4px 0px;
  padding-right: 3%;
  font-weight: bold;
}
#fixed-top {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1010;
}
.navbar-fixed-top .icon-off {
  margin-top: 3px;
}
@media (max-width: 979px) {
  #fixed-top {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 0px;
  }
}
.site-alerts .alert {
  text-align: center;
  margin-bottom: 0px;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 10px;
}
.alert-gray {
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}
.label-large {
  padding: 8px 10px;
  font-size: 14px;
}
.small-text {
  font-size: 14px;
  font-weight: normal;
}
.header-top {
  margin-top: 0px;
}
.big-text {
  font-size: 18px;
}
.strike-through {
  text-decoration: line-through;
}
.italicize {
  font-style: italic;
}
.well-white {
  background-color: white;
}
.popover {
  z-index: 1040;
  width: auto;
}
.popover .popover-inner {
  width: auto;
}
.no-wrap {
  white-space: nowrap;
}
.center-text {
  text-align: center;
}
.list-inline {
  list-style: none;
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.list-plain {
  list-style: none;
  margin-left: 0px;
}
.list-dividers li {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.inline {
  display: inline;
}
div.stripe {
  background-color: #EEEEEE;
}
.pointer,
.clickable {
  cursor: pointer;
}
.required {
  color: #d94949;
}
.delete {
  white-space: nowrap;
}
.delete:hover {
  color: #d94949;
}
.semi-opaque {
  opacity: 0.7;
}
.page-header {
  margin-top: 0px;
}
h4.page-header {
  margin-top: 15px;
  margin-bottom: 10px;
}
.dropdown-menu {
  z-index: 1001;
}
.dropdown-menu > li > a:hover .muted,
.dropdown-menu > li > a:hover .gray {
  color: whitesmoke;
}
.tab-content {
  overflow: visible;
}
.half-opacity {
  opacity: 0.5;
}
.half-opacity:hover {
  opacity: 1;
}
.white-box {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px;
  background-color: white;
  box-shadow: 0 0 8px #d4d4d4;
}
.white-box h1:first-child {
  margin-top: 0px;
}
.inline-modal {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
  z-index: 1009;
  box-shadow: 0 0 20px #c0c0c0;
  border: 1px solid #b5b5b5;
}
.modal-wide {
  width: 850px;
  margin-left: -425px;
}
.modal-wider {
  width: 900px;
  margin-left: -450px;
}
.modal-narrow {
  left: 53%;
  width: 460px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #535353;
  opacity: .6;
  filter: alpha(opacity=60);
}
.sortable-handle {
  cursor: move;
}
.spacing-top {
  margin-top: 20px;
}
.spacing-bottom {
  padding-bottom: 16px !important;
}
.spacing-left {
  padding-left: 10px;
}
.spacing-right {
  padding-right: 10px;
}
img.company-logo {
  max-width: 160px;
  max-height: 40px;
}
.list-inline {
  list-style: none;
  margin-left: 0px;
}
.list-inline li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.label-danger {
  background-color: #d9534f;
}
.label-warning {
  background-color: #f89406;
}
.label-success {
  background-color: #468847;
}
.loading-indicator,
.overlay {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .15 !important;
  filter: Alpha(Opacity=15) !important;
  z-index: 1000;
}
.loading-indicator span,
.overlay span {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  background-image: url('../img/ajax-loader.gif');
  background-size: 88px 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.loading-indicator {
  background-color: white;
  opacity: .60 !important;
  filter: Alpha(Opacity=60) !important;
}
.navbar .brand {
  color: #777;
  font-family: "Helvetica Neue", Helvetica;
  background-image: url("../img/logo-26x26.png");
  background-position: left center;
  padding-left: 30px;
  margin-left: 0px;
  background-repeat: no-repeat;
}
.navbar .brand span.bold {
  font-weight: 600;
}
.navbar a {
  cursor: pointer;
}
.navbar #search-form {
  margin-bottom: 5px;
  margin-top: 7px;
  margin-left: 10px;
  position: relative;
}
.navbar #search-form .icon-search {
  opacity: 0.6;
  filter: Alpha(Opacity=60) !important;
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
}
.navbar #search {
  padding: 2px 30px;
  font-size: 11px;
  width: 120px;
  border-radius: 12px;
  color: #B6B6B7;
  background-color: white;
  border-color: whitesmoke;
}
.navbar #search::-webkit-input-placeholder {
  color: #B6B6B7;
}
.navbar #search:-moz-placeholder {
  color: #B6B6B7;
}
.navbar.navbar-inverse .brand {
  color: #f7f7f7;
}
.navbar.navbar-inverse .active > a,
.navbar.navbar-inverse .active > a:hover,
.navbar.navbar-inverse .active > a:focus,
.navbar.navbar-inverse li.dropdown.active > .dropdown-toggle,
.navbar.navbar-inverse li.dropdown.open > .dropdown-toggle,
.navbar.navbar-inverse li.dropdown.open.active > .dropdown-toggle {
  background-color: #424242;
}
.navbar.navbar-inverse #search {
  color: white;
  background-color: #6A6A6A;
  border-color: #454444;
}
.navbar.navbar-inverse #search:focus {
  background-color: #797979;
}
.navbar.navbar-inverse #search::-webkit-input-placeholder {
  color: #B6B6B7;
}
.navbar.navbar-inverse #search:-moz-placeholder {
  color: #B6B6B7;
}
.navbar.blue .navbar-inner {
  background-color: #1e6283;
  background-image: -moz-linear-gradient(top, #1e6283, #19526e);
  background-image: -ms-linear-gradient(top, #1e6283, #19526e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e6283), to(#19526e));
  background-image: -webkit-linear-gradient(top, #1e6283, #19526e);
  background-image: -o-linear-gradient(top, #1e6283, #19526e);
  background-image: linear-gradient(top, #1e6283, #19526e);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e6283',endColorstr='#19526e',GradientType=0);
}
.navbar.blue .navbar-inner .nav > li > a {
  color: white !important;
}
.navbar.blue .navbar-inner .nav .active > a,
.navbar.blue .navbar-inner .nav .active > a:hover {
  background-color: #174c66;
}
.navbar.blue .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  background-color: #184f6a;
}
.navbar.blue .navbar-inner .dropdown-menu li > a:hover,
.navbar.blue .navbar-inner .dropdown-menu li > a:focus,
.navbar.blue .navbar-inner .dropdown-menu .active > a,
.navbar.blue .navbar-inner .dropdown-menu .active > a:hover,
.navbar.blue .navbar-inner .dropdown-submenu:hover > a {
  color: white;
  text-decoration: none;
  background-color: #1e6283;
  background-image: -moz-linear-gradient(top, #1e6283, #174c66);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e6283), to(#174c66));
  background-image: -webkit-linear-gradient(top, #1e6283, #174c66);
  background-image: -o-linear-gradient(top, #1e6283, #174c66);
  background-image: linear-gradient(to bottom, #1e6283, #174c66);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e6283', endColorstr='#174c66', GradientType=0);
}
.navbar.blue #search {
  color: #C0E5F0;
  background-color: #216b8f;
  border-color: #14435a;
}
.navbar.blue #search:focus {
  background-color: #24759c;
}
.navbar.blue #search::-webkit-input-placeholder {
  color: #C0E5F0;
}
.navbar.blue #search:-moz-placeholder {
  color: #C0E5F0;
}
.navbar.maroon .navbar-inner {
  background-color: #8f0c09;
  background-image: -moz-linear-gradient(top, #8f0c09, #770a07);
  background-image: -ms-linear-gradient(top, #8f0c09, #770a07);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f0c09), to(#770a07));
  background-image: -webkit-linear-gradient(top, #8f0c09, #770a07);
  background-image: -o-linear-gradient(top, #8f0c09, #770a07);
  background-image: linear-gradient(top, #8f0c09, #770a07);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8f0c09',endColorstr='#770a07',GradientType=0);
}
.navbar.maroon .navbar-inner .nav > li > a {
  color: white !important;
}
.navbar.maroon .navbar-inner .nav .active > a,
.navbar.maroon .navbar-inner .nav .active > a:hover {
  background-color: #6d0907;
}
.navbar.maroon .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  background-color: #720a07;
}
.navbar.maroon .navbar-inner .dropdown-menu li > a:hover,
.navbar.maroon .navbar-inner .dropdown-menu li > a:focus,
.navbar.maroon .navbar-inner .dropdown-menu .active > a,
.navbar.maroon .navbar-inner .dropdown-menu .active > a:hover,
.navbar.maroon .navbar-inner .dropdown-submenu:hover > a {
  color: white;
  text-decoration: none;
  background-color: #8f0c09;
  background-image: -moz-linear-gradient(top, #8f0c09, #6d0907);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f0c09), to(#6d0907));
  background-image: -webkit-linear-gradient(top, #8f0c09, #6d0907);
  background-image: -o-linear-gradient(top, #8f0c09, #6d0907);
  background-image: linear-gradient(to bottom, #8f0c09, #6d0907);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0c09', endColorstr='#6d0907', GradientType=0);
}
.navbar.maroon #search {
  color: #C0E5F0;
  background-color: #9d0d0a;
  border-color: #5f0806;
}
.navbar.maroon #search:focus {
  background-color: #ac0e0b;
}
.navbar.maroon #search::-webkit-input-placeholder {
  color: #C0E5F0;
}
.navbar.maroon #search:-moz-placeholder {
  color: #C0E5F0;
}
#account-dropdown .dropdown-menu {
  max-height: 500px;
  overflow: auto;
}
.table thead th.gray {
  background-color: #efefef;
}
.table-row-edit-form table tr:nth-child(odd) td,
.table-row-edit-form table tr:nth-child(odd) th {
  background-color: transparent;
}
.table-row-edit-form label.bold,
.table-row-edit-form th {
  font-weight: bold;
  color: gray;
}
.table tbody tr td.success {
  background-color: #dff0d8;
}
.table-striped tbody tr.stripe td,
.table-striped tbody tr.stripe th {
  background-color: #F9F9F9;
}
table.table-striped > tbody > tr td.badge-success {
  background-color: #468847;
}
table.table-striped > tbody > tr td.badge-warning {
  background-color: #f89406;
}
table.table-striped > tbody > tr td.badge-important {
  background-color: #b94a48;
}
.table .btn-toolbar {
  margin-top: 0px;
  margin-bottom: 0px;
}
.table-no-style {
  width: 100%;
}
.table-no-style th,
.table-no-style td {
  border-top: 0px;
}
.table-align-middle tbody td {
  vertical-align: middle;
}
.orange {
  color: #f68736;
}
.gray {
  color: gray;
}
.red {
  color: #b94a48;
}
.green {
  color: #51a351;
}
input.ui-spinner-input {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  border: 0;
}
.input-append .ui-spinner .ui-spinner-button.ui-spinner-up {
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.input-append .ui-spinner .ui-spinner-button.ui-spinner-down {
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.icon-blue {
  background-image: url(../img/glyphicons-halflings-blue.png);
}
.dropdown-menu > li.danger > a.danger:focus,
.dropdown-menu > li > a.danger:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
  background-color: #b94a48;
  background-image: linear-gradient(to bottom, #c75755, #b94a48);
  background-repeat: repeat-x;
  color: #ffffff;
}
.dropdown-menu > li.success > a.success:focus,
.dropdown-menu > li > a.success:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  color: #ffffff;
}
.control-group.error .select2-choices {
  border-color: #b94a48;
}
