/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import "../css/font-awesome.min.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  padding: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  padding: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  padding: 1em 0;
}
h4 {
  font-size: 1em;
  padding: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  padding: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  padding: 2.33em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 10px 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 21px;
  color: #5f6d75;
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/****************************************************************************
*	VARIABLES
*
*	All variables should go in this file for easy customization
****************************************************************************/
/* COLOR 1 (DEFAULT DARKBLUE) */
/****************************************************************************
*	SIDEBAR
****************************************************************************/
/****************************************************************************
*	TOPBAR
****************************************************************************/
/****************************************************************************
*	NAVBAR
****************************************************************************/
/****************************************************************************
*	COLORS
****************************************************************************/
/* COLOR 1 (DEFAULT DARKBLUE) */
/* COLOR 2 (BLUE) */
/* COLOR 3 (BLUE) */
/* COLOR 4 (ORANGE) */
/****************************************************************************
*	TABLES
****************************************************************************/
/****************************************************************************
*	ALERTS
****************************************************************************/
/****************************************************************************
*	BUTTONS
****************************************************************************/
/****************************************************************************
*	DROPDOWNS
****************************************************************************/
/****************************************************************************
*	LINKS
****************************************************************************/
/****************************************************************************
*	TEXT
****************************************************************************/
.container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.container-fluid {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* clearfixes */
.container,
.container-fluid,
.row {
  *zoom: 1;
}
.container:before,
.container-fluid:before,
.row:before,
.container:after,
.container-fluid:after,
.row:after {
  display: table;
  line-height: 0;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container:before,
.container-fluid:before,
.row:before,
.container:after,
.container-fluid:after,
.row:after {
  display: table;
  line-height: 0;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11 {
  display: block;
  float: left;
  margin-left: 2%;
}
.span1:first-child,
.span2:first-child,
.span3:first-child,
.span4:first-child,
.span5:first-child,
.span6:first-child,
.span6:only-child,
.span7:first-child,
.span8:first-child,
.span9:first-child,
.span10:first-child,
.span11:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.5%;
}
.span2 {
  width: 15.0%;
}
.span3 {
  width: 23.5%;
}
.span4 {
  width: 32.0%;
}
.span5 {
  width: 40.5%;
}
.span6 {
  width: 49.0%;
}
.span7 {
  width: 57.5%;
}
.span8 {
  width: 66.0%;
}
.span9 {
  width: 74.5%;
}
.span10 {
  width: 83.0%;
}
.span11 {
  width: 91.5%;
}
.span12 {
  width: 100%;
}
.offset1 {
  margin-left: 10.5%;
}
.offset2 {
  margin-left: 19%;
}
.offset3 {
  margin-left: 27.5%;
}
.offset6 {
  margin-left: 53%;
}
@media (max-width: 768px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11 {
    width: 49%;
    margin-right: 0;
  }
  .offset1,
  .offset2,
  .offset3,
  .offset4,
  .offset5,
  .offset6,
  .offset7 {
    margin-left: 2%;
  }
}
@media (max-width: 480px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
/****************************************************************************
*	NAVBAR
****************************************************************************/
.navbar {
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px;
  background: #ebeced;
  border: 1px solid #d5d5d5;
}
.navbar:before,
.navbar:after {
  display: table;
  line-height: 0;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  line-height: 0;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: #272f37;
  border: none;
  border-bottom: 1px solid #1c2126;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .navbar-nav > li > a,
.navbar-fixed-top .navbar-nav > li:hover > a {
  color: #fff;
}
.navbar-fixed-top .navbar-nav > li.active a,
.navbar-fixed-top .navbar-nav > .dd.open > a {
  background: #242c33;
}
.navbar-inner {
  padding: 0 10px;
  min-height: 40px;
}
.navbar-nav {
  float: left;
  padding: 0;
  margin: 0;
}
.navbar-nav.pull-right {
  float: right;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  color: #5a5a5a;
}
.navbar-nav > li.active a,
.navbar-nav > .dd.open > a {
  background: #e0e0e0;
}
.navbar-nav > li:hover > a {
  color: #363636;
  transition: color .25s linear;
}
.navbar-text {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 38px;
  vertical-align: middle;
}
.navbar-form {
  display: inline-block;
  padding: 3px;
  margin: 0 8px;
}
.navbar-form .field-group {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nav {
  *zoom: 1;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  line-height: 0;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  line-height: 0;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  float: left;
}
.nav > li > a {
  padding: 10px 15px;
  display: block;
  line-height: 20px;
}
.nav .icon-caret-down {
  margin-left: 5px;
}
.navbar .caret {
  border-top-color: #5a5a5a;
}
.form {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
}
legend,
.legend {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.field-group {
  *zoom: 1;
  padding-bottom: 15px;
}
.field-group:before,
.field-group:after {
  display: table;
  line-height: 0;
  content: " ";
}
.field-group:after {
  clear: both;
}
.field-group:before,
.field-group:after {
  display: table;
  line-height: 0;
  content: " ";
}
.field-group:after {
  clear: both;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #009bdc;
}
input[type="text"],
input[type="password"],
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  line-height: 1.428;
  vertical-align: middle;
  color: #5f6d75;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #d5d5d5;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
input[type="text"],
input[type="password"] {
  display: inline-block;
  height: 34px;
}
textarea {
  height: 150px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-prepend input[type="text"],
.input-append input[type="text"],
.input-prepend input[type="password"],
.input-append input[type="password"],
input[type="password"] {
  border-color: #d5d5d5;
  -webkit-transition: border-color 0.7s linear;
  -moz-transition: border-color 0.7s linear;
  transition: border-color 0.7s linear;
}
.input-prepend:active input,
.input-prepend:active .add-on {
  border-color: #009bdc;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #5f6d75;
}
.inline {
  display: inline;
}
.checkbox-modern input[type="checkbox"],
.radio-modern input[type="radio"] {
  display: none;
}
.checkbox-modern input[type="checkbox"] + label,
.radio-modern input[type="radio"] + label {
  cursor: pointer;
}
.checkbox-modern input[type="checkbox"] + label span,
.radio-modern input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/sprites.png') no-repeat;
  cursor: pointer;
}
.checkbox-modern input[type="checkbox"] + label span {
  background-position: -1px -1px;
}
.checkbox-modern input[type="checkbox"]:checked + label span {
  background-position: -17px -1px;
}
.checkbox-modern input[type="checkbox"]:disabled + label span {
  background-position: -33px -1px;
}
.checkbox-modern input[type="checkbox"]:disabled:checked + label span {
  background-position: -49px -1px;
}
.radio-modern input[type="radio"] + label span {
  background-position: -1px -17px;
}
.radio-modern input[type="radio"]:checked + label span {
  background-position: -17px -17px;
}
.radio-modern input[type="radio"]:disabled + label span {
  background-position: -33px -17px;
}
.radio-modern input[type="radio"]:disabled:checked + label span {
  background-position: -49px -17px;
}
.input-prepend,
.input-append {
  position: relative;
}
.input-prepend .input-wrap,
.input-append .input-wrap {
  display: block;
  overflow: hidden;
}
.input-prepend input,
.input-append input {
  padding-left: 0;
  padding-right: 0;
}
.input-prepend input {
  border-left: none;
}
.input-append input {
  border-right: none;
}
.input-prepend .add-on,
.input-append .add-on {
  border: 1px solid #d5d5d5;
  height: 34px;
  padding: 5px 3px;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: border-color 0.7s linear;
  -moz-transition: border-color 0.7s linear;
  transition: border-color 0.7s linear;
}
.add-on {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
}
.input-append .add-on {
  float: right;
}
.input-prepend .add-on {
  border-right: none;
}
.input-append .add-on {
  border-left: none;
}
.input-prepend .icon {
  color: #d4d4d4;
  padding: 0 7px;
}
.errorMessage {
  color: #e04931;
  font-size: 13px;
  padding-top: 3px;
}
input.error,
.input.error:active,
.input-prepend.error input,
.input-prepend.error .add-on,
.input-prepend.error:active input {
  border-color: #e04931;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  color: #5f6d75;
  background: #ffffff;
  outline: 1px solid #d5d5d5;
}
.table thead {
  margin: 0 -10px 0 -10px;
}
.table th {
  padding: 10px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #d5d5d5;
}
.table th:before {
  width: 1px;
  height: 34px;
  margin-bottom: -11px;
  margin-top: -9px;
  display: inline-block;
  float: left;
  margin-left: -10px;
  background: #e9e9e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9e9e9 20%, #d5d5d5 56%, #d5d5d5 100%, #d5d5d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #e9e9e9), color-stop(56%, #d5d5d5), color-stop(100%, #d5d5d5), color-stop(100%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9e9e9 20%, #d5d5d5 56%, #d5d5d5 100%, #d5d5d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9e9e9 20%, #d5d5d5 56%, #d5d5d5 100%, #d5d5d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9e9e9 20%, #d5d5d5 56%, #d5d5d5 100%, #d5d5d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9e9e9 20%, #d5d5d5 56%, #d5d5d5 100%, #d5d5d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0);
  /* IE6-9 */
  content: "";
}
.table th:first-child:before {
  background: none;
  width: 0;
  height: 0;
}
.table thead,
.table thead tr,
.table thead tr:hover {
  background: #e9e9e9;
}
.table tr {
  background: #fff;
}
.table tr:nth-child(even),
.table tr.alt {
  background: #fbfbfb;
}
.table tr:hover {
  background: #f3f3f3;
}
.table tr:nth .table tbody {
  margin: 0 10px;
}
.table .actions {
  text-align: right;
}
.table td,
.table th {
  text-align: left;
}
.table td {
  padding: 10px 12px;
  border-top: 1px solid #e9e9e9;
}
.table thead {
  border-bottom: 1px solid #d5d5d5;
}
.pretable {
  *zoom: 1;
  padding: 20px 0;
  background: #e9e9e9;
  border-top: 1px solid #d5d5d5;
}
.pretable:before,
.pretable:after {
  display: table;
  line-height: 0;
  content: " ";
}
.pretable:after {
  clear: both;
}
.pretable:before,
.pretable:after {
  display: table;
  line-height: 0;
  content: " ";
}
.pretable:after {
  clear: both;
}
.pretable .pagination {
  padding: 0;
  margin: 0;
}
.pretable .field-group {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
#sidebar {
  z-index: 980;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #323a43;
  -webkit-overflow-scrolling: touch;
}
.with-topbar #sidebar {
  top: 40px;
}
#sidebar:after {
  content: "";
  z-index: 1000;
  display: block;
  position: absolute;
  width: 20px;
  left: 180px;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.66) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.66)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.66) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.66) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.66) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.66) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a8000000', GradientType=1);
  /* IE6-9 */
}
#sidebar li {
  list-style: none;
}
/****************************************************************************
*	SIDEBAR SEARCH
****************************************************************************/
#sidebar-search {
  padding: 20px 15px;
}
#sidebar-search input {
  background: #272f37;
  padding-left: 10px;
  border: none;
}
#sidebar-search .add-on {
  background: #272f37;
  border-color: #272f37;
}
/****************************************************************************
*	SIDEBAR NAV
****************************************************************************/
#sidebar .section-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
  color: #6a757f;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li > a:hover .icon {
  color: #ffffff;
  -webkit-transition: color .2s;
}
.sidebar-nav {
  margin: 0;
  padding: 0;
}
.sidebar-nav > li {
  padding: 0;
}
.sidebar-nav > li > a {
  display: block;
  padding: 12px 20px 12px 25px;
}
.sidebar-nav > li:hover,
.sidebar-nav > li.open {
  background: #272f37;
}
.sidebar-nav .icon {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  width: 20px;
  color: #869aa8;
}
.sidebar-nav a {
  display: inline-block;
  font-size: 14px;
  color: #869aa8;
  cursor: pointer;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transition: color .2s;
}
/****************************************************************************
*	SIDEBAR DROPDOWNS
****************************************************************************/
#sidebar .dd {
  position: relative;
}
#sidebar .dd-menu {
  display: none;
}
#sidebar .dd.open .dd-menu {
  display: block;
}
/* START MIN-WIDTH 768 DROPDOWNS */
@media screen and (min-width: 769px) {
  #sidebar .dd > a:after {
    content: "";
    display: inline;
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 25px;
    border: 4px solid transparent;
    border-top: 4px solid #869aa8;
    border-bottom: 0 dotted #869aa8;
  }
  #sidebar .dd-menu {
    opacity: 0;
    position: static;
    height: 0;
    margin: 0 20px;
    -webkit-transition: margin .5s, opacity .5s;
    background: #272f37;
    border: none;
    box-shadow: none;
  }
  #sidebar .dd.open .dd-menu {
    height: auto;
    opacity: 1;
    border-top: 1px solid #323a43;
  }
  #sidebar .dd-menu li {
    float: none;
    position: static;
  }
  #sidebar .dd-menu li a {
    height: 0;
    /* for css3 animation */
    line-height: 0;
    padding: 0 0 0 25px;
    opacity: 0;
    display: block;
    -webkit-transition: padding 0.5s, height .5s, opacity .25s;
  }
  #sidebar .dd.open .dd-menu li a {
    height: 26px;
    line-height: 1.438;
    vertical-align: middle;
    padding: 4px 0 4px 25px;
    opacity: 1;
    -webkit-transition: padding 0.5s, height .5s, opacity .25s;
    color: #869aa8;
  }
  #sidebar .dd.open .dd-menu li a:hover {
    background: none;
    color: #fff;
  }
}
/* END MIN-WIDTH 768 DROPDOWNS */
@media screen and (max-width: 768px) {
  #sidebar {
    width: 80px;
  }
  #sidebar:after {
    left: 60px;
  }
  #sidebar .section-title {
    margin: 0;
    text-indent: -99999px;
  }
  #sidebar .sidebar-nav > li {
    text-align: center;
  }
  #sidebar .sidebar-nav > li > a {
    padding: 15px 5px;
    font-size: 11px;
  }
  #sidebar .sidebar-nav .icon {
    display: block;
    clear: both;
    float: none;
    font-size: 25px;
    width: 30px;
    margin: 0 auto 10px auto;
  }
  #sidebar .dd > a:after {
    content: "";
    border: none;
    margin: none;
    display: block;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background: #869aa8;
  }
  #sidebar .dd-menu {
    -webkit-box-shadow: 3px 3px 0px #d5d5d5;
    -moz-box-shadow: 3px 3px 0px #d5d5d5;
    box-shadow: 3px 3px 0px #d5d5d5;
    border: 1px solid #d5d5d5;
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0!important;
    background: #ffffff;
    text-align: center;
  }
  #sidebar .dd-menu > li {
    margin: 0;
    padding: 0;
  }
  #sidebar .dd-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
  }
}
#actionbar {
  overflow: hidden;
  margin-bottom: 20px;
  background: #424952;
  padding: 20px 10px 10px 20px;
  border-bottom: 5px solid #353b42;
}
#actionbar h1,
#actionbar p {
  color: #eaedf1;
  padding: 0;
  margin: 0 0 10px 0;
}
#actionbar h1,
#actionbar .title {
  font-weight: 300;
}
#actionbar p {
  font-weight: normal;
}
.actionbar-links {
  list-style: none;
  margin-bottom: 0;
  margin-bottom: -10px;
  overflow: hidden;
}
.actionbar-links li {
  float: left;
  margin: 10px 15px 0 0;
  color: #ffffff;
  background: #353b42;
  cursor: pointer;
  -webkit-transition: background 0.25s;
}
.actionbar-links li a {
  display: block;
  padding: 8px 20px;
  color: inherit;
  font-weight: normal;
}
.actionbar-links li:hover,
.actionbar-links li.active {
  background: #1c7efb;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.438;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #5a5a5a;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.btn:hover {
  background: #f4f4f4;
}
.btn:active {
  background: #ebeced;
}
.btn-primary {
  background: #157efb;
  color: #fff;
  border-color: transparent;
}
.btn-primary:hover {
  background: #2690f9;
}
.btn-primary:active {
  background: #137ee8;
}
.btn-success {
  background: #53d769;
  color: #fff;
  border-color: transparent;
}
.btn-success:hover {
  background: #6cd879;
}
.btn-success:active {
  background: #4ec459;
}
.btn-warn {
  background: #fd9426;
  color: #fff;
  border-color: transparent;
}
.btn-warn:hover {
  background: #ff9b48;
}
.btn-warn:active {
  background: #ef8322;
}
.btn-danger {
  background: #fc3e39;
  color: #fff;
  border-color: transparent;
}
.btn-danger:hover {
  background: #fc4c4c;
}
.btn-danger:active {
  background: #ea3232;
}
.btn-link,
.btn-link:hover,
.btn-link:active {
  color: #157efb;
  background: none;
  border-color: transparent;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 10px;
  font-size: 11.9px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
  font-weight: normal;
  padding: 1px 5px;
  line-height: 1.4;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-group,
.btn-dd {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  float: left;
  position: relative;
}
.btn-group > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -1px;
}
.btn-group > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  color: #5a5959;
  margin-top: -3px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px 0 0 2px;
  vertical-align: middle;
  border: 4px solid transparent;
  border-top: 4px solid #5a5a5a;
  border-bottom: 0 dotted #5a5a5a;
  content: "";
}
.btn .caret {
  border-top-color: #5a5a5a;
}
.btn-primary .caret {
  border-top-color: #fff;
}
.btn-success .caret {
  border-top-color: #fff;
}
.btn-warn .caret {
  border-top-color: #fff;
}
.btn-danger .caret {
  border-top-color: #fff;
}
.btn-link .caret {
  border-top-color: #157efb;
}
.dd-menu {
  -webkit-box-shadow: 3px 3px 0px #d5d5d5;
  -moz-box-shadow: 3px 3px 0px #d5d5d5;
  box-shadow: 3px 3px 0px #d5d5d5;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 2px 0 0 0;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #d5d5d5;
  list-style: none;
}
.pull-right .dd-menu {
  left: auto;
  right: 0;
}
.open .dd-menu {
  display: block;
}
.dd-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428;
  color: #5a5a5a;
  white-space: nowrap;
  cursor: pointer;
}
.dd-menu > li > a:hover {
  color: #fff;
  background: #157efb;
}
.alerts {
  color: #ffffff;
}
.alerts .close {
  float: right;
  font-size: 20px;
  position: relative;
  top: -2px;
  border: none;
  line-height: 20px;
  background: none;
  color: #ffffff;
}
.alert {
  padding: 15px;
  background: #24a4df;
  margin: 0;
}
.alert-success {
  background: #53d7c0;
  color: #ffffff;
}
.alert-success .close {
  color: #ffffff;
}
.alert-info {
  background: #24a4df;
  color: #ffffff;
}
.alert-info .close {
  color: #ffffff;
}
.alert-error {
  background: #fc3e39;
  color: #ffffff;
}
.alert-error .close {
  color: #ffffff;
}
.alert-warn {
  background: #9eb2c0;
  color: #ffffff;
}
.alert-warn .close {
  color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.label-success {
  background: #53d769;
}
.label-danger {
  background: #fc3e39;
}
label .label {
  position: relative;
  top: -2px;
}
.modal {
  z-index: 9999;
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
.modal-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  background: #f6f5f1;
  border-bottom: 1px solid #d5d5d5;
}
.modal-header .nav {
  margin: 0;
  padding: 20px 0 0 0;
}
.modal-header .nav li {
  float: left;
  padding: 0 15px;
  list-style: none;
}
.modal-header .nav li a {
  font-size: 15px;
  color: #1c7efb;
}
.modal-header .nav li.active a {
  color: #5a5a5a;
}
.modal-header .close {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
}
.modal-content-wrap {
  overflow: hidden;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-content {
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.pagination {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 20px 0;
}
.pagination > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination > li > a {
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.pagination > li > a:hover {
  background: #f4f4f4;
}
.pagination > li > a:active {
  background: #ebeced;
}
.pagination > li.active a {
  background: #ebeced;
  color: #5a5a5a;
}
.pagination-sm > li > a {
  padding: 5px 8px;
  font-size: 12px;
}
.pagination-lg > li > a {
  padding: 8px 12px;
  font-size: 16px;
}
.pagination > li.prev > a,
.pagination > li.next > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination > li.prev > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li.next > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  *zoom: 1;
  display: block;
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: " ";
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: " ";
}
.clear:after {
  clear: both;
}
.rnd {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.flat-dropshadow {
  -webkit-box-shadow: 3px 3px 0px #d5d5d5;
  -moz-box-shadow: 3px 3px 0px #d5d5d5;
  box-shadow: 3px 3px 0px #d5d5d5;
}
.center {
  text-align: center;
}
.muted {
  color: #8a8a8a;
}
html {
  position: relative;
  overflow: hidden;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  overflow: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5f6d75;
  font-size: 14px;
  line-height: 20px;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #157efb;
  text-decoration: none;
}
.link-success,
a.link-danger {
  color: #53d769;
}
.link-danger,
a.link-danger {
  color: #fc3e39;
}
/****************************************************************************
*	CONTENT
****************************************************************************/
#content-wrap {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
.with-topbar #content-wrap {
  top: 40px;
}
@media screen and (min-width: 769px) {
  #content-wrap {
    left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #content-wrap {
    left: 80px;
  }
}
.overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: black;
  opacity: .65;
  filter: alpha(opacity=65);
}
.overlay .close {
  font-size: 30px;
  margin: 2px 5px 0 0;
}
.text-primary {
  color: #157efb;
}
.text-success {
  color: #53d769;
}
.text-warn {
  color: #fd9426;
}
.text-danger {
  color: #fc3e39;
}
.panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.panel:before,
.panel:after {
  display: table;
  line-height: 0;
  content: " ";
}
.panel:after {
  clear: both;
}
.panel:before,
.panel:after {
  display: table;
  line-height: 0;
  content: " ";
}
.panel:after {
  clear: both;
}
