/*!
 * Unknown Page CSS
 *
 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
 * Production Specific Variables
 *
 */
/* @base-url: "https://clickydraft.com/draftapp/static"; */
/*!
 * Unknown Page Variables
 *
 */
/* ========================================================
*
* Pannonia - responsive admin template
*
* ========================================================
*
* File: plugins.css;
* Description: Contains styles for plugins, if you don't use any of plugins, you can remove its styling
* Version: 1.0
*
* ======================================================== */
/* # Uniform plugin (form elements styling)
================================================== */
/*===== Common =====*/
.selector,
.checker,
.button,
.choice,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.selector select:focus,
.choice input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
.selector,
.choice,
.checker,
.uploader,
.selector *,
.choice *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0;
}
/*===== Select =====*/
.selector {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0 0 0 8px;
  cursor: pointer;
  width: auto;
  max-width: 280px;
  position: relative;
  min-width: 150px;
  border: 1px solid #d5d5d5;
  line-height: 28px;
  height: 28px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
}
.selector.fixedWidth {
  width: 190px;
}
.selector span {
  color: #777;
  text-shadow: 0 1px 0 #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 13px;
  padding: 8px 31px 7px 0px;
  font-size: 11px;
  cursor: pointer;
  display: block;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select_arrows.png") no-repeat 100% 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.selector.fixedWidth span {
  width: 155px;
}
.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 30px;
  top: 0;
  left: 0px;
  width: 100%;
}
.selector:active,
.selector.active {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: #fafafa;
}
.selector.focus,
.selector.hover,
.selector:hover {
  background: #fafafa;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.selector.focus:active,
.selector.focus.active,
.selector:hover:active,
.selector.active:hover {
  background: #fcfcfc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.selector.disabled,
.selector.disabled:active,
.selector.disabled.active {
  background: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.selector.disabled span {
  color: #bbb;
}
/*===== Checkbox =====*/
.checker,
.checker span,
.checker input {
  width: 16px;
  height: 16px;
}
.checker {
  position: relative;
  margin-right: 6px;
  margin-top: -3px;
}
.checker span {
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/checkboxes.png");
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 0;
}
.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: top;
  margin: 0!important;
}
.checker:active span,
.checker.active span {
  background-position: 0 -34px;
}
.checker.focus span,
.checker:hover span {
  background-position: 0 -17px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
}
.checker.focus:active span,
.checker:active:hover span,
.checker.active:hover span,
.checker.focus.active span {
  background-position: 0 -34px;
}
.checker span.checked {
  background-position: -17px 0;
}
.checker:active span.checked,
.checker.active span.checked {
  background-position: -17px -34px;
}
.checker.focus span.checked,
.checker:hover span.checked {
  background-position: -17px -17px;
}
.checker.focus:active span.checked,
.checker:hover:active span.checked,
.checker.active:hover span.checked,
.checker.active.focus span.checked {
  background-position: -17px -34px;
}
.checker.disabled span,
.checker.disabled:active span,
.checker.disabled.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-position: 0 0;
}
.checker.disabled span.checked,
.checker.disabled:active span.checked,
.checker.disabled.active span.checked {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-position: -18px 0;
}
/*===== Radio =====*/
.choice,
.choice span,
.choice input {
  width: 16px;
  height: 16px;
}
.choice {
  position: relative;
  margin-right: 6px;
  margin-top: -3px;
}
.choice span {
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/radios.png");
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 0;
}
.choice input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin: 0;
  vertical-align: top;
}
.choice:active span,
.choice.active span {
  background-position: 0 -34px;
}
.choice.focus span,
.choice:hover span {
  background-position: 0 -17px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
}
.choice.focus:active span,
.choice:active:hover span,
.choice.active:hover span,
.choice.active.focus span {
  background-position: 0 -34px;
}
.choice span.checked {
  background-position: -17px 0;
}
.choice:active span.checked,
.choice.active span.checked {
  background-position: -17px -34px;
}
.choice.focus span.checked,
.choice:hover span.checked {
  background-position: -17px -17px;
}
.choice.focus:active span.checked,
.choice:hover:active span.checked,
.choice.focus.active span.checked,
.choice.active:hover span.checked {
  background-position: -17px -34px;
}
.choice.disabled span,
.choice.disabled:active span,
.choice.disabled.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-position: 0 0;
}
.choice.disabled span.checked,
.choice.disabled:active span.checked,
.choice.disabled.active span.checked {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-position: -18px 0;
}
/*===== File uploader =====*/
.uploader {
  width: 240px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  border: 1px solid #d7d7d7;
  background: #fdfdfd;
  padding: 2px 2px 2px 8px;
}
.uploader span.action {
  width: 24px;
  background: url(../img/elements/forms/add_files.png) no-repeat 0 0;
  height: 24px;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
  display: inline;
  overflow: hidden;
}
.uploader:hover span.action {
  background-position: 0 -24px;
}
.uploader:active span.action {
  background-position: 0 -48px;
}
.uploader span.filename {
  color: #777;
  cursor: pointer;
  max-width: 200px;
  font-size: 11px;
  line-height: 24px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.uploader input {
  width: 256px;
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 26px;
  border: none;
  cursor: pointer;
}
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.uploader.disabled span.action {
  color: #aaa;
}
.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/* # Select2 (dropdown with search)
================================================== */
.select2-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  min-width: 160px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  padding: 8px 0 7px 8px;
  line-height: 13px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d5d5d5;
  white-space: nowrap;
  color: #777;
  font-size: 11px;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
}
.select2-container > .select2-choice:hover,
.select2-dropdown-open > .select2-choice {
  background: #fafafa;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
}
.select2-container .select2-choice span {
  margin-right: 28px;
  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: 10px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 9px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/clear_results.png") no-repeat;
  cursor: pointer;
}
.select2-container .select2-choice abbr:hover {
  cursor: pointer;
}
.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  font-size: 11px;
  background: #fff;
  color: #000;
  border: 1px solid #d5d5d5;
  border-top: 0;
}
.select2-drop.select2-drop-above {
  border-top: 1px solid #d5d5d5;
  border-bottom: 0;
}
.select2-container .select2-choice div {
  display: block;
  width: 22px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select_arrows.png") no-repeat 100% 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-search {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6px 5px;
  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;
  padding: 5px 20px 5px 5px!important;
  margin: 0;
  background: #ffffff url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/dropdown_search.png") no-repeat 97%;
  outline: 0;
  font-size: 11px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-search input.select2-active {
  background: #ffffff url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/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("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open .select2-choice div {
  filter: none;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 0 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 {
  color: #4285A7;
  font-weight: bold;
  padding: 6px 7px;
}
.select2-results .select2-result-label {
  padding: 8px 7px 7px 7px;
  line-height: 13px;
  margin: 0;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background: #08C;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 4px 8px;
  color: #777;
}
.select2-drop-multi .select2-selection-limit,
.select2-drop-multi .select2-no-results {
  margin-top: 4px;
}
.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("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/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;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi {
  width: 100%;
}
.select2-container-multi .select2-choices {
  padding: 5px;
  height: auto !important;
  height: 1%;
  margin: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: white;
  border: 1px solid #d5d5d5;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.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: auto;
  min-width: 60px;
  border: none;
  padding: 6px 0;
  margin: 6px 0 5px 5px;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select2-spinner.gif") no-repeat 100% !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #A5D24A;
  display: block;
  float: left;
  padding: 6px 8px 5px 22px;
  background: #CDE69C;
  color: #638421;
  margin: 5px;
  line-height: 13px;
  font-size: 11px;
  position: relative;
  white-space: nowrap;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.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;
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  font-size: 1px;
  background: url(../img/elements/forms/close_tag.png) no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 9px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #F8F8F8;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #F1F1F1;
  border: 1px solid #DDD;
  padding-left: 8px;
  color: #999;
}
.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;
}
/* # Plupload (multiple file uploader)
================================================== */
.plupload_buttons {
  margin: 7px 0;
}
.plupload_buttons::after {
  content: "";
  display: block;
  clear: both;
}
.plupload_header {
  display: none;
}
.plupload_start {
  float: left;
}
.plupload_buttons > a.btn-primary {
  margin-left: 10px;
}
.plupload_start span {
  background: url(../img/elements/uploader/upload.png) no-repeat 10px;
  padding: 5px 13px 6px 26px;
  display: block;
}
.plupload_disabled,
a.plupload_disabled:hover {
  color: #a6a6a6!important;
  border: 1px solid #d5d5d5!important;
  background: #e5e5e5!important;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  text-shadow: none!important;
  cursor: default!important;
}
.plupload_disabled span {
  padding: 5px 13px 6px 13px;
}
.plupload_add {
  float: left;
}
.plupload_add span {
  background: url(../img/elements/uploader/add.png) no-repeat 10px;
  padding: 5px 13px 6px 26px;
  display: block;
}
.plupload_wrapper {
  font-size: 11px;
  width: 100%;
}
.plupload_container input {
  border: 1px solid #DDD;
  font-size: 11px;
  width: 98%;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_scroll .plupload_filelist {
  height: 185px;
  overflow-y: scroll;
}
.plupload_filelist li {
  padding: 10px 12px;
  border-bottom: 1px solid #E7E7E7;
}
.plupload_filelist li:hover {
  background-color: #fff;
}
.plupload_filelist_header,
.plupload_filelist_footer {
  background: #fafafa;
  padding: 3px 0 3px 12px;
  color: #878787;
}
.plupload_filelist_header {
  border-bottom: 1px solid #d5d5d5;
}
.plupload_filelist_footer {
  border-top: 1px solid #D5D5D5;
  line-height: 30px;
  vertical-align: middle;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_progress,
.plupload_filelist_footer .plupload_file_action,
.plupload_filelist_footer .plupload_upload_status {
  margin: 8px 0;
}
.plupload_file_name {
  float: left;
  overflow: hidden;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 14px;
  margin-top: 4px;
  height: 14px;
  margin-left: 15px!important;
}
.plupload_file_action * {
  display: none;
  width: 14px;
  height: 14px;
}
li.plupload_done {
  color: #AAA;
}
li.plupload_delete a {
  background: url(../img/elements/uploader/deleteFile.png) no-repeat 0;
}
li.plupload_failed a {
  background: url(../img/elements/uploader/error.png) no-repeat 0;
  cursor: default;
}
li.plupload_done a {
  background: url(../img/elements/uploader/uploaded.png) no-repeat 0;
  cursor: default;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
li.plupload_droptext {
  background: url(../img/elements/uploader/drag.png) no-repeat 50%;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
  text-indent: -9999px;
}
/* # Fullcalendar {calendar}
================================================== */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
.fc-header {
  position: relative;
}
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  text-align: left;
  width: 100%;
}
.fc-header-center {
  text-align: center;
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  line-height: 38px;
}
.fc-button-inner {
  border-left: 1px solid #d5d5d5;
}
.fc-header-left .fc-button-inner {
  border: none;
}
.fc-header-right {
  text-align: right;
  position: absolute;
  top: -41px;
  right: 0;
}
.fc-header-right .fc-button-agendaDay .fc-button-inner {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  font-size: 12px;
  margin: 0;
}
.fc-header-title strong {
  margin-top: 0;
  white-space: nowrap;
  padding: 8px 12px!important;
  display: block;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-corner-right {
  margin-right: 0;
  float: right;
}
.fc-header .ui-corner-right {
  margin-right: 0;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-button-next {
  float: right;
  margin-right: -2px;
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
.fc-border-separate thead {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  background: linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #d5d5d5;
}
.fc-state-highlight {
  background: #FFFFED;
}
.fc-cell-overlay {
  background: #9cf;
  opacity: .2;
  filter: alpha(opacity=20);
  /* for IE */
}
.fc-button {
  position: relative;
  cursor: pointer;
}
.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}
.fc-button-content {
  position: relative;
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  white-space: nowrap;
}
.fc-header-left .fc-button-content {
  padding: 0 8px;
}
.fc-header-right .fc-button-content {
  height: 38px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.fc-header-right .fc-button-content:hover {
  background: #fcfcfc;
  color: #4285A7;
}
.fc-button-content .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button-content .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}
.fc-state-active,
.fc-state-active .fc-button-content,
.fc-state-active .fc-button-content:hover {
  color: #999999;
  background: #fff;
}
.fc-first th {
  padding-top: 1px;
}
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  color: #999;
  border-color: #ddd;
}
.fc-state-disabled {
  cursor: default;
}
.fc-state-disabled .fc-button-effect {
  display: none;
}
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  cursor: default;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
a.fc-event {
  text-decoration: none;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-skin {
  border-color: #596772;
  background-color: #4D6474;
  color: #fff;
  display: block;
  padding: 2px 0;
  font-size: 11px;
  margin-top: 1px;
}
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 2px 1px 8px;
  display: block;
  float: left;
  line-height: 16px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}
.fc-event-hori {
  margin-bottom: 1px;
}
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
.fc-corner-left {
  margin-left: 1px;
}
.fc-corner-right {
  margin-right: 1px;
}
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: 0;
}
.fc-corner-top {
  margin-top: 1px;
}
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}
.fc-corner-bottom {
  margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}
.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}
.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate td:first-child,
.fc-border-separate th:first-child {
  border-left: none;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-top-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 1px;
}
.fc-widget-header {
  text-align: center;
}
.fc-day-number {
  float: right;
  padding: 6px 5px 2px 5px;
}
.fc-cols .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-day-content {
  clear: both;
  padding: 5px 2px 3px;
}
.fc-cols .fc-event-time {
  font-weight: bold;
}
.fc-rtl .fc-cols .fc-day-number {
  float: left;
}
.fc-rtl .fc-cols .fc-event-time {
  float: right;
}
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  filter: alpha(opacity=30);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
}
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  _overflow: hidden;
}
/* # jGrowl (popup notification)
================================================== */
@-webkit-keyframes growl-stripes {
  from {
    background-position: 10px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes growl-stripes {
  from {
    background-position: 10px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes growl-stripes {
  from {
    background-position: 10px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes growl-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0;
  }
}
@keyframes growl-stripes {
  from {
    background-position: 10px 0;
  }
  to {
    background-position: 0 0;
  }
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}
.ie6 {
  position: absolute;
}
.jGrowl {
  position: absolute;
}
body > .jGrowl {
  position: fixed;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 20px;
  top: 50px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.center .jGrowl-notification,
.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl .jGrowl-notification {
  border: none;
  color: #fff;
  opacity: .95;
  filter: alpha(opacity=95);
  zoom: 1;
  width: 194px;
  padding: 8px 12px;
  margin-top: 10px;
  text-align: left;
  display: none;
  background-color: #448fb2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.025)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.025)), color-stop(0.75, rgba(255, 255, 255, 0.025)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.025) 50%, rgba(255, 255, 255, 0.025) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.025) 50%, rgba(255, 255, 255, 0.025) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.025) 50%, rgba(255, 255, 255, 0.025) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.025) 50%, rgba(255, 255, 255, 0.025) 75%, transparent 75%, transparent);
  background-repeat: repeat;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  -webkit-animation: growl-stripes 1s linear infinite;
  -moz-animation: growl-stripes 1s linear infinite;
  -ms-animation: growl-stripes 1s linear infinite;
  -o-animation: growl-stripes 1s linear infinite;
  animation: growl-stripes 1s linear infinite;
}
.jGrowl-notification.growl-error {
  background-color: #C95454;
}
.jGrowl-notification.growl-success {
  background-color: #49a449;
}
.jGrowl-notification.growl-warning {
  background-color: #D17E3D;
}
.jGrowl .jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}
.jGrowl .jGrowl-notification .jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.jGrowl .jGrowl-closer {
  padding: 3px 0;
  cursor: pointer;
  font-size: 11px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  background: #454545;
  color: #ffffff;
  width: 218px;
}
@media print {
  .jGrowl {
    display: none;
  }
}
/* # Timepicker
================================================== */
.ui-timepicker-list {
  overflow-y: auto;
  height: 131px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  min-width: 116px;
  outline: 0;
}
input.time {
  width: 100px;
}
.ui-timepicker-list.ui-timepicker-with-duration {
  width: 11em;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 10px 10px 9px 10px;
  line-height: 13px;
  border-top: 1px solid #e4e4e4;
  font-size: 11px;
  cursor: pointer;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
  background: linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
}
.ui-timepicker-list li:first-child {
  border-top: none;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list:hover .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
/* # Bootstrap color picker
================================================== */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../img/elements/colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../img/elements/colorpicker/hue.png);
}
.colorpicker-alpha {
  background-image: url(../img/elements/colorpicker/alpha.png);
  display: none;
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: auto!important;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
}
.colorpicker:after {
  clear: both;
}
.colorpicker: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;
}
.colorpicker: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;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../img/elements/colorpicker/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-append.color .add-on {
  padding: 6px;
  height: auto;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* # Validation engine (form validation)
================================================== */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
  line-height: 20px;
}
.formError .formErrorArrow {
  z-index: 996;
}
.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
@-webkit-keyframes error-stripes {
  from {
    background-position: 25px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes error-stripes {
  from {
    background-position: 25px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes error-stripes {
  from {
    background-position: 25px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes error-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 25px 0;
  }
}
@keyframes error-stripes {
  from {
    background-position: 25px 0;
  }
  to {
    background-position: 0 0;
  }
}
.formError .formErrorContent {
  width: 100%;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 6px 10px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #cf432c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 25px 25px;
  -moz-background-size: 10px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
  -webkit-animation: error-stripes 1s linear infinite;
  -moz-animation: error-stripes 1s linear infinite;
  -ms-animation: error-stripes 1s linear infinite;
  -o-animation: error-stripes 1s linear infinite;
  animation: error-stripes 1s linear infinite;
}
.greenPopup .formErrorContent {
  background: #7fba4a;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  left: 14px;
  margin-top: -3px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #cf432c;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: none;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: none;
}
/* # Dual select boxes
================================================== */
.dual-control .btn {
  padding: 0 8px;
  line-height: 24px;
  font-size: 11px;
  cursor: pointer;
  color: #999;
  height: 26px;
  margin: 2px 1px;
}
.left-box,
.right-box {
  width: 40%;
  position: relative;
}
.left-box .multiple,
.right-box .multiple {
  height: 300px;
  margin-top: 15px;
}
.left-box {
  float: left;
}
.right-box {
  float: right;
}
.filter {
  position: absolute;
  right: 4px;
  top: 6px;
  font-size: 12px;
  background: none;
  border: none;
  color: gray;
}
.dual-control {
  text-align: center;
  width: 90px;
  margin: 150px 1px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
}
.count-label {
  color: gray;
  font-style: italic;
  margin-top: 10px;
  display: block;
}
.box-filter {
  background: white;
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 7px 8px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* # Tags input
================================================== */
div.tagsinput {
  border: 1px solid #dadada;
  background: #fff;
  padding: 5px;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.tagsinput span.tag {
  border: 1px solid #a5d24a;
  display: block;
  float: left;
  padding: 0 8px;
  background: #cde69c;
  color: #638421;
  margin: 5px 5px 5px 5px;
  line-height: 23px;
  font-size: 11px;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  font-size: 11px;
  float: right;
}
div.tagsinput input {
  width: 60px;
  border: none;
  padding: 6px 2px;
  background: transparent;
  margin: 5px 5px 5px 4px;
  font-size: 11px;
}
div.tagsinput input:focus {
  outline: 0;
}
div.tagsinput div {
  display: block;
  float: left;
  position: relative;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
.tagsinput .ui-helper-hidden-accessible {
  display: none;
}
/* # Datatables (dynamic tables)
================================================== */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}
.dataTables_length {
  float: right;
  padding: 14px 12px;
  display: block;
}
.dataTables_length > label > span {
  float: left;
  line-height: 13px;
  padding: 8px 0 7px 0;
  margin-right: 12px;
}
.dataTable thead th.sorting {
  cursor: pointer;
}
.show-entries {
  float: left;
  margin: 4px 15px 0 0;
}
.dataTables_filter {
  padding: 14px 12px;
  position: relative;
  display: block;
  float: left;
}
.dataTables_filter > label,
.dataTables_length > label {
  margin: 0;
}
.dataTables_filter label > span {
  display: block;
  float: left;
  line-height: 13px;
  padding: 8px 0 7px 0;
  margin-right: 12px;
}
.dataTables_filter input[type=text] {
  height: auto;
  padding: 7px 7px 6px 7px;
  line-height: 13px;
  width: 180px;
  background: #fff;
  box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 #fff;
  border: 1px solid #d5d5d5;
}
.dataTables_info {
  padding: 17px 12px;
  display: block;
  float: left;
}
.tableFooter {
  clear: both;
  padding: 8px 12px;
  height: 36px;
  font-size: 11px;
  color: #636363;
  border-top: 1px solid #cdcdcd;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
  background: linear-gradient(top, #f8f8f8 0%, #efefef 100%);
}
.dataTables_paginate {
  float: right;
  margin: 14px 12px;
}
.dataTables_paginate .last {
  margin-right: 0!important;
}
.datatable-header {
  border: 1px solid #D5D5D5;
  margin-bottom: 1px;
  font-size: 11px;
}
.datatable-footer {
  border: 1px solid #d5d5d5;
  margin-top: 1px;
}
.datatable-footer {
  font-size: 11px;
  background: #fafafa;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
}
.dataTables_length .selector {
  height: 26px;
  line-height: 26px;
  min-width: 0;
}
.dataTables_length .selector span {
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select_arrows.png") no-repeat 100% -1px;
  padding: 7px 31px 6px 0px;
}
.dataTables_length .selector input {
  height: 26px;
}
.datatable-header {
  background: #fafafa;
}
.datatable-header:after,
.datatable-footer:after {
  content: "";
  display: block;
  clear: both;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_enabled_previous {
  background: url('../img/elements/tables/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('../img/elements/tables/back_enabled_hover.png') no-repeat top left;
}
.paginate_disabled_previous {
  background: url('../img/elements/tables/back_disabled.png') no-repeat top left;
}
.paginate_enabled_next {
  background: url('../img/elements/tables/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('../img/elements/tables/forward_enabled_hover.png') no-repeat top right;
}
.paginate_disabled_next {
  background: url('../img/elements/tables/forward_disabled.png') no-repeat top right;
}
/* Full number pagination */
.paging_full_numbers .next:active,
.paging_full_numbers .first:active,
.paging_full_numbers .previous:active,
.paging_full_numbers .last:active {
  font-weight: normal!important;
}
.paging_full_numbers a:active {
  outline: none;
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #d5d5d5;
  padding: 3px 10px 2px 10px;
  line-height: 21px;
  margin-left: 1px;
  cursor: pointer;
  *cursor: hand;
  color: #454545;
  font-size: 11px;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
}
.paging_full_numbers a.paginate_button {
  display: inline-block;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
}
.paging_full_numbers span {
  display: inline-block;
}
.paging_full_numbers span a {
  display: inline-block;
}
.paging_full_numbers a.paginate_button:hover {
  background: #fcfcfc;
  color: #327394;
}
.paging_full_numbers a.paginate_active,
.paging_full_numbers a.paginate_button:active {
  font-weight: bold;
  background: #676d71;
  color: #fff;
  border-color: #585e63;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
}
.paginate_button_disabled,
.paginate_button_disabled:active {
  background: #F9F9F9!important;
  color: #c5c5c5!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  border-color: #e5e5e5!important;
  font-weight: normal;
}
.paginate_button_disabled:active {
  border-color: #d3d3d3!important;
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}
.sorting {
  background: url('../img/elements/tables/sort_both.png') no-repeat 100% 8px;
}
.sorting_asc {
  background: url('../img/elements/tables/sort_asc.png') no-repeat 100% 9px;
}
.sorting_desc {
  background: url('../img/elements/tables/sort_desc.png') no-repeat 100% 9px;
}
.sorting_asc_disabled {
  background: url('../img/elements/tables/sort_asc_disabled.png') no-repeat 100% 9px;
}
.sorting_desc_disabled {
  background: url('../img/elements/tables/sort_desc_disabled.png') no-repeat 100% 9px;
}
table.dataTable th:active {
  outline: none;
}
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.file-info span {
  display: block;
}
.actions-column {
  width: 100px;
  text-align: center;
}
.table .navbar-icons {
  text-align: center;
  float: none;
  margin: 0;
  height: 14px;
}
.table .navbar-icons li a {
  margin: 0 4px;
}
/* # Fancybox (lighbox)
================================================== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/lightbox/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/lightbox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/lightbox/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/lightbox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/fontawesome-webfont.eot');
  src: url('https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/fontawesome-webfont.woff') format('woff'), url('https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  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-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.btn [class^="ico-"],
.btn [class*=" ico-"] {
  margin-top: -1px;
  margin-bottom: -1px;
  float: left;
}
.btn.btn-large [class^="ico-"] {
  margin-top: 1px;
  margin-bottom: 0;
}
/* Glyphicons
=================================================================== */
[class^="ico-"],
[class*=" ico-"] {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: text-top;
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/libs/glyphicons/glyphicons.png");
  background-position: 48px 48px;
  background-repeat: no-repeat;
}
.ico-white {
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/libs/glyphicons/glyphicons-white.png");
  opacity: 1;
}
.ico-glass {
  background-position: 0px 0px;
}
.ico-leaf {
  background-position: -48px 0px;
}
.ico-dog {
  background-position: -96px 0px;
}
.ico-user {
  background-position: -144px 0px;
}
.ico-girl {
  background-position: -192px 0px;
}
.ico-car {
  background-position: -240px 0px;
}
.ico-user-add {
  background-position: -288px 0px;
}
.ico-user-remove {
  background-position: -336px 0px;
}
.ico-film {
  background-position: -384px 0px;
}
.ico-magic {
  background-position: -432px 0px;
}
.ico-envelope {
  background-position: 0px -48px;
}
.ico-camera {
  background-position: -48px -48px;
}
.ico-heart {
  background-position: -96px -48px;
}
.ico-beach-umbrella {
  background-position: -144px -48px;
}
.ico-train {
  background-position: -192px -48px;
}
.ico-print {
  background-position: -240px -48px;
}
.ico-bin {
  background-position: -288px -48px;
}
.ico-music {
  background-position: -336px -48px;
}
.ico-note {
  background-position: -384px -48px;
}
.ico-cogwheel {
  background-position: -432px -48px;
}
.ico-home {
  background-position: 0px -96px;
}
.ico-snowflake {
  background-position: -48px -96px;
}
.ico-fire {
  background-position: -96px -96px;
}
.ico-cogwheels {
  background-position: -144px -96px;
}
.ico-parents {
  background-position: -192px -96px;
}
.ico-binoculars {
  background-position: -240px -96px;
}
.ico-road {
  background-position: -288px -96px;
}
.ico-search {
  background-position: -336px -96px;
}
.ico-cars {
  background-position: -384px -96px;
}
.ico-notes-2 {
  background-position: -432px -96px;
}
.ico-pencil {
  background-position: 0px -144px;
}
.ico-bus {
  background-position: -48px -144px;
}
.ico-wifi-alt {
  background-position: -96px -144px;
}
.ico-luggage {
  background-position: -144px -144px;
}
.ico-old-man {
  background-position: -192px -144px;
}
.ico-woman {
  background-position: -240px -144px;
}
.ico-file {
  background-position: -288px -144px;
}
.ico-credit {
  background-position: -336px -144px;
}
.ico-airplane {
  background-position: -384px -144px;
}
.ico-notes {
  background-position: -432px -144px;
}
.ico-stats {
  background-position: 0px -192px;
}
.ico-charts {
  background-position: -48px -192px;
}
.ico-pie-chart {
  background-position: -96px -192px;
}
.ico-group {
  background-position: -144px -192px;
}
.ico-keys {
  background-position: -192px -192px;
}
.ico-calendar {
  background-position: -240px -192px;
}
.ico-router {
  background-position: -288px -192px;
}
.ico-camera-small {
  background-position: -336px -192px;
}
.ico-dislikes {
  background-position: -384px -192px;
}
.ico-star {
  background-position: -432px -192px;
}
.ico-link {
  background-position: 0px -240px;
}
.ico-eye-open {
  background-position: -48px -240px;
}
.ico-eye-close {
  background-position: -96px -240px;
}
.ico-alarm {
  background-position: -144px -240px;
}
.ico-clock {
  background-position: -192px -240px;
}
.ico-stopwatch {
  background-position: -240px -240px;
}
.ico-projector {
  background-position: -288px -240px;
}
.ico-history {
  background-position: -336px -240px;
}
.ico-truck {
  background-position: -384px -240px;
}
.ico-cargo {
  background-position: -432px -240px;
}
.ico-compass {
  background-position: 0px -288px;
}
.ico-keynote {
  background-position: -48px -288px;
}
.ico-attach {
  background-position: -96px -288px;
}
.ico-power {
  background-position: -144px -288px;
}
.ico-lightbulb {
  background-position: -192px -288px;
}
.ico-tag {
  background-position: -240px -288px;
}
.ico-tags {
  background-position: -288px -288px;
}
.ico-cleaning {
  background-position: -336px -288px;
}
.ico-ruller {
  background-position: -384px -288px;
}
.ico-gift {
  background-position: -432px -288px;
}
.ico-umbrella {
  background-position: 0px -336px;
}
.ico-book {
  background-position: -48px -336px;
}
.ico-bookmark {
  background-position: -96px -336px;
}
.ico-signal-alt {
  background-position: -144px -336px;
}
.ico-cup {
  background-position: -192px -336px;
}
.ico-stroller {
  background-position: -240px -336px;
}
.ico-headphones {
  background-position: -288px -336px;
}
.ico-headset {
  background-position: -336px -336px;
}
.ico-warning-sign {
  background-position: -384px -336px;
}
.ico-signal {
  background-position: -432px -336px;
}
.ico-retweet {
  background-position: 0px -384px;
}
.ico-refresh {
  background-position: -48px -384px;
}
.ico-roundabout {
  background-position: -96px -384px;
}
.ico-random {
  background-position: -144px -384px;
}
.ico-heat {
  background-position: -192px -384px;
}
.ico-repeat {
  background-position: -240px -384px;
}
.ico-display {
  background-position: -288px -384px;
}
.ico-log-book {
  background-position: -336px -384px;
}
.ico-adress-book {
  background-position: -384px -384px;
}
.ico-magnet {
  background-position: -432px -384px;
}
.ico-table {
  background-position: 0px -432px;
}
.ico-adjust {
  background-position: -48px -432px;
}
.ico-tint {
  background-position: -96px -432px;
}
.ico-crop {
  background-position: -144px -432px;
}
.ico-vector-path-square {
  background-position: -192px -432px;
}
.ico-vector-path-circle {
  background-position: -240px -432px;
}
.ico-vector-path-polygon {
  background-position: -288px -432px;
}
.ico-vector-path-line {
  background-position: -336px -432px;
}
.ico-vector-path-curve {
  background-position: -384px -432px;
}
.ico-vector-path-all {
  background-position: -432px -432px;
}
.ico-font {
  background-position: 0px -480px;
}
.ico-italic {
  background-position: -48px -480px;
}
.ico-bold {
  background-position: -96px -480px;
}
.ico-text-underline {
  background-position: -144px -480px;
}
.ico-text-strike {
  background-position: -192px -480px;
}
.ico-text-height {
  background-position: -240px -480px;
}
.ico-text-width {
  background-position: -288px -480px;
}
.ico-text-resize {
  background-position: -336px -480px;
}
.ico-left-indent {
  background-position: -384px -480px;
}
.ico-right-indent {
  background-position: -432px -480px;
}
.ico-align-left {
  background-position: 0px -528px;
}
.ico-align-center {
  background-position: -48px -528px;
}
.ico-align-right {
  background-position: -96px -528px;
}
.ico-justify {
  background-position: -144px -528px;
}
.ico-list {
  background-position: -192px -528px;
}
.ico-text-smaller {
  background-position: -240px -528px;
}
.ico-text-bugger {
  background-position: -288px -528px;
}
.ico-embed {
  background-position: -336px -528px;
}
.ico-embed-close {
  background-position: -384px -528px;
}
.ico-adjust-alt {
  background-position: -432px -528px;
}
.ico-message-full {
  background-position: 0px -576px;
}
.ico-message-empty {
  background-position: -48px -576px;
}
.ico-message-in {
  background-position: -96px -576px;
}
.ico-message-out {
  background-position: -144px -576px;
}
.ico-message-plus {
  background-position: -192px -576px;
}
.ico-message-minus {
  background-position: -240px -576px;
}
.ico-message-ban {
  background-position: -288px -576px;
}
.ico-message-flag {
  background-position: -336px -576px;
}
.ico-message-lock {
  background-position: -384px -576px;
}
.ico-message-new {
  background-position: -432px -576px;
}
.ico-inbox {
  background-position: 0px -624px;
}
.ico-inbox-plus {
  background-position: -48px -624px;
}
.ico-inbox-minus {
  background-position: -96px -624px;
}
.ico-inbox-lock {
  background-position: -144px -624px;
}
.ico-inbox-in {
  background-position: -192px -624px;
}
.ico-inbox-out {
  background-position: -240px -624px;
}
.ico-computer-locked {
  background-position: -288px -624px;
}
.ico-computer-service {
  background-position: -336px -624px;
}
.ico-computer-process {
  background-position: -384px -624px;
}
.ico-phone {
  background-position: -432px -624px;
}
.ico-database-lock {
  background-position: 0px -672px;
}
.ico-database-plus {
  background-position: -48px -672px;
}
.ico-database-minus {
  background-position: -96px -672px;
}
.ico-database-ban {
  background-position: -144px -672px;
}
.ico-folder-open {
  background-position: -192px -672px;
}
.ico-folder-plus {
  background-position: -240px -672px;
}
.ico-folder-minus {
  background-position: -288px -672px;
}
.ico-folder-lock {
  background-position: -336px -672px;
}
.ico-folder-flag {
  background-position: -384px -672px;
}
.ico-folder-new {
  background-position: -432px -672px;
}
.ico-check {
  background-position: 0px -720px;
}
.ico-edit {
  background-position: -48px -720px;
}
.ico-new-window {
  background-position: -96px -720px;
}
.ico-more-windows {
  background-position: -144px -720px;
}
.ico-show-big-thumbnails {
  background-position: -192px -720px;
}
.ico-show-thumbnails {
  background-position: -240px -720px;
}
.ico-show-thumbnails-lines {
  background-position: -288px -720px;
}
.ico-show-lines {
  background-position: -336px -720px;
}
.ico-playlist {
  background-position: -384px -720px;
}
.ico-picture {
  background-position: -432px -720px;
}
.ico-imac {
  background-position: 0px -768px;
}
.ico-macbook {
  background-position: -48px -768px;
}
.ico-ipad {
  background-position: -96px -768px;
}
.ico-iphone {
  background-position: -144px -768px;
}
.ico-iphone-transfer {
  background-position: -192px -768px;
}
.ico-iphone-exchange {
  background-position: -240px -768px;
}
.ico-ipod {
  background-position: -288px -768px;
}
.ico-ipod-shuffle {
  background-position: -336px -768px;
}
.ico-ear-plugs {
  background-position: -384px -768px;
}
.ico-albums {
  background-position: -432px -768px;
}
.ico-step-backward {
  background-position: 0px -816px;
}
.ico-fast-backward {
  background-position: -48px -816px;
}
.ico-rewind {
  background-position: -96px -816px;
}
.ico-play {
  background-position: -144px -816px;
}
.ico-pause {
  background-position: -192px -816px;
}
.ico-stop {
  background-position: -240px -816px;
}
.ico-forward {
  background-position: -288px -816px;
}
.ico-fast-forward {
  background-position: -336px -816px;
}
.ico-step-forward {
  background-position: -384px -816px;
}
.ico-eject {
  background-position: -432px -816px;
}
.ico-facetime-video {
  background-position: 0px -864px;
}
.ico-download-alt {
  background-position: -48px -864px;
}
.ico-mute {
  background-position: -96px -864px;
}
.ico-volume-up {
  background-position: -144px -864px;
}
.ico-volume-down {
  background-position: -192px -864px;
}
.ico-screenshot {
  background-position: -240px -864px;
}
.ico-move {
  background-position: -288px -864px;
}
.ico-more {
  background-position: -336px -864px;
}
.ico-brightness-reduce {
  background-position: -384px -864px;
}
.ico-brightness-increase {
  background-position: -432px -864px;
}
.ico-circle-plus {
  background-position: 0px -912px;
}
.ico-circle-minus {
  background-position: -48px -912px;
}
.ico-circle-remove {
  background-position: -96px -912px;
}
.ico-circle-ok {
  background-position: -144px -912px;
}
.ico-circle-question-mark {
  background-position: -192px -912px;
}
.ico-circle-info {
  background-position: -240px -912px;
}
.ico-circle-exclamation-mark {
  background-position: -288px -912px;
}
.ico-remove {
  background-position: -336px -912px;
}
.ico-ok {
  background-position: -384px -912px;
}
.ico-ban {
  background-position: -432px -912px;
}
.ico-download {
  background-position: 0px -960px;
}
.ico-upload {
  background-position: -48px -960px;
}
.ico-shopping-cart {
  background-position: -96px -960px;
}
.ico-lock {
  background-position: -144px -960px;
}
.ico-unlock {
  background-position: -192px -960px;
}
.ico-electricity {
  background-position: -240px -960px;
}
.ico-ok-2 {
  background-position: -288px -960px;
}
.ico-remove-2 {
  background-position: -336px -960px;
}
.ico-cart-out {
  background-position: -384px -960px;
}
.ico-cart-in {
  background-position: -432px -960px;
}
.ico-left-arrow {
  background-position: 0px -1008px;
}
.ico-right-arrow {
  background-position: -48px -1008px;
}
.ico-down-arrow {
  background-position: -96px -1008px;
}
.ico-up-arrow {
  background-position: -144px -1008px;
}
.ico-resize-small {
  background-position: -192px -1008px;
}
.ico-resize-full {
  background-position: -240px -1008px;
}
.ico-circle-arrow-left {
  background-position: -288px -1008px;
}
.ico-circle-arrow-right {
  background-position: -336px -1008px;
}
.ico-circle-arrow-top {
  background-position: -384px -1008px;
}
.ico-circle-arrow-down {
  background-position: -432px -1008px;
}
.ico-play-button {
  background-position: 0px -1056px;
}
.ico-unshare {
  background-position: -48px -1056px;
}
.ico-share {
  background-position: -96px -1056px;
}
.ico-thin-right-arrow {
  background-position: -144px -1056px;
}
.ico-thin-left-arrow {
  background-position: -192px -1056px;
}
.ico-bluetooth {
  background-position: -240px -1056px;
}
.ico-euro {
  background-position: -288px -1056px;
}
.ico-usd {
  background-position: -336px -1056px;
}
.ico-bp {
  background-position: -384px -1056px;
}
.ico-retweet-2 {
  background-position: -432px -1056px;
}
.ico-moon {
  background-position: 0px -1104px;
}
.ico-sun {
  background-position: -48px -1104px;
}
.ico-cloud {
  background-position: -96px -1104px;
}
.ico-direction {
  background-position: -144px -1104px;
}
.ico-brush {
  background-position: -192px -1104px;
}
.ico-pen {
  background-position: -240px -1104px;
}
.ico-zoom-in {
  background-position: -288px -1104px;
}
.ico-zoom-out {
  background-position: -336px -1104px;
}
.ico-pin {
  background-position: -384px -1104px;
}
.ico-riflescope {
  background-position: -432px -1104px;
}
.ico-rotation-lock {
  background-position: 0px -1152px;
}
.ico-flash {
  background-position: -48px -1152px;
}
.ico-google-maps {
  background-position: -96px -1152px;
}
.ico-anchor {
  background-position: -144px -1152px;
}
.ico-conversation {
  background-position: -192px -1152px;
}
.ico-chat {
  background-position: -240px -1152px;
}
.ico-male {
  background-position: -288px -1152px;
}
.ico-female {
  background-position: -336px -1152px;
}
.ico-asterisk {
  background-position: -384px -1152px;
}
.ico-divide {
  background-position: -432px -1152px;
}
.ico-snorkel-diving {
  background-position: 0px -1200px;
}
.ico-scuba-diving {
  background-position: -96px -1200px;
}
.ico-oxygen-vottle {
  background-position: -48px -1200px;
}
.ico-fins {
  background-position: -144px -1200px;
}
.ico-fishes {
  background-position: -192px -1200px;
}
.ico-boat {
  background-position: -240px -1200px;
}
.ico-delete-point {
  background-position: -288px -1200px;
}
.ico-sheriffs-star {
  background-position: -336px -1200px;
}
.ico-qrcode {
  background-position: -384px -1200px;
}
.ico-barcode {
  background-position: -432px -1200px;
}
.ico-pool {
  background-position: 0px -1248px;
}
.ico-buoy {
  background-position: -48px -1248px;
}
.ico-spade {
  background-position: -96px -1248px;
}
.ico-bank {
  background-position: -144px -1248px;
}
.ico-vcard {
  background-position: -192px -1248px;
}
.ico-electircal-plug {
  background-position: -240px -1248px;
}
.ico-flag {
  background-position: -288px -1248px;
}
.ico-credit-card {
  background-position: -336px -1248px;
}
.ico-keyboard-wirelsss {
  background-position: -384px -1248px;
}
.ico-keyboard-wired {
  background-position: -432px -1248px;
}
.ico-shield {
  background-position: 0px -1296px;
}
.ico-ring {
  background-position: -48px -1296px;
}
.ico-cake {
  background-position: -96px -1296px;
}
.ico-drink {
  background-position: -144px -1296px;
}
.ico-beer {
  background-position: -192px -1296px;
}
.ico-fast-food {
  background-position: -240px -1296px;
}
.ico-cutlery {
  background-position: -288px -1296px;
}
.ico-pizza {
  background-position: -336px -1296px;
}
.ico-birthday-cake {
  background-position: -384px -1296px;
}
.ico-tablet {
  background-position: -432px -1296px;
}
.ico-settings {
  background-position: 0px -1344px;
}
.ico-bullets {
  background-position: -48px -1344px;
}
.ico-cardio {
  background-position: -96px -1344px;
}
.ico-t-shirt {
  background-position: -144px -1344px;
}
.ico-pants {
  background-position: -192px -1344px;
}
.ico-sweater {
  background-position: -240px -1344px;
}
.ico-fabric {
  background-position: -288px -1344px;
}
.ico-leather {
  background-position: -336px -1344px;
}
.ico-scissors {
  background-position: -384px -1344px;
}
.ico-podium {
  background-position: -432px -1344px;
}
.ico-skull {
  background-position: 0px -1392px;
}
.ico-celebration {
  background-position: -48px -1392px;
}
.ico-tea-kettle {
  background-position: -96px -1392px;
}
.ico-french-press {
  background-position: -144px -1392px;
}
.ico-coffe-cup {
  background-position: -192px -1392px;
}
.ico-pot {
  background-position: -240px -1392px;
}
.ico-grater {
  background-position: -288px -1392px;
}
.ico-kettle {
  background-position: -336px -1392px;
}
.ico-hospital {
  background-position: -384px -1392px;
}
.ico-hospital-h {
  background-position: -432px -1392px;
}
.ico-microphone {
  background-position: 0px -1440px;
}
.ico-webcam {
  background-position: -48px -1440px;
}
.ico-temple-church {
  background-position: -96px -1440px;
}
.ico-temple-islam {
  background-position: -144px -1440px;
}
.ico-temple-hindu {
  background-position: -192px -1440px;
}
.ico-temple-buddhist {
  background-position: -240px -1440px;
}
.ico-electrical-socket-eu {
  background-position: -288px -1440px;
}
.ico-electrical-socket-us {
  background-position: -336px -1440px;
}
.ico-bomb {
  background-position: -384px -1440px;
}
.ico-comments {
  background-position: -432px -1440px;
}
.ico-flower {
  background-position: 0px -1488px;
}
.ico-baseball {
  background-position: -48px -1488px;
}
.ico-rugby {
  background-position: -96px -1488px;
}
.ico-ax {
  background-position: -144px -1488px;
}
.ico-table-tennis {
  background-position: -192px -1488px;
}
.ico-bowling {
  background-position: -240px -1488px;
}
.ico-tree-conifer {
  background-position: -288px -1488px;
}
.ico-tree-deciduous {
  background-position: -336px -1488px;
}
.ico-more-items {
  background-position: -384px -1488px;
}
.ico-sort {
  background-position: -432px -1488px;
}
.ico-filter {
  background-position: 0px -1536px;
}
.ico-gamepad {
  background-position: -48px -1536px;
}
.ico-playing-dices {
  background-position: -96px -1536px;
}
.ico-calculator {
  background-position: -144px -1536px;
}
.ico-tie {
  background-position: -192px -1536px;
}
.ico-wallet {
  background-position: -240px -1536px;
}
.ico-share {
  background-position: -288px -1536px;
}
.ico-sampler {
  background-position: -336px -1536px;
}
.ico-piano {
  background-position: -384px -1536px;
}
.ico-web-browser {
  background-position: -432px -1536px;
}
.ico-blog {
  background-position: 0px -1584px;
}
.ico-dashboard {
  background-position: -48px -1584px;
}
.ico-certificate {
  background-position: -96px -1584px;
}
.ico-bell {
  background-position: -144px -1584px;
}
.ico-candle {
  background-position: -192px -1584px;
}
.ico-pin-classic {
  background-position: -240px -1584px;
}
.ico-iphone-shake {
  background-position: -288px -1584px;
}
.ico-pin-flag {
  background-position: -336px -1584px;
}
.ico-turtle {
  background-position: -384px -1584px;
}
.ico-rabbit {
  background-position: -432px -1584px;
}
.ico-globe {
  background-position: 0px -1632px;
}
.ico-briefcase {
  background-position: -48px -1632px;
}
.ico-hdd {
  background-position: -96px -1632px;
}
.ico-thumbs-up {
  background-position: -144px -1632px;
}
.ico-thumbs-down {
  background-position: -192px -1632px;
}
.ico-hand-right {
  background-position: -240px -1632px;
}
.ico-hand-left {
  background-position: -288px -1632px;
}
.ico-hand-up {
  background-position: -336px -1632px;
}
.ico-hand-down {
  background-position: -384px -1632px;
}
.ico-fullscreen {
  background-position: -432px -1632px;
}
.ico-shopping-bag {
  background-position: 0px -1680px;
}
.ico-book-open {
  background-position: -48px -1680px;
}
.ico-nameplate {
  background-position: -96px -1680px;
}
.ico-nameplate-alt {
  background-position: -144px -1680px;
}
.ico-vases {
  background-position: -192px -1680px;
}
.ico-announcement {
  background-position: -240px -1680px;
}
.ico-dumbbell {
  background-position: -288px -1680px;
}
.ico-suitcase {
  background-position: -336px -1680px;
}
.ico-file-import {
  background-position: -384px -1680px;
}
.ico-file-export {
  background-position: -432px -1680px;
}
/* Glyphicons Mini
=================================================================== */
[class^="mini-ico-"],
[class*=" mini-ico-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/libs/glyphicons/glyphicons-mini.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  opacity: 1;
}
.mini-white {
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/libs/glyphicons/glyphicons-mini-white.png");
  opacity: 1;
}
.mini-ico-glass {
  background-position: 0 0;
}
.mini-ico-music {
  background-position: -24px 0;
}
.mini-ico-search {
  background-position: -48px 0;
}
.mini-ico-envelope {
  background-position: -72px 0;
}
.mini-ico-heart {
  background-position: -96px 0;
}
.mini-ico-star {
  background-position: -120px 0;
}
.mini-ico-star-empty {
  background-position: -144px 0;
}
.mini-ico-user {
  background-position: -168px 0;
}
.mini-ico-film {
  background-position: -192px 0;
}
.mini-ico-th-large {
  background-position: -216px 0;
}
.mini-ico-th {
  background-position: -240px 0;
}
.mini-ico-th-list {
  background-position: -264px 0;
}
.mini-ico-ok {
  background-position: -288px 0;
}
.mini-ico-remove {
  background-position: -312px 0;
}
.mini-ico-zoom-in {
  background-position: -336px 0;
}
.mini-ico-zoom-out {
  background-position: -360px 0;
}
.mini-ico-off {
  background-position: -384px 0;
}
.mini-ico-signal {
  background-position: -408px 0;
}
.mini-ico-cog {
  background-position: -432px 0;
}
.mini-ico-trash {
  background-position: -456px 0;
}
.mini-ico-home {
  background-position: 0 -24px;
}
.mini-ico-file {
  background-position: -24px -24px;
}
.mini-ico-time {
  background-position: -48px -24px;
}
.mini-ico-road {
  background-position: -72px -24px;
}
.mini-ico-download-alt {
  background-position: -96px -24px;
}
.mini-ico-download {
  background-position: -120px -24px;
}
.mini-ico-upload {
  background-position: -144px -24px;
}
.mini-ico-inbox {
  background-position: -168px -24px;
}
.mini-ico-play-circle {
  background-position: -192px -24px;
}
.mini-ico-repeat {
  background-position: -216px -24px;
}
.mini-ico-refresh {
  background-position: -240px -24px;
}
.mini-ico-list-alt {
  background-position: -264px -24px;
}
.mini-ico-lock {
  background-position: -287px -24px;
}
.mini-ico-flag {
  background-position: -312px -24px;
}
.mini-ico-headphones {
  background-position: -336px -24px;
}
.mini-ico-volume-off {
  background-position: -360px -24px;
}
.mini-ico-volume-down {
  background-position: -384px -24px;
}
.mini-ico-volume-up {
  background-position: -408px -24px;
}
.mini-ico-qrcode {
  background-position: -432px -24px;
}
.mini-ico-barcode {
  background-position: -456px -24px;
}
.mini-ico-tag {
  background-position: 0 -48px;
}
.mini-ico-tags {
  background-position: -25px -48px;
}
.mini-ico-book {
  background-position: -48px -48px;
}
.mini-ico-bookmark {
  background-position: -72px -48px;
}
.mini-ico-print {
  background-position: -96px -48px;
}
.mini-ico-camera {
  background-position: -120px -48px;
}
.mini-ico-font {
  background-position: -144px -48px;
}
.mini-ico-bold {
  background-position: -167px -48px;
}
.mini-ico-italic {
  background-position: -192px -48px;
}
.mini-ico-text-height {
  background-position: -216px -48px;
}
.mini-ico-text-width {
  background-position: -240px -48px;
}
.mini-ico-align-left {
  background-position: -264px -48px;
}
.mini-ico-align-center {
  background-position: -288px -48px;
}
.mini-ico-align-right {
  background-position: -312px -48px;
}
.mini-ico-align-justify {
  background-position: -336px -48px;
}
.mini-ico-list {
  background-position: -360px -48px;
}
.mini-ico-indent-left {
  background-position: -384px -48px;
}
.mini-ico-indent-right {
  background-position: -408px -48px;
}
.mini-ico-facetime-video {
  background-position: -432px -48px;
}
.mini-ico-picture {
  background-position: -456px -48px;
}
.mini-ico-pencil {
  background-position: 0 -72px;
}
.mini-ico-map-marker {
  background-position: -24px -72px;
}
.mini-ico-adjust {
  background-position: -48px -72px;
}
.mini-ico-tint {
  background-position: -72px -72px;
}
.mini-ico-edit {
  background-position: -96px -72px;
}
.mini-ico-share {
  background-position: -120px -72px;
}
.mini-ico-check {
  background-position: -144px -72px;
}
.mini-ico-move {
  background-position: -168px -72px;
}
.mini-ico-step-backward {
  background-position: -192px -72px;
}
.mini-ico-fast-backward {
  background-position: -216px -72px;
}
.mini-ico-backward {
  background-position: -240px -72px;
}
.mini-ico-play {
  background-position: -264px -72px;
}
.mini-ico-pause {
  background-position: -288px -72px;
}
.mini-ico-stop {
  background-position: -312px -72px;
}
.mini-ico-forward {
  background-position: -336px -72px;
}
.mini-ico-fast-forward {
  background-position: -360px -72px;
}
.mini-ico-step-forward {
  background-position: -384px -72px;
}
.mini-ico-eject {
  background-position: -408px -72px;
}
.mini-ico-chevron-left {
  background-position: -432px -72px;
}
.mini-ico-chevron-right {
  background-position: -456px -72px;
}
.mini-ico-plus-sign {
  background-position: 0 -96px;
}
.mini-ico-minus-sign {
  background-position: -24px -96px;
}
.mini-ico-remove-sign {
  background-position: -48px -96px;
}
.mini-ico-ok-sign {
  background-position: -72px -96px;
}
.mini-ico-question-sign {
  background-position: -96px -96px;
}
.mini-ico-info-sign {
  background-position: -120px -96px;
}
.mini-ico-screenshot {
  background-position: -144px -96px;
}
.mini-ico-remove-circle {
  background-position: -168px -96px;
}
.mini-ico-ok-circle {
  background-position: -192px -96px;
}
.mini-ico-ban-circle {
  background-position: -216px -96px;
}
.mini-ico-arrow-left {
  background-position: -240px -96px;
}
.mini-ico-arrow-right {
  background-position: -264px -96px;
}
.mini-ico-arrow-up {
  background-position: -289px -96px;
}
.mini-ico-arrow-down {
  background-position: -312px -96px;
}
.mini-ico-share-alt {
  background-position: -336px -96px;
}
.mini-ico-resize-full {
  background-position: -360px -96px;
}
.mini-ico-resize-small {
  background-position: -384px -96px;
}
.mini-ico-plus {
  background-position: -408px -96px;
}
.mini-ico-minus {
  background-position: -433px -96px;
}
.mini-ico-asterisk {
  background-position: -456px -96px;
}
.mini-ico-exclamation-sign {
  background-position: 0 -120px;
}
.mini-ico-gift {
  background-position: -24px -120px;
}
.mini-ico-leaf {
  background-position: -48px -120px;
}
.mini-ico-fire {
  background-position: -72px -120px;
}
.mini-ico-eye-open {
  background-position: -96px -120px;
}
.mini-ico-eye-close {
  background-position: -120px -120px;
}
.mini-ico-warning-sign {
  background-position: -144px -120px;
}
.mini-ico-plane {
  background-position: -168px -120px;
}
.mini-ico-calendar {
  background-position: -192px -120px;
}
.mini-ico-random {
  background-position: -216px -120px;
}
.mini-ico-comment {
  background-position: -240px -120px;
}
.mini-ico-magnet {
  background-position: -264px -120px;
}
.mini-ico-chevron-up {
  background-position: -288px -120px;
}
.mini-ico-chevron-down {
  background-position: -313px -119px;
}
.mini-ico-retweet {
  background-position: -336px -120px;
}
.mini-ico-shopping-cart {
  background-position: -360px -120px;
}
.mini-ico-folder-close {
  background-position: -384px -120px;
}
.mini-ico-folder-open {
  background-position: -408px -120px;
}
.mini-ico-resize-vertical {
  background-position: -432px -119px;
}
.mini-ico-resize-horizontal {
  background-position: -456px -118px;
}
.mini-ico-hdd {
  background-position: 0 -144px;
}
.mini-ico-bullhorn {
  background-position: -24px -144px;
}
.mini-ico-bell {
  background-position: -48px -144px;
}
.mini-ico-certificate {
  background-position: -72px -144px;
}
.mini-ico-thumbs-up {
  background-position: -96px -144px;
}
.mini-ico-thumbs-down {
  background-position: -120px -144px;
}
.mini-ico-hand-right {
  background-position: -144px -144px;
}
.mini-ico-hand-left {
  background-position: -168px -144px;
}
.mini-ico-hand-up {
  background-position: -192px -144px;
}
.mini-ico-hand-down {
  background-position: -216px -144px;
}
.mini-ico-circle-arrow-right {
  background-position: -240px -144px;
}
.mini-ico-circle-arrow-left {
  background-position: -264px -144px;
}
.mini-ico-circle-arrow-up {
  background-position: -288px -144px;
}
.mini-ico-circle-arrow-down {
  background-position: -312px -144px;
}
.mini-ico-globe {
  background-position: -336px -144px;
}
.mini-ico-wrench {
  background-position: -360px -144px;
}
.mini-ico-tasks {
  background-position: -384px -144px;
}
.mini-ico-filter {
  background-position: -408px -144px;
}
.mini-ico-briefcase {
  background-position: -432px -144px;
}
.mini-ico-fullscreen {
  background-position: -456px -144px;
}
/* ========================================================
*
* Pannonia - responsive admin template
*
* ========================================================
*
* File: jquery.custom.css;
* Description: Jquery UI custom styles
* Version: 1.0
*
* ======================================================== */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*===== Datepicker =====*/
.ui-datepicker {
  width: 17em;
  display: none;
  z-index: 10!important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 2px 0;
  background: #DB6969;
  color: #fff;
  font-weight: bold;
}
.date-trigger .ui-datepicker-trigger {
  margin-left: 6px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  top: 3px;
  width: 5px;
  height: 8px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  opacity: 0.8;
}
.ui-datepicker .ui-datepicker-prev {
  background: url(../img/elements/interface/datepicker_arrow_left.png) 10px 10px no-repeat;
  left: 4px;
}
.ui-datepicker .ui-datepicker-next {
  background: url(../img/elements/interface/datepicker_arrow_right.png) 10px 10px no-repeat;
  right: 4px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 20px;
  padding: 5px 0 4px 0;
  text-align: center;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  background: white;
  border: 1px solid #DDD;
  margin-top: 1px;
}
.ui-datepicker-append {
  margin-left: 14px;
  font-size: 11px;
}
.no-append .ui-datepicker-append {
  display: none;
}
.datepicker-liquid > .ui-datepicker {
  width: 100%;
}
.datepicker-fixed {
  width: 17em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
  margin-left: 2px;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  margin-left: 1px;
}
.ui-datepicker-multi .ui-datepicker-group:first-child {
  margin-left: -2px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3333333333%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* ===== UI Slider ===== */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 18px;
  cursor: default;
  background: url(../img/elements/interface/slider_handle.png) no-repeat;
  border: none;
  cursor: pointer;
}
.ui-slider-handle:hover {
  background-position: 0 -18px;
}
.ui-slider-handle:active {
  background-position: 0 -36px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 6px;
  font-size: 11px;
  display: block;
  border: 1px solid #d05b48;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  background: #f38471;
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, -moz-linear-gradient(top, #f38471 0%, #ea6853 100%);
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f38471), color-stop(100%, #ea6853));
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, -webkit-linear-gradient(top, #f38471 0%, #ea6853 100%);
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, -o-linear-gradient(top, #f38471 0%, #ea6853 100%);
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, -ms-linear-gradient(top, #f38471 0%, #ea6853 100%);
  background: url(../img/elements/interface/progress_overlay.png) repeat-x, linear-gradient(top, #f38471 0%, #ea6853 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38471', endColorstr='#ea6853', GradientType=0);
}
.ui-slider-horizontal {
  height: 4px;
  background: #F8F8F8;
  border: 1px solid #E7E7E7;
  box-shadow: 0 1px 0 white, 0 1px 0 #EEE inset;
  -webkit-box-shadow: 0 1px 0 white, 0 1px 0 #EEE inset;
  -moz-box-shadow: 0 1px 0 white, 0 1px 0 #eeeeee inset;
  margin: 11px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  height: 100px;
  width: 4px;
  background: #eee;
  box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset;
  -webkit-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset;
  -moz-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: -1px;
  width: 4px;
  background: #9bcff5;
  background: -moz-linear-gradient(top, #9bcff5 0%, #84c4f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bcff5), color-stop(100%, #84c4f3));
  background: -webkit-linear-gradient(top, #9bcff5 0%, #84c4f3 100%);
  background: -o-linear-gradient(top, #9bcff5 0%, #84c4f3 100%);
  background: -ms-linear-gradient(top, #9bcff5 0%, #84c4f3 100%);
  background: linear-gradient(top, #9bcff5 0%, #84c4f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcff5', endColorstr='#84c4f3', GradientType=0);
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#eq span {
  height: 120px;
  float: left;
  margin-right: 30px;
  display: block;
}
.slider-tip {
  opacity: 1;
  bottom: 120%;
  margin-left: -1.36em;
}
/* ===== UI spinner ===== */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  vertical-align: middle;
  margin-right: 18px;
}
.ui-spinner-button {
  width: 17px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  cursor: pointer;
  border-right: 1px solid #d5d5d5;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
  background: url(../img/elements/forms/spinner_top.png) no-repeat;
  border-top: 1px solid #d5d5d5;
}
.ui-spinner-down {
  bottom: 0;
  background: url(../img/elements/forms/spinner_bottom.png) no-repeat;
  border-bottom: 1px solid #d5d5d5;
}
.ui-spinner .ui-icon-triangle-1-s {
  height: 14px;
}
/* ===== UI autocomplete ===== */
.ui-autocomplete {
  position: absolute;
  display: none;
  padding: 0;
  z-index: 100!important;
  border: 1px solid #d5d5d5;
  border-top: none;
  max-height: 164px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  display: block;
  float: left;
}
.ui-menu .ui-menu-item {
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
  border-top: 1px solid #eeeeee;
  background: #fff;
}
.ui-menu .ui-menu-item:first-child {
  border-top: 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  color: #5f5f5f;
  zoom: 1;
  font-size: 11px;
  cursor: pointer;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-state-focus {
  background: #fcfcfc;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
.ui-widget-content {
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* ===== UI Dialog ===== */
.ui-dialog {
  position: absolute;
  width: auto;
  border: 3px solid #676767;
}
.ui-dialog input[type=text] {
  width: 96%!important;
  margin: 12px 0 10px 0;
}
.ui-dialog form {
  text-align: center;
}
.ui-dialog .icon {
  padding: 1px 6px 0 0;
  float: left;
}
.ui-dialog p {
  padding: 0!important;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background: #efefef;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background: linear-gradient(top, #fafafa 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
}
.ui-dialog .ui-dialog-title {
  float: left;
  height: 38px;
  font-size: 16px;
  padding: 0 12px 0 12px;
  line-height: 38px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/elements/interface/dialog_close.png) no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  opacity: 0.6;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  overflow: auto;
  zoom: 1;
  padding: 14px;
  background: #FAFAFA;
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0 12px;
  font-size: 11px;
  background: #f5f5f5;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: center;
  margin: 0 2px;
}
.ui-dialog .ui-dialog-buttonpane button {
  outline: 0;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #3581c1;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0;
  background: #4590d2;
  background: -moz-linear-gradient(top, #5faede 0%, #4590d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5faede), color-stop(100%, #4590d2));
  background: -webkit-linear-gradient(top, #5faede 0%, #4590d2 100%);
  background: -o-linear-gradient(top, #5faede 0%, #4590d2 100%);
  background: -ms-linear-gradient(top, #5faede 0%, #4590d2 100%);
  background: linear-gradient(top, #5faede 0%, #4590d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5faede', endColorstr='#4590d2', GradientType=0);
}
.ui-dialog .ui-dialog-buttonpane button:active {
  background: #519dd7;
  box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 5px;
  bottom: 5px;
  opacity: 0.3;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/* ========================================================
*
* Pannonia - responsive admin template
*
* ========================================================
*
* File: main.css;
* Description: General template styles, including bootstrap components
* Version: 1.0
*
* ======================================================== */
/* # General styles
================================================== */
html {
  height: 100%;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/main.png");
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  position: relative;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
a {
  color: #1D8EC7;
  text-decoration: none;
}
a:hover {
  color: #E03D22;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*===== Hide/show sidebar animation =====*/
.hide-sidebar {
  margin-left: -253px;
}
.clean {
  background-position: -253px 0;
}
body {
  -webkit-transition: background-position ease-in-out 0.1s;
  -moz-transition: background-position ease-in-out 0.1s;
  -o-transition: background-position ease-in-out 0.1s;
  transition: background-position ease-in-out 0.1s;
}
#sidebar,
#content > .wrapper {
  -webkit-transition: margin ease-in-out 0.1s;
  -moz-transition: margin ease-in-out 0.1s;
  -o-transition: margin ease-in-out 0.1s;
  transition: margin ease-in-out 0.1s;
}
/*===== Common classes =====*/
.no-background {
  background: none;
}
.no-background .crumbs {
  margin: 0;
}
.sans {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fade {
  opacity: 0;
  filter: alpha(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;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.close {
  float: right;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*===== Fluid grid =====*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.row-fluid [class*="span"].hide {
  display: none;
}
.row-fluid [class*="span"].pull-right {
  float: right;
}
/*===== Demo styles =====*/
.demo-list {
  text-align: center;
}
.demo-list li {
  display: inline-block;
  margin: 0 10px;
}
.icons-showcase li {
  float: left;
  width: 25%;
  margin: 2px 0;
}
.icons-showcase li i {
  margin-right: 5px;
}
/*===== Typography =====*/
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1 small {
  font-size: 18px;
}
h2 small {
  font-size: 16px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin: 0;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
code,
pre {
  padding: 0 3px 2px;
  font-family: monospace;
  color: #333333;
}
code {
  padding: 0 4px;
  color: #ce3820;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  display: inline-block;
}
pre {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
/* ===== Lists ===== */
.list ul,
.list ol {
  padding: 0;
}
.list ul {
  margin: 0 0 0 15px;
  list-style-type: disc;
}
.list ol {
  margin: 0 0 0 15px;
  list-style-type: decimal;
}
.list ul ul,
.list ol ul {
  list-style-type: circle;
}
.minus-list li:before {
  content: '-';
  display: inline-block;
  padding: 0 8px 0 0;
  color: #999;
}
.arrow-list li {
  background: url(../img/elements/interface/list_arrow.png) no-repeat 0 7px;
  padding: 0 0 0 12px;
}
.check-list li {
  background: url(../img/elements/interface/list_tip.png) no-repeat 0 5px;
  padding: 0 0 0 18px;
}
.plus-list li:before {
  content: '+';
  display: inline-block;
  float: left;
  padding: 0 8px 0 0;
  color: #999;
}
.minus-list ul,
.plus-list ul {
  margin-left: 12px;
}
.list-font li [class^="icon-"],
.list-font li [class*=" icon-"] {
  margin-top: 2px;
}
/* # Error and login pages
================================================== */
.error-page {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: -190px;
  text-align: center;
  left: 0;
  right: 0;
}
.error-page:after {
  content: "";
  display: block;
  clear: both;
}
.error-page .error-content {
  width: 440px;
  margin: auto;
  margin-top: 35px;
}
.error-page .reason-title {
  display: block;
  margin: 20px 0;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.error-page .reason {
  color: #fff;
  font-size: 200px;
  text-stroke: 1px transparent;
  padding: 110px 0 80px 0;
  display: block;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.error-page .error-buttons > .btn {
  margin-top: 16px;
}
.login {
  width: 284px;
  margin: -142px 0 0 -142px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.login .control-group {
  padding: 16px 16px 0 16px;
  border: none;
}
.login-btn {
  margin: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.login .control-group input[type=text] {
  padding-right: 28px;
  background: #ffffff url(../img/elements/interface/login_username.png) no-repeat 228px 8px;
}
.login .control-group input[type=password] {
  padding-right: 28px;
  background: #ffffff url(../img/elements/interface/login_password.png) no-repeat 228px 8px;
}
/* # Invoice 
================================================== */
.invoice-footer {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-top: 3px double #DADADA;
  background: #fafafa;
}
.invoice-footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer-note {
  float: left;
  margin: 6px 0;
}
.invoice-head {
  border-bottom: 3px double #D5D5D5;
  padding: 18px 16px;
}
.invoice-head:after {
  content: "";
  display: block;
  clear: both;
}
.invoice-logo {
  float: left;
  display: block;
}
.invoice-data {
  width: 200px;
}
.invoice .table {
  border-right: 0;
}
.invoice .table-bordered th:first-child,
.invoice .table-bordered td:first-child {
  border-left: 0;
}
.invoice-from,
.invoice-to {
  margin: 14px 18px 18px 18px;
}
.cards {
  float: right;
  font-size: 0;
  line-height: 1;
}
.cards li {
  display: inline-block;
  text-align: right;
  background: url(../img/elements/interface/payment_icons.png) no-repeat;
  width: 51px;
  height: 32px;
  padding: 0;
  margin-left: 8px;
}
.cards li.discover {
  background-position: 0 -117px;
}
.cards li.visa {
  background-position: 0 -156px;
}
.cards li.amex {
  background-position: 0 -234px;
}
.cards li.mc {
  background-position: 0 -195px;
}
.cards li.pp {
  background-position: 0 -312px;
}
.total {
  text-align: right;
  float: right;
  margin: 20px;
}
.total span {
  font-weight: bold;
  padding: 0 0 4px 0;
  display: block;
}
.total strong {
  display: block;
  font-size: 24px;
}
/* # Media page 
================================================== */
/*===== Media page option bar =====*/
.options-bar {
  border: 3px double #ddd;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.options-bar:after {
  content: "";
  display: block;
  clear: both;
}
.options-bar > li {
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.options-bar > li:first-child {
  padding-left: 12px;
}
.bar-select > span {
  font-size: 11px;
  margin-top: 4px;
  display: block;
  float: left;
  margin-right: 12px;
}
.bar-select {
  margin: 12px 12px 12px 0;
  float: left;
}
.bar-button {
  float: left;
  margin: 12px 12px 12px 0;
}
.bar-button .btn {
  margin: 0;
}
.options-bar .navbar-icons {
  margin: 16px 12px;
  float: none;
  height: 14px;
  text-align: center;
}
.options-bar .navbar-icons li a {
  margin: 0 4px;
}
.options-bar .loading {
  margin: 17px 12px 17px 0;
}
.bar-entries {
  text-align: center;
  font-size: 11px;
}
.bar-entries > span {
  display: block;
  padding: 17px 12px;
}
.bar-entries strong {
  color: #B35D5D;
}
/*===== Media elements =====*/
.item-info {
  padding: 4px 14px 3px 14px;
}
.item-title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0;
  display: block;
  color: #1D8EC7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-title:hover {
  color: #E03D22;
}
.item-buttons {
  text-align: center;
}
.item-buttons .btn {
  margin: 2px 5px;
}
.view {
  position: relative;
  margin: 3px;
}
.view img {
  z-index: 10;
}
.view-back {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #777777 url(../img/icons/zoom.png) no-repeat 50%;
  z-index: 0;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.view-back span {
  display: block;
  float: right;
  padding: 5px 20px 5px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.view-back span:first-child {
  padding-top: 20px;
}
.view-back a {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}
.view-back a:hover {
  color: #fff;
  border-color: #fff;
}
.video iframe {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border: 0;
}
.video .view {
  margin-bottom: -3px;
}
/* # Charts 
================================================== */
/*===== Earnings widgets =====*/
.stats-details {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: medium double #d5d5d5;
}
.stats-details:after {
  content: "";
  display: block;
  clear: both;
}
.stats-details > li {
  width: 45%;
  margin-left: 10%;
  float: left;
}
.stats-details > li:first-child {
  margin-left: 0;
}
.stats-details > li > span {
  font-size: 11px;
  color: #2288b3;
  display: block;
  margin-top: -4px;
}
.number {
  float: right;
  position: relative;
}
.number span {
  font-size: 24px;
  margin: 8px 0 0 0;
  color: #454545;
  float: left;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
}
.number > a {
  width: 17px;
  height: 17px;
  background: url(../img/custom_caret.png) no-repeat 0 0;
  display: block;
  float: right;
  margin: 10px 0 0 11px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.number > a:hover {
  background-position: 0 -17px;
}
.number .dropdown-menu.pull-right {
  margin-top: 14px;
  right: -15px;
}
.stats-changes:after {
  content: "";
  display: block;
  clear: both;
}
.stats-changes > li {
  width: 45%;
  margin-left: 10%;
  float: left;
}
.stats-changes > li:first-child {
  margin-left: 0;
}
/*===== Real time chart widgets =====*/
.section-graph {
  border: 1px solid #53b170;
  margin-bottom: 1px;
  position: relative;
  height: 151px;
  color: #fff;
  background: #55bc75;
  background: -moz-linear-gradient(top, #60c780 0%, #53b170 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60c780), color-stop(100%, #53b170));
  background: -webkit-linear-gradient(top, #60c780 0%, #53b170 100%);
  background: -o-linear-gradient(top, #60c780 0%, #53b170 100%);
  background: -ms-linear-gradient(top, #60c780 0%, #53b170 100%);
  background: linear-gradient(top, #60c780 0%, #53b170 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c780', endColorstr='#53b170', GradientType=0);
}
.section-title:after {
  content: "";
  display: block;
  clear: both;
}
.graph-info {
  z-index: 99;
  font-weight: bold;
  float: right;
}
.graph-info span {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding-left: 16px;
}
.graph-info i {
  font-size: 11px;
  margin-left: 3px;
  font-style: normal;
}
.grow span {
  background: url(../img/elements/interface/arrow_up.png) no-repeat 0 8px;
}
.grow i {
  color: #58ac73;
}
.drop span {
  background: url(../img/elements/interface/arrow_down.png) no-repeat 0 8px;
}
.drop i {
  color: #e75e3a;
}
.section-info {
  padding: 14px 14px 8px 14px;
  overflow: hidden;
}
.section-info strong {
  display: block;
  margin: 10px 0;
}
.section-info a {
  margin: 0 0 16px 0;
  float: left;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #1D8EC7;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-info a:hover {
  color: #E03D22;
}
.info-blocks {
  font-size: 0;
  text-align: center;
  margin-bottom: 6px;
  background-color: #f5f0ec;
  border: 1px solid #EED9C8;
}
.info-blocks li {
  display: inline-block;
  font-size: 12px;
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: middle;
  color: #8a786a;
}
.info-blocks li:first-child {
  border-right: 1px solid #EED9C8;
}
.info-aapl {
  float: left;
}
.info-aapl {
  margin: 0;
  padding: 0;
}
.info-aapl li {
  margin: 0;
  display: block;
  width: 6px;
  height: 40px;
  margin-right: 5px;
  background-color: whiteSmoke;
  float: left;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.075) inset;
}
.info-aapl li span {
  display: block;
  width: 6px;
  height: 40px;
  position: absolute;
  bottom: 0;
}
span.orange {
  background-color: #EC7E61;
}
span.green {
  background-color: #41CA83;
}
.yearly-change {
  float: right;
  text-align: right;
}
.yearly-change i {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
  display: block;
}
.yearly-change span {
  display: block;
  color: #D64841;
  font-size: 24px;
  text-align: right;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
}
/*===== Charts tooltips =====*/
.jqstooltip {
  z-index: 10001;
  border: none!important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.chart-tooltip {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 11px;
  padding: 5px 9px;
  border: 1px solid #282828;
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: linear-gradient(top, #3b3b3b 0%, #222222 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.chart-tooltip:after {
  content: '';
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  position: absolute;
  bottom: -5px;
  left: 4px;
}
/*===== Misc =====*/
.graph {
  height: 100px;
  z-index: 9;
  width: 100%;
}
.graph-standard {
  height: 250px;
  z-index: 90;
  width: 100%;
  overflow: hidden;
}
.graph-sidebar {
  height: 180px;
  z-index: 90;
  width: 100%;
}
.legendLabel span {
  display: block;
  margin: 0 5px;
}
.legendColorBox {
  padding-left: 10px;
  vertical-align: top;
  padding-top: 8px;
}
.legendColorBox div > div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.legendColorBox:first-child {
  padding-left: 5px;
}
.xAxis .tickLabel {
  margin-top: -5px;
}
.tickLabel {
  font-size: 11px;
}
/* # Top and footer bars
================================================== */
/*===== Top =====*/
#top {
  height: 48px;
  display: block;
}
.fixed {
  position: fixed;
  height: 48px;
  width: 100%;
  z-index: 1039;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/dark.png");
  padding: 0 20px;
  border-bottom: 4px solid #ef705b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#top:after {
  content: "";
  display: block;
  clear: both;
}
.logo {
  display: block;
  padding: 11px 0;
  float: left;
}
.top-menu {
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  float: right;
  margin-right: -1px;
}
.top-menu > li {
  list-style: none;
  float: left;
  border-right: 1px solid #252525;
  position: relative;
}
.top-menu > li:first-child {
  border-left: 1px solid #252525;
}
.top-menu > li > a {
  cursor: pointer;
  display: block;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-menu > li > a:hover {
  background-color: #333;
  border-color: #333;
}
.top-menu > li > ul {
  width: 100%;
  top: 48px;
  left: -1px;
  border-top: 0;
}
.top-menu > li > ul > li > a {
  padding: 8px;
}
.dropdown-menu .badge {
  position: absolute;
  right: 8px;
  top: 8px;
}
.top-menu > li > ul:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -6px;
}
.top-menu > li > ul.pull-right:after {
  left: auto;
  right: 18px;
}
.user-menu {
  padding: 12px 14px;
  height: 20px;
}
.top-menu .dropdown .caret {
  display: inline-block;
  border-top-color: white;
  margin: 9px 0 0 8px;
}
.user-menu > img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
.user-menu > span {
  font-size: 11px;
  margin-left: 32px;
  display: block;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}
.new-message {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(../img/elements/interface/new_message.png) no-repeat;
}
.fullview {
  background: url(../img/icons/top/fullview.png) no-repeat 50%;
  width: 18px;
  height: 16px;
  padding: 14px;
}
.showmenu {
  background: url(../img/icons/top/showmenu.png) no-repeat 50%;
  width: 18px;
  height: 16px;
  padding: 14px;
}
.login-top {
  background: url(../img/icons/top/login.png) no-repeat 50% 16px;
  width: 18px;
  height: 16px;
  padding: 14px;
}
.messages {
  background: url(../img/icons/top/messages.png) no-repeat 50% 16px;
  width: 18px;
  height: 16px;
  padding: 14px;
}
/*===== Footer =====*/
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/dark.png");
  height: 42px;
  width: 100%;
  padding: 0 20px;
  border-top: 4px solid #EF705B;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: #fff;
}
.copyrights {
  display: block;
  float: left;
  padding: 9px 0;
}
.footer-links {
  float: right;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
}
.footer-links li {
  float: left;
  border-right: 1px solid #252525;
}
.footer-links li a {
  display: block;
  white-space: nowrap;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  color: #fff;
  padding: 9px 14px 8px 14px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-links li a i {
  color: #fff;
}
.footer-links li:first-child {
  border-left: 1px solid #252525;
}
.footer-links li a:hover {
  background-color: #333;
  border-color: #333;
}
/* # Sidebar elements
================================================== */
#sidebar {
  width: 250px;
  margin-right: 3px;
  float: left;
  display: block;
}
.sidebar-stats li,
.user-links li a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
/*===== Sidebar tabs =====*/
.tabs-nav {
  font-size: 11px;
}
.tabs-nav li {
  display: block;
  float: left;
  text-align: center;
}
.tabs-nav li:first-child a {
  border-left: 0;
}
.tabs-nav li a {
  display: block;
  padding: 0;
  height: 32px;
  border-left: 1px solid #d5d5d5;
}
.tabs-nav li a img {
  padding: 9px 0;
  height: 14px;
}
.tabs-nav li a i {
  font-size: 14px;
  margin: 0;
  padding: 9px 0;
  color: #646464;
  float: none;
}
.tabs-nav li a:hover {
  background: #f8f8f8;
  color: #656565;
}
.tabs-nav li a:active {
  background: #fcfcfc;
}
.tabs-nav li.active a {
  cursor: default;
  border-bottom: 1px solid #e8e8e8;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/main.png");
}
.tabs-nav li.active a i {
  color: #999;
}
.two-items li {
  width: 50%;
}
.three-items li {
  width: 83px;
}
.three-items li:first-child {
  width: 84px;
}
.four-items li {
  width: 62px;
}
.four-items li:first-child,
.four-items li:last-child {
  width: 63px;
}
.five-items li {
  width: 50px;
}
/*===== Sidebar stats =====*/
.sidebar-stats li:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar-stats li {
  border-top: 1px solid #d5d5d5;
  padding: 12px;
}
.sidebar-stats .info span {
  text-transform: none;
}
.sidebar-stats li:first-child {
  border-top: 0;
}
.sidebar-stats .info h2 {
  font-size: 20px;
  line-height: 20px;
}
/*===== Sidebar square buttons =====*/
.sidebar-buttons {
  font-size: 0;
  height: 42px;
}
.sidebar-buttons li {
  display: inline-block;
  margin-left: 14px;
}
.sidebar-buttons li:first-child {
  margin-left: 0;
}
.sidebar-buttons li a {
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sidebar-buttons li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.sidebar-buttons li a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
}
.sidebar-buttons li a i {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  padding: 13px;
  margin: 0;
}
.blue-square {
  background: #59b3e7;
}
.red-square {
  background: #ef705b;
}
.green-square {
  background: #56BB4D;
}
.purple-square {
  background: #e16588;
}
.orange-square {
  background: #e9854f;
}
.dark-blue-square {
  background: #487cb5;
}
.sea-square {
  background: #34a097;
}
.sidebar-buttons.grey li {
  border: 1px solid #d5d5d5;
  line-height: 1;
}
.sidebar-buttons.grey li a {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
}
.sidebar-buttons.grey li a:hover {
  background: #f8f8f8;
}
.sidebar-buttons.grey li a:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fcfcfc;
}
.sidebar-buttons.grey li a i {
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  padding: 12px;
}
/*===== Progress stats =====*/
.progress-statistics {
  background: #fdfdfd;
  border: 1px solid #ddd;
  font-size: 11px;
}
.progress-statistics .progress {
  margin-top: 2px;
}
.progress-statistics li {
  padding: 8px 10px 14px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e2e2e2;
}
.progress-statistics li:last-child {
  border-bottom: none;
}
/*===== Social stats =====*/
.social-stats li:after {
  content: "";
  display: block;
  clear: both;
}
.social-stats li {
  margin-top: 12px;
}
.social-stats li:first-child {
  margin-top: 0;
}
.social-stats li a {
  display: inline-block;
  float: left;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-stats li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.social-stats li a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
}
.social-stats li i {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  padding: 13px;
  margin: 0;
}
.social-stats li h4 {
  margin: 0;
  line-height: 1;
  display: block;
  padding: 3px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.social-stats > li > div {
  display: block;
  margin-left: 54px;
}
.social-stats > li > div > span {
  color: #999;
}
/*===== Categories list =====*/
.categories:after,
.categories > li:after {
  content: "";
  display: block;
  clear: both;
}
.categories > li {
  margin-top: 4px;
}
.categories > li:first-child {
  margin-top: 0;
}
.categories > li > a {
  float: left;
  display: block;
}
.categories > li > strong {
  display: block;
  float: right;
  margin-right: 3px;
  color: #D3604D;
}
/*===== Sidebar thumbs =====*/
.thumbs {
  margin-top: -5px;
}
.thumbs a {
  margin-top: 5px;
  display: block;
}
/*===== Contact list =====*/
.user-list {
  border-bottom: 1px solid #fff;
}
.user-list li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
}
.user-list li:first-child {
  border-top: 0;
  margin-top: -12px;
}
.user-list li:hover a strong {
  color: #D3604D;
}
.user-list li a > img {
  float: left;
  margin: 0 10px 0 0;
  box-shadow: 0 1px 1px #222;
  -webkit-box-shadow: 0 1px 1px #222;
  -moz-box-shadow: 0 1px 1px #222;
}
.user-list li a {
  color: #6a6a6a;
  padding: 12px 0;
  display: block;
  position: relative;
}
.user-list li a:after {
  content: "";
  display: block;
  clear: both;
}
.user-list li.active strong {
  color: #D3604D;
}
.user-list li.active .contactName > i {
  color: #959595;
}
.contact-name {
  float: left;
}
.contact-name > strong {
  display: block;
  line-height: 22px;
}
.contact-name > strong > span {
  color: #999;
}
.contact-name > i {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #999;
  line-height: 10px;
}
.status_available,
.status_away,
.status_off {
  width: 7px;
  height: 7px;
  background: url(../img/elements/interface/contact_status.png) no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.status_available {
  background-position: 0 0;
}
.status_away {
  background-position: 0 -8px;
}
.status_off {
  background-position: 0 -16px;
}
.more {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more > a {
  display: block;
}
/*===== Sidebar user =====*/
.sidebar-user:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar-user .user {
  display: block;
}
.user-links {
  margin-top: 2px;
  border: 1px solid #d5d5d5;
  border-top: 0;
}
.user-links li {
  border-top: 1px solid #d5d5d5;
  position: relative;
}
.user-links li a {
  display: block;
  padding: 9px 10px;
  color: #555;
  font-weight: bold;
}
.user-links li a:hover {
  background: #fcfcfc;
}
.user-links li a:active {
  background: #fff;
}
.user-links li a:before {
  content: "";
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/icons/list_plus.png") no-repeat 0 0;
  display: block;
  float: left;
  margin: 6px 8px 0 0;
  width: 8px;
  height: 8px;
}
.user-links li a strong {
  color: #d3604d;
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 11px;
}
/*===== General stats =====*/
.general-stats .head:after,
.general-stats .body:after {
  content: "";
  clear: both;
  display: block;
}
.general-stats li {
  float: left;
  text-align: center;
  width: 69px;
  white-space: nowrap;
  display: block;
}
.general-stats .head {
  color: #fff;
  font-weight: bold;
  display: block;
  border: 1px solid #DB6969;
}
.general-stats .head li {
  border-left: 1px solid #C25845;
  background: #DB6969;
}
.general-stats .head li:first-child {
  border-left: 0;
  width: 68px;
}
.general-stats .head li span {
  display: block;
  padding: 2px 5px 1px 5px;
  font-size: 11px;
  line-height: 19px;
}
.general-stats .body {
  border: 1px solid #d5d5d5;
  border-top: 0;
  padding: 0;
}
.general-stats .body li strong {
  font-size: 16px;
  padding: 8px 6px 6px 6px;
  display: block;
  text-shadow: 0 1px 0 #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.general-stats .body li {
  border-left: 1px solid #d5d5d5;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}
.general-stats .body li:first-child {
  border-left: 0;
  width: 68px;
}
/*===== Main navigation =====*/
.navigation > li {
  position: relative;
  margin-top: 1px;
}
.navigation > li:first-child {
  margin-top: 0;
}
.navigation > li > a {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 11px 14px;
  border: 1px solid #d5d5d5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:active,
.navigation > li > a.subOpened,
.navigation > li > a.subOpened:hover {
  color: #fff;
  vertical-align: middle;
  background: #5B9BB4;
  border-color: #47869E;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navigation > li.active > a:hover > i,
.navigation > li > a.subOpened:hover > i {
  color: #ffffff;
}
.navigation > li.active > a > i,
.navigation > li > a.subOpened > i {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}
.navigation > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: #fcfcfc;
  border-color: #ccc;
  color: #497b95;
}
.navigation > li > a:active {
  background: #ffffff;
  color: #555555;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navigation > li > a:hover > i {
  color: #497b95;
}
.navigation > li > a > i,
.navigation > li > a > b {
  color: #5C696F;
  font-size: 14px;
  display: block;
  float: left;
  margin-top: 3px;
  text-align: left;
  margin-right: 6px;
}
.navigation > li.active a strong {
  background: #555;
  box-shadow: 0 1px 2px #4a4a4a inset, 0 1px 2px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 2px #4a4a4a inset, 0 1px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px #4a4a4a inset, 0 1px 2px rgba(255, 255, 255, 0.2);
}
.navigation li a strong {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 7px 4px 7px;
  color: #fff;
  line-height: 13px;
  text-shadow: none;
  position: absolute;
  right: 10px;
  top: 11px;
  background: #5B6368;
  font-size: 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.navigation > li > ul {
  background: #fff;
}
.navigation > li > ul > li {
  position: relative;
  border: 1px solid #ddd;
  border-top: 0;
}
.navigation > li > ul > li:first-child {
  border-top: 1px solid #ddd;
}
.navigation > li > ul > li.current > a,
.navigation > li > ul > li.current > a:hover {
  color: #327394;
  margin-right: -1px;
}
.navigation > li > ul > li > a {
  color: #5f5f5f;
  font-size: 11px;
  display: block;
  padding: 8px 12px;
  background: #fcfcfc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1 ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navigation > li > ul > li > a:hover {
  background: #fafafa;
  color: #B14131;
  padding: 8px 12px;
}
.navigation > li > ul > li > a:before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/interface/plus.png") no-repeat;
  margin-right: 10px;
  margin-top: 7px;
}
.navigation > li > ul > li > a:hover {
  box-shadow: -1px 0 0 #ef705b, 2px 0 0 #ef705b inset;
  -webkit-box-shadow: -1px 0 0 #ef705b, 2px 0 0 #ef705b inset;
  -moz-box-shadow: -1px 0 0 #ef705b, 2px 0 0 #ef705b inset;
}
.navigation > li > a.expand {
  margin-bottom: 1px;
}
.navigation > li > ul > li > ul {
  box-shadow: 1px 0 0 #b1b7bb, 0 1px 0 #b1b7bb, 0 -1px 0 #b1b7bb;
  -webkit-box-shadow: 1px 0 0 #b1b7bb, 0 1px 0 #b1b7bb, 0 -1px 0 #b1b7bb;
  -moz-box-shadow: 1px 0 0 #b1b7bb, 0 1px 0 #b1b7bb, 0 -1px 0 #b1b7bb;
}
.navigation > li > ul > li > ul li {
  border-top: 1px solid #f2f2f2;
}
.navigation > li > ul > li > ul li:first-child {
  border-top: 0;
}
.navigation > li > ul > li > ul li a {
  padding: 8px 12px 8px 17px;
  color: #5f5f5f;
  font-size: 11px;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navigation > li > ul > li > ul li a:hover,
.navigation > li > ul > li > ul li a.current {
  background-color: #fdfdfd;
  color: #B14131;
}
.navigation > li > ul > li > ul li a:before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/interface/plus_light.png") no-repeat;
  margin-right: 10px;
  margin-top: 7px;
}
.navigation li ul li a.subOpened:before {
  float: left;
  width: 5px;
  height: 1px;
  background: url(../img/elements/interface/minus.png) no-repeat;
  margin-right: 10px;
  margin-top: 9px;
}
.navigation li ul li a.subOpened,
.navigation > li > ul > li > a.current {
  color: #2883b8;
  background-color: #fafafa;
  box-shadow: -1px 0 0 #b1b7bb, 2px 0 0 #b1b7bb inset;
  -webkit-box-shadow: -1px 0 0 #b1b7bb, 2px 0 0 #b1b7bb inset;
  -moz-box-shadow: -1px 0 0 #b1b7bb, 2px 0 0 #b1b7bb inset;
}
/*===== Sidebar forms =====*/
#sidebar select,
#sidebar textarea,
#sidebar input[type="text"],
#sidebar input[type="password"],
#sidebar input[type="datetime"],
#sidebar input[type="datetime-local"],
#sidebar input[type="date"],
#sidebar input[type="month"],
#sidebar input[type="time"],
#sidebar input[type="week"],
#sidebar input[type="number"],
#sidebar input[type="email"],
#sidebar input[type="url"],
#sidebar input[type="search"],
#sidebar input[type="tel"],
#sidebar input[type="color"],
#sidebar .uneditable-input {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 10px;
}
#sidebar .selector {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#sidebar .uploader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#sidebar .select2-container {
  width: 100%;
  margin-bottom: 10px;
}
#sidebar .form-actions {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.sidebar-checks {
  margin-bottom: 10px;
}
#sidebar .progress {
  background-color: #ffffff;
  box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}
#sidebar .input-append.color input {
  width: 181px;
  margin-bottom: 0;
}
#sidebar .dates-range input {
  margin-bottom: 0;
}
#sidebar .dates-range li {
  width: 45%;
}
#sidebar .dates-range li.sep {
  margin: 0;
  width: 10%;
}
/*===== Sidebar slider controls =====*/
#sidebar .slider-controls input {
  width: 90px;
  text-align: right;
  margin-bottom: 0;
  padding: 6px;
  float: right;
}
#sidebar .slider-controls > label {
  float: left;
  margin-top: 2px;
}
#sidebar .ui-slider-horizontal {
  background: #fff;
  border-color: #d5d5d5;
}
/* # Content elements
================================================== */
#content {
  margin-bottom: -30px;
  overflow: hidden;
}
#container {
  padding-bottom: 62px;
}
#container:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper {
  margin: 0 20px;
  position: relative;
}
.widget {
  margin-bottom: 30px;
}
.semi-widget {
  margin-top: 15px;
}
.semi-widget:first-child {
  margin-top: 0;
}
.body {
  padding: 15px 14px;
}
.subtitle {
  display: block;
  margin-bottom: 5px;
  color: #656565;
}
.subtitle code {
  margin-left: 6px;
  font-weight: normal;
}
.margin {
  margin: 15px 14px;
}
.drag {
  width: 12px;
  height: 10px;
  background: url(../img/elements/interface/order.png) no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  margin: 14px;
}
#sidebar .widget {
  margin: 25px 20px 0 20px;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* ===== Widget toolbar ===== */
.toolbar {
  border: 1px solid #d5d5d5;
  margin-bottom: 1px;
  background: #fbfbfb;
}
.toolbar:after {
  content: "";
  display: block;
  clear: both;
}
.toolbar .dropdown.open > a {
  background: #fff;
  color: #999;
}
.toolbar .dropdown.open > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.toolbar > li {
  display: block;
  float: left;
  border-right: 1px solid #DDD;
  font-size: 11px;
}
.toolbar > li > a {
  display: inline-block;
  white-space: nowrap;
  color: #454545;
  padding: 7px 12px;
}
.toolbar > li > a:hover {
  color: #327394;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f8f8f8 100%);
  background: linear-gradient(top, #fbfbfb 0%, #f8f8f8 100%);
}
.toolbar > li > a:active {
  background: #f8f8f8;
  color: #999999;
}
.toolbar > li > a > img {
  display: inline-block;
  float: left;
  margin-top: 4px;
}
.toolbar > li > a > span {
  margin-left: 5px;
}
.toolbar [class^="pic-"],
.toolbar [class*=" pic-"] {
  float: left;
  display: inline-block;
  margin-right: 0;
  margin-top: 3px;
}
.toolbar [class^="icon-"],
.toolbar [class*=" icon-"] {
  font-size: 14px;
  float: left;
  display: inline-block;
  width: 14px;
  margin-right: 0;
}
.toolbar [class^="fam-"],
.toolbar [class*=" fam-"] {
  float: left;
  display: inline-block;
  margin-right: 0;
  margin-top: 2px;
}
.toolbar .dropdown-menu > li > a > i {
  margin-right: 6px;
}
/*===== Large round buttons =====*/
.round-buttons {
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.round-buttons > li {
  margin: 4px 12px;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  position: relative;
  background: #fcfcfc;
}
.depth {
  overflow: hidden;
  margin: 4px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #7FC3DD;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.depth:active {
  background: #cf6a59;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
}
.depth > a {
  display: block;
  width: 62px;
  height: 62px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 5px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
.depth > a:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fafafa;
}
.depth > a > i {
  font-size: 24px;
  margin: 19px 0;
  width: 24px;
  float: none;
  color: #676767;
  text-shadow: 0 1px 0 #ffffff;
  height: 24px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.depth > a:hover {
  background: #fcfcfc;
}
.depth > a:hover > i {
  color: #3d829c;
}
.depth > a:active > i {
  color: #cf6a59;
}
/*===== Breadcrumbs =====*/
.tabs-nav,
.crumbs {
  height: 32px;
  box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
}
.crumbs {
  padding: 0 20px;
  margin: 0 -20px;
}
.crumbs:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb {
  float: left;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:first-child {
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/icons/crumbs_home.png") no-repeat 0 12px;
}
.breadcrumb li:first-child a {
  padding-left: 17px;
}
.breadcrumb li a {
  color: #555;
  font-size: 11px;
  display: block;
  padding: 6px 16px 5px 12px;
  line-height: 21px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/icons/crumbs_arrow.png") no-repeat 100% 14px;
}
.breadcrumb li a:hover {
  color: #2B6893;
}
.breadcrumb .active > a,
.breadcrumb .active > a:hover {
  color: #999;
  background: none;
}
/*===== Alt buttons =====*/
.alt-buttons {
  float: right;
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #fcfcfc;
  margin-right: -1px;
}
.alt-buttons > li {
  float: left;
  border-right: 1px solid #d5d5d5;
  position: relative;
  font-size: 11px;
}
.alt-buttons > li strong {
  color: #B35D5D;
  margin-left: 4px;
}
.alt-buttons > li:first-child {
  border-left: 1px solid #d5d5d5;
}
.alt-buttons > li > a {
  color: #555;
  white-space: nowrap;
  padding: 6px 12px 5px 12px;
  line-height: 21px;
  display: inline-block;
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #fcfcfc;
}
.alt-buttons > li > a:hover {
  background: #fafafa;
  color: #656565;
}
.alt-buttons > li > a:active,
.alt-buttons .open {
  background: #fefefe;
}
.alt-buttons > li > ul {
  position: absolute;
  display: none;
  border: 1px solid #c7c7c7;
  z-index: 990;
  text-align: left;
  top: 32px;
}
.alt-buttons > li > ul > li {
  float: none;
  border-top: 1px solid #ddd;
}
.alt-buttons li ul li:first-child {
  border-top: none;
}
.alt-buttons li ul li a:hover {
  background: #fcfcfc;
  color: #656565;
}
.alt-buttons li ul li a:active {
  background: #fff;
}
/*===== Page title =====*/
.page-header {
  clear: both;
}
.page-header:after {
  content: "";
  display: block;
  clear: both;
}
.page-title {
  float: left;
  padding: 25px 0;
}
.page-title h5 {
  margin: 0;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.page-title span {
  display: block;
  font-size: 11px;
  color: #888888;
  font-weight: normal;
}
/*===== Page stats =====*/
.page-stats {
  float: right;
  padding: 25px 0;
}
.page-stats li {
  float: left;
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}
.page-stats li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.showcase {
  float: left;
  margin-right: 18px;
}
.showcase span {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.showcase h2 {
  color: #465D66;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.chart {
  float: right;
  margin-top: 4px;
}
/*===== Page title statistics =====*/
.statistics {
  width: 100%;
  text-align: center;
  padding: 14px 12px 8px 12px;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.statistics > li {
  min-width: 130px;
  margin: 8px 14px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.statistics > li > span {
  font-size: 11px;
  margin-top: 5px;
  display: block;
  color: #555;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.top-info {
  margin-bottom: 12px;
}
.top-info > a {
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.top-info > a > i {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 5px;
  margin: 0;
}
.top-info > strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
  float: left;
  margin-top: 4px;
  text-shadow: 0 1px 0 #ffffff;
}
.top-info:after {
  content: "";
  display: block;
  clear: both;
}
/*===== Action tabs =====*/
.actions-wrapper {
  margin: 0 -20px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/actions.png");
  margin-bottom: 30px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 2px 0 #ffffff;
}
.actions-wrapper.on-top {
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-top: 0;
}
.actions {
  position: relative;
  padding-bottom: 46px;
}
.action-title {
  text-align: center;
  padding: 22px 16px 18px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.action-title > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 8px;
}
.action-title > span {
  display: block;
}
.action-content {
  padding: 16px;
}
.action-tabs {
  background: url(../img/elements/interface/action_divider.png) repeat-x 0 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.action-tabs li {
  display: inline-block;
  position: relative;
}
.action-tabs li.current {
  border-top: 3px solid #ef705b;
}
.action-tabs li.current a,
.action-tabs li.current a:hover {
  color: #D8572E;
}
.action-tabs li.current:before {
  display: block;
  border-bottom: 4px solid #EF705B;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
}
.action-tabs li a {
  font-weight: bold;
  color: #333;
  display: block;
  padding: 10px 16px 12px 16px;
  text-shadow: 0 1px 1px #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.action-tabs li a:hover {
  color: #1D8EC7;
}
#google-map {
  width: 100%;
  height: 350px;
  border-bottom: 1px solid #C7C7C7;
}
#map {
  padding-bottom: 10px;
}
/* ===== Prettify ===== */
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #ca3131;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
ol.linenums {
  margin: 0 0 0 33px;
  list-style-type: decimal;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
/*===== For wizard step title =====*/
.step-title {
  padding: 16px 16px 14px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #D5D5D5;
  background: #fcfcfc;
}
.step-title > h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #1D8EC7;
  display: inline-block;
  margin: 0 0 4px 0;
}
.step-title > span {
  display: block;
}
.step-title > i {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  border-radius: 50%;
  color: white;
  font-style: normal;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  margin-right: 14px;
  background: #EF705B;
}
/*===== Slider controls =====*/
.slider-controls {
  margin-bottom: -4px;
}
.slider-controls:after {
  content: "";
  display: block;
  clear: both;
}
.slider-controls > label {
  font-size: 11px;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.slider-controls input[type=text] {
  background: none;
  color: #D3604D;
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-weight: bold;
}
.slider-controls input[type=text]:focus {
  background: #fff;
  border: 1px solid #dadada;
}
/*===== Search widget =====*/
.search {
  padding: 12px;
  border: 1px solid #d5d5d5;
  position: relative;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
}
.search input[type=text] {
  font-size: 12px;
  background: #ffffff url(../img/elements/interface/big_search.png) no-repeat 10px 10px;
  width: 100%;
  margin: 0;
  padding: 9px 140px 9px 28px;
  height: 34px;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search input[type=submit] {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 10px 13px 9px 13px;
  line-height: 13px;
}
.search-options {
  position: absolute;
  right: 72px;
  top: 7px;
  background: white;
}
.search-options li {
  float: left;
}
.search-options li a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  width: 12px;
  height: 12px;
  padding: 4px 5px;
  background-repeat: no-repeat;
  background-position: 5px 4px;
}
.search-options li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.search-options .go-option {
  background-image: url(../img/elements/interface/go_option.png);
}
.search-options .advanced-option {
  background-image: url(../img/elements/interface/advanced_option.png);
}
.search-options .settings-option {
  background-image: url(../img/elements/interface/settings_option.png);
}
/*===== Dates range list =====*/
.dates-range {
  font-size: 0;
}
.dates-range li {
  display: inline-block;
  width: 30%;
  font-size: 11px;
}
.dates-range li.sep {
  margin: 5px;
  color: #ddd;
  width: 2%;
  text-align: center;
}
.dates-range li input[type=text] {
  width: 100%;
}
/*===== Tables styles =====*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  border: 1px solid #d5d5d5;
}
.table th,
.table td {
  padding: 8px 12px;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid #e2e2e2;
}
.table td {
  background: #fff;
}
.table th {
  font-weight: bold;
  text-align: left;
}
.table thead th {
  background-color: #f8f8f8;
}
.table .checker {
  margin: 0;
}
.table-checks tr td:first-child {
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.table-checks .row-checked td {
  background: #fffff7;
}
.table-controls {
  line-height: 1;
  font-size: 0;
}
.table-controls > li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.table-controls > li > .btn {
  padding: 6px 4px;
  margin: 0;
}
.table-controls > li > .btn > i {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}
.table-controls > li > a {
  display: inline-block;
}
.table-controls > li > a > i {
  margin: 0;
  font-size: 14px;
  color: #555;
  display: block;
}
.table-controls > li > a.btn > b,
.table-controls > li > a > b {
  margin: 1px 0 -1px 0;
  font-size: 14px;
  color: #555;
  width: 1.1em;
  float: none;
}
.table-footer .table-actions label {
  margin: 3px 12px 0 0;
  display: inline-block;
}
.table-footer {
  border: 1px solid #d5d5d5;
  padding: 14px 12px;
  margin-top: 1px;
  font-size: 11px;
  background: #fafafa;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
.table-footer:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.table-footer .pagination {
  display: inline-block;
  float: right;
}
.table-actions {
  display: block;
  float: left;
}
.table-actions .selector {
  height: 26px;
  line-height: 26px;
  min-width: 0;
}
.table-actions .selector span {
  padding: 7px 31px 6px 0px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/forms/select_arrows.png") no-repeat 100% -1px;
}
.table-actions .selector input {
  height: 26px;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 12px;
}
.table-gradient tbody td {
  background: none;
}
.table-gradient tbody tr {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
}
.table-transparent,
.table-transparent tbody td,
.table-transparent thead th {
  background: none;
}
.table-bordered {
  border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table .rowspan {
  border-left: 1px solid #e2e2e2!important;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #fcfcfc;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #fafafa;
}
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
/* Color highlighting */
.table tbody tr.success td {
  background-color: #f0faec;
}
.table tbody tr.error td {
  background-color: #fdf3f3;
}
.table tbody tr.warning td {
  background-color: #FFFFF7;
}
.table tbody tr.info td {
  background-color: #eef7fb;
}
.table-hover tbody tr.success:hover td {
  background-color: #eaf9e4;
}
.table-hover tbody tr.error:hover td {
  background-color: #fdefef;
}
.table-hover tbody tr.warning:hover td {
  background-color: #fefeea;
}
.table-hover tbody tr.info:hover td {
  background-color: #e8f5fb;
}
.table-striped tbody > tr {
  background: #f9f9f9;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #f0faec;
}
.table tbody tr.error td {
  background-color: #fdf3f3;
}
.table tbody tr.warning td {
  background-color: #FFFFF7;
}
.table tbody tr.info td {
  background-color: #eef7fb;
}
.table-hover tbody tr.success:hover td {
  background-color: #eaf9e4;
}
.table-hover tbody tr.error:hover td {
  background-color: #fdefef;
}
.table-hover tbody tr.warning:hover td {
  background-color: #fefeea;
}
.table-hover tbody tr.info:hover td {
  background-color: #e8f5fb;
}
/*===== Dropdowns =====*/
.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: "";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown .caret {
  margin-top: 9px;
  margin-left: 3px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0;
  font-size: 11px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: -1px;
  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 {
  border-top: 1px solid #e5e5e5;
  position: relative;
  text-align: left;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f8f8f8 100%);
  background: linear-gradient(top, #fefefe 0%, #f8f8f8 100%);
}
.dropdown-menu li:first-child {
  border-top: 0;
}
.dropdown-menu li > a {
  display: block;
  padding: 8px 8px 7px 8px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a > i {
  font-size: 14px;
  color: #555;
  float: left;
  margin-top: 3px;
  margin-right: 6px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background: #fcfcfc;
  color: #656565;
}
.dropdown-menu li > a:active {
  background: #fff;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: #fff;
  outline: 0;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: -1px;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 6px;
  margin-right: 0px;
  border-color: transparent;
  border-left-color: #555;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #999;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
/*===== Typeahead =====*/
.typeahead {
  z-index: 1051;
  margin-top: 1px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 186px;
  overflow: auto;
  border: 1px solid #dadada;
}
.typeahead li a {
  color: #5f5f5f;
}
/*===== Wells =====*/
[class^="well"],
[class*=" well"] {
  background: #fefefe;
  border: 1px solid #d5d5d5;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
[class^="well"] blockquote,
[class*=" well"] blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}
.well-white {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  position: relative;
}
.well-smoke {
  background: #f9f9f9;
  border: 1px solid #d5d5d5;
}
.well-large > .body,
.well-large.body {
  padding: 24px;
}
.well-small > .body,
.well-small.body {
  padding: 9px;
}
/*===== Pagination =====*/
.pagination {
  font-size: 0;
  line-height: 1;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline-block;
  font-size: 11px;
}
.navbar .pagination {
  margin: 7px;
}
.navbar .pagination ul > li > a,
.navbar .pagination ul > li > span {
  padding: 1px 8px 0 8px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 3px 10px 2px 10px;
  line-height: 21px;
  color: #454545;
  text-decoration: none;
  border: 1px solid #d5d5d5;
  margin-left: 1px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
}
.pagination ul > li > a:hover {
  color: #4285A7;
  background: #fafafa;
}
.pagination ul > li > a:active,
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  background: #676d71;
  color: #fff;
  border-color: #585e63;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:active {
  color: #BBB;
  cursor: default;
  background: #FEFEFE;
  border-color: #E2E2E2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 8px 14px;
  font-size: 14px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px 1px 10px;
  font-size: 11px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 8px 0 8px;
  font-size: 11px;
}
/*===== Pager =====*/
.pager {
  text-align: center;
  *zoom: 1;
  font-size: 0;
  line-height: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
  font-size: 11px;
  margin-left: 1px;
}
.pager li:first-child {
  margin-left: 0;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 3px 11px 2px 11px;
  line-height: 21px;
  color: #5f5f5f;
  border: 1px solid #dadada;
  font-size: 11px;
  -webkit-box-shadow: 0 1px 1px #eee;
  -moz-box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px #eee;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
}
.pager a:hover {
  color: #4285A7;
  background: #fafafa;
}
.pager a:active {
  background: #676d71;
  color: #fff;
  border-color: #585e63;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #ffffff;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled a:active,
.pager .disabled span {
  color: #999999;
  cursor: default;
  background: #fcfcfc;
  border-color: #dddddd;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .pager {
  margin: 7px;
  line-height: 1;
}
.navbar .pager a,
.navbar .pager span {
  padding: 1px 10px 0 10px;
}
/*===== Modals =====*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  outline: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 12px 15px;
  border-bottom: 1px solid #e1e1e1;
  background: #fcfcfc;
}
.modal-header .close {
  margin-top: 3px;
}
.modal-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 14px;
  overflow-y: auto;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 12px 14px;
  margin-bottom: 0;
  text-align: right;
  background-color: #fcfcfc;
  border-top: 1px solid #ddd;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/*===== Tooltips =====*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 20px;
  background-color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
/*===== Popover =====*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  border-bottom: 1px solid #d5d5d5;
  margin: 0;
  padding: 9px 14px 8px 14px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 8px 8px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -8px;
}
.popover.right .arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 8px 8px 8px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -8px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 8px 8px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -8px;
}
.popover.left .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 8px 0 8px 8px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -8px;
  right: -1px;
}
/*===== Labels, badges =====*/
.badge,
.label {
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5f5f5f;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px 3px 6px;
  line-height: 13px;
}
label.valid {
  display: inline-block;
}
label.error {
  margin-top: 4px;
  font-size: 11px;
  display: inline-block;
  white-space: nowrap;
  color: #b94a48;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c95454;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #d17d10;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #7aa745;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #589fc4;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/*===== Progress bars =====*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  overflow: hidden;
  box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 0 #ffffff, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.progress.progress-slim {
  height: 6px;
}
.progress.progress-micro {
  height: 2px;
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* # Accordion, toggle
================================================== */
.accordion-group {
  margin-top: 1px;
}
.accordion-group:first-child {
  margin-top: 0;
}
.accordion-heading a {
  border: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: bold;
  color: #555555;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.accordion-heading a:hover {
  color: #4285A7;
  background: #fafafa;
  background: -moz-linear-gradient(top, #ffffff, #fafafa);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafa));
  background: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background: -o-linear-gradient(top, #ffffff, #fafafa);
  background: linear-gradient(to bottom, #ffffff, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
.accordion-heading a:active {
  background: #fff;
}
.accordion-body {
  background: #fcfcfc;
  border: 1px solid #d5d5d5;
  position: relative;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 10px 14px 9px 14px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 14px;
}
.accordion-heading i {
  display: block;
  float: left;
  margin: 2px 8px 0 0;
  font-size: 14px;
}
.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;
}
.collapse.in {
  height: auto;
}
/*===== Buttons =====*/
.btn {
  font-size: 11px;
  text-align: center;
  color: #555;
  font-weight: bold;
  display: inline-block;
  margin: 2px 0;
  padding: 8px 12px 7px 12px;
  line-height: 13px;
  border: 1px solid #d5d5d5;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #606060;
}
.btn-primary:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-inverse:hover {
  color: #ffffff;
}
.btn:active {
  background: #fafafa;
  color: #777;
}
.btn > b,
.modal-footer i {
  margin-right: 6px;
  font-size: 12px;
}
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #fefefe;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  color: #999;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-danger.disabled,
.btn-danger[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
}
.btn-large {
  padding: 9px 14px 9px 14px;
  height: auto;
  font-size: 13px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 7px 10px 6px 10px;
  height: auto;
  font-size: 11px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 6px 8px 5px 8px;
  height: auto;
  font-size: 11px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
a.btn {
  line-height: 13px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #3c85ba;
  background: -moz-linear-gradient(top, #46a2d5, #3c85ba);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#46a2d5), to(#3c85ba));
  background: -webkit-linear-gradient(top, #46a2d5, #3c85ba);
  background: -o-linear-gradient(top, #46a2d5, #3c85ba);
  background: linear-gradient(to bottom, #46a2d5, #3c85ba);
  border-color: #3c85ba;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #4194c8;
  color: #fff;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #c9823c;
  background: -moz-linear-gradient(top, #e49a4d, #c9823c);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e49a4d), to(#c9823c));
  background: -webkit-linear-gradient(top, #e49a4d, #c9823c);
  background: -o-linear-gradient(top, #e49a4d, #c9823c);
  background: linear-gradient(to bottom, #e49a4d, #c9823c);
  border-color: #c9823c;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background: #d6944e;
  color: #fff;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #c05343;
  background: -moz-linear-gradient(top, #d65f4d, #cb4131);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65f4d), to(#c05343));
  background: -webkit-linear-gradient(top, #d65f4d, #c05343);
  background: -o-linear-gradient(top, #d65f4d, #c05343);
  background: linear-gradient(to bottom, #d65f4d, #c05343);
  border-color: #c05343;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background: #cc5949;
  color: #fff;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #4ca15b;
  background: -moz-linear-gradient(top, #69b076, #4ca15b);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#69b076), to(#4ca15b));
  background: -webkit-linear-gradient(top, #69b076, #4ca15b);
  background: -o-linear-gradient(top, #69b076, #4ca15b);
  background: linear-gradient(to bottom, #69b076, #4ca15b);
  border-color: #4ca15b;
}
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #51a351;
  color: #fff;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #389ebc;
  background: -moz-linear-gradient(top, #53b8d6, #389ebc);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#53b8d6), to(#389ebc));
  background: -webkit-linear-gradient(top, #53b8d6, #389ebc);
  background: -o-linear-gradient(top, #53b8d6, #389ebc);
  background: linear-gradient(to bottom, #53b8d6, #389ebc);
  border-color: #389ebc;
}
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #46abc9;
  color: #fff;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #4a4a4a;
  background: -moz-linear-gradient(top, #5e5e5e, #4a4a4a);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#4a4a4a));
  background: -webkit-linear-gradient(top, #5e5e5e, #4a4a4a);
  background: -o-linear-gradient(top, #5e5e5e, #4a4a4a);
  background: linear-gradient(to bottom, #5e5e5e, #4a4a4a);
  border-color: #4a4a4a;
}
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: #545454;
  color: #fff;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
/*===== Button groups =====*/
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 0;
}
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #fafafa;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #46A2D9;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #E49A4D;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #D65F4D;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #69B076;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #53B8D6;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #5E5E5E;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn .caret {
  margin-top: 5px;
  margin-left: 4px;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/*===== Alerts =====*/
.alert {
  padding: 10px 35px 10px 14px;
  margin-bottom: 15px;
  color: #72612b;
  background: #ffedbb;
  border: 1px solid #f2d083;
}
.alert h6 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: 1px;
  right: -21px;
  line-height: 20px;
  color: #72612b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert.widget {
  margin-bottom: 30px;
}
.alert-success .close,
.alert-danger .close,
.alert-error .close,
.alert-info .close {
  color: #fff;
}
.alert-success {
  color: #fff;
  background: #75c386;
}
.alert-danger,
.alert-error {
  color: #fff;
  background: #dc6868;
}
.alert-info {
  color: #fff;
  background: #6fbbd4;
}
.alert-block {
  padding-top: 12px;
  padding-bottom: 8px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert-success,
.alert-danger,
.alert-error,
.alert-info {
  border: none;
}
#sidebar .alert {
  font-weight: bold;
}
/*===== Navs =====*/
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 7px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
}
.nav li + .nav-header {
  padding-top: 7px;
  border-top: 1px solid #DDD;
  margin-top: 2px;
}
.nav > .disabled > a,
.nav > .disabled > a > i {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
/*===== Nav list =====*/
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
}
.nav-list > li > a {
  padding: 5px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
/*===== Nav tabs =====*/
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}
.navbar-tabs .nav-tabs {
  border: none;
}
.navbar-tabs .navbar {
  margin-bottom: 0;
}
.navbar-tabs .nav-tabs > li > a {
  border-right: 0;
  padding: 0;
}
.nav-tabs {
  border: 1px solid #d5d5d5;
  *zoom: 1;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.nav-tabs > li > a {
  border-right: 1px solid #E1E1E1;
  padding: 9px 14px;
  line-height: 20px;
  font-weight: 600;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.nav-tabs > li > a:hover {
  background: #fcfcfc;
  color: #4285A7;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #999;
  cursor: default;
  background-color: #ffffff;
}
.nav-pills > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.nav-pills > li > a > [class^="icon-"],
.nav-tabs.nav-stacked > li > a > [class^="icon-"] {
  float: left;
  margin: 0 6px 0 0;
}
.nav-pills > li.active > a > [class^="icon-"] {
  color: #fff;
}
.nav-pills .caret {
  margin-top: 5px;
}
.nav-tabs.nav-stacked .caret {
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  margin-top: 8px;
}
.nav-tabs.nav-stacked > li > a > [class^="icon-"] {
  margin-top: 3px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-pills.nav-stacked > li > a {
  margin: 0;
  padding: 11px 10px ;
}
.nav-tabs.nav-stacked {
  border: 0;
}
.nav-tabs.nav-stacked > li > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 9px 10px;
  margin: 0;
}
.nav-tabs.nav-stacked > li.active > a {
  background-color: #fafafa;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top: 1px solid #ddd;
}
.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}
/*===== Tabs =====*/
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
  background: #fcfcfc;
  border: 1px solid #d5d5d5;
  margin-top: 1px;
  padding: 14px;
  box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC;
}
.well .tab-content {
  background: #ffffff;
}
.right-aligned-tabs > li {
  float: right;
}
.right-aligned-tabs > li > a {
  border-left: 1px solid #E1E1E1;
  border-right: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .tab-content {
  margin-top: 0;
  margin-bottom: 1px;
}
/* Tabs left, tabs right */
.tabs-right,
.tabs-left {
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 1px 1px #ECECEC;
  -webkit-box-shadow: 0 1px 1px #ECECEC;
  -moz-box-shadow: 0 1px 1px #ECECEC;
}
.tabs-left > .nav-tabs {
  border-bottom: 1px solid #d5d5d5;
  border-right: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  padding-top: 9px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.tabs-left .nav-tabs > li > a:hover,
.tabs-right .nav-tabs > li > a:hover {
  background: #fcfcfc;
}
.tabs-left .nav-tabs > li:last-child > a,
.tabs-right .nav-tabs > li:last-child > a {
  margin-bottom: -1px;
}
.tabs-left .nav-tabs > li:first-child > a,
.tabs-right .nav-tabs > li:first-child > a {
  border-top: none;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  border-right: none;
  border-bottom: 1px solid #dddddd;
}
.tabs-left > .nav-tabs {
  float: left;
  border: none;
  border-right: 1px solid #dddddd;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}
.tabs-left .nav-tabs > .active > a,
.tabs-left .nav-tabs > .active > a:hover {
  -webkit-box-shadow: 1px 0 0 #F1F1F1;
  -moz-box-shadow: 1px 0 0 #F1F1F1;
  box-shadow: 1px 0 0 #F1F1F1;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tabs-right > .nav-tabs {
  float: right;
  border: none;
  border-left: 1px solid #d5d5d5;
}
.tabs-right .nav-tabs > .active > a,
.tabs-right .nav-tabs > .active > a:hover {
  -webkit-box-shadow: -1px 0 0 #f1f1f1;
  -moz-box-shadow: -1px 0 0 #f1f1f1;
  box-shadow: -1px 0 0 #f1f1f1;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tabs-right .nav-tabs > .active:first-child > a,
.tabs-right .nav-tabs > .active:first-child > a:hover,
.tabs-right .nav-tabs > li:first-child > a {
  border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
}
.tabs-right .tab-content,
.tabs-left .tab-content {
  background: none;
  margin-top: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/*===== Navbar =====*/
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 1px;
}
.navbar-inner {
  padding-left: 14px;
  border: 1px solid #d5d5d5;
  position: relative;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.navbar-inner h6 {
  font-size: 13px;
  margin: 0;
  padding: 9px 14px 9px 0;
  display: block;
  float: left;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.navbar-inner h6 label {
  margin: 0;
  font-weight: 600;
  cursor: pointer;
}
.navbar-inner h6 [class^="icon-"],
.navbar-inner h6 [class*=" icon-"] {
  display: block;
  float: left;
  font-size: 14px;
  margin-top: 3px;
  margin-right: 8px;
  color: #676767;
}
.navbar-inner h6 [class^="pic-"],
.navbar-inner h6 [class*=" pic-"] {
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}
.navbar-inner h6 [class^="fam-"],
.navbar-inner h6 [class*=" fam-"] {
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .btn,
.navbar .btn-group {
  margin: 6px 6px 6px 0;
  padding: 6px 10px 5px 10px;
  line-height: 13px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
/*===== Navbar form =====*/
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  font-size: 0;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input {
  padding: 6px 7px 6px 7px;
  height: 26px!important;
  margin: 5px 6px 6px 0;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  vertical-align: baseline;
  font-size: 11px;
}
.navbar-form input,
.navbar-form .btn {
  display: inline-block;
}
/*===== Navbar nav =====*/
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
  border-right: 1px solid #e1e1e1;
}
.navbar .nav > li:first-child {
  border-left: 1px solid #e1e1e1;
}
.navbar .nav.pull-right > li {
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 14px;
  color: #555;
  text-decoration: none;
}
.navbar .nav > li > a.navbar-icon {
  border-left: 0;
  display: block;
  float: left;
  padding: 12px;
}
.navbar .nav > li > a.navbar-caret {
  border-left: 0;
  display: block;
  float: left;
  padding: 9px 12px 9px 12px;
}
.navbar .nav > li > a.navbar-icon i {
  margin-right: 0;
  font-size: 14px;
}
.navbar .nav > li > a.navbar-caret .caret {
  border-width: 5px;
  margin-top: 8px;
  border-top-color: #454545;
  border-bottom-color: #454545;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #fcfcfc;
  color: #4285A7;
}
.navbar .nav > li > a:active {
  background-color: #ffffff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: #ffffff;
  color: #999;
}
/*===== Navbar misc =====*/
.navbar .progress {
  width: 40%;
  float: right;
  margin: 9px;
}
.navbar .progress-slim {
  margin: 16px 12px;
}
.navbar .label,
.navbar .badge {
  margin: 9px;
}
/*===== Navbar icons =====*/
.navbar-icons {
  float: right;
  margin-right: 8px;
  font-size: 0;
  line-height: 1;
}
.navbar-icons > li {
  display: inline-block;
  line-height: 1;
}
.navbar-icons > li > a {
  display: inline-block;
  margin: 12px 4px 6px 4px;
}
.navbar-icons > li > a:hover i {
  color: #E03D22;
}
.navbar-icons > li > a > i {
  font-size: 14px;
  width: 14px;
  margin-right: 0;
  display: block;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*===== Loading widget =====*/
.loading {
  margin: 9px 10px;
  white-space: nowrap;
}
.loading > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  font-style: italic;
  color: #999;
}
.loading > img {
  display: inline-block;
}
/*===== Navbar icon =====*/
.navbar-icon {
  display: block;
  float: left;
  padding: 12px;
  color: #444;
  line-height: 1;
  border-left: 1px solid #E2E2E2;
  cursor: pointer;
}
.navbar-icon.fam {
  padding: 11px;
}
.navbar-icon i {
  margin: 0!important;
  padding: 0!important;
  font-size: 14px;
  line-height: 1;
}
.navbar-icon:hover,
.navbar-icon:hover > i {
  color: #676767;
  background-color: #fcfcfc;
}
.navbar-icon:active,
.navbar-icon:active > i {
  background-color: #fff;
  color: #888;
}
/*===== Navbar inputs =====*/
.navbar .navbar-input,
.navbar .pick-a-date input {
  padding: 6px 7px 5px 7px;
  line-height: 13px;
  margin: 6px;
  width: 40%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .pick-a-date {
  float: right;
  margin-right: 12px;
  white-space: nowrap;
}
.navbar .pick-a-date input {
  width: 100px;
  display: inline-block;
  float: none;
}
.navbar .pick-a-date img {
  display: inline-block;
}
/*===== Navbar dropdowns =====*/
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > .dropdown-menu:before {
  position: absolute;
  top: -5px;
  left: 11px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .nav > li > .dropdown-menu:after,
.navbar .nav > .dropdown-menu:after {
  position: absolute;
  top: -4px;
  left: 12px;
  display: inline-block;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid transparent;
  content: '';
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #999999;
  background-color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: -1px;
  left: auto;
}
.navbar > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu,
.navbar .nav > .dropdown-menu {
  margin-top: 2px;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .nav > .dropdown-menu.pull-right:before,
.navbar .nav > .dropdown-menu:before {
  right: 13px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .nav > .dropdown-menu.pull-right:after,
.navbar .nav > .dropdown-menu:after {
  right: 14px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}
.navbar-caret {
  padding: 9px 12px 9px 12px;
  border-left: 1px solid #E2E2E2;
  display: block;
}
.nav .dropdown-toggle.navbar-caret .caret {
  border-width: 5px;
  margin-top: 8px;
  margin-left: 0;
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar-caret:hover {
  background-color: #fcfcfc;
}
.navbar-caret:active {
  background-color: #fff;
}
.nav .dropdown-toggle.navbar-caret:hover .caret {
  border-top-color: #676767;
  border-bottom-color: #676767;
}
.nav .dropdown-toggle.navbar-caret:active .caret {
  background-color: #fff;
  border-top-color: #888;
  border-bottom-color: #888;
}
.nav.open .dropdown-toggle {
  background-color: #ffffff;
}
.nav.open .navbar-caret .caret,
.nav.open .navbar-caret:hover .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.nav.open .navbar-icon i {
  color: #999;
}
/*===== Misc =====*/
.widget-title {
  width: 100%;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/interface/dots.png") repeat-x bottom;
  padding-bottom: 16px;
  margin: 5px 0 16px 0;
}
.widget-title:after {
  content: "";
  display: block;
  clear: both;
}
.widget-title > .widget-name {
  margin: 0;
  padding: 0;
  background: none;
  float: left;
}
.widget-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 1px #fff;
  margin: 0;
  color: #303030;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/interface/dots.png") repeat-x bottom;
  padding-bottom: 16px;
  margin: 2px 0 16px 0;
}
.widget-name > i {
  margin-right: 8px;
  font-size: 14px;
  float: left;
  margin-top: 3px;
  color: #555;
}
#sidebar .widget-name {
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.page-links {
  float: right;
}
.page-links a {
  margin-left: 10px;
}
.separator {
  height: 5px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/elements/interface/dots.png") repeat-x;
  margin: 0 0 30px 0;
}
#sidebar .separator {
  margin: 24px 20px 0 20px;
}
.autocomplete-append,
.typeahead-append {
  position: relative;
  height: 34px;
  text-align: left;
}
.submit-data {
  text-align: center;
  margin: 12px;
}
.status {
  display: block;
  float: left;
  color: #DB5843;
  margin: 6px 0;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background: url(../img/elements/interface/form_submitted.png) no-repeat 0 5px;
  padding-left: 18px;
}
.widget-chart {
  height: 150px;
  width: 100%;
}
.scrollspy {
  height: 200px;
  overflow: auto;
  position: relative;
}
/* # Form elements
================================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
}
legend small {
  font-size: 15px;
  color: #999999;
}
.field-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.next-row {
  display: block;
  margin-top: 10px;
}
label,
input,
button,
select,
textarea {
  font-weight: normal;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 8px 7px 8px 7px;
  font-size: 11px;
  color: #555555;
  vertical-align: middle;
  height: 30px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  box-shadow: 0 0 0 2px #f8f8f8;
  -webkit-box-shadow: 0 0 0 2px #f8f8f8;
  -moz-box-shadow: 0 0 0 2px #f8f8f8;
  -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;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.controls input[type="file"] {
  margin-top: 6px;
}
.multiple {
  width: 100%;
  height: 200px;
  font-size: 12px;
  border: 1px solid #DADADA;
}
.rtl-inputs [class*="span"],
.rtl-inputs [class^="span"] {
  float: right!important;
}
select {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
  padding: 0;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
.uneditable-input,
.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);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.checkbox.disabled,
.radio.disabled {
  color: #999;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f8f8f8;
  color: #777;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
/*===== Control groups =====*/
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #b85b1e;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #b85b1e;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #d5bc91;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #c7b087;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #a84846;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #a84846;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #d79999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #cf8887;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #a84846;
  background-color: #f2dede;
  border-color: #d79999;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #7fc280;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #75b375;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #7fc280;
  background-color: #dff0d8;
  border-color: #7fc280;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #4285A7;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #91bed5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #87b2c7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #87b2c7;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #87b2c7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #87b2c7;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
/*===== Form actions =====*/
.form-actions {
  padding: 16px;
  background-color: #fafafa;
  border-top: 1px solid #d5d5d5;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
/*===== Help blocks =====*/
.help-block,
.help-inline {
  color: #999;
}
.help-block {
  display: block;
  font-size: 11px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  *zoom: 1;
  font-size: 11px;
}
/*===== Appends, prepends =====*/
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top!important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #fafafa;
  border: 1px solid #d5d5d5;
  color: #777;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
  margin-top: 0;
  margin-bottom: 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
  margin-top: 0;
  margin-bottom: 0;
}
.input-append .dropdown-menu.pull-right {
  right: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .dropdown-menu.pull-right {
  right: -1px;
}
.input-prepend .dropdown-menu,
.input-append .dropdown-menu {
  margin-top: 1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
/*===== Form templates =====*/
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: baseline;
  *zoom: 1;
}
/* Form inline */
.form-inline input,
.form-inline .selector,
.form-inline .checkbox,
.form-inline .radio,
.form-inline textarea,
.form-inline .help-inline {
  margin-right: 6px;
}
.form-inline .checkbox,
.form-inline .radio {
  margin-top: 2px;
}
.form-inline .help-inline {
  padding-left: 0;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline label,
.form-inline .btn-group {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
/* Form horizontal */
.control-group {
  border-top: 1px solid #eee;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  padding: 18px 16px;
}
.control-group:first-child {
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-condensed .control-group {
  border-top: none;
  padding: 16px;
}
.form-horizontal .control-group {
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 18%;
  padding-top: 5px;
}
.control-label > i {
  margin-top: 3px;
  margin-right: 6px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  position: relative;
  margin-left: 20%;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 6px;
}
/* # Media queries
================================================== */
@media (min-width: 1025px) and (max-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
}
@media (max-width: 1024px) {
  .row-fluid [class*="span"]:first-child > .semi-widget:first-child {
    margin-top: 10px;
  }
  .row-fluid [class*="span"] > .semi-widget:first-child {
    margin-top: 15px;
  }
  .row-fluid + .row-fluid [class*="span"]:first-child > .semi-widget,
  .row-fluid + .row-fluid [class*="span"]:first-child > .subtitle,
  .body > .semi-widget:first-child,
  .semi-widget:first-child > .subtitle:first-child,
  .body > .subtitle:first-child {
    margin-top: 0;
  }
  .subtitle {
    margin-top: 15px;
  }
  .row-fluid [class*="span"]:first-child > .subtitle:first-child,
  .row-fluid [class*="span"] > .widget:first-child .subtitle:first-child {
    margin-top: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block,
  .form-horizontal .uneditable-input + .help-block,
  .form-horizontal .input-prepend + .help-block,
  .form-horizontal .input-append + .help-block {
    margin-top: 4px;
  }
  .control-group [class*="span"] input {
    margin-top: 8px;
  }
  .control-group [class*="span"]:first-child input {
    margin-top: 0;
  }
  .btn-block + .btn-block {
    margin-top: 4px;
  }
  .accordion {
    margin-top: 14px;
  }
  .row-fluid [class*="span"]:first-child > .accordion:first-child {
    margin-top: 0;
  }
  .error-page {
    height: 480px;
    margin-top: -220px;
  }
  .round-buttons li {
    margin: 4px 8px;
  }
  #google-map {
    height: 250px;
  }
  .login {
    width: 284px;
    position: static;
    margin: 0 auto;
    padding: 30px 0 72px 0;
  }
}
@media (max-width: 768px) {
  .user-menu > span,
  .top-menu .dropdown .caret {
    display: none;
  }
  .user-menu > img {
    margin-right: 0;
  }
  .top-menu > li > ul {
    left: auto;
    right: -1px;
  }
  .top-menu > li > ul:after {
    left: auto;
    right: 20px;
  }
  .alt-buttons > li {
    height: 32px;
  }
  .alt-buttons > li > a {
    padding: 7px 12px 7px 12px;
    height: 18px;
  }
  .alt-buttons > li > a > i {
    margin-right: 0;
    float: none;
    text-align: center;
  }
  .alt-buttons > li > a > span,
  .alt-buttons > li > a > strong {
    display: none;
  }
  .page-stats > li > div {
    display: none;
  }
  .page-stats > li > div.showcase {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  textarea,
  input[type="text"],
  .btn,
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
  }
  #content .wrapper {
    margin-right: 20px;
  }
  #content.full-content .wrapper {
    margin-right: -253px;
  }
  body {
    background-position: -253px 0;
  }
  body.clean {
    background-position: 0 0;
  }
  #sidebar {
    margin-left: -253px;
    z-index: 99;
    background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/main.png");
  }
  #sidebar.hide-sidebar {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .crumbs {
    text-align: center;
  }
  .breadcrumb {
    display: none;
  }
  .alt-buttons {
    float: none;
    display: inline-block;
  }
  .alt-buttons {
    margin-right: 0;
  }
  .page-stats {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .page-title {
    float: none;
  }
  .form-horizontal label.control-label {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .footer-links {
    display: none;
  }
  .left-box,
  .right-box {
    width: 100%;
    float: none;
  }
  .dual-control {
    width: auto;
    margin: 20px 0;
    position: static;
    left: 0;
  }
  .count-label {
    text-align: center;
  }
  .datatable-header,
  .datatable-footer,
  .table-footer {
    text-align: center;
  }
  .dataTables_length,
  .dataTables_paginate {
    float: none;
    padding-top: 0;
    margin-top: 0;
    display: block;
  }
  .dataTables_filter,
  .dataTables_info,
  .table-actions,
  .table-footer .pagination {
    float: none;
  }
  .dataTables_length > label > span,
  .dataTables_filter label > span {
    float: none;
    display: inline-block;
  }
  .dataTables_filter input[type=text] {
    width: 150px;
  }
  .dataTables_info,
  .table-footer {
    padding: 12px;
  }
  .table-footer .pagination {
    margin-top: 12px;
  }
  .dates-range li {
    width: 48%;
  }
  .dates-range li.sep {
    width: 4%;
    margin: 3px 0!important;
    text-align: center;
  }
  .dates-range li input {
    width: 100%;
  }
  .table-overflow {
    overflow-x: auto;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
  .table-overflow .table {
    border-left: 0;
    border-right: 0;
  }
  .table-bordered th:first-child,
  .table-bordered td:first-child {
    border-left: 0;
  }
  .datatable-header,
  .datatable-footer {
    border-left: 0;
    border-right: 0;
  }
  .table tbody td,
  .table thead th {
    white-space: nowrap;
  }
  .modal {
    width: 90%;
    margin-left: -45%;
  }
  .page-title {
    padding: 20px 0;
  }
  .wrapper {
    margin: 0 15px;
  }
  #content .wrapper {
    margin-right: 15px;
  }
  #sidebar .widget {
    margin: 20px 15px 0 15px;
  }
  .general-stats li {
    width: 74px;
  }
  #sidebar .input-append.color input {
    width: 191px;
  }
  .sidebar-buttons li a i {
    width: 18px;
    height: 18px;
  }
  .input-xxlarge,
  .input-xlarge {
    width: 100%;
  }
  .yearly-change span {
    font-size: 20px;
  }
  .section-info a {
    font-size: 13px;
  }
  .navbar .nav.pull-right {
    position: absolute;
    right: 1px;
    display: block;
    width: auto;
    left: auto;
    float: none;
    background: #F7F7F7;
    background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  }
  .control-group {
    padding: 16px 14px;
  }
  .options-bar > li {
    width: 100%;
    float: none;
  }
  .options-bar > li:after {
    content: "";
    display: block;
    clear: both;
  }
  .options-bar > li:first-child {
    padding-left: 0;
  }
  .bar-entries > span {
    padding: 0;
    display: block;
  }
  .bar-select {
    display: inline-block;
    margin: 12px;
  }
  .bar-select .selector {
    min-width: 100px;
  }
  .bulk,
  .bar-button {
    display: inline-block;
    float: left;
  }
  .bar-select > span {
    display: inline-block;
  }
  .action-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .error-page {
    height: auto;
    position: static;
    margin: 0;
    padding-bottom: 60px;
  }
  .error-page .error-content {
    width: auto;
    margin: auto 10px;
  }
  .error-page .reason {
    font-size: 100px;
    padding: 60px 0 35px 0;
  }
  .error-page .offline {
    font-size: 100px;
    padding: 60px 0 40px 0;
  }
  .selector {
    min-width: 0;
  }
  .radio.inline,
  .checkbox.inline {
    display: block;
  }
  .radio.inline + .radio.inline,
  .checkbox.inline + .checkbox.inline {
    margin-left: 0;
  }
  .navbar-icon {
    height: 14px;
  }
  .btn-group,
  .input-append,
  .input-prepend {
    white-space: normal;
  }
  .statistics {
    padding: 14px 10px 8px 10px;
  }
  .plupload_filelist_footer .plupload_file_action,
  .plupload_filelist_footer .plupload_file_status,
  .plupload_filelist_footer .plupload_file_size {
    display: none;
  }
}
@media (max-width: 479px) {
  .logo {
    display: none;
  }
  #top > .fixed {
    text-align: center;
  }
  .top-menu {
    float: none;
    display: inline-block;
    font-size: 0;
    margin-right: 0;
  }
  .alt-buttons {
    margin-right: 0;
  }
  .page-stats {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .page-title {
    float: none;
  }
  .statistics > li {
    margin: 8px 12px;
    min-width: 130px;
  }
  .top-menu > li > ul.pull-right {
    right: 0;
    margin-left: -57px;
    left: 0;
  }
  .top-menu > li > ul.pull-right:after {
    right: auto;
    left: 50%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .media.row-fluid [class*="span"] {
    width: 46%;
    margin: 0 2%;
    float: left;
  }
  .media.row-fluid [class*="span"]:first-child {
    margin-left: 2%;
  }
}
@media (min-width: 481px) and (max-width: 1280px) {
  .options-bar > li {
    width: 50%;
  }
  .options-bar > li:last-child {
    float: right;
  }
  .bar-entries {
    display: none;
  }
}
/* ========================================================================
 * bootstrap-switch - v2.0.1
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini span,
.has-switch.switch-mini label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-small span,
.has-switch.switch-small label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.switch-large span,
.has-switch.switch-large label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch.switch-animate > div {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch.switch-off > div {
  left: -50%;
}
.has-switch.switch-on > div {
  left: 0%;
}
.has-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.disabled span,
.has-switch.disabled label {
  cursor: default !important;
}
.has-switch:focus {
  border-color: #0088cc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 136, 204, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 136, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 136, 204, 0.6);
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  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);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  -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;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}
body.collapsibleNav {
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/body_line.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}
.circle {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0px 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 0px 3px #000000;
  box-shadow: 0px 0px 0px 3px #000000;
  margin: 0 auto;
  opacity: .1;
  filter: alpha(opacity=10);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.circle-white {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  -moz-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
[class^="socialBtn"],
[class*=" socialBtn"] {
  background-image: none;
  color: white;
}
[class^="socialBtn"] > span,
[class*=" socialBtn"] > span {
  width: 15px;
  display: inline-block;
}
.socialBtnTwitter {
  background-color: #59b3e7;
  border-color: #59b3e7;
}
.socialBtnFacebook {
  background-color: #487cb5;
  border-color: #487cb5;
}
#content {
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/actions.png");
}
.control-group.error .help-block {
  color: #999999;
}
.control-group.error .help-block.error,
.help-block.error {
  color: #a84846;
}
.error.input,
.error[class^="input"],
.error[class*=" input"] {
  border-color: #d79999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #a84846;
}
.error.input:focus,
.error[class^="input"]:focus,
.error[class*=" input"]:focus {
  border-color: #cf8887;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 4px #e5acac;
}
.draft-form .control-label {
  font-weight: bold;
}
.draft-form .draft-form-text {
  padding-top: 5px;
  display: inline-block;
}
.draft-form .draft-form-text span {
  padding-right: 10px;
}
.draft-form .draft-form-text button {
  margin-left: 5px;
}
.draft-form .draft-form-text #accountActivated {
  color: #62c462;
}
.draft-form .draft-form-text #accountNotActivated {
  color: #a84846;
}
.draft-form-message {
  padding-top: 15px;
}
.draft-form-message span {
  padding-right: 10px;
  font-weight: bold;
}
.draft-form .draft-no-margin {
  margin: 0px;
}
.draft-form-inner {
  padding-top: 15px;
}
.draft-form-inner > div {
  padding: 5px 0px 5px 5px;
}
.draft-form-inner > div .btn {
  margin: 0px;
  float: right;
}
.draft-form-inner > div.draft-form-btn .btn {
  margin-left: 5px;
}
.draft-form-inner > label.radio {
  margin: 0px 0px 5px 0px;
}
.draft-form-btn {
  float: right;
}
.draft-form-btn .btn {
  margin-left: 5px;
}
.selector.fixedWidth span {
  width: 100%;
}
.draft-form .btn-float-container,
.btn-float-container {
  text-align: right;
}
.draft-form .btn-float-container > div,
.btn-float-container > div {
  display: inline-block;
}
.draft-form .btn-float-container > div > a,
.btn-float-container > div > a {
  margin: 2px;
}
.draft-form .draft-info-container {
  padding-top: 5px;
  margin: 0px;
}
.draft-form .draft-info-container .draft-info-item {
  margin: 0px;
  padding-bottom: 15px;
}
.controls.control-text {
  padding-top: 5px;
}
#menuFixedHeader {
  top: 0px;
}
.fixed {
  border-bottom-color: #62c462;
}
.fixed .showNavBtn {
  border-left: 1px solid #62c462;
  border-right: 1px solid #62c462;
  float: left;
  margin-left: -1px;
  display: none;
}
.fixed .showNavBtn li {
  list-style: none;
  float: left;
  border-right: 1px solid #62c462;
  border-left: 1px solid #62c462;
  position: relative;
}
.fixed .showNavBtn li .nav-menu {
  padding: 12px 14px;
  height: 20px;
  cursor: pointer;
  display: block;
  border-left: 1px solid #62c462;
  border-right: 1px solid #62c462;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixed .showNavBtn li .nav-menu:hover {
  background-color: #62c462;
  border-color: #62c462;
}
.fixed .showNavBtn li .nav-menu i {
  color: white;
  font-size: 20px;
}
.logo {
  padding: 2px 0px 0px 0px;
  margin-left: 5px;
}
.logo > i {
  margin-top: -15px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background-position: -102px -1494px;
  line-height: 36px;
}
.logo > span {
  color: #62c462;
  font-size: 28px;
  font-weight: 200;
  line-height: 38px;
}
.top-menu {
  border-left-color: #62c462;
  border-right-color: #62c462;
}
.top-menu > li {
  border-right-color: #62c462;
}
.top-menu > li > a {
  border-left-color: #62c462;
  border-right-color: #62c462;
}
.top-menu > li > a:hover {
  background-color: #62c462;
  border-color: #62c462;
}
.top-menu > li .user-menu {
  padding: 12px 14px;
  height: 20px;
}
.top-menu > li .user-menu > i {
  color: white;
  font-size: 20px;
}
.top-menu > li .user-menu > span {
  margin-top: -20px;
  margin-left: 33px;
}
.top-menu > li:first-child {
  border-left-color: #62c462;
}
.btn.btn-draft-tiny {
  padding: 4px 6px;
}
body.private .draftBoardHdr .fixed {
  border-bottom-color: #62c462;
}
body.private .draftBoardHdr .fixed .showNavBtn {
  display: block;
}
body.private .draftBoardHdr .fixed .logo {
  margin: 0px 0px 0px 60px;
  width: 150px;
  float: none;
  text-align: center;
  display: block;
}
body.private .draftBoardHdr .fixed .logo i {
  display: none;
}
body.private .draftBoardHdr .fixed .chatNav .user-menu > span {
  margin-left: 55px;
}
body.private .draftBoardHdr .fixed .dropdown-menu {
  width: 100%;
  top: 48px;
  border-top: 0;
}
body.private .draftBoardHdr .fixed .dropdown-menu .dropdownDivItem {
  margin-top: 10px;
}
body.private .draftBoardHdr .fixed .dropdown-menu .dropdownDivItem .dropdownDivBtnContainer {
  margin-top: -4px;
}
body.private .draftBoardHdr .fixed .dropdown-menu .dropdownDivItem .dropdownDivRadioContainer {
  margin-top: 0px;
}
body.private .draftBoardHdr .fixed .dropdown-menu .dropdownDivItem .optionsColorPreview {
  background-color: white;
  width: 50px;
  margin-right: 35px;
  border: 2px solid #000;
  margin-top: -2px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorEditPreview .optionColorEditForm {
  margin-top: -4px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorEditPreview #optionColorEditDisplay {
  background-color: white;
  width: 50px;
  margin-right: 5px;
  border: 2px solid #000;
  margin-top: -2px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorEditBtnDiv {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  height: 35px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorEditBtnDiv #optionColorEditSave {
  margin-right: 5px;
  width: 85px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorEditBtnDiv #optionColorEditReset {
  width: 85px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit .optionColorHdr {
  text-align: center;
  margin-top: 10px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit #colorDefaultPreviews .previewRow {
  height: 25px;
  margin-top: 5px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit #colorDefaultPreviews .previewRow .previewRowItem {
  background-color: white;
  width: 50px;
  margin-right: 10px;
  border: 2px solid #000;
  margin-top: -2px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionColorEdit #colorDefaultPreviews .previewRow .previewRowItem:first-child {
  margin-right: 6px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit .optionAlertActivationContainer {
  display: inline;
  margin-left: 35px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit .optionAlertActivationContainer > strong {
  display: inline;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit .optionAlertActivationContainer > strong.optionAlertEmailActivatedLabel {
  color: #62c462;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit .optionAlertActivationContainer > strong.optionAlertEmailNotActivatedLabel {
  color: #a84846;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit #optionAlertEmailVerifyContainer {
  text-align: right;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit #optionAlertEmailVerifyContainer #optionAlertEmailVerifyWarning {
  color: #a84846;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertEdit #optionAlertEmailVerifyContainer #optionAlertEmailVerifyWarning {
  text-align: left;
}
body.private .draftBoardHdr .fixed .dropdown-menu .optionAlertTeamInputContainer {
  margin: 5px 0px 15px 0px;
}
body.private .draftBoardHdr .fixed .dropdown-menu .optionAlertTeamInputContainer .optionAlertTeamInputSelect {
  width: 73px;
  float: right;
  margin-top: -5px;
}
body.private .draftBoardHdr .fixed .dropdown-menu #optionAlertTeamsFooter {
  text-align: right;
}
body.private .draftBoardHdr .fixed .optionsNav > .dropdown-menu {
  min-width: 220px;
}
body.private .draftBoardHdr .fixed .optionsNav > .dropdown-menu:after {
  left: 75%;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu {
  right: -36px;
  min-width: 340px;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu:after {
  left: 70%;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body {
  padding: 0px 2px 4px 2px;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatMessages {
  height: 250px;
  overflow: auto;
  margin: 10px;
  border: 1px solid #EEE;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatMessages p {
  margin: 0px 0px 3px 0px;
  line-height: 14px;
  font-size: 12px;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatDisabled {
  margin-left: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatForm {
  padding-top: 4px;
}
body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatForm input {
  width: 280px;
}
#draftPlayerPopup #draftPlayerBodyContentForm {
  margin-top: 20px;
}
#draftPlayerPopup #draftPlayerBodyContentForm #playerSearchInput {
  width: 100%;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm {
  margin-top: 4px;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #draftPlayerBidLabel {
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #draftPlayerBidLabel strong {
  margin-bottom: 0px;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #draftPlayerBidInput {
  margin-right: 0px;
  width: 100px;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #draftPlayerBidErrMsg {
  clear: both;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #selectPlayerMaxWarning {
  clear: both;
}
#draftPlayerPopup #draftPlayerBidBodyContentForm #selectPlayerMinWarning {
  clear: both;
}
#draftPlayerPopup #selectPlayerEntries {
  width: 200px;
  margin-top: 10px;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem {
  padding: 10px 3px 10px 3px;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem .selectPlayerBtnContainer {
  float: right;
  margin-top: -5px;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem .selectPlayerBtnContainer .selectPlayerActions {
  display: inline-block;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem .selectPlayerBtnContainer .btn {
  padding: 5px 7px 5px 7px;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem .selectPlayerInfoContainer {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
#draftPlayerPopup #selectPlayerEntries .selectPlayerEntryItem .selectPlayerInfoContainer > div {
  display: inline-block;
}
#delPickPopup .dl-horizontal dt {
  width: 100px;
  text-align: left;
}
#delPickPopup .dl-horizontal dd {
  margin-left: 105px;
}
#container.draftBoardContainer {
  padding-bottom: 0px;
}
#container.draftBoardContainer #sidebar {
  padding-top: 30px;
  padding-bottom: 45px;
}
#container.draftBoardContainer #content .wrapper {
  margin: 0px;
}
.boardTableView .draftBoard th,
.boardTableView .draftBoard td {
  border: 1px solid #000000;
  padding: 2px 4px;
  background-clip: padding-box;
}
.boardTableView .draftBoard th.emptyPickSpace,
.boardTableView .draftBoard td.emptyPickSpace {
  background-color: #5A5A5A;
}
.boardTableView .draftBoard thead:first-child tr:first-child th {
  border-top: 1px solid #000000;
}
.boardTableView .draftBoard .fantTeamNameRow th {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.boardTableView .draftBoard tbody .draftRound {
  width: 48px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  min-width: 48px;
  max-width: 48px;
}
.boardTableView .draftBoard th i {
  float: left;
  padding-top: 4px;
  display: none;
}
.boardTableView .draftBoard th i.curUserOnlineStatus {
  color: #62c462;
}
.boardTableView .draftBoard th i.onlineStatus {
  color: #62c462;
}
.boardTableView .draftBoard th i.awayStatus {
  color: #c09853;
}
.boardTableView .draftBoard th i.offlineStatus {
  color: #a84846;
}
.boardTableView .draftBoard th .teamHdrAuctionBudgetInfo .teamHdrBidInfo {
  display: inline-block;
}
.boardTableView .draftBoard th .teamHdrBidBtn input {
  display: inline-block;
  height: 21px;
  width: 38px;
  padding: 0px 7px 0px 7px;
}
.boardTableView .draftBoard th .teamHdrBidBtn button {
  padding: 2px 4px 2px 4px;
  margin: 0px;
  font-size: 11px;
}
.boardTableView .draftBoard th .teamHdrBidBtn.bidNotAllowed {
  visibility: hidden;
}
.boardTableView .draftBoard th.winningBidTeam {
  background-color: #c4e9c4;
}
.boardTableView .draftBoard th.winningBidTeam span.label {
  background-color: #7aa745;
}
.boardTableView .draftBoard th.losingBidTeam {
  background-color: #f9dbb3;
}
.boardTableView .draftBoard th.losingBidTeam span.label {
  background-color: #d17d10;
}
.boardTableView .draftBoard th.eliminatedBidTeam {
  background-color: #ebc1c1;
}
.boardTableView .draftBoard th.eliminatedBidTeam span.label {
  background-color: #c95454;
}
.pick {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: black;
  position: relative;
}
.pick.keeper {
  color: #9d261d;
}
.pick .pickTeamOwner {
  border-bottom: 1px solid #888;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
}
.pick .playerPos {
  float: left;
  margin-top: -2px;
}
.pick .playerBye {
  float: right;
  clear: right;
  margin-top: -3px;
}
.pick .playerTeam {
  float: right;
  margin-top: -2px;
}
.pick .playerFName {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 4px;
}
.pick .playerLName {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
}
.pick .playerLName sup {
  top: -1.5em;
  font-size: 40%;
}
.pick .delPickBtn {
  display: none;
}
.pick .addPickBtn {
  display: none;
}
.pick.emptyPick .playerPos {
  display: none;
}
.pick.emptyPick .playerBye {
  display: none;
}
.pick.emptyPick .playerTeam {
  display: none;
}
.pick.emptyPick .playerFName {
  font-weight: normal;
}
body.keeperMode .pick.pickOwner .addPickBtn {
  display: none;
}
body.keeperMode .pick.pickOwner .delPickBtn {
  display: block;
}
body.keeperMode .pick.pickOwner.emptyPick .addPickBtn {
  display: block;
}
body.keeperMode .pick.pickOwner.emptyPick .delPickBtn {
  display: none;
}
body.timer #draftBoardHdrInfoContainer .timerContainer {
  display: block;
}
body.timer #draftBoardHdrInfoContainer .currentPickContainer {
  margin-left: 355px;
}
body.timer #draftBoardHdrMobileInfoContainer .timerContainer {
  display: block;
}
#draftBoardHdrInfoContainer .timerContainer .dropdown-menu,
#draftBoardHdrMobileInfoContainer .timerContainer .dropdown-menu {
  top: 94px;
  color: #656565;
  width: 205px;
  left: 2px;
}
#draftBoardHdrInfoContainer .timerContainer .dropdown-menu:after,
#draftBoardHdrMobileInfoContainer .timerContainer .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -6px;
}
.timerDurContent {
  margin-top: 5px;
}
.timerDurContent .timerDurLabel {
  color: #656565;
}
.timerDurContent .timerDurForm .timerDurInputContainer {
  margin-bottom: 10px;
}
.timerDurContent .timerDurForm .timerDurInputContainer .timerDurInputLabelDiv {
  display: inline-block;
  width: 60px;
}
.timerDurContent .timerDurForm .timerDurInputContainer .timerDurInputDiv {
  display: inline-block;
}
.timerDurContent .timerDurForm .timerDurInputContainer .timerDurInputDiv input {
  padding: 4px 5px 4px 5px;
  width: 25px;
}
.timerDurContent .timerDurForm .timerDurSubmitContainer {
  text-align: right;
  width: 100%;
}
.collapsibleNav .draftBoardContainer #sidebar.hide-sidebar {
  margin-left: 0px;
  display: block;
}
.collapsibleNav .draftBoardContainer #sidebar {
  margin-left: -253px;
  display: none;
}
.collapsibleNav {
  background-position: -253px 0px;
}
.collapsibleNav.clean {
  background-position: 0px 0px;
}
#viewModeNav .dropdown-menu li:hover {
  cursor: pointer;
}
#playerRankView {
  padding-bottom: 15px;
}
#playerRankView > .row-fluid {
  padding-top: 20px;
}
#playerRankView > .rankingSideWidget {
  width: 299px;
  float: right;
  clear: right;
  margin-bottom: 1px;
}
#playerRankView > .rankingSideWidget.lastRankingWidget {
  margin-bottom: 45px;
}
#playerRankView > .rankingSideWidget > .well.body {
  padding: 5px;
}
#playerRankView > .rankingSideWidget .rankingSideWidgetTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  line-height: 35px;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer {
  overflow: auto;
  height: 105px;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer .queueItemInfoContainer {
  padding: 0px 2px;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer .queueItemInfoContainer .queueDraftPlayerBtn {
  padding: 6px 10px;
  float: right;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer .queueItemInfoContainer .queueItemInfoDiv {
  margin-top: 5px;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer .queueItemActionContainer {
  width: 30px;
  text-align: center;
  padding: 4px 2px;
  height: 25px;
}
#playerRankView > .rankingSideWidget #playerRankingsQueueContainer .queueItemActionContainer .removeQueueItemBtn {
  display: inline-block;
  padding: 4px 0px 4px 0px;
  margin: 0px;
  text-align: center;
  width: 25px;
  font-size: 13px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusForm {
  padding-bottom: 5px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusForm #playerRankingsStatusTypeSelect {
  width: 80px;
  margin-right: 5px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusForm #playerRankingsStatusTeamSelect {
  width: 80px;
  margin-right: 5px;
  display: none;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusForm #playerRankingsStatusRoundSelect {
  width: 80px;
  margin-right: 5px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusContainer {
  overflow: auto;
  height: 260px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusContainer .playerRankingsStatusRowTitle {
  background-color: inherit;
  padding: 6px 2px;
  width: 30px;
}
#playerRankView > .rankingSideWidget #playerRankingsStatusContainer .playerRankingsStatusRowName {
  background-color: inherit;
  padding: 6px 5px;
}
#playerRankView > .rankingSideWidget .chatMessages {
  overflow: auto;
  margin: 0px 0px 5px 0px;
  border: 1px solid #EEE;
  background-color: #f9f9f9;
  width: 285px;
  height: 90px;
}
#playerRankView > .rankingSideWidget .chatForm {
  width: 287px;
}
#playerRankView > .rankingSideWidget .chatForm #playerRankingsChatTextInput {
  width: 229px;
}
#playerRankView > .rankingWidget {
  left: 0px;
  position: fixed;
  top: 142px;
  bottom: 43px;
  right: 300px;
  margin-bottom: 0px;
  height: auto;
}
#playerRankView > .rankingWidget > .well.body {
  padding: 5px;
  height: 100%;
  padding-bottom: 40px;
}
#playerRankView > .rankingWidget #rankOptionsForm {
  padding-bottom: 5px;
}
#playerRankView > .rankingWidget #rankOptionsForm #rankTypeSelect {
  margin-right: 20px;
  width: 100px;
}
#playerRankView #playerRankingsContainer {
  overflow: auto;
  height: 100%;
}
#playerRankView #playerRankingsContainer .rankDraftActions {
  width: 30px;
  text-align: center;
  border-left: none;
}
#playerRankView #playerRankingsContainer tr td.rankDraftActions button {
  padding: 4px 0px 4px 0px;
  margin: 0px;
  text-align: center;
  width: 25px;
  font-size: 13px;
}
#playerRankView #playerRankingsContainer tr td.rankDraftActions button.draftRankedPlayerBtn {
  display: none;
}
#playerRankView #playerRankingsContainer .table th {
  padding: 8px 2px;
}
#playerRankView #playerRankingsContainer .table td {
  padding: 8px 2px;
  height: 25px;
}
#playerRankView #playerRankingsContainer .table td.playerRankingsRkCol {
  width: 30px;
}
#playerRankView #playerRankingsContainer tr.playerDrafted td {
  background-color: #eee;
}
#playerRankView #playerRankingsContainer tr.playerDrafted td.rankDraftActions button {
  display: none;
}
#playerRankView #playerRankingsContainer .playerRanksPlayerHdr {
  width: 150px;
}
#playerRankView #playerRankingsContainer .playerRanksPosHdr {
  width: 25px;
}
#playerRankView #playerRankingsContainer .playerRanksTeamHdr {
  width: 50px;
}
#playerRankView #playerRankingsContainer .statSortAsc {
  color: #bbb;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  display: none;
}
#playerRankView #playerRankingsContainer .statSortDesc {
  color: #bbb;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  display: none;
}
#playerRankView #playerRankingsContainer .defaultSortAsc:hover {
  cursor: pointer;
}
#playerRankView #playerRankingsContainer .defaultSortAsc .statSortAsc {
  display: inline;
}
#playerRankView #playerRankingsContainer .defaultSortDesc:hover {
  cursor: pointer;
}
#playerRankView #playerRankingsContainer .defaultSortDesc .statSortDesc {
  display: inline;
}
#playerRankView #playerRankingsContainer .activeSortCatAsc .statSortAsc {
  color: #555;
  display: inline;
}
#playerRankView #playerRankingsContainer .activeSortCatAsc .statSortDesc {
  display: none;
}
#playerRankView #playerRankingsContainer .activeSortCatDesc .statSortDesc {
  color: #555;
  display: inline;
}
#playerRankView #playerRankingsContainer .activeSortCatDesc .statSortAsc {
  display: none;
}
#playerRankView.pickPlayerAllowed #playerRankingsContainer .rankDraftActions {
  display: table-cell;
}
#playerRankView.pickPlayerAllowed #playerRankingsContainer tr td.rankDraftActions button {
  display: block;
}
#playerRankView.pickPlayerAllowed #playerRankingsContainer tr.playerDrafted td.rankDraftActions button {
  display: none;
}
#content.full-content #playerRankView > .rankingWidget {
  left: 253px;
}
#content.full-content #playerRankView > .rankingWidget {
  bottom: 55px;
}
.user-links li a strong {
  color: #62c462;
}
.dropdown-menu,
.top-menu > li > ul {
  left: auto;
  right: -1px;
}
.general-stats li {
  width: 103px;
}
.general-stats .head {
  border-color: #62c462;
}
.general-stats .head li {
  background: #62c462;
  border-color: #B5B5B5;
}
.general-stats .head li:first-child {
  width: 104px;
}
.general-stats .body li:first-child {
  width: 104px;
}
.navigation > li > ul > li > a:hover {
  color: #62c462;
  box-shadow: -1px 0 0 #62c462, 2px 0 0 #62c462 inset;
  -webkit-box-shadow: -1px 0 0 #62c462, 2px 0 0 #62c462 inset;
  -mox-box-shadow: -1px 0 0 #62c462, 2px 0 0 #62c462 inset;
}
.sideNavForm .control-group {
  padding: 5px 0px 0px 0px;
}
.hide-sidebar {
  margin-left: 0px;
}
.clean {
  background-position: 0px 0px;
}
#footer {
  border-top-color: #62c462;
  border-top-width: 3px;
}
#footer .footer-links {
  font-size: 20px;
}
#footer .footer-links .icon-twitter {
  color: #9AE4E8;
}
#footer .footer-links .icon-facebook {
  color: #3b5998;
}
#footer .footer-links .icon-envelope {
  color: white;
}
#footer .footer-links li a {
  padding: 9px 8px 8px 8px;
}
.lgListingCollapsible [class^="well"],
.lgListingCollapsible [class*=" well"] {
  position: initial;
}
.lgListingCollapsible .lgListingTitle {
  height: 30px;
  margin-top: 5px;
}
.lgListingCollapsible .lgListingTitle .lgListingBtnContainer {
  margin-top: -5px;
}
.lgListingCollapsible .lgListingTitle .lgListingBtnContainer a {
  margin-left: 5px;
}
.lgListingCollapsible .lgListingShareUrl {
  margin-top: 5px;
}
.lgListingCollapsible .lgListingShareUrl .lgListingShareContainer {
  padding-top: 5px;
  display: inline;
}
.lgListingCollapsible .lgListingShareUrl .lgListingShareContainer .lgListingShareBtns {
  padding-top: 15px;
}
.lgListingCollapsible .lgListingShareUrl .lgListingShareContainer .lgListingShareBtns [class^="socialBtn"],
.lgListingCollapsible .lgListingShareUrl .lgListingShareContainer .lgListingShareBtns [class*=" socialBtn"] {
  width: 60px;
}
.lgListingCollapsible .lgListingDeleteMessage {
  padding-top: 15px;
}
.lgListingCollapsible .lgListingDelete {
  padding-top: 15px;
}
.lgListingCollapsible .lgListingDelete > div {
  text-align: right;
  padding-top: 10px;
}
.lgListingCollapsible .lgListingDelete > div button {
  margin: 2px 4px;
}
#lgInstContent {
  padding-bottom: 600px;
}
#lgHeaderProd {
  display: inline-block;
}
#advLgContent #advLgBodyStatus {
  padding-top: 5px;
}
#advLgContent #advLgBodyStatus #advLgViewBoard {
  margin-top: -5px;
}
#advLgContent #advLgBodyContent #advLgInputContainer {
  padding: 0px;
}
#advLgContent #advLgBodyContent #advLgInputContainer .advLgInputStatusOptContainer {
  padding-top: 10px;
  clear: both;
}
#advLgContent #advLgBodyContent #advLgInputContainer .advLgInputStatusOptContainer .advLgInputStatusOptLabel {
  padding-top: 5px;
}
#advLgContent #advLgBodyContent #advLgFooter .btn {
  display: block;
}
#addTmContent .control-group {
  padding: 5px 0px;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
}
.fantTeamsControlGrp .addTmBtnDiv {
  padding-top: 5px;
  margin: 0px;
}
.fantTeamsControlGrp .singleFantTeamGrp {
  padding: 5px 0px;
}
.fantTeamsControlGrp .singleFantTeamGrp .fantTeamInfo .btn {
  width: 28px;
  height: 28px;
  padding: 6px 4px;
  margin: 5px 0px 0px 0px;
}
.fantTeamsControlGrp .singleFantTeamGrp .fantTeamInfo .btn > i {
  font-size: 14px;
}
.fantTeamsControlGrp .singleFantTeamGrp .fantTeamInfo .fantTeamInfoItem {
  margin-left: 0px;
  padding-top: 8px;
}
.positionsControlGrp .singlePositionGrp {
  padding: 5px 0px;
}
.positionsControlGrp .singlePositionGrp .positionInfo .btn {
  width: 28px;
  height: 28px;
  padding: 6px 4px;
  margin: 5px 0px 0px 0px;
}
.positionsControlGrp .singlePositionGrp .positionInfo .btn > i {
  font-size: 14px;
}
.positionsControlGrp .singlePositionGrp .positionInfo .positionInfoItem {
  margin-left: 0px;
  padding-top: 8px;
}
.positionsControlGrp .singlePositionGrp #addPosColorInput {
  margin-right: 10px;
}
.positionsControlGrp .posColorPreview {
  display: inline-block;
  width: 35px;
  border: 2px solid #000;
  margin-top: -2px;
}
.positionsControlGrp .posColorHdr {
  text-align: center;
  margin-top: 10px;
  width: 184px;
}
.positionsControlGrp .posPreviewRow {
  height: 25px;
  margin-top: 10px;
  width: 200px;
}
.positionsControlGrp .posPreviewRow .posPreviewRowItem {
  width: 50px;
  margin-right: 10px;
  border: 2px solid #000;
  margin-top: -2px;
  display: inline-block;
}
.doubleMarginControlGrp .doubleMarginSectionGrp {
  padding: 5px 0px;
}
.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem {
  padding: 4px 0px;
}
.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem .doubleMarginActionBtn {
  width: 26px;
  height: 26px;
  padding: 3px 2px;
  margin: 2px 4px;
  display: inline-block;
}
.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem .doubleMarginActionBtn > i {
  font-size: 12px;
}
.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem > p {
  display: inline-block;
  margin-right: 6px;
}
.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginHelpControls {
  padding-top: 5px;
}
.draftOrderControlGrp.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem .doubleMarginActionBtn {
  display: none;
}
.draftOrderControlGrp .draftOrderFormGrp {
  padding: 10px 0px;
}
.draftOrderControlGrp .draftOrderFormGrp .savePicksBtnDiv {
  padding-top: 5px;
  margin: 0px;
}
.draftOrderControlGrp .draftOrderFormGrp .savePicksBtnDiv > span {
  margin-left: 3px;
}
.draftOrderControlGrp .draftOrderFormGrp .selector.fixedWidth {
  margin-right: 5px;
  width: 150px;
}
.draftOrderControlGrp .draftOrderFormGrp #resetPicksBtn {
  padding-top: 6px;
}
.draftOrderControlGrp .draftOrderListGrp .draftOrderPickInfo .draftOrderTmSelInput {
  display: inline-block;
}
.draftOrderControlGrp .draftOrderListGrp .draftOrderPickInfo .selector.fixedWidth {
  width: 140px;
  display: none;
}
.draftOrderControlGrp .draftOrderListGrp .draftOrderPickInfo.draftOrderAddPickInfo {
  display: none;
}
.draftOrderControlGrp #draftOrderSummary .icon-ok {
  color: #4ca15b;
}
.draftOrderControlGrp #draftOrderSummary .icon-warning-sign {
  color: orange;
}
.draftOrderControlGrp #draftOrderSummary .help-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.draftOrderControlGrp #draftOrderSummary #draftOrderSummaryContainer table {
  width: 265px;
}
.draftOrderControlGrp #draftOrderSummary #draftOrderSummaryContainer table .draftOrderSummaryPosHeader {
  width: 25px;
}
.draftOrderControlGrp #draftOrderSummary #draftOrderSummaryContainer table .draftOrderSummaryPickHeader {
  width: 45px;
}
.draftOrderControlGrp.commish .draftOrderListGrp .draftOrderPickInfo .pickTeamInfo {
  display: none;
}
.draftOrderControlGrp.commish .draftOrderListGrp .draftOrderPickInfo .selector.fixedWidth {
  display: inline-block;
}
.draftOrderControlGrp.commish .draftOrderListGrp .draftOrderPickInfo .removePickBtn {
  display: inline-block;
}
.draftOrderControlGrp.commish .draftOrderListGrp .draftOrderPickInfo.draftOrderAddPickInfo {
  display: block;
}
.draftOrderControlGrp .draftOrderCommishGrp {
  display: none;
}
.draftOrderControlGrp.commish .draftOrderCommishGrp {
  display: block;
}
#draftUserGrp.doubleMarginControlGrp .doubleMarginSectionGrp .doubleMarginItem > p {
  width: 150px;
}
body.public {
  background-image: none;
}
body.public #top {
  height: 100px;
}
body.public #top #menuFixedHeader {
  height: 100px;
  padding: 0px;
}
body.public #top #menuContainer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
body.public #top #navButton {
  display: none;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 26px;
  line-height: 30px;
  margin-right: 2px;
  padding: 3px 10px 1px 10px;
  margin-top: 4px;
}
body.public #top #navLinkMenu {
  display: none;
  position: absolute;
  top: 44px;
  right: 0px;
  background: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/theme/pannonia-1.0/backgrounds/dark.png");
}
body.public #top #navLinkMenu > a {
  cursor: pointer;
  padding: 8px 30px;
  height: 20px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  color: white;
  display: block;
}
body.public #top #navLinkMenu > a.active {
  color: #62c462;
}
body.public #top .logo i.footballGlyph {
  margin-top: -23px;
  background-image: url("https://drj9w7fd3b8pf.cloudfront.net/draft/img/common/football.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}
body.public #top .logo > span {
  font-size: 50px;
  line-height: 50px;
}
body.public #top .linksMenu {
  float: right;
  margin-top: 5px;
}
body.public #top .linksMenu .linksMenuItem {
  list-style: none;
  float: left;
  position: relative;
  line-height: 20px;
}
body.public #top .linksMenu .linksMenuItem > a {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 14px;
  height: 20px;
}
body.public #top .linksMenu .linksMenuItem > a > span {
  font-size: 18px;
  display: block;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}
body.public #top .linksMenu .linksMenuItem > a:hover {
  background-color: #62c462;
  border-color: #62c462;
}
body.public #top .linksMenu .linksMenuItem.active > a > span {
  color: #62c462;
}
body.public #top .linksMenu .linksMenuItem.active > a:hover > span {
  color: black;
}
body.public #container {
  padding-bottom: 175px;
}
body.public #content {
  background: none;
  font-size: 16px;
  line-height: 24px;
}
body.public #content .publicWrapper {
  background-color: #62c462;
  position: relative;
}
body.public #content .publicWrapper .publicHero {
  margin: 0px auto 0px auto;
  max-width: 1200px;
}
body.public #content .publicWrapper .publicHero .row-fluid {
  padding-bottom: 0px;
  text-align: center;
}
body.public #content .publicWrapper .publicHero h1 {
  color: white;
  font-size: 44px;
  line-height: 60px;
  padding-top: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
body.public #content .publicWrapper .publicHero h2 {
  color: white;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
}
body.public #content .publicWrapper .publicHero h2 b {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
body.public #content .publicWrapper .publicHero img {
  margin-bottom: -80px;
  margin-top: 20px;
}
body.public #content .publicWrapper #homeHero .row-fluid {
  padding-bottom: 40px;
}
body.public #content .publicWrapper #homeHero h1 {
  line-height: 88px;
  padding-top: 20px;
}
body.public #content .subHeroWrapper {
  margin: 0px auto 40px auto;
  max-width: 1200px;
  position: relative;
}
body.public #content .subHeroWrapper #homeSubHero {
  text-align: center;
}
body.public #content .subHeroWrapper #homeSubHero .signupBtn {
  background-color: rgba(30, 30, 30, 0.15);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 6px 6px 6px 6px;
  overflow: hidden;
  z-index: 99;
  margin: -33px auto 0px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 353px;
}
body.public #content .subHeroWrapper #homeSubHero .signupBtn a {
  background: #fec32d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlYTgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fec32d 0%, #d86600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec32d), color-stop(100%, #d86600));
  background: -webkit-linear-gradient(top, #fec32d 0%, #d86600 100%);
  background: -o-linear-gradient(top, #fec32d 0%, #d86600 100%);
  background: -ms-linear-gradient(top, #fec32d 0%, #d86600 100%);
  background: linear-gradient(to bottom, #fec32d 0%, #d86600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec32d', endColorstr='#d86600', GradientType=0);
  display: block;
  float: left;
  width: 280px;
  height: 35px;
  padding: 15px 30px 0px 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #af5305;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 20;
  font-size: 20px;
  line-height: 20px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
}
body.public #content .subHeroWrapper #homeSubHero .signupBtn a:hover {
  background: #d86600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZlYzMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #d86600 0%, #fec32d 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86600), color-stop(99%, #fec32d));
  background: -webkit-linear-gradient(top, #d86600 0%, #fec32d 99%);
  background: -o-linear-gradient(top, #d86600 0%, #fec32d 99%);
  background: -ms-linear-gradient(top, #d86600 0%, #fec32d 99%);
  background: linear-gradient(to bottom, #d86600 0%, #fec32d 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86600', endColorstr='#fec32d', GradientType=0);
}
body.public #content .wrapper {
  margin: 0px auto 30px auto;
  max-width: 1200px;
}
body.public #content .wrapper .itemBox {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 15px 20px 15px;
  -moz-box-shadow: 0px 3px 2px #d6d6d6;
  -webkit-box-shadow: 0px 3px 2px #d6d6d6;
  box-shadow: 0px 3px 2px #d6d6d6;
}
body.public #content .wrapper .itemBox > i {
  background-color: #62c462;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0px 0px 0px 0px #62c462;
  -moz-box-shadow: 0px 0px 0px 0px #62c462;
  box-shadow: 0px 0px 0px 0px #62c462;
  opacity: 1;
  margin: 5px auto 0px auto;
  float: left;
  color: white;
  font-size: 33px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
}
body.public #content .wrapper .itemBox h3 {
  color: #62c462;
  text-align: center;
  font-size: 30px;
}
body.public #content .wrapper .itemBox hr {
  margin: 20px 0px;
}
body.public #content .wrapper .nowAvailableHeader.row-fluid {
  margin-bottom: 50px;
}
body.public #content .wrapper .nowAvailableHeader.row-fluid .itemBox {
  border: 3px solid #62c462;
  -moz-box-shadow: 0px 3px 2px #62c462;
  -webkit-box-shadow: 0px 3px 2px #62c462;
  box-shadow: 0px 3px 2px #62c462;
}
body.public #content .wrapper#featureWrapper .row-fluid {
  margin-top: 20px;
}
body.public #content .wrapper#featureWrapper .row-fluid .itemBox h3 {
  font-size: 24px;
}
body.public #content .wrapper#pricingWrapper .row-fluid {
  margin-top: 20px;
  text-align: center;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox {
  padding: 0px;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox h3 {
  margin: 0px;
  padding: 10px 0px;
  color: #555;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
  font-size: 24px;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox h4 {
  padding: 20px 0px 10px 0px;
  margin: 0px;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox h4 .price {
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  display: block;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox h4 .regPrice {
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-decoration: line-through;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox h4 .time {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox li {
  background: #fff;
  padding: 11px 0;
  border-bottom: 1px solid #fff;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox li:nth-child(2n) {
  background: #f6f6f6;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox .icon-ok {
  color: #62c462;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox .icon-remove {
  color: #9d261d;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#basicPriceBox h3 {
  background-color: #d1eed1;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#basicPriceBox h4 {
  background-color: #f6fcf6;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#basicPriceBox h4 .regPrice {
  text-decoration: none;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#standardPriceBox h3 {
  background-color: #bfe7bf;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#standardPriceBox h4 {
  background-color: #e4f5e4;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#premiumPriceBox {
  border-color: #62c462;
  border-width: 2px;
  -moz-box-shadow: 0px 0px 5px #62c462;
  -webkit-box-shadow: 0px 0px 5px #62c462;
  box-shadow: 0px 0px 5px #62c462;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#premiumPriceBox h3 {
  background-color: #87d287;
}
body.public #content .wrapper#pricingWrapper .row-fluid .pricingBox#premiumPriceBox h4 {
  background-color: #ace0ac;
}
body.public #content .wrapper#defaultWrapper .row-fluid {
  margin-top: 20px;
}
body.public #content .wrapper .conditionBox ol {
  margin-left: 30px;
  list-style: lower-alpha;
}
body.public #content .wrapper .conditionBox ol ol {
  list-style: lower-roman;
}
body.public #content .wrapper .conditionBox ul {
  margin-left: 30px;
  list-style-type: decimal;
}
body.public #content .wrapper > hr {
  margin: 40px auto;
  width: 1200px;
}
body.public #content .wrapper #whyClickyDraft {
  margin-top: 40px;
}
body.public #content .wrapper #whyClickyDraft #whyClickyDraftText h4 {
  color: #62c462;
  font-size: 40px;
  line-height: 50px;
}
body.public #content .wrapper #whyClickyDraft #whyClickyDraftText p {
  margin: 24px 0px;
}
body.public #content .wrapper #whyClickyDraft #whyClickyDraftText ul li {
  padding: 5px 0px;
}
body.public #content .wrapper #whyClickyDraft #whyClickyDraftText ul li i {
  color: #62c462;
  font-size: 20px;
}
body.public #content .wrapper .imgThumbs {
  width: 100%;
  max-width: 552px;
  margin: 15px auto 0px auto;
}
body.public #content .wrapper .imgThumbs > li {
  float: left;
  padding: 2px;
}
body.public #content .wrapper .imgThumbs > li a {
  position: relative;
}
body.public #content .wrapper .imgThumbs > li a div {
  display: none;
  position: absolute;
  height: 180px;
  width: 180px;
  background-color: #62c462;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  text-align: center;
}
body.public #content .wrapper .imgThumbs > li a div i {
  color: black;
  font-size: 40px;
  margin-top: 65px;
}
body.public #content .wrapper .imgThumbs > li a:hover div {
  display: block;
}
body.public #footerLinks {
  background-color: #62c462;
  width: 100%;
  position: absolute;
  bottom: 42px;
  font-size: 11px;
  color: #fff;
}
body.public #footerLinks > ul {
  float: left;
  padding: 12px 0px;
}
body.public #footerLinks > ul > li {
  list-style: none;
  float: left;
  position: relative;
  line-height: 20px;
  margin: 0px 20px;
}
body.public #footerLinks > ul > li > a {
  color: white;
  cursor: pointer;
}
.pageAnchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media (max-width: 1280px) {
  body.public #content .publicWrapper .publicHero h1 {
    font-size: 36px;
  }
  body.public #content .wrapper .itemBox > i {
    font-size: 26px;
    height: 40px;
    width: 40px;
    line-height: 42px;
  }
  body.public #content .wrapper .itemBox h3 {
    font-size: 22px;
    line-height: 30px;
  }
  body.public #content .wrapper #whyClickyDraft #whyClickyDraftText h4 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  body.public #content .wrapper .itemBox.featureBox {
    height: 340px;
    max-width: 243px;
  }
  body.public #content .wrapper .nowAvailableHeader .itemBox h3 {
    font-size: 40px;
  }
  #loginContent.form-horizontal .control-label {
    width: 50%;
  }
  #loginContent.form-horizontal .controls {
    margin-left: 50%;
  }
  .form-horizontal #regBodyContent .control-label {
    width: 50%;
  }
  .form-horizontal #regBodyContent .controls {
    margin-left: 50%;
  }
  .form-horizontal #pwResetActBodyContentForm .control-label {
    width: 50%;
  }
  .form-horizontal #pwResetActBodyContentForm .controls {
    margin-left: 50%;
  }
  .form-horizontal #pwResetActBodyContentPassForm .control-label {
    width: 50%;
  }
  .form-horizontal #pwResetActBodyContentPassForm .controls {
    margin-left: 50%;
  }
}
@media (max-width: 1024px) {
  body.private .fixed {
    padding: 0px;
  }
  body.private .fixed .logo {
    margin: 0 auto;
    width: 150px;
    float: none;
    text-align: center;
    display: block;
  }
  body.private .fixed .logo i {
    display: none;
  }
  body.private .fixed .showNavBtn {
    display: block;
  }
  body.public #content .publicWrapper .publicHero h1 {
    padding-top: 0px;
  }
  body.public #content .publicWrapper .publicHero img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.public #content .wrapper .itemBox {
    margin: 10px auto 10px auto;
    height: inherit;
    max-width: 80%;
  }
  body.public #top .logo {
    margin-top: 2px;
  }
  body.public #top .logo > span {
    font-size: 44px;
  }
  body.public #top .linksMenu {
    margin-top: 8px;
  }
  body.public #top .linksMenu .linksMenuItem > a {
    padding: 12px 3px;
  }
  body.public #top .linksMenu .linksMenuItem > a > span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #top.draftBoardHdr {
    height: 141px;
  }
  #draftBoardHdrInfoContainer {
    top: 48px;
    z-index: 1038;
    height: 94px;
    display: block;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrLoading .infoContainer {
    float: none;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrLoading .infoContainer b {
    font-size: 69px;
    line-height: 90px;
    color: #62c462;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrCompleted .infoContainer {
    float: none;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrCompleted .infoContainer b {
    font-size: 69px;
    line-height: 90px;
    color: #62c462;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrPredraft .infoContainer {
    float: none;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrPredraft .infoContainer b {
    font-size: 69px;
    line-height: 90px;
    color: #62c462;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrSetup .infoContainer {
    float: none;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .draftBoardHdrSetup .infoContainer b {
    font-size: 69px;
    line-height: 90px;
    color: #62c462;
  }
  #draftBoardHdrInfoContainer .infoContainer {
    float: left;
    background-color: #5A5A5A;
    margin-left: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 90px;
  }
  #draftBoardHdrInfoContainer .infoContainer .infoHeader {
    height: 27px;
    font-weight: bolder;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: white;
  }
  #draftBoardHdrInfoContainer .infoContainer .infoHeader .infoTitle {
    padding-top: 5px;
  }
  #draftBoardHdrInfoContainer .infoContainer .infoContent {
    height: 63px;
  }
  #draftBoardHdrInfoContainer .timerContainer {
    display: none;
    width: 190px;
    height: 90px;
    color: #62c462;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .timerContainer .draftTimeLeft {
    font-size: 70px;
    line-height: 72px;
  }
  #draftBoardHdrInfoContainer .timerContainer .draftTimeLeft.paused {
    color: #f2d083;
  }
  #draftBoardHdrInfoContainer .timerContainer .draftTimeLeft.expired {
    color: #9d261d;
  }
  #draftBoardHdrInfoContainer .timerContainer .timerControls {
    color: white;
  }
  #draftBoardHdrInfoContainer .timerContainer .timerControls .btn {
    padding: 4px 23px;
  }
  #draftBoardHdrInfoContainer .timerContainer .infoTitle {
    display: block;
  }
  #draftBoardHdrInfoContainer .timerContainer .timerBtnContainer {
    display: none;
  }
  #draftBoardHdrInfoContainer .timerContainer.timerOwner .infoTitle {
    display: none;
  }
  #draftBoardHdrInfoContainer .timerContainer.timerOwner .timerBtnContainer {
    display: block;
  }
  #draftBoardHdrInfoContainer .timerContainer > div.infoContent {
    margin-top: -5px;
  }
  #draftBoardHdrInfoContainer .lastPickContainer {
    color: white;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader {
    clear: both;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader .lastPickTitle {
    float: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader .lastPickUndo {
    display: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader .lastPickUndoNom {
    display: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader .lastPickComplete {
    display: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader #undoLastPickBtn {
    padding: 3px 11px;
    margin-top: 3px;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader #undoLastPickNomBtn {
    padding: 3px 11px;
    margin-top: 3px;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .lastPickHeader #completeLastPickBtn {
    padding: 3px 11px;
    margin-top: 3px;
  }
  #draftBoardHdrInfoContainer .lastPickContainer .pick {
    margin: 0px;
    padding: 2px 5px 6px 5px;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.lastPickOwner .lastPickHeader .lastPickUndo {
    display: block;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding .lastPickHeader .lastPickTitle {
    display: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding .lastPickHeader .biddingPickTitle {
    display: block;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding .lastPickHeader .lastPickUndo {
    display: none;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding.commish .lastPickHeader .lastPickComplete {
    display: block;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding.commish .lastPickHeader .lastPickUndoNom {
    display: block;
  }
  #draftBoardHdrInfoContainer .lastPickContainer.bidding.commish .lastPickHeader .biddingPickTitle {
    display: none;
  }
  #draftBoardHdrInfoContainer .teamBidContainer {
    color: white;
    width: 194px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .teamBidContainer .teamBidHeader {
    clear: both;
  }
  #draftBoardHdrInfoContainer .teamBidContainer #teamBidSelect {
    width: 100px;
    height: 24px;
    margin-top: 2px;
  }
  #draftBoardHdrInfoContainer .teamBidContainer #teamBidInput {
    height: 20px;
    margin-top: 2px;
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #draftBoardHdrInfoContainer .teamBidContainer #teamBidSubmit {
    padding: 4px 6px;
    margin: 2px 0px 0px 0px;
    vertical-align: middle;
  }
  #draftBoardHdrInfoContainer .teamBidContainer .pick {
    background-color: white;
    margin: 0px;
    padding: 2px 5px 6px 5px;
  }
  #draftBoardHdrInfoContainer .teamBidContainer .pick #teamBidAmountLabel {
    background-color: #7aa745;
    margin-top: 2px;
    padding: 2px 4px;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.winningBidTeam .pick {
    background-color: #c4e9c4;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.winningBidTeam .pick #teamBidAmountLabel.label {
    background-color: #7aa745;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.losingBidTeam .pick {
    background-color: #f9dbb3;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.losingBidTeam .pick #teamBidAmountLabel.label {
    background-color: #d17d10;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.eliminatedBidTeam .pick {
    background-color: #ebc1c1;
  }
  #draftBoardHdrInfoContainer .teamBidContainer.eliminatedBidTeam .pick #teamBidAmountLabel.label {
    background-color: #c95454;
  }
  #draftBoardHdrInfoContainer .currentPickContainer {
    float: none;
    margin-left: 160px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #draftBoardHdrInfoContainer .currentPickContainer .infoHeader {
    text-align: center;
  }
  #draftBoardHdrInfoContainer .currentPickContainer .currentPickUserLabel {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
  }
  #draftBoardHdrInfoContainer .currentPickContainer #currentPickHeaderPickPlayerBtn {
    padding: 4px 0px 4px 0px;
    margin: 0px;
    text-align: center;
    width: 60px;
    font-size: 17px;
  }
  #draftBoardHdrInfoContainer .currentPickContainer #currentPickHeaderPickPlayerBtn.bidding {
    width: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
  #draftBoardHdrInfoContainer .currentPickContainer #currentPickHeaderShareBtn {
    padding: 4px 0px 4px 0px;
    margin: 0px;
    text-align: center;
    width: 60px;
    font-size: 17px;
    display: none;
  }
  #draftBoardHdrInfoContainer .currentPickContainer .currentPickTeamContainer {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
  }
  #draftBoardHdrInfoContainer .currentPickContainer .currentPickTeamContainer .currentPickTeamLabel {
    font-size: 41px;
    line-height: 45px;
    color: #62c462;
  }
  .boardTableView .table-overflow {
    overflow: auto;
    position: fixed;
    top: 142px;
    width: 100%;
    bottom: 43px;
  }
}
@media (max-width: 767px) {
  body.private .draftBoardHdr .fixed .viewModeNav > .dropdown-menu {
    right: -60px;
  }
  body.private .draftBoardHdr .fixed .viewModeNav > .dropdown-menu:after {
    right: 80px;
    left: auto;
  }
  body.private .draftBoardHdr .fixed .optionsNav > .dropdown-menu {
    right: -100px;
  }
  body.private .draftBoardHdr .fixed .optionsNav > .dropdown-menu:after {
    right: 120px;
    left: auto;
  }
  body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu {
    right: -36px;
    min-width: 240px;
  }
  body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu:after {
    right: 50px;
    left: auto;
  }
  body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatMessages {
    height: 150px;
    margin: 0px;
  }
  body.private .draftBoardHdr .fixed .chatNav > .dropdown-menu .body .chatForm input {
    width: 180px;
  }
  #top.draftBoardHdr {
    height: 120px;
  }
  #top.draftBoardHdr #draftBoardHdrMobileInfoContainer {
    height: 74px;
  }
  #top.draftBoardHdr #draftBoardHdrMobileInfoContainer #draftBoardHdrCurTeamContainer {
    padding-right: 0px;
  }
  #top > #draftBoardHdrMobileInfoContainer {
    text-align: left;
  }
  #draftBoardHdrMobileInfoContainer {
    top: 46px;
    z-index: 1038;
    height: 48px;
    display: block;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrLoading .infoContainer {
    text-align: center;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrLoading .infoContainer b {
    font-size: 30px;
    line-height: 70px;
    color: #62c462;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrCompleted .infoContainer {
    text-align: center;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrCompleted .infoContainer b {
    font-size: 30px;
    line-height: 70px;
    color: #62c462;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrPredraft .infoContainer {
    text-align: center;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrPredraft .infoContainer b {
    font-size: 30px;
    line-height: 70px;
    color: #62c462;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrSetup .infoContainer {
    text-align: center;
  }
  #draftBoardHdrMobileInfoContainer .draftBoardHdrSetup .infoContainer b {
    font-size: 30px;
    line-height: 70px;
    color: #62c462;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer {
    display: none;
    width: 110px;
    height: 44px;
    color: #62c462;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .draftTimeLeft {
    font-size: 44px;
    line-height: 48px;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .draftTimeLeft.expired {
    color: #9d261d;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .timerControls {
    color: white;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .timerControls .btn {
    padding: 4px 23px;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .timerControls .btn.timerControlsReset {
    margin-left: 60px;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .dropdown-menu {
    top: 48px;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer .dropdown-menu:after {
    left: 26%;
  }
  #draftBoardHdrMobileInfoContainer .timerContainer.timerOwner .draftTimeLeft {
    cursor: pointer;
  }
  #draftBoardHdrMobileInfoContainer .infoActionBtn {
    width: 60px;
    text-align: center;
    padding: 4px 0px 3px 0px;
  }
  #draftBoardHdrMobileInfoContainer .infoActionTopBtn {
    margin-right: 2px;
    margin-top: 10px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrExpandBtn {
    margin-top: 8px;
    margin-right: 2px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrCurTeamContainer {
    padding-right: 25px;
    white-space: nowrap;
    color: #FFF;
    overflow: hidden;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrCurTeamContainer #draftBoardHdrRoundContainer {
    line-height: 15px;
    padding-top: 4px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrCurTeamContainer #draftBoardHdrTeamDispContainer {
    font-size: 18px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer {
    margin-top: 6px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer #draftBoardHdrLastPickLabel {
    color: #62c462;
    float: left;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer #draftBoardHdrLastPickLabel b {
    font-size: 20px;
    line-height: 22px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer #draftBoardHdrLastPickUndo {
    margin-top: -2px;
    margin-right: 2px;
    display: none;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer #draftBoardHdrLastPickInfo {
    white-space: nowrap;
    color: #FFF;
    overflow: hidden;
    margin-right: 2px;
    padding-top: 2px;
    padding-left: 16px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer #draftBoardHdrLastPickInfo b {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer.lastPickOwner #draftBoardHdrLastPickUndo {
    display: block;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrLastPickContainer.lastPickOwner #draftBoardHdrLastPickInfo {
    margin-right: 44px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer {
    margin-top: 0px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrCollapseBtn {
    margin-top: -2px;
    margin-right: 2px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrCollapseBtn .btn {
    padding: 8px 15px 8px 15px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrDraftBtn {
    margin-top: -2px;
    margin-right: 2px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrDraftBtn .btn {
    padding: 8px 15px 8px 15px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer > form {
    display: block;
    margin-top: 6px;
    padding-left: 2px;
    padding-right: 115px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer > form #playerSelectDropdown {
    width: 300px;
  }
  .boardTableView .table-overflow {
    overflow: auto;
    width: 100%;
    margin-bottom: 43px;
  }
  body.public #top {
    height: 48px;
  }
  body.public #top #menuFixedHeader {
    height: 48px;
  }
  body.public #top #menuContainer {
    margin-top: 0px;
  }
  body.public #top #navButton {
    display: block;
  }
  body.public #top #navLinkMenu.open {
    display: block;
  }
  body.public #top .linksMenu {
    display: none;
  }
  body.public #top .logo {
    margin-top: 10px;
    white-space: nowrap;
    display: block;
  }
  body.public #top .logo i.footballGlyph {
    margin-top: -8px;
    float: left;
  }
  body.public #top .logo > span {
    font-size: 26px;
    line-height: 36px;
    margin-top: -8px;
    display: inline-block;
  }
  .pageAnchor {
    top: -48px;
  }
  #playerRankView > .rankingSideWidget {
    float: none;
    width: 100%;
    display: none;
  }
  #playerRankView > .rankingSideWidget#playerRankingQueueWidget {
    display: inherit;
  }
  #playerRankView > .rankingWidget {
    position: inherit;
  }
}
@media (max-width: 480px) {
  .general-stats li {
    width: 108px;
  }
  .general-stats .head li:first-child {
    width: 109px;
  }
  .general-stats .body li:first-child {
    width: 109px;
  }
  .footer-links {
    display: block;
  }
  .copyrightYear {
    display: none;
  }
  body.public #content .publicWrapper .publicHero h1 {
    font-size: 22px;
    line-height: 44px;
  }
  body.public #content .publicWrapper .publicHero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body.public #content .subHeroWrapper #homeSubHero .signupBtn {
    width: 267px;
  }
  body.public #content .subHeroWrapper #homeSubHero .signupBtn a {
    font-size: 18px;
    line-height: 18px;
    width: 254px;
    padding: 15px 0px 0px 0px;
  }
}
@media (max-width: 479px) {
  .top-menu {
    display: block;
    float: right;
    margin-right: -3px;
  }
  .top-menu .user-menu {
    padding: 12px 8px;
  }
  body.private .fixed .showNavBtn li .nav-menu {
    padding: 12px 8px;
  }
  body.private .logo #firstBrandName {
    margin-right: -8px;
  }
  body.private .draftBoardHdr .fixed .logo {
    display: none;
  }
  body.private .draftBoardHdr .fixed .top-menu > li .user-menu {
    padding: 12px 8px;
  }
  #draftBoardHdrMobileInfoContainer .infoActionBtn {
    width: 38px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrDraftBtn .btn {
    padding: 8px 4px 8px 4px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer .draftBoardHdrCollapseBtn .btn {
    padding: 8px 10px 8px 10px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer > form {
    padding-right: 72px;
  }
  #draftBoardHdrMobileInfoContainer #draftBoardHdrSelectContainer > form #playerSelectDropdown {
    width: 100%;
  }
  #playerRankView #playerRankingsContainer .table td .playerRankingBye {
    display: none;
  }
}
#largeAdUnit {
  display: none;
  float: right;
  height: 90px;
}
@media (min-width: 1200px) {
  #largeAdUnit {
    display: block;
    margin-top: 15px;
  }
  #draftBoardHdrInfoContainer .currentPickContainer {
    margin-right: 470px;
  }
  body.smartpeoplewilladdthis #largeAdUnit {
    display: none;
  }
  body.smartpeoplewilladdthis #draftBoardHdrInfoContainer .currentPickContainer {
    margin-right: 2px;
  }
}
@media (min-width: 1400px) {
  #largeAdUnit {
    display: block;
    margin-top: 0px;
  }
  #draftBoardHdrInfoContainer .currentPickContainer {
    margin-right: 730px;
  }
  body.smartpeoplewilladdthis #largeAdUnit {
    display: none;
  }
  body.smartpeoplewilladdthis #draftBoardHdrInfoContainer .currentPickContainer {
    margin-right: 2px;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/OpenSans400-Google.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/OpenSans600-Google.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://drj9w7fd3b8pf.cloudfront.net/draft/fonts/OpenSans700-Google.woff") format('woff');
}
