.bg-pattern-01,
body.pattern-01 #menu:after {
  background: url(../images/pattern/pattern01.gif);
}
.bg-pattern-02,
body.pattern-02 #menu:after {
  background: url(../images/pattern/pattern02.gif);
}
.bg-pattern-03,
body.pattern-03 #menu:after {
  background: url(../images/pattern/pattern03.gif);
}
.bg-pattern-04,
body.pattern-04 #menu:after {
  background: url(../images/pattern/pattern04.gif);
}
.bg-pattern-05,
body.pattern-05 #menu:after {
  background: url(../images/pattern/pattern05.gif);
}
.bg-pattern-06,
body.pattern-06 #menu:after {
  background: url(../images/pattern/pattern06.gif);
}
.bg-pattern-07,
body.pattern-07 #menu:after {
  background: url(../images/pattern/pattern07.gif);
}
/* HTML5 DECLARATIONS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* BASE */
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
/* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Improve default text rendering, handling of kerning pairs and ligatures */
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body,
button,
input,
select,
textarea {
  *font-size: 1em;
  color: #333333;
}
/* IE7 and older can't resize px based text */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu,
img {
  margin: 0;
  padding: 0;
}
/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p,
ul,
blockquote,
pre,
td,
th,
label {
  margin: 0;
  font-size: 1em;
}
/* 16px / 24px */
small,
p.small {
  margin: 0;
  font-size: 0.875em;
  margin-bottom: 1.7142857142857142em;
}
/* 14px / 24px */
blockquote {
  padding: 5px;
  font-style: italic;
  color: #999;
  margin: 15px 0;
  border-radius: 5px;
}
blockquote.grey-skin {
  border: 1px solid #cccccc;
  background: #e1e1e1;
  text-shadow: 0 1px 0 #ffffff;
}
/* CODE */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Allow line wrapping of 'pre' */
pre,
code,
kbd,
samp {
  font-size: 1em;
  margin-bottom: 1.5em;
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace;
}
/* TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
tr,
th,
td {
  padding-right: 1.5em;
  border-bottom: 0 solid #333333;
}
/* FORMS */
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
legend {
  *margin-left: -0.75em;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
/* IE7 and older */
button,
input {
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* QUOTES */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote,
q,
cite {
  font-style: italic;
}
blockquote > p {
  padding: 0;
}
/* LISTS */
ul,
ol {
  list-style-position: inside;
  padding: 0;
}
li ul,
li ol {
  margin: 0;
}
dl dd {
  margin-left: 1.5em;
}
/* HYPERLINKS */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: none;
}
/* Better CSS Outline Suppression */
/* MEDIA */
figure {
  margin: 0;
}
img,
object,
embed,
video {
  max-width: 100%;
  _width: 100%;
}
/* Fluid images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}
/* Correct IE9 overflow */
/* ABBREVIATION */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}
/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins,
mark {
  text-decoration: none;
}
mark {
  background: #c47529;
}
ins {
  background: #d49855;
}
del {
  text-decoration: line-through;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* selected text */
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* selected text */
/* OTHERS */
strong,
b,
dt,
.bold {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
var,
address {
  font-style: normal;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* Position 'sub' and 'sup' without affecting line-height */
sup {
  top: -0.5em;
}
/* Move superscripted text up */
sub {
  bottom: -0.25em;
}
/* Move subscripted text down */
span.amp {
  font-family: Adobe Caslon Pro, Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 110%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* Best available ampersand */
/* MICRO CLEARFIX HACK */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
/* For modern browsers */
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* For IE 6/7 (trigger hasLayout) */
/* DEFAULT MOBILE STYLE */
#main,
#top header .inner {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
/* column grid */
.g1,
.g2,
.g3 {
  display: block;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
/* 1 column grid */
.g1,
.g2,
.g3 {
  width: 98%;
}
.full {
  width: 98.0% !important;
}
/* MOBILE LANDSCAPE */
@media only screen and (max-height: 250px) {
  body .single {
    margin-top: 10px;
    position: static;
  }
}
@media only screen and (min-width: 650px) {
  body .widget.tabbed-horizontal nav.tabs li {
    margin-right: 10px;
    margin-bottom: 0 !important;
    float: left;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .widget.tabbed-horizontal nav.tabs li a {
    padding: 10px 8px 6px 8px;
  }
  body .widget.tabbed-horizontal nav.tabs li.active a {
    padding-top: 12px;
    padding-bottom: 4px;
  }
  body .widget.tabbed-horizontal nav.tabs li.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    top: 5px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
  body .widget.tabbed-horizontal nav.tabs li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 5px;
  }
  body .widget.tabbed-horizontal-alt nav.tabs {
    background-image: linear-gradient(top, #efefef, #e7e7e7);
    border: 1px solid #cccccc;
    border-bottom: none;
  }
  body .widget.tabbed-horizontal-alt nav.tabs ul li {
    border: none;
    box-shadow: none;
    margin: 0 7px !important;
    float: left;
    background: none;
    position: relative;
  }
  body .widget.tabbed-horizontal-alt nav.tabs ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    padding: 12px 12px 8px;
  }
  body .widget.tabbed-horizontal-alt nav.tabs ul li:hover a {
    background: #F7F7F7;
  }
  body .widget.tabbed-horizontal-alt nav.tabs ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 5px;
  }
  body .widget.tabbed-horizontal-alt nav.tabs ul li.active a {
    background: #fff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #333;
  }
  body .widget.tabbed-vertical nav.tabs {
    float: left;
    width: 20%;
  }
  body .widget.tabbed-vertical nav.tabs li {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  body .widget.tabbed-vertical nav.tabs li.active a {
    padding-left: 15px;
  }
  body .widget.tabbed-vertical nav.tabs li.active:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    width: 5px;
    left: 5px;
    top: 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  body .widget.tabbed-vertical nav.tabs li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    background: #fff;
    height: 100%;
    width: 5px;
  }
  body .widget.tabbed-vertical .content {
    width: 80%;
    margin-left: 20%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 480px) {
  html body #wrapper .field > label {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 7px;
  }
  html body #wrapper .field .entry .slider {
    margin-top: 15px;
  }
  html body #wrapper div.ui-multiselect > div {
    float: none;
    padding: 0 !important;
  }
  html body #wrapper div.ui-multiselect > .selected,
  html body #wrapper div.ui-multiselect > .available {
    width: 100% !important;
  }
  html body #wrapper div.ui-multiselect > .selected {
    margin-bottom: 10px;
  }
  html body #wrapper .field .entry,
  html body #wrapper div.entry {
    width: 100%;
  }
  html body #wrapper .field .entry.fullwidth,
  html body #wrapper div.entry.fullwidth {
    width: 100%;
  }
  html body #wrapper .field .entry.big,
  html body #wrapper div.entry.big {
    width: 85%;
  }
  html body #wrapper .field .entry.medium,
  html body #wrapper div.entry.medium {
    width: 75%;
  }
  html body #wrapper .field .entry.small,
  html body #wrapper div.entry.small {
    width: 65%;
  }
  html body #wrapper .field .entry.tiny,
  html body #wrapper div.entry.tiny {
    width: 50%;
  }
  html body #wrapper div.entry input.datepicker {
    width: 55% !important;
  }
  html body #wrapper .check-list > label,
  html body #wrapper .check-list.button-skin label {
    display: block;
    float: none;
    width: 100%;
  }
  html body #wrapper .check-list.button-skin label {
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 35px;
    border-radius: 7px !important;
  }
  html #top #menu {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    width: 92%;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
  }
  html #top #menu .arrow-left,
  html #top #menu .arrow-right {
    display: none;
  }
  html #top #menu .pointer {
    display: none;
  }
  html #top #menu > ul {
    padding: 0;
    width: 100% !important;
    left: 0 !important;
  }
  html #top #menu > ul > li {
    width: 100% !important;
    margin-bottom: 7px;
    display: block;
    padding: 20px 5px 0 10px!important;
    height: auto;
  }
  html #top #menu > ul > li .inner {
    overflow: visible;
  }
  html #top #menu > ul > li [class^="icon-"],
  html #top #menu > ul > li [class*=" icon-"] {
    display: inline;
    font-size: 16px;
    float: left;
    margin: 0;
    margin-top: -8px;
    margin-right: 20px;
  }
  html #top #menu > ul > li h1 {
    text-align: left;
    position: relative;
    top: -9px;
    cursor: pointer;
    left: -5px;
    font-size: 15px;
  }
  html #top #menu > ul > li h1 a {
    padding: 0;
    margin: 0;
    top: auto;
  }
  html #top #menu > ul > li.with-actions h1 a:after {
    font-family: 'IcoMoon';
    content: '\e02d';
    float: right;
    margin-right: 20px;
  }
  html #top #menu > ul > li.with-actions.open h1 a:after {
    content: '\e02f';
  }
  html #top #menu > ul > li .inner {
    height: auto !important;
  }
  html #top #menu > ul > li ul {
    margin-top: 20px;
    display: block;
  }
}
/* tablet */
@media only screen and (max-width: 550px) {
  body .table-wrapper {
    overflow-x: scroll;
  }
  body .table-wrapper table {
    width: 200%;
  }
  body #top #quickmenu > nav > ul > li > a:before,
  body #top #quickmenu .note {
    display: inline-block !important;
  }
  body #top .dropbox,
  body #top #quickmenu .dropbox {
    right: 0;
    left: auto;
    width: 100%;
  }
  body #top .dropbox {
    padding-top: 0;
    top: 37px;
  }
  body #top li.with-dropbox,
  body #top #me {
    position: static;
  }
  body #top li.with-dropbox .dropbox ul:after,
  body #top #me .dropbox ul:after {
    display: none;
  }
  body .text {
    display: none;
  }
  body ul li a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
/* tablet */
@media only screen and (max-width: 740px) {
  body .welcome {
    display: none;
  }
}
/* TABLET/NETBOOK */
@media only screen and (max-width: 768px) {
  body .dataTables_info {
    display: none;
  }
  body #top #quickmenu {
    padding-left: 10px;
  }
  body #top #quickmenu li > a:before,
  body #top #quickmenu .note {
    display: none;
  }
  body #top #quickmenu a {
    line-height: 150%;
  }
}
@media only screen and (min-width: 480px) {
  /* COLUMN GRID */
  .g1,
  .g2,
  .g3 {
    display: inline;
    float: left;
  }
  /* 2 COLUMN GRID */
  .g1,
  .g2 {
    width: 48%;
  }
}
/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {
  body.fixed #main,
  body.fixed #top header .inner {
    width: 960px;
    margin: 0 auto;
  }
  body.fixed #main #top .inner,
  body.fixed #top header .inner #top .inner {
    padding-left: 0;
  }
  /* 3 COLUMN GRID */
  .g1 {
    width: 31.333%;
  }
  .g2 {
    width: 64.667%;
  }
  .g3 {
    width: 98%;
  }
}
/** ## CSS ## **/
body {
  background: url(../images/bg.gif);
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  height: 100%;
}
body > footer {
  background: #1A1A1A;
  box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.55);
  color: #cccccc;
  font-size: 12px;
  height: 32px;
  text-align: center;
  padding-top: 18px;
  font-size: 12px;
  color: #cccccc;
  margin-top: -50px;
}
body > footer a {
  color: white;
  font-weight: bold;
}
body > footer a:hover {
  text-decoration: underline;
  color: white;
}
body.compressed #menu .inner {
  padding-top: 25px;
}
body.compressed #menu li ul {
  margin-top: 35px;
}
#wrapper {
  min-height: 100%;
}
#main {
  background: #F8F8F8;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 70px !important;
  line-height: 150%;
  color: #666;
  top: -10px;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
}
#main ul,
#main ol {
  color: #333;
  margin: 10px 0 5px 0;
}
#main ul li,
#main ol li {
  margin-bottom: 5px;
}
#main .content > ul a,
#main .inner-space > ul a,
#main .list a {
  color: #000;
}
#main .content > ul a:hover,
#main .inner-space > ul a:hover,
#main .list a:hover {
  text-decoration: underline;
}
#top {
  width: 100%;
}
#top header {
  background: #1A1A1A;
  box-shadow: inset 0 -7px 7px rgba(0, 0, 0, 0.55);
  color: #cccccc;
  font-size: 12px;
  width: 100%;
  height: 50px;
}
#top header .inner {
  padding-left: 20px;
  overflow: hidden;
  height: 500px;
}
#top header #me {
  padding-top: 12px;
  float: left;
  white-space: nowrap;
}
#top header #me img {
  display: block;
  float: left;
}
#top header #me .welcome {
  margin-left: 10px;
  position: relative;
  top: 5px;
}
#top header #me .welcome span {
  font-weight: bold;
  color: #fff;
}
#top header #me.with-dropbox:hover {
  color: #fff;
}
#top header #me.with-dropbox:after {
  position: relative;
  top: 4px;
}
#top header .with-dropbox,
#top header .with-actions {
  cursor: pointer;
  position: relative;
}
#top header .with-dropbox:hover .dropbox,
#top header .with-actions:hover .dropbox,
#top header .with-dropbox:hover > ul,
#top header .with-actions:hover > ul {
  display: block;
  opacity: 1;
}
#top header .with-dropbox:after,
#top header #quickmenu > nav > ul > li.with-dropbox > a:after {
  font-family: 'IcoMoon';
  content: '\e02d';
  margin-left: 5px;
}
#top header #quickmenu {
  float: right;
}
#top header #quickmenu > nav > ul {
  list-style: none;
}
#top header #quickmenu > nav > ul > li {
  float: left;
}
#top header #quickmenu > nav > ul > li.with-dropbox:hover > a {
  color: white;
}
#top header #quickmenu > nav > ul > li [class^="icon-"],
#top header #quickmenu > nav > ul > li [class*=" icon-"] {
  font-size: 15px;
  margin-right: 5px;
}
#top header #quickmenu > nav > ul > li.with-note {
  line-height: 200%;
}
#top header #quickmenu > nav > ul > li > a {
  position: relative;
  border-right: 1px solid #333333;
  display: block;
  height: 100%;
  padding: 15px 10px;
  color: #cccccc;
}
#top header #quickmenu > nav > ul > li > a:before {
  font-size: 16px;
  margin-right: 5px;
}
#top header #quickmenu > nav > ul > li > a .note {
  border-radius: 3px;
  padding: 3px 6px;
  color: #fff;
  font-weight: bold;
  margin-right: 3px;
}
#top header #quickmenu > nav > ul > li > a:hover {
  color: #fff;
}
#top header #quickmenu > nav > ul > li .dropbox a:before {
  display: none;
}
#top .dropbox {
  width: 160px;
  position: absolute;
  padding-top: 25px;
  opacity: 0;
  display: none;
  transition: all 0.3s linear;
  top: 20px;
  left: 50%;
  margin-left: -90px;
  z-index: 300;
}
#top .dropbox ul {
  background: white;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 4px 4px 5px rgba(255, 255, 255, 0.2), -4px -4px 5px rgba(255, 255, 255, 0.2);
  list-style: none;
}
#top .dropbox ul:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/sprites.png);
  background-position: 0 -85px;
  height: 7px;
  width: 16px;
  top: -6px;
  left: 46%;
}
#top .dropbox ul li:first-child a {
  border-top: none;
}
#top .dropbox ul li a {
  display: block;
  padding: 7px;
  border-top: 1px solid #cccccc;
}
#top .dropbox ul li a:before {
  content: '';
}
#menu {
	height: 150px;
	position: relative;
	box-shadow: inset 0 -10px 13px rgba(0, 0, 0, 0.15), inset 0 10px 13px rgba(0, 0, 0, 0.15);
	text-align: center;
	width: 100%;
	overflow: scroll;
}
#menu:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .02;
  z-index: 1;
}
#menu .pointer {
  position: absolute;
  height: 10px;
  width: 21px;
  z-index: 150;
  top: -3px;
  left: 50%;
  background-image: url(../images/sprites.png);
  background-position: 0 -95px;
}
#menu .arrow-left:before {
  content: "\e02c";
}
#menu .arrow-right:before {
  content: "\e02e";
}
#menu .arrow-left,
#menu .arrow-right {
  height: 80%;
  width: 25px;
  background: #fff;
  font-size: 20px;
  margin-top: -68px;
  border-radius: 5px;
  opacity: .6;
  font-family: 'IcoMoon';
  line-height: 700%;
  cursor: pointer;
  transition: all 0.3s linear;
}
#menu .arrow-left:hover,
#menu .arrow-right:hover {
  opacity: .8;
}
#menu > ul {
  display: inline-block;
  list-style: none;
  width: 9999px;
  padding: 0 40px;
}
#menu > ul > li,
#menu > ul a {
  color: #E1E1E1;
}
#menu > ul > li {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  text-align: left;
  padding: 3px 7px 12px 7px !important;
  z-index: 10;
  float: left;
  width: 136px !important;
  height: 152px;
  margin-right: 7px;
}
#menu > ul > li .inner {
  overflow: hidden;
  height: 150px;
}
#menu > ul > li:hover,
#menu > ul > li a {
  color: #fff;
}
#menu > ul > li:hover .jspVerticalBar {
  opacity: 1;
}
#menu > ul > li:hover:after {
  opacity: 0;
}
#menu > ul > li [class^="icon-"],
#menu > ul > li [class*=" icon-"] {
  font-size: 50px;
  display: block;
  text-align: center;
  margin-top: 10px;
  z-index: 3;
  left: 5px;
  position: relative;
}
#menu > ul > li.no-scroll [class^="icon-"],
#menu > ul > li.no-scroll [class*=" icon-"],
#menu > ul > li.no-scroll h1 {
  left: 0;
}
#menu > ul > li h1 {
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
  text-transform: none;
  margin-bottom: 7px;
  left: 5px;
  position: relative;
}
#menu > ul > li h1 a {
  z-index: 5;
  position: relative;
  display: block;
  padding-top: 80px;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
#menu > ul > li h1 a:hover {
  text-decoration: underline;
}
#menu > ul > li .jspScrollable h1 a,
#menu > ul > li .jspScrollable [class^="icon-"],
#menu > ul > li .jspScrollable [class*=" icon-"] {
  width: 120px;
}
#menu > ul > li.active {
  background: #F8F8F8;
  text-shadow: none;
  z-index: 99;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
}
#menu > ul > li.active:after {
  display: none;
}
#menu > ul > li.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  background: #F8F8F8;
  bottom: -5px;
  left: 0;
  z-index: 102;
}
#menu > ul > li.active .jspVerticalBar {
  background: #E8E8E8;
}
#menu > ul > li.active ul a {
  color: #333;
}
#menu > ul > li.active ul a:hover {
  color: #000;
  text-decoration: none;
}
#menu > ul > li .jspVerticalBar {
  opacity: 0;
  transition: all 0.3s linear;
}
#menu > ul > li.active .jspVerticalBar {
  opacity: 1;
}
#menu > ul > li ul {
  z-index: 9;
  position: relative;
  font-size: 12px;
  margin-left: 5px;
  padding-bottom: 7px;
  margin-top: 12px;
}
#menu > ul > li ul li {
  margin-bottom: 7px;
}
#menu > ul > li ul a:hover {
  text-decoration: underline;
}
#menu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  border: 1px solid #999999;
  z-index: -2;
  opacity: .15;
  transition: all 0.3s linear;
}
.browserIE8 #menu > ul > li:after {
  display: none;
}
.browserIE8 #menu:after {
  background: none !important;
}
ul {
  list-style-image: url(../images/marker.png);
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.no-margins {
  margin: 0 !important;
}
ul.no-margins li:last-child {
  margin-bottom: 0 !important;
}
.info {
  background: #efefef;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 5px;
}
.info h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.inner-space {
  padding: 10px;
}
/*================
    Table
================== */
.table-wrapper {
  margin-bottom: 15px;
}
.table-wrapper table {
  width: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.table-wrapper table td,
.table-wrapper table th {
  border: 1px solid #cccccc;
}
.table-wrapper table thead {
  background: #fff;
  color: #333;
  border: 1px solid #cccccc;
}
.table-wrapper table thead th {
  text-align: center;
  padding: 10px;
}
.table-wrapper table thead th[role=columnheader] {
  cursor: pointer;
}
.table-wrapper table thead th .parentsort {
  position: relative;
  padding-right: 16px;
}
.table-wrapper table thead th .sorticon {
  position: absolute;
}
.table-wrapper table thead th.sorting_asc .sorticon:before {
  margin-top: -4px;
}
.table-wrapper table thead th.sorting_asc .sorticon:after {
  display: none;
}
.table-wrapper table thead th.sorting_desc .sorticon:before {
  display: none;
}
.table-wrapper table thead th.sorting_desc .sorticon:after {
  margin-top: -4px;
}
.table-wrapper table thead th .sorticon {
  right: 0;
  top: 4px;
}
.table-wrapper table thead th .sorticon:before,
.table-wrapper table thead th .sorticon:after {
  font-family: 'IcoMoon';
  display: block;
}
.table-wrapper table thead th .sorticon:before {
  content: '\e02f';
  margin-top: -8px;
  margin-bottom: -10px;
}
.table-wrapper table thead th .sorticon:after {
  content: '\e02d';
}
.table-wrapper table thead th.w10 {
  width: 10% !important;
}
.table-wrapper table thead th.w20 {
  width: 20% !important;
}
.table-wrapper table thead th.w30 {
  width: 30% !important;
}
.table-wrapper table thead th.w40 {
  width: 40% !important;
}
.table-wrapper table thead th.w50 {
  width: 50% !important;
}
.table-wrapper table thead th.w60 {
  width: 60% !important;
}
.table-wrapper table tbody tr {
  background: #F8F8F8;
}
.table-wrapper table tbody tr.even {
  background: #F2F2F2;
}
.table-wrapper table tbody tr:hover {
  background: #FFF4D2;
}
.table-wrapper table tbody tr td {
  padding: 7px;
}
.footer-table {
  color: #fff;
  overflow: hidden;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.footer-table .dataTables_info,
.footer-table .info {
  float: left;
  margin: 6px 0 0 10px;
}
.footer-table .dataTables_paginate,
.footer-table .paginate {
  float: right;
}
.footer-table .dataTables_paginate a,
.footer-table .paginate a {
  position: relative;
  display: inline-block;
  padding: 6px 8px;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom;
}
.footer-table .dataTables_paginate a:hover,
.footer-table .paginate a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer-table .dataTables_paginate a.paginate_button_disabled,
.footer-table .paginate a.paginate_button_disabled {
  opacity: .5;
}
.footer-table .dataTables_paginate a.paginate_active,
.footer-table .paginate a.paginate_active {
  box-shadow: inset 0 10px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: #fff;
}
.header-table {
  overflow: hidden;
}
.header-table .dataTables_length {
  float: left;
  width: 50%;
}
.header-table .dataTables_length .selector,
.header-table .dataTables_length select {
  width: 80px;
}
.header-table .dataTables_filter,
.header-table .dataTables_length {
  padding: 10px;
  position: relative;
  top: -5px;
}
.header-table .dataTables_filter .selector,
.header-table .dataTables_length .selector,
.header-table .dataTables_filter .entry,
.header-table .dataTables_length .entry {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 5px;
  margin: 0 10px;
}
.header-table .dataTables_filter .i-0,
.header-table .dataTables_length .i-0 {
  float: left;
}
.header-table .dataTables_filter .i-0,
.header-table .dataTables_length .i-0,
.header-table .dataTables_filter .i-2,
.header-table .dataTables_length .i-2 {
  position: relative;
  top: 10px;
}
.header-table .dataTables_filter .selector,
.header-table .dataTables_length .selector {
  float: left;
}
.header-table .dataTables_filter {
  padding-right: 0 !important;
}
.header-table .dataTables_length,
.header-table .dataTables_length .selector,
.header-table .dataTables_length .entry {
  padding-left: 0;
}
.header-table .dataTables_filter {
  padding: 10px;
  float: right;
}
.header-table .dataTables_filter input[type=text] {
  margin-right: 0;
  padding-left: 40px !important;
}
.header-table .dataTables_filter .entry {
  width: auto !important;
  margin-right: 0;
  float: left;
}
/** uniform plugin **/
.selector {
  position: relative;
  overflow: hidden;
}
.selector span {
  display: block;
  white-space: nowrap;
  margin-right: 30px;
  overflow: hidden;
}
.selector select {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
/** chosen **/
body .chzn-container .chzn-drop {
  box-sizing: border-box;
}
body .chzn-container .chzn-single {
  padding-top: 2px;
}
body .chzn-container .chzn-single.chzn-single-with-drop {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .chzn-container .chzn-single.chzn-single-with-drop div b:before {
  content: ":";
  border: none;
}
body .chzn-container .chzn-single div b {
  background: none !important;
}
body .chzn-container .chzn-drop {
  border-color: #d8d8d8;
}
body .chzn-container .chzn-choices {
  background: #fff;
  border-color: #d8d8d8;
}
body .chzn-container .chzn-choices input {
  height: auto !important;
}
body .chzn-container .chzn-choices .search-field input {
  box-shadow: none !important;
}
body .chzn-container .chzn-choices .search-choice {
  padding-bottom: 4px;
}
.button-skin {
  display: block;
  width: 100%;
  height: 100%;
}
/** checkbox 'n radios **/
.checker,
.radio {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.checker.hover span,
.radio.hover span,
.checker .checked,
.radio .checked {
  opacity: .8;
}
.checker.disabled span,
.radio.disabled span {
  opacity: .6 !important;
}
.checker .checked,
.radio .checked {
  opacity: 1 !important;
}
.checker span,
.radio span {
  background-image: url(../images/sprites.png);
  background-position: 0 0;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.checker {
  top: 3px;
}
.checker.hover span,
.checker .checked {
  background-position: -14px 0;
}
.radio.hover span,
.radio .checked {
  background-position: -14px -14px;
}
.radio span {
  background-position: 0 -14px;
}
.checker.grey-skin.hover span,
.checker.grey-skin .checked {
  background-position: -12px -28px;
}
.checker.grey-skin span {
  background-position: 0 -28px;
}
.radio.grey-skin {
  top: 2px;
}
.radio.grey-skin.hover span,
.radio.grey-skin .checked {
  background-position: -14px -39px;
}
.radio.grey-skin span {
  background-position: 0 -39px;
}
.ui-widget {
  border-color: #cccccc;
  box-shadow: inset -1px -1px 0 #ffffff;
}
.ui-widget .ui-widget-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  font-weight: normal;
  height: 27px;
  padding: 8px 10px 0 10px;
}
.ui-widget .ui-widget-header .ui-datepicker-prev,
.ui-widget .ui-widget-header .ui-datepicker-next {
  top: 5px;
}
.ui-widget .ui-widget-header .ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-widget .ui-widget-header .ui-datepicker-next.ui-datepicker-next-hover {
  background: none;
  border: none;
}
.ui-widget.ui-datepicker {
  box-shadow: 2px 2px 2px #bbb;
}
.ui-widget.ui-datepicker.ui-datepicker-inline {
  box-shadow: none;
}
.ui-widget.ui-datepicker .ui-datepicker-title {
  margin-top: -3px;
}
.browserIE .widget .selector:before,
.browserIE .widget .chzn-single div b:before {
  line-height: 165% !important;
}
.browserIE .widget .spinner-skin.selector:before {
  line-height: 170% !important;
}
.browserIE .widget .spinner-skin.selector:after {
  line-height: 90% !important;
}
body input[type=text],
#main input[type=text],
body input[type=password],
#main input[type=password],
body textarea,
#main textarea,
body select,
#main select,
body .selector,
#main .selector,
body .chzn-single,
#main .chzn-single,
body .chzn-choices,
#main .chzn-choices,
body .uploader .filename,
#main .uploader .filename {
  display: block;
  box-sizing: border-box;
  color: #666;
  background: #fff;
  height: 30px;
  box-shadow: inset 0 -5px 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
body select,
#main select {
  line-height: 200%;
}
body input[type=text],
#main input[type=text],
body input[type=password],
#main input[type=password],
body textarea,
#main textarea,
body select,
#main select {
  width: 200px;
  padding: 5px 8px 3px 8px;
}
body .selector select,
#main .selector select {
  width: 100%;
}
body select,
#main select {
  padding-left: 5px;
  padding-top: 6px;
}
body .dual-grid .entry,
#main .dual-grid .entry {
  width: 50% !important;
}
body .selector:before,
#main .selector:before,
body .chzn-single div b:before,
#main .chzn-single div b:before {
  font-family: 'IcoMoon';
  content: '\e02d';
  position: absolute;
  right: 9px;
  top: 0;
  line-height: 235%;
  height: 100%;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
body .spinner-skin.selector:before,
#main .spinner-skin.selector:before {
  font-family: 'IcoMoon';
  content: '\e02d';
  font-size: 18px;
  line-height: 200%;
}
body .spinner-skin.selector:after,
#main .spinner-skin.selector:after {
  font-family: 'IcoMoon';
  content: '\e02f';
  font-size: 18px;
  position: absolute;
  top: 0;
  line-height: 120%;
}
body .spinner-skin.selector:before,
#main .spinner-skin.selector:before,
body .spinner-skin.selector:after,
#main .spinner-skin.selector:after {
  right: 7px;
  padding-left: 7px;
}
body select:hover,
#main select:hover,
body .selector.hover,
#main .selector.hover,
body .chzn-single-with-drop,
#main .chzn-single-with-drop,
body .chzn-single:hover,
#main .chzn-single:hover {
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.08);
  color: #333;
}
body .selector,
#main .selector {
  padding: 0;
  height: 30px;
}
body .selector span,
#main .selector span {
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 40px;
}
body textarea,
#main textarea {
  height: auto;
  width: 350px;
  min-height: 85px;
}
body .check-list input[type=checkbox],
#main .check-list input[type=checkbox] {
  vertical-align: bottom;
}
body .check-list > label,
#main .check-list > label {
  margin-right: 25px;
  display: block;
  float: left;
}
body .check-list.button-skin label,
#main .check-list.button-skin label {
  display: list-item;
  float: left;
  list-style: none;
  height: 25px;
  padding: 7px 10px 0 10px;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  border-right: 1px solid rgba(255, 255, 255, 0.85);
  background-image: linear-gradient(top, #ffffff, #d2d2d2);
  margin-right: 0;
}
body .check-list.button-skin label.checked,
#main .check-list.button-skin label.checked {
  background-image: linear-gradient(top, #d92316, #aa1d11);
  border-color: #B11E12;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
body .check-list.button-skin label.disabled,
#main .check-list.button-skin label.disabled {
  opacity: .8;
  cursor: default;
}
body .check-list.button-skin label:first-child,
#main .check-list.button-skin label:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
body .check-list.button-skin label.last,
#main .check-list.button-skin label.last,
body .check-list.button-skin label:last-child,
#main .check-list.button-skin label:last-child {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  border-right: 1px solid #c0c0c0;
}
body .heading,
#main .heading {
  background: #dfdfdf;
  border-bottom: 3px solid #E7E7E7;
  padding: 10px;
  overflow: hidden;
}
body .heading h3,
#main .heading h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-right: 1%;
  margin: 0;
  float: left;
  text-shadow: 0 2px 0 #ffffff;
}
body .uploader,
#main .uploader {
  position: relative;
}
body .uploader input,
#main .uploader input,
body .uploader .filename,
#main .uploader .filename {
  cursor: pointer;
}
body .uploader .action,
#main .uploader .action {
  float: left;
  padding-top: 30px;
  display: block;
  overflow: hidden;
}
body .uploader .action:before,
#main .uploader .action:before {
  content: "";
  background-image: url(../images/fugue/upload-cloud.png);
  width: 16px;
  height: 16px;
  display: block;
}
body .uploader .filename,
#main .uploader .filename {
  padding-left: 40px;
  padding-top: 5px;
}
body .uploader input,
#main .uploader input {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
body div.ui-multiselect,
#main div.ui-multiselect {
  width: auto !important;
}
body div.ui-multiselect ul li,
#main div.ui-multiselect ul li,
body div.ui-multiselect ul,
#main div.ui-multiselect ul {
  margin: 0;
  list-style: none;
}
body div.ui-multiselect > div,
#main div.ui-multiselect > div {
  float: right;
  box-sizing: border-box;
}
body div.ui-multiselect > div .selected.connected-list,
#main div.ui-multiselect > div .selected.connected-list {
  position: relative;
}
body div.ui-multiselect .ui-state-highlight,
#main div.ui-multiselect .ui-state-highlight {
  background: #FEF698 !important;
  border-color: #E4DD7F !important;
  height: 36px !important;
  box-sizing: border-box;
  overflow: hidden;
}
body div.ui-multiselect > .selected,
#main div.ui-multiselect > .selected {
  width: 60% !important;
  padding-left: 20px;
}
body div.ui-multiselect > .available,
#main div.ui-multiselect > .available {
  width: 40% !important;
}
body div.ui-multiselect .actions input[type=text],
#main div.ui-multiselect .actions input[type=text] {
  width: 60% !important;
  font-weight: normal;
  display: inline;
  height: 23px;
  background: #A71C10;
  box-shadow: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
body div.ui-multiselect .actions .add-all,
#main div.ui-multiselect .actions .add-all,
body div.ui-multiselect .actions .remove-all,
#main div.ui-multiselect .actions .remove-all {
  float: right;
  font-weight: bold;
  font-size: 10px;
}
body div.ui-multiselect .actions .add-all:hover,
#main div.ui-multiselect .actions .add-all:hover,
body div.ui-multiselect .actions .remove-all:hover,
#main div.ui-multiselect .actions .remove-all:hover {
  color: #fff;
  text-decoration: underline;
}
body div.ui-multiselect .selected.connected-list .action:before,
#main div.ui-multiselect .selected.connected-list .action:before {
  font-family: 'IcoMoon';
  content: '\e034';
  font-size: 10px;
}
body div.ui-multiselect .ui-element,
#main div.ui-multiselect .ui-element,
body div.ui-multiselect .connected-list li,
#main div.ui-multiselect .connected-list li {
  background-image: linear-gradient(top, #ffffff, #d2d2d2);
  border: 1px solid #c0c0c0;
  border-top: none;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: normal;
  color: #666;
  position: relative;
  padding: 7px;
}
body div.ui-multiselect .ui-element > .ui-icon,
#main div.ui-multiselect .ui-element > .ui-icon,
body div.ui-multiselect .connected-list li > .ui-icon,
#main div.ui-multiselect .connected-list li > .ui-icon {
  position: relative;
  top: 3px;
  overflow: visible;
  float: left;
  background: none;
  text-indent: 100%;
}
body div.ui-multiselect .ui-element > .ui-icon:after,
#main div.ui-multiselect .ui-element > .ui-icon:after,
body div.ui-multiselect .connected-list li > .ui-icon:after,
#main div.ui-multiselect .connected-list li > .ui-icon:after {
  font-family: 'IcoMoon';
  content: '\e098';
  font-size: 9px;
  position: absolute;
  left: -15px;
  top: -3px;
}
body div.ui-multiselect .ui-element .action,
#main div.ui-multiselect .ui-element .action,
body div.ui-multiselect .connected-list li .action,
#main div.ui-multiselect .connected-list li .action {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body div.ui-multiselect .ui-element .action .ui-icon,
#main div.ui-multiselect .ui-element .action .ui-icon,
body div.ui-multiselect .connected-list li .action .ui-icon,
#main div.ui-multiselect .connected-list li .action .ui-icon {
  display: none;
}
body div.ui-multiselect .ui-element .action:before,
#main div.ui-multiselect .ui-element .action:before,
body div.ui-multiselect .connected-list li .action:before,
#main div.ui-multiselect .connected-list li .action:before {
  font-family: 'IcoMoon';
  content: '\e033';
  font-size: 10px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 6px;
}
body div.ui-multiselect .connected-list,
#main div.ui-multiselect .connected-list {
  height: auto !important;
}
body .helper,
#main .helper,
body .uploader .action,
#main .uploader .action {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 25px;
  top: 1px;
  left: 2px;
  padding-top: 7px;
  padding-left: 7px;
  z-index: 90000;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #f2f2f2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-image: linear-gradient(top, #ffffff, #d8d8d8);
}
body .helper:after,
#main .helper:after,
body .uploader .action:after,
#main .uploader .action:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
body .error-container,
#main .error-container {
  clear: both;
}
body .error-container input[type=text],
#main .error-container input[type=text],
body .error-container input[type=password],
#main .error-container input[type=password],
body .error-container textarea,
#main .error-container textarea,
body .error-container select,
#main .error-container select,
body .error-container .selector,
#main .error-container .selector,
body .error-container .chzn-single,
#main .error-container .chzn-single,
body .error-container .chzn-choices,
#main .error-container .chzn-choices,
body .error-container .uploader .filename,
#main .error-container .uploader .filename {
  background: #FDEEEC;
}
body .error-container .errors > *,
#main .error-container .errors > * {
  color: #D92316 !important;
}
body .error-container .errors,
#main .error-container .errors {
  margin-top: 5px;
}
body .error-container .errors > *,
#main .error-container .errors > * {
  display: block;
  font-size: 12px;
}
body .error-container .errors > *:before,
#main .error-container .errors > *:before {
  font-family: 'IcoMoon';
  content: "\e038";
  font-size: 9px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
body div.entry,
#main div.entry {
  display: inline-block;
  position: relative;
  width: 100%;
}
body div.entry .dual input,
#main div.entry .dual input {
  width: 50% !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body div.entry .dual input:first-child,
#main div.entry .dual input:first-child {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  float: left;
}
body div.entry input.datepicker,
#main div.entry input.datepicker {
  width: 25% !important;
}
body div.entry.big,
#main div.entry.big {
  width: 75%;
}
body div.entry.medium,
#main div.entry.medium {
  width: 50%;
}
body div.entry.small,
#main div.entry.small {
  width: 30%;
}
body div.entry.tiny,
#main div.entry.tiny {
  width: 18.8%;
}
body div.entry.with-helper input[type=text],
#main div.entry.with-helper input[type=text],
body div.entry.with-helper input[type=password],
#main div.entry.with-helper input[type=password],
body div.entry.with-helper .selector,
#main div.entry.with-helper .selector,
body div.entry.with-helper select,
#main div.entry.with-helper select {
  padding-left: 38px !important;
}
body div.entry.with-helper .checker,
#main div.entry.with-helper .checker {
  position: relative;
  top: 0;
  left: 1px;
}
body div.entry .spinner,
#main div.entry .spinner {
  padding-right: 30px;
}
body div.entry .ui-spinner,
#main div.entry .ui-spinner {
  position: absolute;
  right: 1px !important;
  top: 0 !important;
  left: auto !important;
}
body div.entry .ui-spinner .ui-spinner-buttons,
#main div.entry .ui-spinner .ui-spinner-buttons {
  border-left: 1px solid #d8d8d8;
  height: auto !important;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button {
  cursor: pointer;
  color: #666;
  text-align: center;
  width: 20px !important;
  background: none;
  border: 3px solid #000;
  border: none;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button .ui-icon,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button .ui-icon {
  background: none;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-up,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-up {
  line-height: 120%;
  border-top: 1px solid #d8d8d8;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-up:before,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-up:before {
  font-family: 'IcoMoon';
  content: '\e033';
  font-size: 7px;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-down,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-down {
  line-height: 50%;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-down:before,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button.ui-spinner-down:before {
  font-family: 'IcoMoon';
  content: '\e034';
  font-size: 7px;
}
body div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button:hover,
#main div.entry .ui-spinner .ui-spinner-buttons .ui-spinner-button:hover {
  color: #333;
}
body .field,
#main .field {
  box-sizing: border-box;
}
body .field:after,
#main .field:after {
  content: '';
  display: block;
  clear: both;
}
body .field > label,
#main .field > label {
  width: 25%;
  padding-right: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  float: left;
}
body .field > label span,
#main .field > label span {
  font-size: 11px;
  color: #999;
}
body .field > label output,
#main .field > label output {
  font-size: 12px;
  color: #444;
}
body .field input[type=text],
#main .field input[type=text],
body .field input[type=password],
#main .field input[type=password],
body .field textarea,
#main .field textarea,
body .field select,
#main .field select,
body .field .selector,
#main .field .selector,
body .field .chzn-container,
#main .field .chzn-container,
body .field .chzn-drop,
#main .field .chzn-drop {
  width: 100% !important;
}
body .field .entry,
#main .field .entry {
  width: 75%;
}
body .field .entry .slider,
#main .field .entry .slider {
  margin-top: 15px;
}
body .field .entry.fullwidth,
#main .field .entry.fullwidth {
  width: 75%;
}
body .field .entry.big,
#main .field .entry.big {
  width: 60%;
}
body .field .entry.medium,
#main .field .entry.medium {
  width: 45%;
}
body .field .entry.small,
#main .field .entry.small {
  width: 20%;
}
body .field .entry.tiny,
#main .field .entry.tiny {
  width: 12.5%;
}
.set .field {
  padding: 13px 15px;
  border-bottom: 1px solid #cccccc;
}
.set .field.even {
  background: #f6f6f6;
  border-top: 1px solid #ffffff;
}
.set .field.last,
.set .field:last-child {
  border-bottom: none;
}
.wizard .stepContainer {
  height: auto !important;
}
.wizard.tree-steps ul.anchor:after {
  width: 64%;
  left: 22%;
}
.wizard.tree-steps ul.anchor li {
  width: 28%;
}
.wizard.two-steps ul.anchor:after {
  width: 38%;
  left: 27%;
}
.wizard.two-steps ul.anchor li {
  width: 36%;
}
.wizard ul.anchor {
  position: relative;
  padding-left: 10%;
  display: block;
  width: 80%;
  overflow: hidden;
  padding-top: 15px;
}
.wizard ul.anchor:after {
  content: '';
  display: block;
  height: 5px;
  width: 67%;
  left: 21%;
  position: absolute;
  top: 25px;
  z-index: 1;
}
.wizard ul.anchor li {
  z-index: 55;
  position: relative;
  float: left;
  margin-left: 6%;
  text-align: center;
  width: 20%;
}
.wizard ul.anchor li .disabled h3 {
  color: #333;
}
.wizard ul.anchor li .done .step,
.wizard ul.anchor li .disabled .step {
  text-shadow: none;
}
.wizard ul.anchor li .done h3,
.wizard ul.anchor li .disabled h3,
.wizard ul.anchor li .done .description,
.wizard ul.anchor li .disabled .description {
  color: #444;
}
.wizard ul.anchor li .disabled .step {
  background: #f8f8f8;
  text-shadow: none;
}
.wizard ul.anchor li h3 {
  color: #000;
  font-size: 15px;
  margin: 10px 5px 5px;
}
.wizard ul.anchor li .step {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 2px 12px;
}
.wizard ul.anchor li .description {
  color: #000;
  display: block;
}
.wizard ul.anchor li:first-child {
  margin-left: 0;
}
/*================
    Buttons
================== */
.bt {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  padding-top: 6px;
  border-radius: 4px;
  border-width: 1px;
  height: 20px;
  border-style: solid;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  margin-bottom: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.bt [class^="icon-"],
.bt [class*=" icon-"] {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.bt.blue {
  background: #2a80d6;
  background: linear-gradient(top, #2daae0, #2a80d6);
  border-color: #2673c3;
}
.bt.blue:hover {
  background: #2daae0;
  background: linear-gradient(top, #59bce7, #2a80d6);
}
.bt.red {
  background: #8b1d20;
  background: linear-gradient(top, #d81b1f, #8b1d20);
  border-color: #961d20;
}
.bt.red:hover {
  background: #d81b1f;
  background: linear-gradient(top, #e73f43, #8b1d20);
}
.bt.green {
  background: #184d10;
  background: linear-gradient(top, #539239, #184d10);
  border-color: #205716;
}
.bt.green:hover {
  background: #539239;
  background: linear-gradient(top, #68b747, #184d10);
}
.bt.orange {
  background: #b96100;
  background: linear-gradient(top, #e7bc14, #b96100);
  border-color: #c57805;
}
.bt.orange:hover {
  background: #e7bc14;
  background: linear-gradient(top, #eecb40, #b96100);
}
.bt.black {
  background: #222222;
  background: linear-gradient(top, #5c5c5c, #222222);
  border-color: #2d2d2d;
}
.bt.black:hover {
  background: #5c5c5c;
  background: linear-gradient(top, #767676, #222222);
}
.bt.grey {
  background: #8a8a8a;
  background: linear-gradient(top, #b7b7b7, #8a8a8a);
  border-color: #8e8e8e;
}
.bt.grey:hover {
  background: #b7b7b7;
  background: linear-gradient(top, #d1d1d1, #8a8a8a);
}
.bt:hover {
  text-decoration: none;
  color: #fff;
}
.bt.large {
  font-size: 14px;
  padding: 8px 14px;
}
.bt.small {
  padding-bottom: 3px;
  font-size: 12px;
}
input[type=submit],
button {
  font-family: Arial, sans-serif;
}
input[type=submit].bt,
button.bt {
  height: 33px !important;
}
input[type=submit].bt.small,
button.bt.small {
  height: 30px !important;
}
input[type=submit].bt.large,
button.bt.large {
  height: 38px !important;
}
.fullpane-bt {
  width: 100% !important;
  color: #333;
  background: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  border: none;
  text-transform: uppercase;
}
.fullpane-bt:hover {
  color: #000;
}
/*================
    Notifications
================== */
.feedback,
.feedback-bar {
  position: fixed;
  background: #e5e5e5;
  z-index: 1000;
  opacity: .85;
  width: 230px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.65), -5px -5px 13px rgba(0, 0, 0, 0.65);
}
.feedback h1,
.feedback-bar h1 {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
}
.feedback h1,
.feedback-bar h1,
.feedback h2,
.feedback-bar h2 {
  margin: 0;
}
.feedback {
  right: 100px;
  top: 30px;
  border: 1px solid #999999;
  text-shadow: 0 1px 0 #ffffff;
  border-radius: 10px;
}
.feedback > .close,
.feedback > .minus {
  position: relative;
  right: -190px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}
.feedback > .minus {
  margin-right: 3px;
}
.feedback h1 {
  margin-top: -21px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.feedback h1:after {
  background-image: linear-gradient(top, #ffffff, #e9e9e9);
}
.feedback .more-less {
  background-image: linear-gradient(top, #e9e9e9, #ffffff);
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 2px;
  width: 96%;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #666;
  padding: 2px;
  cursor: pointer;
}
.feedback .more-less:hover {
  background-image: linear-gradient(top, #f6f6f6, #ffffff);
}
.feedback.open ul li:last-child {
  border-bottom: 1px solid #cccccc;
}
.feedback ul {
  list-style: none;
}
.feedback ul li {
  border-bottom: 1px solid #cccccc;
  padding: 10px 7px;
  position: relative;
}
.feedback ul li:last-child {
  border-bottom: none;
  border-radius: 7px;
}
.feedback ul li h2 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.feedback ul li .close {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #999;
  display: none;
  cursor: pointer;
}
.feedback ul li .close:hover {
  color: #666;
}
.feedback ul li p {
  color: #666;
}
.feedback ul li:hover {
  background-image: linear-gradient(top, #e9e9e9, #f1f1f1);
}
.feedback ul li:hover .close {
  display: inline;
}
.feedback.ui-draggable h1 {
  cursor: move;
}
.feedback-bar h1:after,
.feedback h1:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 97.5%;
  height: 97.5%;
  border-radius: 7px;
  z-index: -1;
}
.feedback-bar {
  right: 100px;
  top: 0;
  z-index: 9999999;
  padding-bottom: 7px;
  cursor: pointer;
  background-image: linear-gradient(top, #ffffff, #e9e9e9);
}
.notification {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
  padding: 8px 12px;
  padding-right: 30px;
  margin: 6px 0;
  position: relative;
}
.notification.closeable a.close {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  padding-top: 7px;
  color: #fff;
  line-height: 0;
  font-size: 8px;
  color: #000;
  opacity: .3;
}
.notification.closeable a.close:after {
  font-family: 'IcoMoon';
  content: "\e037";
}
.notification.closeable a.close:hover {
  opacity: .7;
}
.notification.blue,
.notification.blue.air {
  background: #2a80d6;
  background: linear-gradient(top, #2daae0, #2a80d6);
  border-color: #2673c3;
}
.notification.blue:hover,
.notification.blue.air:hover {
  background: #2daae0;
  background: linear-gradient(top, #59bce7, #2a80d6);
}
.notification.red,
.notification.red.air {
  background: #8b1d20;
  background: linear-gradient(top, #d81b1f, #8b1d20);
  border-color: #961d20;
}
.notification.red:hover,
.notification.red.air:hover {
  background: #d81b1f;
  background: linear-gradient(top, #e73f43, #8b1d20);
}
.notification.green,
.notification.green.air {
  background: #184d10;
  background: linear-gradient(top, #539239, #184d10);
  border-color: #205716;
}
.notification.green:hover,
.notification.green.air:hover {
  background: #539239;
  background: linear-gradient(top, #68b747, #184d10);
}
.notification.orange,
.notification.orange.air {
  background: #b96100;
  background: linear-gradient(top, #e7bc14, #b96100);
  border-color: #c57805;
}
.notification.orange:hover,
.notification.orange.air:hover {
  background: #e7bc14;
  background: linear-gradient(top, #eecb40, #b96100);
}
.notification.black,
.notification.black.air {
  background: #222222;
  background: linear-gradient(top, #5c5c5c, #222222);
  border-color: #2d2d2d;
}
.notification.black:hover,
.notification.black.air:hover {
  background: #5c5c5c;
  background: linear-gradient(top, #767676, #222222);
}
.notification.grey,
.notification.grey.air {
  background: #8a8a8a;
  background: linear-gradient(top, #b7b7b7, #8a8a8a);
  border-color: #8e8e8e;
}
.notification.grey:hover,
.notification.grey.air:hover {
  background: #b7b7b7;
  background: linear-gradient(top, #d1d1d1, #8a8a8a);
}
.notification.air {
  border-radius: 12px;
  position: fixed;
  background: #fff;
  width: 60%;
  left: 50%;
  margin-top: 0;
  margin-left: -30%;
  top: 0;
  z-index: 999;
  border-top: none;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3), -5px 0 12px rgba(0, 0, 0, 0.3);
  opacity: .85;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*================
    Miscellaneous
================== */
.two-columns {
  margin-bottom: 15px;
}
.two-columns .one {
  width: 45%;
  float: left;
  border-right: 1px solid #cccccc;
  margin-right: 20px;
}
.two-columns .two {
  float: left;
}
.slider.ui-slider .ui-slider-range,
.progressbar .progress {
  height: 5px;
  border-radius: 0;
  background-image: linear-gradient(top, #92b439, #6a9300);
  padding: 0;
  border-top: 1px solid #b3cb75;
}
.slider.ui-slider {
  background: #ddd;
  height: 6px;
  box-shadow: none;
  margin: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.slider.ui-slider .ui-slider-handle {
  background-image: url(../images/sprites.png);
  background-position: 0 -56px;
  margin-top: -7px;
  cursor: move;
  width: 9px;
  height: 28px;
  border: none;
  opacity: .85;
}
.slider.ui-slider .ui-slider-handle.ui-state-hover,
.slider.ui-slider .ui-slider-handle.ui-state-active {
  opacity: 1;
}
.slider.ui-slider.ui-slider-vertical {
  height: 200px;
  width: 6px;
  display: inline-block;
}
.slider.ui-slider.ui-slider-vertical .ui-slider-range {
  width: 5px;
  height: auto;
  border-radius: 0;
  background-image: linear-gradient(left, #6a9300, #92b439);
  background-color: left;
  background-image: linear-gradient(top, #6a9300, #92b439);
  border-top: 1px solid none;
  border-right: 1px solid #b3cb75;
}
.slider.ui-slider.ui-slider-vertical .ui-slider-handle {
  background-image: url(../images/sprites.png);
  background-position: -9px -56px;
  margin-top: 0;
  margin-left: -7px;
  width: 28px;
  height: 9px;
}
.progressbar {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  height: 20px;
  position: relative;
  color: black;
  background: #ddd;
  margin: 10px 0;
  border-radius: 5px;
}
.progressbar div.progress {
  position: absolute;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.progressbar div.progress .text {
  position: absolute;
  text-align: center;
  top: -2px;
  color: white;
  font-weight: bold;
}
.progressbar div.text {
  position: absolute;
  width: 100%;
  top: 2px;
  height: 100%;
  text-align: center;
  color: #333;
}
/*================
    Validation Engine
================== */
.formError {
  margin-left: -30px;
  z-index: 9999;
}
.formError .formErrorContent {
  background-image: linear-gradient(top, #fb1515, #d20404);
  border: 1px solid #d20404;
  border-bottom: 1px solid #fc5a5a;
}
.pagination {
  overflow: hidden;
  list-style: none;
}
.pagination li {
  float: left;
}
.pagination li:first-child > a,
.pagination li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination li.last > a,
.pagination li.last > span,
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-right: 1px solid #c0c0c0;
}
.pagination li > a,
.pagination li > span {
  display: block;
  padding: 3px 8px;
  height: 20px;
  color: #333;
  border: 1px solid #c0c0c0;
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  border-right: none;
}
.pagination li > a:hover,
.pagination li > span:hover {
  background-image: linear-gradient(top, #ffffff, #eeeeee);
}
.pagination li.active > a,
.pagination li.active > span {
  background: none;
}
.pagination li.disabled > a,
.pagination li.disabled > span {
  cursor: default;
  color: #ccc;
}
.error-page {
  width: 315px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -160px;
}
.error-page header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.error-page header h1,
.error-page header h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.error-page header h1 {
  color: #333;
  font-size: 60px;
  text-transform: uppercase;
}
.error-page header h2 {
  box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 120px;
  padding: 8px;
  line-height: 80%;
  height: 110px;
  border-radius: 10px;
}
.error-page .widget {
  text-align: center;
  line-height: 160%;
}
@media only screen and (max-width: 480px) {
  body .single {
    margin: 0 auto;
    width: 96%;
    position: static;
  }
}
@media only screen and (max-height: 220px) {
  body {
    overflow: scroll;
  }
  body .single {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
.single {
  width: 370px;
  margin-left: -180px;
  margin-top: -150px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.single .single-fieldset {
  position: relative;
}
.single .single-fieldset:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 5px;
  z-index: 99;
}
.single #logo {
  text-align: center;
  margin-bottom: 30px;
}
.single .left {
  float: left;
  width: 50%;
}
.single .right {
  float: right;
  width: 50%;
  text-align: right;
  padding-top: 7px;
}
.single input[type=text],
.single input[type=password] {
  width: 100%;
  height: 35px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -1px;
  opacity: .65;
  position: relative;
  transition: all 0.3s linear;
}
.single input[type=text]:focus,
.single input[type=password]:focus {
  opacity: 1;
  z-index: 9;
  color: #111;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
}
.single footer {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.single footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  border-bottom: 1px solid #ffffff;
  top: 0;
  left: 0;
}
.single .ve-error-container input[type=text],
.single .ve-error-container input[type=password] {
  background: #FDEEEC;
}
.taglabel {
  background: #333;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  text-shadow: 0 1px 0 #000000;
}
.taglabel.grey {
  background: #ccc;
  color: #666;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
a.taglabel:hover {
  background: #4d4d4d;
  text-decoration: none;
  color: #fff;
}
a.taglabel.grey:hover {
  background: #e6e6e6;
  color: #666;
}
.gallery {
  list-style: none;
  margin: 0 auto;
}
.gallery li {
  margin: 10px 15px 10px 0;
  float: left;
  width: 270px;
  background: #fff;
  padding: 7px;
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.gallery li figure {
  margin-bottom: 8px;
}
.gallery li figure img {
  display: block;
}
.gallery li h3 {
  color: #333;
  margin-top: 0 !important;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: none;
}
.gallery li .desc {
  color: #666;
  font-size: 12px;
}
.gallery li .data {
  float: left;
  width: 85%;
}
.gallery li .actions {
  float: right;
  width: 15%;
}
.pagination-alt {
  clear: both;
  padding-top: 5px;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.pagination-alt.extra-space {
  padding-top: 20px;
}
.pagination-alt li {
  float: left;
  margin-right: 4px;
}
.pagination-alt li a {
  background: #dfdfdf;
  padding: 5px 12px;
  color: #666;
  display: block;
  border-radius: 3px;
}
.pagination-alt li a:hover {
  color: #333;
  background: #E8E8E8;
}
.pagination-alt li.active a {
  box-shadow: inset 5px 5px 4px rgba(0, 0, 0, 0.25), inset -5px -5px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: #fff;
}
#sb-container {
  z-index: 9999999 !important;
}
.box1 {
  width: 48%;
  float: left;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  margin: 1%;
  padding: 5px;
  box-sizing: border-box;
}
.box1 i {
  vertical-align: middle;
}
.fullcalendar .fc-content table {
  background: #fff;
}
.fc-cell-overlay {
  background-color: #d1d1d1;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 7px;
  right: 0;
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.jspHorizontalBar {
  display: none;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
.widget {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #666;
}
.widget nav.tabs ul {
  margin: 0 !important;
}
.widget nav.tabs li {
  position: relative;
  list-style: none;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
}
.widget nav.tabs li a {
  display: block;
  color: #333;
  padding: 8px;
}
.widget nav.tabs li.active {
  font-weight: bold;
}
.widget.minimizable > header {
  cursor: pointer;
  position: relative;
}
.widget.minimizable > header:hover h2:before,
.widget.minimizable > header:hover:after {
  color: #111;
}
.widget.minimizable > header:after {
  font-family: 'IcoMoon';
  content: '\e03d';
  position: absolute;
  font-size: 11px;
  right: 5px;
  top: 3px;
}
.widget.close > header:after {
  content: "\e03e";
}
.widget > header h2 {
  margin-right: 15px;
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 0 !important;
  line-height: 100%;
  text-transform: none;
}
.widget > header h2 a {
  color: inherit;
}
.widget > header h2:before {
  content: '///';
  letter-spacing: -3px;
  margin-right: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.widget .content {
  background: #fff;
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.widget.inner-space .pane,
.widget .inner-space .pane {
  margin: 0;
  margin-top: 10px;
}
.widget .pane {
  border: 1px solid #cccccc;
  background-image: linear-gradient(top, #f4f4f4, #e4e4e4);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  margin: 10px;
  padding: 5px 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.widget .pane input[type=text],
.widget .pane input[type=password],
.widget .pane textarea,
.widget .pane select,
.widget .pane .selector,
.widget .pane .chzn-single,
.widget .pane .chzn-choices,
.widget .pane .uploader .filename {
  border-color: #bbb !important;
}
.widget .pane > * {
  vertical-align: middle;
  margin-right: 10px;
}
.widget .pane .bt {
  margin-bottom: 0;
}
