@import '../../../assets/components/library/bootstrap/css/bootstrap.min.css';
@import '../../../assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css';
@import '../../../assets/components/modules/admin/forms/elements/uniform/assets/lib/css/uniform.default.css';
@import '../../../assets/components/plugins/prettyprint/assets/css/prettify.css';
@import '../../../assets/components/helpers/themer/assets/plugins/minicolors/jquery.miniColors.css';
/* --- LOADING [css.bootstrap.min] from assets/components/library/bootstrap/css/bootstrap.min.css */
/* --- LOADING [css.font-awesome.min] from assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css */
/* --- LOADING [css.glyphicons_regular] from assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css */
/* --- LOADING [css.glyphicons_social] from assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css */
/* --- LOADING [css.glyphicons_filetypes] from assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css */
/* --- LOADING [less.variables] from assets/components/core/less/variables.less */
/* --- LOADING [less.mixins] from assets/components/core/less/mixins.less */
/* --- LOADING [less.scaffolding] from assets/components/core/less/scaffolding.less */
html {
  -webkit-font-smoothing: antialiased !important;
}
img {
  width: 100%;
}
.dropdown-menu img {
  width: auto;
}
.form-search .form-control {
  display: inline-block;
  width: auto;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  font-size: 13px;
  color: #7c7c7c;
  position: relative;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
  color: #333333;
}
a:hover,
a:hover .text-underline {
  text-decoration: none;
}
a {
  color: #e5412d;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', sans-serif;
  margin: 0 0 5px;
  font-weight: 400;
  color: #4d4d4d;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons,
h1.glyphicons-social,
h2.glyphicons-social,
h3.glyphicons-social,
h4.glyphicons-social,
h5.glyphicons-social,
h6.glyphicons-social {
  color: #7c7c7c;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #afafaf;
  font-weight: 300;
  padding: 0 5px;
  font-style: italic;
}
h1 span,
h2 span,
h3 span {
  font-size: 50%;
  text-transform: none;
  padding: 0;
  position: relative;
  top: -3px;
  font-weight: 300;
}
h1 {
  line-height: 40px;
}
h2,
h3 {
  line-height: 30px;
}
h2 {
  font-size: 26px;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
  display: inline-block;
  margin: 0 15px;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
  display: inline-block;
}
.heading-buttons .buttons {
  margin-top: 3px;
  margin-right: 15px;
  text-align: right;
}
.heading-buttons .btn + .btn {
  margin-left: 15px;
}
p {
  margin: 0 0 10px;
  line-height: normal;
}
.lead {
  margin: 0 0 10px;
}
.glyphicons,
.glyphicons-social {
  color: #7c7c7c;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li ul,
ol li ul {
  margin-left: 15px;
  padding-left: 15px;
}
ul.icons {
  text-align: left;
  padding: 0;
}
ul.icons li {
  display: block;
  padding: 0 0 0 25px;
  line-height: 22px;
  color: #7c7c7c;
}
ul.icons li i:before {
  color: #7c7c7c;
  font-size: 17px;
  left: 0;
  top: 4px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
pre.prettyprint {
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
  background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
  border: 1px solid #ebebeb;
  display: block;
  line-height: 19px;
  margin-bottom: 15px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
pre.prettyprint .glyphicons {
  padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
  font-size: 17px;
  top: 1px;
}
#content pre.prettyprint,
#content pre.prettyprint span {
  color: #7c7c7c;
}
blockquote {
  margin: 0;
  padding: 0 0 0 5px;
}
blockquote,
blockquote.pull-right {
  border: none;
}
blockquote p {
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 10px;
}
blockquote small {
  color: #e5412d;
}
.separator {
  padding: 15px 0;
  display: block;
}
.separator.bottom {
  padding: 0 0 15px;
}
.separator.top {
  padding: 15px 0 0;
}
hr {
  border-top-color: #efefef;
  border-bottom: none;
  margin: 15px 0;
}
hr.separator {
  padding: 0;
}
hr.separator.top {
  margin: 15px 0 0;
}
hr.separator.bottom {
  margin: 0 0 15px;
}
@media print {
  html,
  body {
    height: auto !important;
    min-height: none !important;
  }
  @page {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }
  #wrapper {
    overflow-y: hidden !important;
  }
  #content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: none;
  }
  .breadcrumb td,
  #tlyPageGuideWrapper td,
  .table td,
  .breadcrumb th,
  #tlyPageGuideWrapper th,
  .table th {
    vertical-align: middle;
  }
  .breadcrumb th,
  #tlyPageGuideWrapper th,
  .table th {
    padding: 3px;
    text-align: center;
  }
  .breadcrumb img,
  #tlyPageGuideWrapper img,
  .table img {
    float: left;
  }
}
.map_canvas img {
  max-width: none !important;
}
.streetview {
  width: 100%;
  height: 300px;
}
.ui-dialog-vevent .dtstart {
  display: none;
}
.ui-dialog-vevent .website {
  margin: 0 0 1em;
}
#fontawesome [class^="icon-"],
#fontawesome [class*=" icon-"] {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#fontawesome a {
  line-height: 40px;
}
h1 [class*="icon-"],
h2 [class*="icon-"],
h3 [class*="icon-"],
h4 [class*="icon-"],
h5 [class*="icon-"],
h6 [class*="icon-"] {
  font-size: 80%;
  vertical-align: middle;
  margin-top: -3px;
}
p.separator {
  display: block;
  height: 48px;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
p.separator:before {
  content: "";
  position: absolute;
  display: block;
  background: #f4f4f4;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
}
p.separator i {
  background: #fff;
  padding: 0 10px;
  margin-top: -18px;
  margin-left: -25px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.border-top {
  border-top: 1px solid #efefef;
}
.border-right {
  border-right: 1px solid #efefef;
}
.border-bottom {
  border-bottom: 1px solid #efefef;
}
.border-left {
  border-left: 1px solid #efefef;
}
/* --- LOADING [less.helpers] from assets/components/core/less/helpers.less */
.innerLR {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.innerTB {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.innerAll {
  padding: 15px;
  position: relative;
}
.innerL {
  padding-left: 15px;
  position: relative;
}
.innerR {
  padding-right: 15px;
  position: relative;
}
.innerT {
  padding-top: 15px;
  position: relative;
}
.innerB {
  padding-bottom: 15px;
  position: relative;
}
.center {
  text-align: center !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-none-TB {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.padding-none-LR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-left-none {
  border-left: none !important;
}
.border-right-none {
  border-right: none !important;
}
.box-shadow-none {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.relativeWrap {
  position: relative;
}
.text-weight-regular {
  font-weight: normal !important;
}
.text-primary {
  color: #e5412d !important;
}
.text-regular {
  color: #444 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-faded {
  color: #d7d7d7 !important;
}
.text-large {
  font-size: 35px !important;
  line-height: 40px !important;
}
.text-xlarge {
  font-size: 50px;
  line-height: 50px;
}
.text-xxlarge {
  font-size: 70px;
  line-height: 70px;
}
.text-underline {
  text-decoration: underline;
}
.text-right {
  text-align: right !important;
}
.inline-block {
  display: inline-block !important;
}
.overflow-y-auto {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.overflow-hidden {
  position: relative;
  overflow: hidden;
}
.containerBg {
  background: #ffffff;
}
.whiteBg {
  background: #fff;
}
.widget .row-merge {
  margin: 0;
}
.row-merge {
  position: relative;
}
.row-merge > [class*="col-"] {
  padding: 0;
}
.row-merge > [class*="col-"] ~ [class*="col-"] {
  position: static;
}
.row-merge > [class*="col-"] ~ [class*="col-"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #efefef;
  content: "";
}
.row-merge.border-top,
.row-merge ~ .row-merge {
  border-top: 1px solid #efefef;
}
.row-merge.border-bottom {
  border-bottom: 1px solid #efefef;
}
.row-merge .fill-column:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
  background: #f4f4f4;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
    position: relative;
  }
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #efefef;
    content: "";
  }
}
.row-icons {
  padding: 10px 0;
  margin: 0;
}
.row-icons [class*="col"] {
  margin-bottom: 15px;
  padding: 0;
}
.row-icons [class*="col"] a {
  line-height: 24px;
  display: inline-block;
  color: #1d1d1b;
}
.row-icons [class*="col"][class*="glyphicons"] {
  padding-left: 50px;
}
.row-icons [class*="col"][class*="glyphicons"] i:before {
  left: 10px;
  top: 10px;
}
.row-icons [class*="col"] i.fa {
  vertical-align: middle;
  margin: 0 10px;
}
.row-icons [class*="col"] i,
.row-icons [class*="col"] i:before {
  color: #e5412d;
  font-size: 24px;
}
.row-icons [class*="col"] span {
  padding-left: 5px;
}
/* --- LOADING [less.layout] from assets/components/core/less/layout.less */
#wrapper {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  float: left;
  width: 100%;
}
html body > .container-fluid {
  padding: 0;
  background: #ffffff;
}
html body > .container-fluid.fixed {
  margin: 30px auto 30px;
  margin: 0 auto;
  width: 1024px;
}
html body > .container-fluid.documentation {
  background: #fff;
}
html.sidebar body > .container-fluid.fixed.menu-left {
  border-right: 1px solid #efefef;
}
html.sidebar body > .container-fluid.fixed.menu-right {
  border-left: 1px solid #efefef;
}
html:not(.sidebar) body > .container-fluid.fixed.menu-left {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
#content {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 320px;
  min-height: 500px;
  padding: 0 0 15px;
  background: #ffffff;
  /*> .filter-bar {
		border-right: none;
		border-left: none;
	}*/
}
#content > .menubar {
  border-left: none;
  border-right: none;
}
#content > p {
  padding: 0 15px 5px;
}
#content > h1,
#content > h2,
#content > h3,
#content > h4,
#content > h5,
#content > h6 {
  margin: 18px 15px 15px;
}
#content .heading-buttons {
  margin-top: 15px;
}
#content .heading-arrow {
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  margin: 0 0 15px;
  padding: 0 15px;
  font-size: 11pt;
  height: 35px;
  line-height: 30px;
  position: relative;
}
#content .heading-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #efefef;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#content .heading-arrow.glyphicons {
  padding: 0 10px 0 40px;
}
#content .heading-arrow.glyphicons i:before {
  font-size: 17px;
  left: 15px;
}
#content .heading-arrow.margin-bottom-none {
  margin-bottom: 0;
}
#content > .widget {
  border-left: 0;
  border-right: 0;
}
#content > .widget .widget-head,
#content > .widget .widget-body {
  border-left: 0;
  border-right: 0;
}
#content > .widget:last-child {
  margin: 0;
}
#content > .table {
  border-left: none;
  border-right: none;
}
#content > .table tr td:first-child {
  border-left: none;
}
.row-icons {
  padding: 10px 0;
  margin: 0;
}
.row-icons [class*="col"] {
  margin-bottom: 15px;
  padding-left: 48px;
}
.row-icons [class*="col"] i:before {
  color: #e5412d;
}
.row-icons [class*="col"] span {
  padding-left: 5px;
}
#fontawesome [class^="icon-"],
#fontawesome [class*=" icon-"] {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#footer {
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 10000;
  background: #f4f4f4;
  text-align: center;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
}
#footer a {
  color: #686868;
  text-decoration: underline;
}
html.sidebar.sidebar-full #content {
  margin: 0 0 0 150px;
}
html.sidebar.sidebar-full .menu-right #content {
  margin: 0 150px 0 0;
}
@media (min-width: 768px) {
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body {
    overflow: hidden;
  }
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu),
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body,
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body > .container-fluid,
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) #wrapper {
    min-height: 100%;
    height: 100%;
  }
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) #wrapper {
    margin-bottom: -48px;
  }
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) #menu {
    position: fixed;
    bottom: 0;
  }
  html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) #content {
    padding-bottom: 43px;
  }
}
@media (min-width: 768px) {
  html.no-touch.sticky-top:not(.animations-gpu) #content {
    padding-top: 43px;
  }
  html.no-touch.sticky-top:not(.animations-gpu) .navbar.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    border-bottom: none;
    border-top: 1px solid #333333;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > a .caret {
    border-top-color: transparent;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: -28px;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top-width: 7px;
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top-width: 6px;
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .mega-menu .mega-sub {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom.front .navbar.main {
    border-top: 1px solid #dbdbdb;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom.front #content {
    padding-top: 0;
    padding-bottom: 88px;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom #footer {
    display: none;
  }
  html.no-touch.sticky-top:not(.animations-gpu).menuh-bottom #content {
    padding-top: 0;
  }
  html.no-touch.sticky-top:not(.animations-gpu).sidebar.sidebar-full .navbar.main {
    left: 150px;
  }
  html.no-touch.sticky-top:not(.animations-gpu).sidebar.sidebar-full .menu-right .navbar.main {
    left: 0;
    right: 150px;
  }
  html.no-touch.sticky-top:not(.animations-gpu).sidebar .menu-hidden.menu-left .navbar.main {
    left: 60px !important;
    right: 0 !important;
  }
  html.no-touch.sticky-top:not(.animations-gpu).sidebar .menu-hidden.menu-right .navbar.main {
    right: 60px !important;
    left: 0 !important;
  }
  html.no-touch.sticky-top:not(.animations-gpu).front #content {
    padding-top: 88px;
    margin: 0 !important;
  }
}
html.fixed,
html.fixed body {
  min-height: auto;
  height: auto;
  overflow: visible;
}
body > .container-fluid.fixed {
  min-height: auto;
  height: auto;
}
body > .container-fluid.fixed #wrapper {
  position: relative;
  overflow: hidden;
  min-height: auto;
  height: auto;
  margin: 0;
}
body > .container-fluid.fixed #menu {
  position: absolute;
  height: 100%;
  min-height: 100%;
  bottom: auto;
}
/* --- LOADING [less.menus] from assets/components/core/less/menus.less */
.dropdown-menu {
  z-index: 100000;
}
html.sidebar-full.sidebar-width-mini .menu-hidden #menu .slim-scroll > ul > li > a.glyphicons,
html.sidebar-full.sidebar-width-mini .menu-hidden #menu > ul > li > a.glyphicons {
  padding: 0;
}
html.sidebar-full.no-touch #menu .slim-scroll > ul li:hover:not(.active) > a,
html.sidebar-full.no-touch #menu > ul li:hover:not(.active) > a {
  background: #3e3e3e;
  color: #ffffff;
}
html.sidebar-full.no-touch #menu .slim-scroll > ul li:hover:not(.active) > a.glyphicons i:before,
html.sidebar-full.no-touch #menu > ul li:hover:not(.active) > a.glyphicons i:before {
  color: #e5412d;
}
html.sidebar-full.no-touch #menu .slim-scroll > ul li ul li:hover > a,
html.sidebar-full.no-touch #menu > ul li ul li:hover > a {
  background: #313131;
}
html.sidebar-full.no-touch #menu .slim-scroll > ul li ul li ul li:hover > a,
html.sidebar-full.no-touch #menu > ul li ul li ul li:hover > a,
html.sidebar-full.no-touch #menu .slim-scroll > ul li ul li ul li.active > a,
html.sidebar-full.no-touch #menu > ul li ul li ul li.active > a {
  background: #252525 !important;
}
html.sidebar-full.sidebar-collapsible #menu {
  overflow: hidden !important;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll,
html.sidebar-full.sidebar-collapsible #menu .slimScrollDiv {
  overflow: hidden !important;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li,
html.sidebar-full.sidebar-collapsible #menu > ul > li {
  overflow: hidden;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li.hasSubmenu,
html.sidebar-full.sidebar-collapsible #menu > ul > li.hasSubmenu,
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li .hasSubmenu,
html.sidebar-full.sidebar-collapsible #menu > ul > li .hasSubmenu {
  position: relative;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li.hasSubmenu.active,
html.sidebar-full.sidebar-collapsible #menu > ul > li.hasSubmenu.active,
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li .hasSubmenu.active,
html.sidebar-full.sidebar-collapsible #menu > ul > li .hasSubmenu.active {
  height: auto;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li > a,
html.sidebar-full.sidebar-collapsible #menu > ul > li > a,
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li > a.glyphicons,
html.sidebar-full.sidebar-collapsible #menu > ul > li > a.glyphicons {
  padding: 0 7.5px 0 15px;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul {
  margin: 0;
  padding: 0;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul ul,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul ul {
  background: #2c2c2c;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li {
  height: 43px;
  line-height: 43px;
  display: block;
  padding: 0;
  border-bottom: 1px solid #333333;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li a,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li a {
  cursor: pointer;
  display: block;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  padding: 0 7.5px 0 15px;
  height: 43px;
  line-height: 43px;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li a.glyphicons,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li a.glyphicons {
  /*padding: 0 @spacing/2 0 @spacing;*/
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li a.glyphicons i,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li a.glyphicons i {
  padding: 0 24px 0 0;
  display: block;
  float: left;
  width: 17px;
  line-height: 43px;
  height: 43px;
}
html.sidebar-full.sidebar-collapsible #menu .slim-scroll > ul > li ul li a.glyphicons i:before,
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li a.glyphicons i:before {
  color: #999999;
  font-size: 17px;
  position: relative;
  width: 17px;
  text-align: center;
  line-height: 43px;
  height: 43px;
  left: auto;
  right: auto;
}
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li {
  overflow: hidden;
}
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li.hasSubmenu,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li.hasSubmenu,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li .hasSubmenu,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li .hasSubmenu {
  position: relative;
}
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li.hasSubmenu.active,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li.hasSubmenu.active,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li .hasSubmenu.active,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li .hasSubmenu.active {
  height: 43px;
}
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li > a,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li > a,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu .slim-scroll > ul > li > a.glyphicons,
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li > a.glyphicons {
  padding: 0 15px;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dropdown-menu,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu {
  right: 100%;
  margin-right: 1px;
  left: auto;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu.pull-left {
  right: 100%;
  left: auto;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu.submenu-show {
  margin-top: 0 !important;
  padding: 0;
  top: -1px;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show.pull-right,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu.submenu-show.pull-right {
  right: 100% !important;
  left: auto !important;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead:before {
  border: 7px solid transparent;
  right: -7px;
  left: auto;
  border-right-width: 0;
  border-left-color: #999;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead:after {
  border: 7px solid transparent;
  border-right-width: 0;
  border-left-color: #ffffff;
  right: -6px;
  left: auto;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
  left: auto;
  right: 7px;
  margin: 0;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
  right: 8px;
}
html.sidebar-full #menu {
  width: 150px;
  background-color: #393939;
  overflow: visible !important;
  z-index: 1000;
}
html.sidebar-full #menu .slim-scroll,
html.sidebar-full #menu .slimScrollDiv {
  overflow: visible !important;
}
html.sidebar-full #menu .slim-scroll > ul,
html.sidebar-full #menu > ul {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  overflow: visible !important;
  margin: 0;
}
html.sidebar-full #menu .slim-scroll > ul > li,
html.sidebar-full #menu > ul > li {
  position: relative;
  height: 43px;
  line-height: 43px;
  display: block;
  padding: 0;
  border-bottom: 1px solid #333333;
}
html.sidebar-full #menu .slim-scroll > ul > li a,
html.sidebar-full #menu > ul > li a {
  cursor: pointer;
}
html.sidebar-full #menu .slim-scroll > ul > li a .badge,
html.sidebar-full #menu > ul > li a .badge {
  float: right;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
html.sidebar-full #menu .slim-scroll > ul > li > a,
html.sidebar-full #menu > ul > li > a {
  display: block;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
}
html.sidebar-full #menu .slim-scroll > ul > li > a [class*="icon-chevron-"],
html.sidebar-full #menu > ul > li > a [class*="icon-chevron-"] {
  float: right;
  height: 43px;
  line-height: 43px;
  margin: 0;
}
html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons,
html.sidebar-full #menu > ul > li > a.glyphicons {
  padding-left: 0 0 0 30px;
}
html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i,
html.sidebar-full #menu > ul > li > a.glyphicons i {
  padding: 0 7.5px 0 0;
  display: block;
  float: left;
  width: 17px;
  margin-right: 7.5px;
  line-height: 43px;
  height: 43px;
}
html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i:before,
html.sidebar-full #menu > ul > li > a.glyphicons i:before {
  color: #999999;
  font-size: 17px;
  position: relative;
  width: 17px;
  text-align: center;
  line-height: 43px;
  height: 43px;
  left: auto;
  right: auto;
}
html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.single-icon i,
html.sidebar-full #menu > ul > li > a.glyphicons.single-icon i {
  padding: 0;
}
html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i:before,
html.sidebar-full #menu > ul > li.active > a.glyphicons i:before,
html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i:before,
html.sidebar-full #menu > ul > li.open > a.glyphicons i:before {
  color: #e5412d;
}
html.sidebar-full #menu .slim-scroll > ul > li.open > a,
html.sidebar-full #menu > ul > li.open > a {
  background: #3e3e3e;
  color: #ffffff;
}
html.sidebar-full #menu .slim-scroll > ul > li.active > a,
html.sidebar-full #menu > ul > li.active > a {
  background: #ffffff;
  color: #4d4d4d;
}
html.sidebar-full #menu .slim-scroll > ul > li:last-child.open .dropdown-menu,
html.sidebar-full #menu > ul > li:last-child.open .dropdown-menu {
  right: 0;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu {
  right: auto;
  left: 100%;
  top: 0;
  width: 180px;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.pull-left {
  left: 100%;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.submenu-show {
  margin-top: 0 !important;
  top: -1px;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span {
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  display: block;
  background: #363432;
  color: #c8c8c8;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before {
  left: auto;
  right: 10px;
  font-size: 17px;
  color: #c4c4c4;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  display: block;
  left: -7px;
  border-left-width: 0;
  border-right-color: #ffffff;
  top: 5px;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  top: 5px;
  border-left-width: 0;
  border-right-color: #ffffff;
  position: absolute;
  display: block;
  left: -6px;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
  left: auto;
  right: 7px;
  margin: 0;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
  right: 8px;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
  margin-top: 13px !important;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.pull-right {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu {
  background: #fff;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu.submenu-show,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.submenu-show,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu.submenu-show,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.submenu-show {
  margin-top: -5px !important;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li {
  border: none;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span {
  background-image: none !important;
  filter: none !important;
  background: #fff;
  color: #939494;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span i:before {
  color: #cccccc;
  font-size: 15px !important;
  top: 5px !important;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a {
  font-weight: 600;
  color: #000;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a i:before,
html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a i:before {
  color: #e5412d;
}
html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-flags .dropdown-menu img,
html.sidebar-full #menu > ul > li.dropdown.dd-flags .dropdown-menu img {
  margin: -3px 4px 0 0;
}
html.sidebar-full #menu .slim-scroll > ul .dropdown > a .caret,
html.sidebar-full #menu > ul .dropdown > a .caret {
  border-top-color: #999999;
  top: 16px;
  position: relative;
}
#menu {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: #1f2123;
}
#menu .appbrand {
  border-bottom: 1px solid #333333;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  height: 43px;
  line-height: 43px;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
#menu .profile {
  display: block;
  padding: 10px 0;
}
#menu .profile a {
  display: inline-block;
  text-decoration: none;
  width: 74px;
  height: 74px;
  border: 1px solid #333333;
  padding: 5px;
  background: #fff;
}
#menu .profile a:hover {
  border-color: #1a1a1a;
}
body .menu-right #menu {
  left: auto;
  right: 0;
  z-index: 1000;
}
body .menu-right.fixed #content {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
body .menu-right.fixed .navbar.main,
body .menu-right.fixed .navbar.main .wrapper {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
html.sidebar.sidebar-full body .menu-right {
  /* IE8 fallback */
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul,
html.sidebar.sidebar-full body .menu-right #menu > ul {
  border-right: none;
  border-left: 1px solid #333333;
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a,
html.sidebar.sidebar-full body .menu-right #menu > ul > li > a {
  text-align: right;
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu > ul > li > a [class*="icon-chevron-"] {
  float: left;
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a.glyphicons i,
html.sidebar.sidebar-full body .menu-right #menu > ul > li > a.glyphicons i {
  padding: 0 0 0 7.5px;
  float: right;
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu > ul > li.active > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right #menu > ul > li.open > a [class*="icon-chevron-"] {
  margin: 0;
}
html.sidebar.sidebar-full body .menu-right #content {
  margin-right: 150px;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden {
  /* IE8 fallback */
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li > a,
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li > a {
  text-align: center;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li > a [class*="icon-chevron-"] {
  float: left;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li > a.glyphicons i,
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li > a.glyphicons i {
  float: none;
  padding: 0;
  margin: 0;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li.active > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li:hover > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li.open > a [class*="icon-chevron-"] {
  margin: 0;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #content {
  margin-right: 60px;
}
html.sidebar-full .menu-hidden #menu {
  width: 60px;
}
html.sidebar-full .menu-hidden #menu .appbrand > span {
  display: none;
}
html.sidebar-full .menu-hidden #menu .appbrand > span.text-primary {
  display: block;
  font-size: 14px;
}
html.sidebar-full .menu-hidden #menu .profile {
  padding: 0;
}
html.sidebar-full .menu-hidden #menu .profile a {
  border: none;
  width: 60px;
  height: 60px;
  padding: 0;
}
html.sidebar-full .menu-hidden #menu .menu-hidden-element {
  display: none;
}
html.sidebar-full .menu-hidden #menu .slim-scroll > ul > li > a,
html.sidebar-full .menu-hidden #menu > ul > li > a {
  display: none;
}
html.sidebar-full .menu-hidden #menu .slim-scroll > ul > li > a.glyphicons,
html.sidebar-full .menu-hidden #menu > ul > li > a.glyphicons {
  display: block;
  text-align: center;
}
html.sidebar-full .menu-hidden #menu .slim-scroll > ul > li > a.glyphicons > i,
html.sidebar-full .menu-hidden #menu > ul > li > a.glyphicons > i {
  padding-left: 3px;
  float: none;
  display: inline-block;
}
html.sidebar-full .menu-hidden #menu .slim-scroll > ul > li > a.glyphicons > span,
html.sidebar-full .menu-hidden #menu > ul > li > a.glyphicons > span {
  display: none;
}
html.sidebar-full .menu-hidden #content {
  margin-left: 60px;
}
.navbar .btn-navbar,
#menu .btn-navbar {
  padding: 0 10px;
  margin: 0;
  display: none;
  width: 100%;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  height: 43px;
  line-height: 43px;
  background: #393939;
  border-bottom: 1px solid #333333;
}
.navbar .btn-navbar .icon-bar,
#menu .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #999999;
  margin: 0 auto 3px;
}
.navbar .btn-navbar:hover,
#menu .btn-navbar:hover {
  background: #343434;
}
#menu .btn-navbar {
  display: block;
}
html.sidebar-hat #menu .btn-navbar {
  display: none;
}
html.sidebar-hat .menu-hidden .navbar .btn-navbar,
html.sidebar-hat .menu-hidden #menu .btn-navbar {
  display: block;
}
@media (max-width: 767px) {
  html.sidebar .container-fluid.sidebar-hidden-phone #menu {
    display: none !important;
  }
  html.sidebar .container-fluid.sidebar-hidden-phone #content {
    margin: 0 !important;
  }
}
html.top-full.no-touch .navbar.main .topnav > li:hover:not(.active) > a {
  background: #3e3e3e;
  color: #ffffff;
}
html.top-full.no-touch .navbar.main .topnav > li:hover:not(.active) > a.glyphicons i:before {
  color: #e5412d;
}
html.top-full .navbar.main {
  height: 43px;
  background-color: #393939;
  border-bottom: 1px solid #333333;
}
html.top-full .navbar.main .btn-navbar {
  height: 44px;
  float: none;
  background: #393939;
  border: none;
  border-bottom: 1px solid #333333;
}
html.top-full .navbar.main .btn-navbar span {
  background: #ffffff;
  margin: 0 5px 3px;
}
html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left {
  border-left: none;
}
html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left > li:first-child {
  border-left: none;
}
html.top-full .navbar.main .topnav:last-of-type > li:last-of-type {
  border: none;
}
html.top-full .navbar.main .topnav > li {
  position: relative;
  float: left;
  height: 43px;
  line-height: 43px;
  display: block;
  padding: 0;
  border-right: 1px solid #333333;
}
html.top-full .navbar.main .topnav > li a {
  cursor: pointer;
}
html.top-full .navbar.main .topnav > li .badge {
  top: 7px;
  right: 7px;
  position: absolute;
  border: 1px solid #393939;
  height: 17px;
  width: 17px;
  line-height: 15px;
}
html.top-full .navbar.main .topnav > li > a {
  display: block;
  color: #999999;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  font-weight: 600;
}
html.top-full .navbar.main .topnav > li > a > img {
  margin: 0 0 3px;
}
html.top-full .navbar.main .topnav > li > a.glyphicons {
  padding: 0 10px;
}
html.top-full .navbar.main .topnav > li > a.glyphicons i {
  padding: 0 7.5px 0 0;
  margin-right: 7.5px;
  display: block;
  float: left;
  width: 17px;
  line-height: 43px;
  height: 43px;
}
html.top-full .navbar.main .topnav > li > a.glyphicons i:before {
  color: #999999;
  font-size: 17px;
  position: relative;
  width: 17px;
  text-align: center;
  line-height: 43px;
  height: 43px;
  left: auto;
  right: auto;
}
html.top-full .navbar.main .topnav > li > a.glyphicons.single-icon i {
  padding: 0;
  margin: 0;
}
html.top-full .navbar.main .topnav > li > a.glyphicons.logout i {
  float: right;
  padding: 0;
}
html.top-full .navbar.main .topnav > li > a.glyphicons.logout span {
  padding: 0 8px 0 0;
  float: left;
}
html.top-full .navbar.main .topnav > li.active > a.glyphicons i:before,
html.top-full .navbar.main .topnav > li.open > a.glyphicons i:before {
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.open > a {
  background: #3e3e3e;
  color: #ffffff;
}
html.top-full .navbar.main .topnav > li.active > a {
  height: 44px;
  background: #ffffff;
  color: #4d4d4d;
}
html.top-full .navbar.main .topnav > li:last-child.open .dropdown-menu {
  right: 0;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu {
  background: #fff;
  border: none;
  right: 0;
  width: 180px;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu.pull-left {
  left: 0;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span {
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  display: block;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a.glyphicons i:before,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span.glyphicons i:before {
  left: auto;
  right: 10px;
  top: 5px;
  font-size: 17px;
  color: #c4c4c4;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li .btn {
  margin: 3px 0;
}
html.top-full .navbar.main .topnav > li.dropdown.account > .dropdown-menu {
  width: 230px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
  padding-right: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  display: block;
  left: 7px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
  top: -7px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  display: block;
  left: 8px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
  left: auto;
  right: 7px;
  margin: 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
  right: 8px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu {
  background: #fff;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  line-height: 13px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox {
  width: 300px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li {
  border-top: 1px solid rgba(229, 65, 45, 0.15);
  margin: 3px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li:hover {
  background: rgba(229, 65, 45, 0.05);
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li .innerAll,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li .innerAll {
  padding: 5px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li .innerAll span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li .innerAll span {
  font-style: italic;
  display: block;
  color: #424242;
  font-size: 13px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li a.btn-icon,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li a.btn-icon {
  font-size: 12px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li a.btn-icon i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li a.btn-icon i:before {
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li a.btn-icon i:before:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li a.btn-icon i:before:hover {
  margin: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.inbox li a.btn-icon:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.inbox li a.btn-icon:hover {
  background: none;
  text-decoration: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications {
  width: 250px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li {
  border-top: 1px solid #efefef;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li .media,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li .media {
  padding: 5px 15px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li a {
  color: #e5412d;
  text-align: center;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li a i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li a i:before {
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li a:hover {
  background: rgba(229, 65, 45, 0.2);
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li span {
  display: block;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li.innerAll,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li.innerAll {
  padding: 5px 0 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li.innerT,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li.innerT {
  padding: 5px 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li.first,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li.first {
  border: none;
  padding: 5px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li.primary,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li.primary {
  border: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.notifications li .progress,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.notifications li .progress {
  margin-top: 3px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu .activity,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu .activity {
  background: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu .activity .btn-primary,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu .activity .btn-primary {
  color: #fff;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li {
  line-height: 16px;
  border: none;
  /* dropdown button primary*/
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.active > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.active > a {
  background: #efefef;
  font-weight: 600;
  color: #000;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span {
  background-image: none !important;
  filter: none !important;
  /*background: #fff;*/
  color: #939494;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span i:before {
  color: #cccccc;
  font-size: 15px !important;
  top: 5px !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li .clean,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li .clean {
  display: inline;
  padding: 0;
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a.clean:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a.clean:hover {
  font-weight: normal;
  color: #e5412d;
  text-decoration: underline;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.primary > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.primary > a {
  background-color: #e5412d;
  color: #fff;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.primary > a.glyphicons i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.primary > a.glyphicons i:before {
  padding-top: 2px;
  color: #fff;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.primary > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.primary > a:hover {
  background-color: #fff;
  color: #e5412d;
  border: 1px solid #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.primary > a:hover.glyphicons i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.primary > a:hover.glyphicons i:before {
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu a:hover {
  color: #000;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu a:hover i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu a:hover i:before {
  color: #e5412d;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile {
  background: #ffffff;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile a:hover {
  color: #7c7c7c;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span {
  height: auto;
  line-height: normal;
  padding: 5px 10px 10px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading a {
  text-transform: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .clearfix,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .clearfix,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .clearfix {
  display: block;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
  margin-top: 13px !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.pull-right,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.pull-right {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:focus,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:focus,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:hover > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:hover > a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:focus > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:focus > a {
  background-image: none !important;
  filter: none !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-flags .dropdown-menu img {
  margin: -3px 4px 0 0;
}
html.top-full .navbar.main .topnav .dropdown > a .caret {
  border-top-color: #999999;
  vertical-align: middle;
  margin-top: 0;
  position: relative;
}
html.top-full .navbar.main .topnav .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.navbar {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  min-height: 40px;
  border: none;
}
.navbar .main {
  margin: 0;
  position: relative;
  z-index: 1000;
}
.navbar .main .topnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu-show {
  display: block;
  margin-top: -29px !important;
  position: absolute;
}
.submenu-show.pull-left {
  left: auto !important;
  right: 100% !important;
}
.submenu-show.pull-right {
  right: auto !important;
  left: 100% !important;
}
.submenu-hide {
  display: none !important;
  position: relative;
  top: auto;
  float: left;
}
.no-touch .navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a:hover {
  color: #ffffff;
}
.navbar.main {
  margin: 0;
}
.navbar.main .topnav > li {
  padding-left: 10px;
}
.navbar.main .topnav > li .dropdown-menu > li > a:hover {
  background-color: #fff;
  font-weight: 600;
}
.navbar.main .topnav > li.mega-menu {
  position: static !important;
}
.navbar.main .topnav > li.mega-menu .mega-sub {
  display: none;
  position: absolute;
  background: #393939;
  width: 100%;
  left: 0;
  top: 43px;
}
.navbar.main .topnav > li.mega-menu .mega-sub h4 {
  color: #ffffff;
  padding: 15px 0;
  margin: 0;
  font-size: 160%;
  font-weight: 400;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner {
  margin: 0;
  padding: 15px 30px;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul {
  list-style: none;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul li {
  display: block;
  line-height: 25px;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a {
  display: block;
  font-size: 14px;
  color: #999999;
}
.navbar.main .topnav > li.mega-menu.mega-menu-open .mega-sub {
  display: block;
}
/* --- LOADING [less.widgets] from assets/components/core/less/widgets.less */
.menubar {
  height: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  background: #fafafa;
  margin: 0;
  font-size: 9pt;
}
.menubar ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  height: 30px;
}
.menubar ul li {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.menubar ul li.divider {
  border-left: 1px solid #ebebeb;
  width: 0px;
  padding: 0;
  margin: 0 8px;
}
.menubar ul li a {
  color: #7c7c7c;
  font-weight: 700;
  font-size: 9pt;
}
.menubar.links {
  border: none;
  background: none;
  height: 25px;
  padding: 0 0 5px;
}
.menubar.links ul {
  padding: 0;
  height: 25px;
}
.menubar.links ul li {
  height: 25px;
  line-height: 25px;
}
.menubar.links ul li:first-child {
  padding-left: 0;
}
.menubar.links.primary ul li a {
  color: #e5412d;
}
.widget {
  background: #ffffff;
  margin: 0 auto 15px;
  position: relative;
  border: 1px solid #efefef;
}
.widget .tab-content {
  padding: 0;
}
.widget .widget-head {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
  border-bottom: 1px solid #efefef;
  text-shadow: 0 1px 0 0 1px 0 #ffffff;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0 15px 0 0;
  overflow: hidden;
}
.widget .widget-head.progress {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0;
}
.widget .widget-head > .glyphicons,
.widget .widget-head ul .glyphicons {
  height: 30px;
  width: 30px;
  padding: 0;
}
.widget .widget-head > .glyphicons i:before,
.widget .widget-head ul .glyphicons i:before {
  width: 30px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.widget .widget-head .heading {
  margin: 0;
  color: #7c7c7c;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  float: left;
}
.widget .widget-head .heading.glyphicons {
  width: auto;
  display: block;
  padding: 0 0 0 35px;
}
.widget .widget-head .heading.glyphicons i:before {
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
}
.widget .widget-head a {
  text-shadow: none;
}
.widget .widget-head .dropdown-menu li > a:hover,
.widget .widget-head .dropdown-menu li > a:focus,
.widget .widget-head .dropdown-submenu:hover > a {
  background-color: #e5412d;
  background-image: -moz-linear-gradient(top, #e5412d, #d24343);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5412d), to(#d24343));
  background-image: -webkit-linear-gradient(top, #e5412d, #d24343);
  background-image: -o-linear-gradient(top, #e5412d, #d24343);
  background-image: linear-gradient(to bottom, #e5412d, #d24343);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget .details {
  font-size: 8pt;
  color: #7c7c7c;
}
.widget .widget-body {
  padding: 15px;
}
.widget .widget-body form {
  margin: 0;
}
.widget .widget-body > pre:last-child,
.widget .widget-body > p:last-child {
  margin: 0;
}
.widget .widget-body.list {
  color: #7c7c7c;
  padding: 0;
}
.widget .widget-body.list .count {
  font-size: 15pt;
  font-weight: 400;
}
.widget .widget-body.list ul {
  margin: 0;
  list-style: none;
}
.widget .widget-body.list ul li {
  padding: 0 10px;
  height: 39px;
  border-bottom: 1px solid #efefef;
  position: relative;
  line-height: 39px;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
  clear: both;
}
.widget .widget-body.list ul li .badge {
  position: absolute;
  right: 8px;
  top: 10px;
}
.widget .widget-body.list ul li:first-child {
  border-top: none;
}
.widget .widget-body.list ul li:last-child {
  border-bottom: none;
}
.widget .widget-body.list ul li .count {
  float: right;
  color: #000000;
}
.widget .widget-body.list ul li .sparkline {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.widget .widget-body.list ul li a {
  color: #000000;
  font-weight: bold;
}
.widget .widget-body.list.products li {
  height: 60px;
  line-height: 60px;
}
.widget .widget-body.list.products .img {
  float: left;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 0 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-shadow: none;
  cursor: pointer;
  font-size: 10pt;
  font-weight: 600;
}
.widget .widget-body.list.products .title {
  line-height: normal;
  display: inline-block;
  padding: 13px 0 0;
  text-transform: uppercase;
}
.widget .widget-body.list.products .title strong {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
.widget .widget-body.list.fluid ul li {
  height: auto;
  line-height: normal;
  padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
  border-bottom: 1px solid #d8d9da;
  border-top: none;
  background: #f8f8f8;
}
.widget .widget-body.list.list-2 ul li.active {
  border-color: #dddddd;
  background: #fff;
}
.widget .widget-body.list.list-2 ul li.active i:before {
  font-weight: normal;
  background: #e5412d;
  color: #fff;
  text-shadow: none;
  height: 20px;
}
.widget .widget-body.list.list-2 ul li.active a {
  color: #e5412d;
}
.widget .widget-body.list.list-2 ul li:last-child {
  border-bottom: none;
}
.widget .widget-body.list.list-2 ul li a {
  display: block;
  color: #222;
  padding: 0 0 0 30px;
}
.widget .widget-body.list.list-2 ul li a i:before {
  color: #555;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #dddddd;
  top: 9px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  text-shadow: 0 1px 0 #fff;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu {
  height: auto;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
  padding: 0 0 10px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
  height: auto;
  line-height: normal;
  background: none;
  border: none;
  line-height: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
  color: #333;
  padding: 0 0 0 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
  font-weight: bold;
}
.widget .widget-footer {
  background: #fafafa;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #ebebeb;
}
.widget .widget-footer .glyphicons {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  float: right;
}
.widget .widget-footer .glyphicons i:before {
  font-size: 16px;
  color: #c3c3c3;
  text-align: center;
  width: 20px;
  height: 25px;
  line-height: 25px;
  text-shadow: 0 1px 0 #ffffff;
}
.widget .widget-footer .glyphicons:hover i:before {
  color: rgba(0, 0, 0, 0.5);
}
.widget.margin-bottom-none {
  margin-bottom: 0;
}
.widget.widget-gray {
  background: #f5f5f5;
}
.widget.widget-gray .widget-head {
  background: #e9e9e9;
  border-color: #d1d2d3;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.widget.widget-gray .widget-head .heading {
  color: #555555;
  text-shadow: 0 1px 0 #fff;
}
.widget.widget-gray .widget-head .heading.glyphicons i:before {
  background: none;
  color: #555;
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.widget-2:before,
.widget.widget-2:after {
  display: none;
}
.widget.widget-2 .widget-head {
  background: #e2e2e4;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  height: 36px;
  line-height: 36px;
  border-color: #d1d2d3;
}
.widget.widget-2 .widget-head .heading {
  line-height: 36px;
  color: #555555;
  text-shadow: 0 1px 0 #fff;
  font-size: 12pt;
}
.widget.widget-2 .widget-head .heading i:before {
  color: #555555;
  background: none;
  border: none;
  left: 3px;
  top: 2px;
}
.widget.widget-2 .widget-body {
  border: 1px solid #d1d2d3;
  border-top: 0;
  background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
  background: #e5412d;
  border-color: #e5412d;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.widget.widget-2.primary .widget-head .heading {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before,
.widget.widget-3:after {
  display: none;
}
.widget.widget-3 .widget-head {
  height: 36px;
  line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
  display: block;
  text-align: center;
  float: none;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  font-size: 12pt;
}
.widget.widget-3 .widget-head .heading i:before {
  background: none;
  border: none;
  left: 3px;
  top: 5px;
  font-size: 20px;
  color: #45484d;
}
.widget.widget-3 .widget-head .heading .glyphicons {
  vertical-align: middle;
  width: 35px;
  height: 36px;
  padding: 0;
}
.widget.widget-3 .widget-body {
  border-bottom: 1px solid #efefef;
}
.widget.widget-3 .widget-body.large {
  font-size: 26pt;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  vertical-align: middle;
  line-height: normal;
}
.widget.widget-3 .widget-body.large.cancellations span {
  line-height: 20px;
  text-align: left;
  font-size: 17pt;
  display: inline-block;
  text-shadow: none;
}
.widget.widget-3 .widget-body.large.cancellations span span {
  display: block;
}
.widget.widget-3 .widget-body.large.cancellations span span:first-child {
  color: #e5412d;
  text-transform: uppercase;
  font-size: 13pt;
}
.widget.widget-3 .widget-body.large.dashboard {
  padding: 15px 0;
}
.widget.widget-3 .widget-footer {
  background: #fafafa;
  border-top: none;
}
.widget.widget-3 .widget-footer a {
  float: none;
  color: #dddddd;
  width: auto;
  padding: 0 10px 0 30px;
  border-right: 1px solid #efefef;
  text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
  color: #dddddd;
  left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
  color: #e5412d;
}
.widget.widget-3 .widget-footer a:hover i:before {
  color: #e5412d;
}
.widget.widget-3 .widget-footer.align-center {
  text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
  border-left: 1px solid #efefef;
}
.widget.widget-3 .widget-footer.align-right {
  text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
  border-left: 1px solid #efefef;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
  border-right: none;
}
.widget.widget-4 {
  border: none;
  background: none;
}
.widget.widget-4 .widget-head {
  background: none;
  padding: 10px;
  border: none;
}
.widget.widget-4 .widget-head .heading {
  color: #544f49;
  text-shadow: none;
  padding: 0;
  margin: 0;
}
.widget.widget-4 .widget-body {
  padding: 0 10px 10px;
  border: none;
}
.widget.widget-4 .widget-body.list ul li {
  padding: 0;
}
.widget.widget-heading-simple {
  border: none;
  background: none;
}
.widget.widget-heading-simple > .widget-head {
  border: none;
  background: none;
  background-image: none !important;
  filter: none !important;
  padding: 0 0 5px;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-head .heading {
  padding: 0;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-head .heading.glyphicons {
  padding: 0 0 0 25px;
}
.widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
  text-align: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-body {
  border: 1px solid #efefef;
}
.widget.widget-body-simple {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.widget.widget-body-simple > .widget-body {
  background: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.widget.widget-body-white > .widget-body {
  background: #ffffff;
}
.widget.widget-body-gray > .widget-body {
  background: #f4f4f4;
}
.widget.widget-body-primary > .widget-body {
  background: #e5412d;
}
.widget.widget-body-primary > .widget-body * {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-inverse > .widget-body {
  background: #424242;
}
.widget.widget-body-inverse > .widget-body *,
.widget.widget-body-inverse > .widget-body i:before {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-default > .widget-body {
  background: #bbbbbb;
}
.widget.widget-body-default > .widget-body *,
.widget.widget-body-default > .widget-body i:before {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-multiple {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.widget.widget-body-multiple > .widget-body {
  margin-bottom: 7.5px;
}
.widget.widget-body-multiple > .widget-body:last-of-type {
  margin-bottom: 0;
}
.widget-flat {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.widget-flat > .widget-body {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
h4.glyphicons {
  padding: 0 0 0 35px;
  display: block;
}
h4.glyphicons i:before {
  font-size: 22px;
  font-weight: normal;
  color: #575655;
}
h3.glyphicons,
h2.glyphicons {
  padding: 0 0 0 35px;
  display: block;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
  font-size: 27px;
  font-weight: normal;
  left: 2px;
  top: 3px;
  color: #575655;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
  left: 5px;
}
.finances_summary .well {
  font-size: 16px;
  text-align: center;
}
.finances_summary .well strong {
  display: block;
  font-size: 22pt;
  color: #45494c;
  line-height: normal;
}
.finances_summary .glyphicons.standard i:before {
  color: #cccccc;
}
div.glyphicons,
div.glyphicons-social {
  padding: 0 0 0 47px;
}
div.glyphicons i:before,
div.glyphicons-social i:before {
  color: #e2e2e2;
  font-size: 32px;
}
div.glyphicons.glyphicon-large,
div.glyphicons-social.glyphicon-large {
  padding: 0 0 0 75px;
}
div.glyphicons.glyphicon-large i:before,
div.glyphicons-social.glyphicon-large i:before {
  font-size: 50px;
  left: 0;
}
div.glyphicons.glyphicon-large.group-column,
div.glyphicons-social.glyphicon-large.group-column {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-large.group-column i:before,
div.glyphicons-social.glyphicon-large.group-column i:before {
  font-size: 45px;
  left: 12px;
}
div.glyphicons.glyphicon-xlarge,
div.glyphicons-social.glyphicon-xlarge {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-xlarge i,
div.glyphicons-social.glyphicon-xlarge i {
  padding: 0 0 10px;
}
div.glyphicons.glyphicon-xlarge i:before,
div.glyphicons-social.glyphicon-xlarge i:before {
  font-size: 70px;
}
div.glyphicons.glyphicon-top,
div.glyphicons-social.glyphicon-top {
  padding: 0;
  text-align: center;
}
div.glyphicons.glyphicon-top i,
div.glyphicons-social.glyphicon-top i {
  display: block;
  position: relative;
  padding: 5px 0 10px;
}
div.glyphicons.glyphicon-top i:before,
div.glyphicons-social.glyphicon-top i:before {
  position: relative;
  left: auto;
  top: auto;
}
div.glyphicons.glyphicon-primary i:before,
div.glyphicons-social.glyphicon-primary i:before {
  color: #e5412d;
}
@media (max-width: 979px) and (min-width: 768px) {
  div.glyphicons.hidden-tablet-partial,
  div.glyphicons-social.hidden-tablet-partial {
    padding: 0;
  }
}
.widget-body-primary div.glyphicons i:before {
  color: #fff;
}
.social-large {
  height: 97px;
}
.social-large a {
  display: block;
  height: 97px;
  float: left;
  padding: 10px 19px;
  color: #d5d5d5;
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  text-decoration: none;
}
.social-large a i {
  display: block;
  position: relative;
  padding: 0 0 8px;
}
.social-large a i:before {
  display: block;
  text-align: center;
  top: auto;
  left: auto;
  position: relative;
  font-size: 50px;
  color: #d5d5d5;
}
.social-large a.active,
.social-large a:hover {
  color: #fff;
  background: #e5412d;
}
.social-large a.active i:before,
.social-large a:hover i:before {
  color: #fff;
}
.social-large a:last-child {
  border: none;
}
.social-large.social-large-2 a {
  display: inline-block;
  font-weight: 400;
  float: none;
  border: none;
  background: none;
  color: #444444;
}
.social-large.social-large-2 a i:before {
  color: #444444;
}
.social-large.social-large-2 a.active,
.social-large.social-large-2 a:hover {
  color: #e5412d;
}
.social-large.social-large-2 a.active i:before,
.social-large.social-large-2 a:hover i:before {
  color: #e5412d;
}
.widget-search input {
  width: 100%;
}
/* --- LOADING [less.forms] from assets/components/core/less/forms.less */
.form-inline.small input,
.form-inline.small select {
  margin: 0 5px 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 1px 5px;
  border-color: #d8d9da;
  color: #a7a7a7;
}
.form-inline.small select {
  padding: 1px 0;
  height: 23px;
}
.form-inline.small select:last-child {
  margin-right: 0;
}
.form-inline.small label {
  float: left;
  margin: 0 5px 0 0;
  display: block;
}
.form-inline.small .input-append.block {
  display: block;
}
.form-inline.small .input-append input {
  margin: 0;
  width: 85%;
}
.form-inline.small .input-append .input-group-addon {
  padding: 1px 3px;
  margin: 0 0 0 -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #fff;
  color: #d8d9da;
  border-color: #d8d9da;
}
.form-inline.small .input-append .input-group-addon i:before {
  top: 4px;
  left: 4px;
  font-size: 14px;
  color: #d0d1d1;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #efefef;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-color: #efefef;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 0;
}
.uniformjs .radio {
  height: auto;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 3px;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.checkbox.inline {
  padding-bottom: 1px;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.input-full input {
  width: 83%;
  height: 17px;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.strong {
  font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
  border-color: #efefef;
  color: #A7A7A7;
}
.control-label.center {
  text-align: center;
}
.form-actions {
  background: none;
  border: none;
  margin: 0;
}
.form-horizontal {
  /*.control-label { width: 125px; }*/
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 0;
}
.form-horizontal .controls {
  margin-left: 145px;
}
.form-horizontal .control-group:last-child {
  margin: 0;
}
.input-group .input-group-addon,
.input-append .input-group-addon {
  background: #fff;
  border-color: #efefef;
}
.input-group .input-group-addon i:before,
.input-append .input-group-addon i:before {
  color: #D0D1D1;
}
.input-group .input-group-addon icon,
.input-append .input-group-addon icon {
  margin-top: 0;
}
.input-group.input-append .input-group-addon:first-child,
.input-group.input-append .btn:first-child,
.input-group.input-append .input-group-addon:last-child,
.input-group.input-append .btn:last-child,
.input-group .input-group-addon:first-child,
.input-group .btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input,
.fileupload-new .input-append .btn-file,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.input-append .input-group-addon:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-group .input-group-addon.glyphicons,
.input-append .input-group-addon.glyphicons,
.input-group .input-group-addon.glyphicons-social,
.input-append .input-group-addon.glyphicons-social {
  background: #fff;
  display: table-cell;
  padding-left: 18px;
}
.input-group .input-group-addon.glyphicons i:before,
.input-append .input-group-addon.glyphicons i:before,
.input-group .input-group-addon.glyphicons-social i:before,
.input-append .input-group-addon.glyphicons-social i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .input-group-addon.glyphicons i:before {
  left: 6px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background: #e5412d;
}
.ms-container .custom-header {
  height: 30px;
  line-height: 30px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
  padding: 0 15px;
  font-weight: 600;
  border: 1px solid #efefef;
}
.ms-container .custom-header:not(.custom-footer) {
  border-bottom: none;
}
.ms-container .custom-header.custom-footer {
  border-top: none;
}
img.flag {
  height: 10px;
  width: 15px;
  padding-right: 10px;
  z-index: 99999;
}
.select2-results .select2-highlighted {
  background: #e5412d;
}
.select2-container {
  background: #f4f4f4;
  border-color: #fff;
}
.select2-container .select2-choice {
  border-color: #fff;
  background: #f4f4f4;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-container-multi .select2-choices {
  border-color: #efefef;
  background: #fff;
}
.select2-container .select2-choice div {
  border-color: #fff;
  background: #f4f4f4;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-search input {
  background: #fff;
}
.select2-drop {
  border-color: #fff;
  background: #f4f4f4;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  z-index: 99999;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 5px 0 3px 5px;
  border-color: #d8d8d8;
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled],
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background: #e5412d;
}
.bootstrap-timepicker-widget table td {
  font-size: 13px;
}
.bootstrap-timepicker > [class*="icon-"] {
  vertical-align: text-top;
  margin: 0 0 0 -22.5px;
  pointer-events: none;
  position: relative;
  cursor: pointer;
}
.has-switch {
  vertical-align: middle;
  border-color: #bebebe;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.has-switch span.switch-left {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.has-switch span {
  background-image: none !important;
  filter: none !important;
}
.has-switch label {
  background-image: none !important;
  filter: none !important;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.has-switch[data-on*="primary"] {
  border-color: #e5412d;
}
.has-switch[data-on*="danger"] {
  border-color: #bd362f;
}
.has-switch[data-on*="warning"] {
  border-color: #ab7a4b;
}
.has-switch[data-on*="success"] {
  border-color: #609450;
}
.has-switch[data-on*="inverse"] {
  border-color: #424242;
}
.has-switch span.switch-primary {
  background: #e5412d;
}
.has-switch span.switch-danger {
  background: #bd362f;
}
.has-switch span.switch-warning {
  background: #ab7a4b;
}
.has-switch span.switch-success {
  background: #609450;
}
.has-switch span.switch-inverse {
  background: #424242;
}
.has-switch span.switch-default {
  background: #ccc;
  color: #444;
}
/* --- LOADING [less.alerts] from assets/components/modules/admin/ui/alerts/assets/alerts.less */
.alert {
  margin: 0 0 15px;
}
.alert h4 {
  margin: 0 0 5px;
}
.alert.alert-warning {
  background: #ab7a4b;
  color: #fff;
  border-color: #ab7a4b;
}
.alert.alert-warning .close {
  color: #fff;
}
.alert.alert-warning h4 {
  color: #fff;
}
.alert.alert-danger {
  background: #bd362f;
  color: #fff;
  border-color: #bd362f;
}
.alert.alert-danger .close {
  color: #fff;
}
.alert.alert-danger h4 {
  color: #fff;
}
.alert.alert-primary {
  background: #e5412d;
  color: #fff;
  border-color: #e5412d;
}
.alert.alert-primary .close {
  color: #fff;
}
.alert.alert-primary h4 {
  color: #fff;
}
.alert.alert-info {
  background: #dff3f8;
  color: #7399b9;
  border-color: #93b9d8;
}
.alert.alert-info .close {
  color: #7399b9;
}
.alert.alert-success {
  border-color: #609450;
  background: #609450;
  color: #fff;
}
.alert.alert-success .close,
.alert.alert-success h4 {
  color: #fff;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* --- LOADING [less.buttons] from assets/components/modules/admin/ui/buttons/assets/buttons.less */
.btn {
  font-weight: 600;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-shadow: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn.active,
.btn:active {
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.btn-block {
  width: 100%;
}
.btn + .btn:not(.btn-block) {
  margin: 0 0 0 5px;
}
.input-group .btn + .btn {
  margin-left: -1px;
}
.btn-group .dropdown-toggle {
  height: 34px;
}
.btn-group .btn + .btn:not(.btn-block) {
  margin-left: -1px;
}
.btn-group.dropup .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-default {
  background: #e7e7e7;
  border-color: #e7e7e7;
}
.input-group-btn.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover,
.btn-default:focus {
  background: #e8e8e8;
}
.btn-default:active,
.btn-default.active {
  background: #e8e8e8;
  color: #fff;
  text-shadow: none;
}
.btn-default .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
  background: #ab7a4b;
  border-color: #ab7a4b;
  color: #ffffff;
}
.btn-warning.glyphicons i:before,
.btn-warning.glyphicons-social i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.input-group-btn.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover,
.btn-warning:focus {
  background: #ab7a4b;
  color: #fff;
}
.btn-warning:active,
.btn-warning.active {
  background: #ab7a4b;
  color: #fff;
}
.btn-warning .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
  background: #5cc7dd;
  border-color: #5cc7dd;
  color: #ffffff;
}
.btn-info.glyphicons i:before,
.btn-info.glyphicons-social i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.input-group-btn.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus {
  background: #5cc7dd;
  color: #fff;
}
.btn-info:active,
.btn-info.active {
  background: #5cc7dd;
  color: #fff;
}
.btn-info .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
  background: #bd362f;
  border-color: #bd362f;
  color: #ffffff;
}
.btn-danger.glyphicons i:before,
.btn-danger.glyphicons-social i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.input-group-btn.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover,
.btn-danger:focus {
  background: #bd362f;
  color: #fff;
}
.btn-danger:active,
.btn-danger.active {
  background: #bd362f;
  color: #fff;
}
.btn-danger .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
  background: #e5412d;
  border-color: #e5412d;
  color: #ffffff;
}
.btn-primary.glyphicons i:before,
.btn-primary.glyphicons-social i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.input-group-btn.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus {
  background: #e5412d;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  background: #e5412d;
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-inverse {
  background: #424242;
  border-color: #424242;
  color: #ffffff;
}
.btn-inverse.glyphicons i:before,
.btn-inverse.glyphicons-social i:before {
  color: #919293;
  text-shadow: none;
}
.input-group-btn.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus {
  background: #424242;
  color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
  background: #424242;
  color: #fff;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-success {
  background: #609450;
  border-color: #609450;
  color: #ffffff;
}
.btn-success.glyphicons i:before,
.btn-success.glyphicons-social i:before {
  color: #a2bc9b;
  text-shadow: none;
}
.input-group-btn.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus {
  background: #609450;
  color: #fff;
}
.btn-success:active,
.btn-success.active {
  background: #609450;
  color: #fff;
}
.btn-success .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.input-group-btn .btn-primary:not(.dropdown-toggle),
.input-group-btn .btn-primary:not('[data-toggle*=""]') {
  margin-right: 2px;
}
.input-group-btn-vertical.block {
  display: block;
}
.input-group-btn.btn-block,
.btn-group {
  /*padding: 0;*/
  position: relative;
}
.input-group-btn.btn-block .leadcontainer,
.btn-group .leadcontainer {
  left: 0;
  position: absolute;
  right: 29px;
}
.input-group-btn.btn-block .leadcontainer > .btn:first-child,
.btn-group .leadcontainer > .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-left: 0;
  /* .rounded(4px,0,0,4px); */
  text-align: left;
}
.input-group-btn.btn-block .dropdown-lead,
.btn-group .dropdown-lead {
  box-sizing: border-box;
  width: 100%;
}
.input-group-btn.btn-block .dropdown-toggle,
.btn-group .dropdown-toggle {
  width: 30px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-icon-stacked {
  text-align: left;
  padding: 5px 5px 5px 45px;
}
.btn-icon-stacked i {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.btn-icon-stacked i:before {
  left: auto;
  top: auto;
  position: relative;
  text-align: center;
}
.btn-icon-stacked span {
  display: block;
  font-size: 13px;
  line-height: normal;
}
.btn-facebook {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #5d7cb6;
  border: 1px solid #5d7cb6;
}
.btn-facebook i:before {
  color: #fff;
}
.btn-facebook:hover {
  background: #8098c6;
  color: #fff;
}
.btn-google {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #9e3838;
  border: 1px solid #9e3838;
}
.btn-google i:before {
  color: #fff;
}
.btn-google:hover {
  background: #bf4a4a;
  color: #fff;
}
.btn-toggle-code {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-toggle-code.outside {
  bottom: -24px;
}
#demo_buttons .btn-block {
  max-width: 200px;
  margin: 0 auto;
}
#demo_buttons thead th {
  width: 25%;
}
.glyphicons.standard,
.glyphicons-social.standard {
  width: 24px;
  height: 24px;
  padding: 0;
}
.glyphicons.standard i,
.glyphicons-social.standard i {
  display: block;
  height: 24px;
}
.glyphicons.standard i:before,
.glyphicons-social.standard i:before {
  color: #64625f;
  position: relative;
  top: auto;
  left: auto;
}
.glyphicons.standard:not(.disabled):hover i:before,
.glyphicons-social.standard:not(.disabled):hover i:before {
  color: #797979;
}
.glyphicons.standard.btn,
.glyphicons-social.standard.btn {
  padding: 4px;
}
.glyphicons.standard.btn.btn-small,
.glyphicons-social.standard.btn.btn-small {
  padding: 2px 5px;
  width: auto;
  height: auto;
}
.glyphicons.standard.btn.btn-small i:before,
.glyphicons-social.standard.btn.btn-small i:before {
  top: auto;
  line-height: 22px;
}
.glyphicons.btn-action,
.glyphicons-social.btn-action {
  width: 25px;
  height: 25px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}
.glyphicons.btn-action i:before,
.glyphicons-social.btn-action i:before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  text-shadow: 0 1px 0 #fff;
  color: #fff;
}
.glyphicons.btn-action.btn-default i:before,
.glyphicons-social.btn-action.btn-default i:before {
  color: #7c7c7c;
}
.glyphicons.btn-action.single,
.glyphicons-social.btn-action.single {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  /*background: none;*/
  margin-right: 10px;
}
.glyphicons.btn-icon,
.glyphicons-social.btn-icon {
  text-align: left;
  padding: 5px 7px 5px 40px;
}
.glyphicons.btn-icon i,
.glyphicons-social.btn-icon i {
  float: left;
}
.glyphicons.btn-icon i:before,
.glyphicons-social.btn-icon i:before {
  font-size: 15px;
  top: 0;
  left: 0;
  width: 33px;
  height: 23px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  vertical-align: middle;
  padding: 7px 0 0;
  text-align: center;
}
.glyphicons.btn-icon.right,
.glyphicons-social.btn-icon.right {
  text-align: left;
  padding: 5px 0 5px 7px;
}
.glyphicons.btn-icon.right i:before,
.glyphicons-social.btn-icon.right i:before {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  right: 0;
  left: auto;
  text-align: center;
}
.glyphicons.btn-large,
.glyphicons-social.btn-large {
  padding: 10px 10px 10px 40px;
  font-weight: 600;
}
.glyphicons.btn-large i:before,
.glyphicons-social.btn-large i:before {
  top: 12px;
  left: 12px;
  font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before,
.glyphicons-social.btn-large.btn-icon i:before {
  top: 0;
  left: 0;
  height: 28px;
  padding: 12px 0 0;
}
.glyphicons.btn-small,
.glyphicons-social.btn-small {
  padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before,
.glyphicons-social.btn-small i:before {
  padding: 5px 0 0;
  width: 28px;
  height: 19px;
  font-size: 14px;
}
.glyphicons.btn-mini,
.glyphicons-social.btn-mini {
  padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before,
.glyphicons-social.btn-mini i:before {
  padding: 5px 0 0;
  width: 26px;
  height: 17px;
  font-size: 13px;
}
.glyphicons.orange i:before,
.glyphicons-social.orange i:before {
  color: #EDB459;
}
.glyphicons.btn-default i:before,
.glyphicons-social.btn-default i:before {
  color: #9e9e9e;
  text-shadow: none;
}
.glyphicons.single,
.glyphicons-social.single {
  color: #e5412d;
  padding: 0 0 0 20px;
}
.glyphicons.single i:before,
.glyphicons-social.single i:before {
  font-size: 13px;
  top: 4px;
  color: #e5412d;
}
.glyphicons.single + .single,
.glyphicons-social.single + .single {
  margin-left: 8px;
}
.glyphicons.single.regular,
.glyphicons-social.single.regular {
  color: #7c7c7c;
}
.glyphicons.single.regular i:before,
.glyphicons-social.single.regular i:before {
  color: #7c7c7c;
}
.glyphicons.primary i:before,
.glyphicons-social.primary i:before {
  color: #e5412d;
}
.glyphicons.text-error,
.glyphicons-social.text-error {
  color: #e5412d;
}
.glyphicons.text-error i:before,
.glyphicons-social.text-error i:before {
  color: #e5412d;
}
.glyphicons.text-info,
.glyphicons-social.text-info {
  color: #5d92b3;
}
.glyphicons.text-info i:before,
.glyphicons-social.text-info i:before {
  color: #5d92b3;
}
.glyphicons.text-success,
.glyphicons-social.text-success {
  color: #719d46;
}
.glyphicons.text-success i:before,
.glyphicons-social.text-success i:before {
  color: #719d46;
}
/* --- LOADING [less.breadcrumb] from assets/components/core/less/breadcrumb.less */
.breadcrumb {
  height: 38px;
  line-height: 39px;
  padding: 0 15px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0 0 15px;
  background: none;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  color: #ababab;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb li {
  text-shadow: 0 1px 0 #ffffff;
  line-height: 38px;
  height: 38px;
}
.breadcrumb li a {
  color: #ababab;
  font-weight: 600;
}
.breadcrumb li a.glyphicons {
  color: #ababab;
  padding: 0 0 0 25px;
}
.breadcrumb li a.glyphicons i:before {
  color: #ababab;
  font-size: 14px;
  top: 12px;
  left: 3px;
}
.breadcrumb li.divider {
  margin: 0 5px 0 7px;
  width: 0;
  vertical-align: top;
}
/* --- LOADING [less.tabs] from assets/components/modules/admin/tabs/assets/tabs.less */
.widget.widget-tabs {
  border-color: #efefef;
}
.widget.widget-tabs .tab-content {
  padding: 0;
}
.widget.widget-tabs > .widget-head {
  background: #ffffff;
  border-color: #efefef;
  overflow: visible;
}
.widget.widget-tabs > .widget-head ul {
  position: relative;
  overflow: visible;
  list-style: none;
  height: 35px;
  margin: 0;
  display: inline-block;
}
.widget.widget-tabs > .widget-head ul li {
  height: 35px;
  line-height: 35px;
  float: left;
  display: block;
  border-right: 1px solid #efefef;
}
.widget.widget-tabs > .widget-head ul li a {
  width: auto;
  height: 35px;
  display: block;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  color: #7c7c7c;
  text-decoration: none;
}
.widget.widget-tabs > .widget-head ul li a i:before {
  left: 5px;
  top: 5px;
  color: #9d9d9d;
  text-shadow: 0 1px 0 #ffffff;
}
.widget.widget-tabs > .widget-head ul li a.glyphicons {
  padding: 0 15px 0 35px;
}
.widget.widget-tabs > .widget-head ul li.active {
  height: 36px;
  background: #fff;
  color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a {
  color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a i:before {
  color: #505050;
}
.widget.widget-tabs > .widget-body.large {
  padding: 25px;
}
.widget.widget-tabs-double > .widget-head {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul li,
.widget.widget-tabs-double > .widget-head ul li.active {
  height: 40px;
  line-height: 20px;
}
.widget.widget-tabs-double > .widget-head ul li a,
.widget.widget-tabs-double > .widget-head ul li.active a {
  height: 35px;
  padding: 5px 0 0;
}
.widget.widget-tabs-double > .widget-head ul li a span,
.widget.widget-tabs-double > .widget-head ul li.active a span {
  display: block;
  line-height: 15px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons,
.widget.widget-tabs-double > .widget-head ul li.active a.glyphicons {
  padding: 5px 15px 0 38px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before,
.widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before {
  left: 4px;
  top: 9px;
  font-size: 20px;
}
.widget.widget-tabs-double-2 {
  border: none;
}
.widget.widget-tabs-double-2 > .widget-head {
  border: 1px solid #efefef;
  border-bottom: none;
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head.border-bottom {
  border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-double-2 > .widget-head ul {
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head ul li {
  height: 70px;
  line-height: 50px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a {
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -ms-transition: color 1s ease;
  transition: color 1s ease;
  height: 70px;
  padding: 5px 0 0;
  text-decoration: none;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a span {
  display: block;
  line-height: 55px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons {
  padding: 0 15px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i {
  display: block;
  height: 24px;
  padding: 13px 0 0;
  line-height: 24px;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before {
  left: auto;
  top: auto;
  font-size: 24px;
  position: relative;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -ms-transition: color 1s ease;
  transition: color 1s ease;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active {
  height: 70px;
  background: #f4f4f4;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a {
  color: #444;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
  color: #444;
}
.widget.widget-tabs-double-2 > .widget-body {
  padding: 0;
}
.widget.widget-tabs-double-2 .widget-body-regular {
  padding: 10px;
  border: 1px solid #efefef;
}
.widget.widget-tabs-double-2 .widget-body-regular p:last-child {
  margin: 0;
}
.widget.widget-tabs-vertical .widget-head {
  border: none;
  height: auto;
  padding: 0;
}
.widget.widget-tabs-vertical .widget-head ul {
  display: block;
  height: auto;
}
.widget.widget-tabs-vertical .widget-head ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-vertical .widget-head ul li:last-child {
  border: none;
}
.widget.widget-tabs-vertical .widget-body {
  padding: 0;
}
.widget.widget-tabs-vertical .widget-body .tab-content {
  padding: 12px 15px;
}
.widget.widget-wizard-pills .widget-head {
  height: 80px;
  padding: 10px 0;
}
.widget.widget-wizard-pills .widget-head ul {
  height: 60px;
}
.widget.widget-wizard-pills .widget-head ul li {
  height: 60px;
  line-height: 60px;
  color: #7c7c7c;
  padding: 0 0 0 10px;
  border: none;
  position: relative;
}
.widget.widget-wizard-pills .widget-head ul li.status {
  height: 45px;
  padding: 15px 15px 0;
  font-weight: 600;
}
.widget.widget-wizard-pills .widget-head ul li.status span.r {
  display: block;
  line-height: 15px;
}
.widget.widget-wizard-pills .widget-head ul li a {
  height: 58px;
  line-height: 60px;
  padding: 0;
  width: 58px;
  text-align: center;
  background: #efefef;
  border: 1px solid #efefef;
  color: #c8c8c8;
  font-weight: 600;
  font-size: 16pt;
  position: relative;
  z-index: 2;
}
.widget.widget-wizard-pills .widget-head ul li.active {
  height: 60px;
  background: none;
}
.widget.widget-wizard-pills .widget-head ul li.active a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: none;
}
.widget.widget-wizard-pills .widget-head ul li.primary a {
  width: 60px;
  height: 60px;
  background: #e5412d;
  border: none;
  color: #fff;
}
.widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
  position: absolute;
  background: #efefef;
  height: 1px;
  left: 0;
  right: 0;
  top: 29px;
  display: block;
  content: "";
  z-index: 1;
}
.widget.widget-wizard-pills .widget-head ul li.no-padding {
  padding: 0;
}
.widget.widget-tabs-2 {
  border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-2.border-bottom-none {
  border-bottom: none;
}
.widget.widget-tabs-2 > .widget-head {
  background: #fff;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0 10px;
}
.widget.widget-tabs-2 > .widget-head ul {
  border-color: #efefef;
}
.widget.widget-tabs-2 > .widget-head ul li {
  border: none;
}
.widget.widget-tabs-2 > .widget-head ul li.active {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  background-repeat: repeat-x;
}
.widget.widget-tabs-2 > .widget-head ul li a {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-right: none;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}
.widget.widget-tabs-2 > .widget-head ul li:first-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 > .widget-body {
  background: #fff;
  border: none;
  padding: 15px;
}
.widget.tabs-right .widget-head ul {
  float: right;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons {
  width: 38px;
  padding: 0;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i {
  width: 38px;
  display: block;
  line-height: 35px;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before {
  width: 38px;
  text-align: center;
  left: auto;
  top: auto;
  position: relative;
  display: block;
  line-height: 35px;
  color: #cbcbcb;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before {
  color: #505050;
}
.widget.widget-tabs-icons-only .widget-body {
  padding: 0;
}
.widget.widget-tabs-icons-only .widget-body p:last-child {
  margin: 0;
}
.widget.widget-tabs-icons-only .widget-head {
  padding: 0 0 10px;
}
.widget.widget-tabs-icons-only .widget-head ul {
  display: block;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.widget.widget-tabs-icons-only .widget-head ul li {
  color: #dadada;
  float: left;
  display: block;
  padding: 0 10px 0 0;
  font-size: 8pt;
  margin-right: 4px;
  line-height: 30px;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons {
  width: 30px;
  height: 30px;
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i {
  background: #e5e5e5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #64625f;
  font-size: 17px;
  line-height: 30px;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i {
  background: #dedede;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i {
  background: #64625f;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before {
  color: #fff;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child {
  padding: 0;
}
.widget.widget-tabs-gray {
  background: #f4f4f4;
}
.widget.widget-tabs-gray > .widget-head {
  background: #dbdbdb;
}
.widget.widget-tabs-gray > .widget-head ul li,
.widget.widget-tabs-gray > .widget-head ul li i:before {
  color: #7c7c7c !important;
  text-shadow: none;
}
.widget.widget-tabs-gray > .widget-head ul li.active {
  background: #f4f4f4;
}
.widget.widget-tabs-gray > .widget-head ul li.active,
.widget.widget-tabs-gray > .widget-head ul li.active i:before {
  color: #444 !important;
  text-shadow: none;
}
.widget.widget-tabs-gray .form-control {
  display: inline-block;
}
.tabsbar {
  height: 60px;
  background: #dbdbdb;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.tabsbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
}
.tabsbar ul li {
  float: left;
  display: block;
  height: 60px;
  padding: 0;
  border-right: 1px solid #efefef;
}
.tabsbar ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  color: #7c7c7c;
  text-decoration: none;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  -ms-transition: background 1s ease;
  transition: background 1s ease;
}
.tabsbar ul li a i {
  display: inline-block;
  float: left;
  width: 39px;
  height: 60px;
}
.tabsbar ul li a i:before {
  color: #7c7c7c;
  position: relative;
  top: auto;
  left: auto;
  line-height: 60px;
  text-align: center;
}
.tabsbar ul li.active a {
  background: #f4f4f4;
  color: #444;
}
.tabsbar ul li.active a i:before {
  color: #444;
}
.tabsbar.tabsbar-2 {
  height: 39px;
}
.tabsbar.tabsbar-2 ul {
  height: 39px;
}
.tabsbar.tabsbar-2 ul li {
  height: 39px;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.tabsbar.tabsbar-2 ul li a {
  height: 39px;
  line-height: 39px;
  background: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.tabsbar.tabsbar-2 ul li a i {
  height: 39px;
  width: 33px;
}
.tabsbar.tabsbar-2 ul li a i:before {
  line-height: 39px;
  font-size: 20px;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -ms-transition: color 1s ease;
  transition: color 1s ease;
}
.tabsbar.tabsbar-2 ul li.active {
  background: #f4f4f4;
}
.tabsbar.tabsbar-2 ul li.active a {
  color: #444;
}
.tabsbar.tabsbar-2 ul li.active a i:before {
  color: #444;
}
.tabsbar.tabsbar-2.active-fill ul li.active a {
  background: #e5412d;
  color: #fff;
}
.tabsbar.tabsbar-2.active-fill ul li.active a i:before {
  color: #fff;
}
.nav-tabs > li > a:hover,
.nav-pills > li > a,
.nav-pills > li > a:hover {
  background: #e5412d;
  border-bottom-color: #e5412d;
  color: #fff;
}
.nav-tabs {
  border-bottom-color: #e5412d;
}
.nav-tabs > li > a {
  padding: 6px 8px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #e5412d;
  border-top-color: #e5412d;
  border-left-color: #e5412d;
  border-right-color: #e5412d;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.nav-pills a {
  cursor: pointer;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: #e5412d;
  color: #fff;
}
.nav-pills .glyphicons {
  padding-left: 25px;
}
.nav-pills .glyphicons i:before {
  position: relative;
  font-size: 14px;
  left: -10px;
  top: 2px;
  color: #F5EADB;
  font-weight: normal;
  text-shadow: none;
}
.tab-content {
  overflow: visible;
  padding: 0;
}
/* --- LOADING [less.accordions] from assets/components/modules/admin/widgets/accordions/assets/less/accordions.less */
.accordion {
  margin: 0 0 10px;
  position: relative;
}
.accordion .panel {
  border-color: #efefef;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.accordion .panel-body {
  font-size: 13px;
  border-color: #efefef !important;
}
.accordion .panel-heading {
  color: #7c7c7c;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 10px;
}
.accordion.accordion-2 {
  border: 1px solid #efefef;
}
.accordion.accordion-2 .panel-heading {
  border-bottom: 1px solid #efefef;
  background: #ffffff;
}
.accordion.accordion-2 .panel-heading .glyphicons {
  padding: 0;
  height: 24px;
  line-height: 24px;
}
.accordion.accordion-2 .panel-heading .glyphicons i {
  width: 30px;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}
.accordion.accordion-2 .panel-heading .glyphicons i:before {
  font-size: 20px;
  color: #cccccc;
  top: auto;
  left: auto;
  width: 30px;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
}
.accordion.accordion-2 .panel {
  border: none;
  margin: 0;
}
.accordion.accordion-2 .panel .panel-collapse.in .panel-body {
  border-bottom: 1px solid #efefef;
}
.accordion.accordion-2 .accordion-inner {
  border: none;
  padding: 15px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion.accordion-gray .panel-heading {
  background: #f4f4f4;
}
/* --- LOADING [less.gallery] from assets/components/core/less/gallery.less */
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul li .thumb {
  position: relative;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  z-index: 1;
  overflow: hidden;
}
.gallery ul li.col-md-2:nth-child(6n+7) {
  margin-left: 0;
}
.gallery ul li.col-md-3:nth-child(4n+5) {
  margin-left: 0;
}
.gallery ul li.col-md-4:nth-child(3n+4) {
  margin-left: 0;
}
.gallery.gallery-masonry li[class*="col-md-"] {
  margin-left: 0;
}
.gallery.gallery-2 li .thumb {
  padding: 0;
  border-color: #4c4c4c;
}
.thumb {
  display: block;
  padding: 3px;
  border: 1px solid #efefef;
  background: #fff;
}
.thumbnails {
  margin: 0;
}
.thumbnails > li {
  list-style: none;
  margin-bottom: 15px;
}
.thumbnails > li .thumbnail {
  border-color: #efefef;
  background: #ffffff;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.thumbnails > li .thumbnail .caption {
  color: #7c7c7c;
}
.thumbnails > li a.thumbnail:hover,
.thumbnails > li a.thumbnail:focus {
  border-color: #e5412d;
  -webkit-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  text-decoration: none;
}
.thumbnail {
  border-color: #efefef;
}
a.thumbnail .caption {
  display: block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #e5412d;
  -webkit-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
  text-decoration: none;
}
.carousel {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  margin-bottom: 15px;
  /*.carousel-control {
		font-size: 45px;
		opacity: 1;
		filter: alpha(opacity=100);
		background: @widgetBgGray;
		color: #000;
		border-color: #000;
		text-shadow: @bodyTextShadow;
		&.right { text-align: center; }
	}
	.item {
		img { min-width: 100%; }
	}
	.carousel-caption {
		background: fade(@widgetBgGray, 95%);
		text-shadow: @bodyTextShadow;
		p { color: @bodyText; }
		h4 { font-size: 12pt; color: #000; font-weight: 600; }
		a { text-decoration: underline; color: #000; }
	}*/
}
.carousel.carousel-1 {
  height: 223px;
  margin-bottom: 33px;
  background: #f4f4f4;
}
.carousel.carousel-1 .item {
  height: 223px;
  overflow: hidden;
}
.carousel.carousel-1 .item img {
  min-height: 100%;
}
.carousel.carousel-1 .carousel-indicators {
  top: auto;
  bottom: -23px;
  right: 0;
}
.carousel.carousel-1 .carousel-indicators li {
  background: #f09388;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.carousel.carousel-1 .carousel-indicators li.active {
  background: #e5412d;
}
.carousel.carousel-1 .carousel-caption {
  height: 193px;
  background: #f4f4f4;
  text-align: left;
  top: 0;
  background: rgba(244, 244, 244, 0.95);
  text-shadow: 0 1px 0 #ffffff;
}
.carousel.carousel-1 .carousel-caption p {
  color: #7c7c7c;
}
.carousel.carousel-1 .carousel-caption h4 {
  font-size: 12pt;
  color: #000;
  font-weight: 600;
}
.carousel.carousel-1 .carousel-caption a {
  text-decoration: underline;
  color: #000;
}
/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: 10px;
  padding: 6px;
  background-color: white;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
  width: 125px;
  height: 85px;
  overflow: hidden;
}
.jcrop-holder {
  margin: 0 auto;
}
/* --- LOADING [less.dark] from assets/components/core/less/dark.less */
/* --- LOADING [less.animations] from assets/components/core/less/animations.less */
html.csstransitions.csstransforms3d.animations {
  /*
	 * ONLY AFTER PAGE LOAD COMPLETE
	 */
  /*
	 * DESKTOP WITH GPU OPTION DISABLED
	 */
  /* GPU ACCELERATION
	 * BETTER PERFORMANCE BUT DOESNT PLAY WELL WITH ZINDEX AND FIXED POSITIONING
	 * IF DESKTOP && GPU OPTION ENABLED / OR WE'RE ON A TOUCH DEVICE */
  /*
	 * FIX ZINDEX ISSUE
	 * ONLY ON A TOUCH DEVICE
	 */
}
html.csstransitions.csstransforms3d.animations.content-transitions {
  /*
		 * DESKTOP WITH GPU OPTION DISABLED
		 */
  /*
		 * DESKTOP WITH GPU OPTION ENABLED / OR WE'RE ON A TOUCH DEVICE
		 */
}
html.csstransitions.csstransforms3d.animations.content-transitions.no-touch:not(.animations-gpu) .menu-left #content {
  -webkit-transition: left 250ms ease;
}
html.csstransitions.csstransforms3d.animations.content-transitions.no-touch:not(.animations-gpu) .menu-right #content {
  -webkit-transition: right 250ms ease;
}
html.csstransitions.csstransforms3d.animations.content-transitions.animations-gpu #content,
html.csstransitions.csstransforms3d.animations.content-transitions:not(.no-touch) #content {
  -webkit-transition: -webkit-transform 150ms linear;
}
html.csstransitions.csstransforms3d.animations.content-transitions:not(.no-touch) #menu {
  -webkit-animation: moveFromLeft 250ms ease;
  -moz-animation: moveFromLeft 250ms ease;
  -ms-animation: moveFromLeft 250ms ease;
}
html.csstransitions.csstransforms3d.animations.sidebar {
  /* When sidebar is hidden on phone */
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-left #content {
  margin: 0 150px 0 0 !important;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-left.menu-hidden #content {
  margin: 0 60px 0 0 !important;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-right #content {
  margin: 0 0 0 150px !important;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-right.menu-hidden #content {
  margin: 0 0 0 60px !important;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-right #menu .slim-scroll > ul > li.open .dropdown-menu,
html.csstransitions.csstransforms3d.animations.sidebar .menu-right #menu > ul > li.open .dropdown-menu {
  -webkit-animation: moveFromLeft 300ms ease-in;
  -moz-animation: moveFromLeft 300ms ease-in;
  -ms-animation: moveFromLeft 300ms ease-in;
}
html.csstransitions.csstransforms3d.animations.sidebar #menu .slim-scroll > ul > li > a.glyphicons i:before,
html.csstransitions.csstransforms3d.animations.sidebar #menu > ul > li > a.glyphicons i:before {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
html.csstransitions.csstransforms3d.animations.sidebar #menu .slim-scroll > ul > li > a.glyphicons:hover > span,
html.csstransitions.csstransforms3d.animations.sidebar #menu > ul > li > a.glyphicons:hover > span {
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
}
html.csstransitions.csstransforms3d.animations.sidebar #menu .slim-scroll > ul > li > a.glyphicons:hover i,
html.csstransitions.csstransforms3d.animations.sidebar #menu > ul > li > a.glyphicons:hover i {
  -webkit-animation: moveFromLeft 200ms ease;
  -moz-animation: moveFromLeft 200ms ease;
  -ms-animation: moveFromLeft 200ms ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.csstransitions.csstransforms3d.animations.sidebar #menu .slim-scroll > ul > li.open .dropdown-menu,
html.csstransitions.csstransforms3d.animations.sidebar #menu > ul > li.open .dropdown-menu {
  -webkit-animation: moveFromRight 300ms ease-in;
  -moz-animation: moveFromRight 300ms ease-in;
  -ms-animation: moveFromRight 300ms ease-in;
}
@media (max-width: 767px) {
  html.csstransitions.csstransforms3d.animations.sidebar .sidebar-hidden-phone #content,
  html.csstransitions.csstransforms3d.animations.sidebar .sidebar-hidden-phone.menu-left #content,
  html.csstransitions.csstransforms3d.animations.sidebar .sidebar-hidden-phone.menu-right #content {
    margin: 0 !important;
  }
}
html.csstransitions.csstransforms3d.animations.sidebar.sidebar-collapsible #menu li > a > .badge {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
html.csstransitions.csstransforms3d.animations.sidebar.sidebar-collapsible #menu li > a:hover > .badge {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) {
  /* When sidebar is hidden on phone */
}
html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) .menu-left #content {
  left: 150px;
}
html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) .menu-left.menu-hidden #content {
  left: 60px;
}
html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) .menu-right #content {
  right: 150px;
}
html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) .menu-right.menu-hidden #content {
  right: 60px;
}
@media (max-width: 767px) {
  html.csstransitions.csstransforms3d.animations.sidebar.no-touch:not(.animations-gpu) .sidebar-hidden-phone #content {
    left: 0 !important;
    right: 0 !important;
  }
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) {
  /* When sidebar is hidden on phone */
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #menu,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #menu {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #menu *,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #menu * {
  -webkit-transform: translateZ(0);
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content > div,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content > div,
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content .widget-stats,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content .widget-stats,
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content .carousel,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content .carousel,
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content .widget,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content .widget,
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu #content .alert,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) #content .alert {
  -webkit-transform: translateZ(0);
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .menu-left #content,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .menu-left #content {
  -webkit-transform: translateX(150px);
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .menu-left.menu-hidden #content,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .menu-left.menu-hidden #content {
  -webkit-transform: translateX(60px);
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .menu-right #content,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .menu-right #content {
  -webkit-transform: translateX(-150px);
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .menu-right.menu-hidden #content,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .menu-right.menu-hidden #content {
  -webkit-transform: translateX(-60px);
}
@media (max-width: 767px) {
  html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .sidebar-hidden-phone #content,
  html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .sidebar-hidden-phone #content {
    -webkit-transform: translateX(0) !important;
  }
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu .navbar.main,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch) .navbar.main {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu.sticky-top.sidebar.sidebar-full .navbar.main,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch).sticky-top.sidebar.sidebar-full .navbar.main,
html.csstransitions.csstransforms3d.animations.sidebar.animations-gpu.sticky-top .menu-hidden .navbar.main,
html.csstransitions.csstransforms3d.animations.sidebar:not(.no-touch).sticky-top .menu-hidden .navbar.main {
  left: 0 !important;
}
html.csstransitions.csstransforms3d.animations.sidebar .container-fluid:not(.menu-hidden) #menu .profile {
  -webkit-animation: moveFromLeftAndGrowAndRotate 500ms ease;
  -moz-animation: moveFromLeftAndGrowAndRotate 500ms ease;
  -ms-animation: moveFromLeftAndGrowAndRotate 500ms ease;
}
html.csstransitions.csstransforms3d.animations.sidebar .container-fluid:not(.menu-hidden) #menu .menu-hidden-element {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-right:not(.menu-hidden) #menu .profile {
  -webkit-animation: moveFromRightAndGrowAndRotate 500ms ease;
  -moz-animation: moveFromRightAndGrowAndRotate 500ms ease;
  -ms-animation: moveFromRightAndGrowAndRotate 500ms ease;
}
html.csstransitions.csstransforms3d.animations.sidebar .menu-right:not(.menu-hidden) #menu .menu-hidden-element {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
html.csstransitions.csstransforms3d.animations:not(.no-touch) .navbar.main .topnav > li.open .dropdown-menu {
  -webkit-transform: translateZ(1px);
}
html.csstransitions.csstransforms3d.animations.front .container-fluid:not(.menu-hidden) .navbar.main .topnav > li:not(.active) {
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li > a {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li > a.glyphicons i:before {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li > a.glyphicons:hover > span {
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li > a.glyphicons:hover i {
  -webkit-animation: moveFromLeft 200ms ease;
  -moz-animation: moveFromLeft 200ms ease;
  -ms-animation: moveFromLeft 200ms ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.open .dropdown-menu {
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.mega-menu-open .mega-sub {
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.mega-menu-open .mega-sub .sheriffs_star i {
  -webkit-animation: moveFromLeftAndGrowAndRotate 800ms ease;
  -moz-animation: moveFromLeftAndGrowAndRotate 800ms ease;
  -ms-animation: moveFromLeftAndGrowAndRotate 800ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.mega-menu .mega-sub .sheriffs_star i {
  display: block;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -ms-transition: all 4s ease;
  transition: all 4s ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
html.csstransitions.csstransforms3d.animations .navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  html.csstransitions.csstransforms3d.animations.no-touch.sticky-top.menuh-bottom:not(.animations-gpu) .navbar.main .topnav > li.open .dropdown-menu {
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
  }
  html.csstransitions.csstransforms3d.animations.no-touch.sticky-top.menuh-bottom:not(.animations-gpu) .navbar.main .topnav > li.mega-menu-open .mega-sub {
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
  }
}
@media (min-width: 980px) {
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4 {
    overflow: hidden;
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4 .txt,
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4 .count,
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4 .glyphicons i {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4:hover .count {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4:hover .txt {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4:hover .glyphicons i {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    font-size: 150px !important;
    opacity: 0.2;
    right: -20px;
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-4:hover .glyphicons.refresh i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-5 {
    overflow: hidden;
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-5 .txt,
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-5 .glyphicons i {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-5:hover .txt {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  html.csstransitions.csstransforms3d.animations.no-touch .widget-stats-5:hover .glyphicons i {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 100px !important;
    opacity: 0.2;
    left: -20px;
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromLeftRotate {
  from {
    -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeftRotate {
  from {
    -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeftRotate {
  from {
    -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes bigToSmall {
  from {
    -webkit-transform: scale(2);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bigToSmall {
  from {
    -moz-transform: scale(2);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes bigToSmall {
  from {
    -ms-transform: scale(2);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -webkit-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -moz-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -ms-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-webkit-keyframes moveFromRightAndGrowAndRotate {
  from {
    -webkit-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-moz-keyframes moveFromRightAndGrowAndRotate {
  from {
    -moz-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-ms-keyframes moveFromRightAndGrowAndRotate {
  from {
    -ms-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
/* --- LOADING [less.login] from assets/components/core/less/login.less */
body.login {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e5e5e5)) fixed;
  background: -moz-linear-gradient(left top, #fff 0%, #e5e5e5 100%) fixed;
  background: -o-linear-gradient(left top, #fff 0%, #e5e5e5 100%) fixed;
  background: linear-gradient(left top, #fff 0%, #e5e5e5 100%) fixed;
}
body.login #login {
  padding: 40px 0 0;
}
body.login #login a:not(.btn) {
  color: #7c7c7c;
  text-decoration: underline;
}
body.login #login h1 {
  font-size: 20pt;
  text-align: center;
  display: block;
  padding: 0 0 20px;
  text-shadow: 0 1px 0 #ffffff;
}
body.login #login h1 i:before {
  position: relative;
  left: auto;
  top: auto;
  color: #7c7c7c;
}
body.login #login .wrapper {
  max-width: 354px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
}
body.login #login .wrapper.signup {
  max-width: 600px;
}
body.login #login .widget .widget-head {
  height: auto;
}
body.login #login .widget .widget-head .btn {
  margin: -4px 0 0 5px;
}
body.login #login .widget .widget-head div {
  font-size: 12px;
}
body.login #login .widget .widget-body {
  background: #fafafa;
}
body.login #login .widget .widget-footer {
  height: 40px;
  line-height: 40px;
  margin: 15px 0 0;
  border: 1px solid #efefef;
}
body.login #login .widget .widget-footer p {
  font-size: 12px;
  color: #7c7c7c;
  font-weight: 600;
  margin: 0;
  width: auto;
  float: none;
  padding: 0 10px 0 35px;
  display: block;
  height: 40px;
  line-height: 40px;
}
body.login #login .widget .widget-footer p i:before {
  top: 7px;
  left: 7px;
}
body.login #login label {
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 600;
}
body.login #login .checkbox {
  margin-top: 5px;
}
body.login #login .password {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
body.login #login input[type="text"],
body.login #login input[type="password"] {
  font-size: 13px;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 9px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #fff;
}
body.login #login ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
body.login #login :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
body.login #login ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
body.login #login :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
body.login #login form {
  margin: 0;
}
body.login #login p {
  margin: 5px 0;
}
body.login #login p:first-child {
  margin: 0 0 10px;
}
body.login #login p:last-child {
  margin: 10px 0 0;
}
body.login #login .form-signin {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
body.login #login .form-signin .inner {
  padding: 20px;
}
/* --- LOADING [css.uniform.default] from assets/components/modules/admin/forms/elements/uniform/assets/lib/css/uniform.default.css */
/* --- LOADING [less.uniformjs] from assets/components/modules/admin/forms/elements/uniform/assets/custom/less/uniformjs.less */
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 0;
}
.uniformjs .radio {
  height: auto;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
/* --- LOADING [css.prettify] from assets/components/plugins/prettyprint/assets/css/prettify.css */
/* --- LOADING [css.jquery.miniColors] from assets/components/helpers/themer/assets/plugins/minicolors/jquery.miniColors.css */
/* --- LOADING [less.themer] from assets/components/helpers/themer/assets/less/themer.less */
#themer {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1000;
  width: 260px;
  margin: -50px 0 0 -130px;
  text-align: left;
}
#themer.in {
  overflow: visible;
}
#themer .close2 {
  position: absolute;
  background: #DDD;
  color: #222;
  font-weight: 600;
  height: 20px;
  top: 14px;
  right: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 10pt;
  padding: 0 10px;
  cursor: pointer;
}
#themer .wrapper {
  position: relative;
  background: #292c2e;
  border: 1px solid #2f3235;
  padding: 15px;
  color: #fafafa;
}
#themer .wrapper hr.separator {
  margin: 10px 0;
  border-top-color: #5e646b;
  border-bottom-color: #2f3235;
}
#themer .wrapper h4 {
  border-bottom: 1px solid #5e6060;
  padding: 0 0 10px;
  margin: 0 0 10px;
  color: #fff;
}
#themer .wrapper h4 span {
  color: #5e6060;
  font-weight: normal;
  font-size: 10pt;
  text-shadow: none;
}
#themer .wrapper .btn {
  margin: 0;
}
#themer .wrapper #themer-getcode-less {
  margin: 0 0 0 5px;
}
#themer .wrapper ul {
  margin: 0;
  list-style: none;
}
#themer .wrapper ul li {
  height: 25px;
  line-height: 25px;
  position: relative;
}
#themer .wrapper ul li .minicolors {
  line-height: normal;
  border: none;
  top: 2px;
  right: 0;
  position: absolute;
}
#themer .wrapper ul li .minicolors input {
  border: none;
  height: 20px;
  width: 69px;
  background: #414649;
  color: #fff;
  font-size: 9pt;
  padding: 0 5px;
  margin: 0 0 1px;
}
#themer .wrapper ul li .minicolors-swatch {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
#themer .wrapper ul li .minicolors-panel {
  z-index: 10000;
  top: 24px;
}
#themer .wrapper ul li .minicolors-position-left .minicolors-panel {
  left: -152px;
}
#themer .wrapper ul li select {
  position: absolute;
  top: 3px;
  right: 0;
  width: 100px;
  height: 20px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 9pt;
  background: #414649;
  border: 1px solid #2F3235;
  color: #fff;
}
#themer .wrapper ul li .link {
  text-decoration: underline;
  cursor: pointer;
}
#themer .wrapper ul li label {
  margin: 0;
  line-height: 25px;
  font-size: 9pt;
}
#themer .wrapper ul li label input {
  margin: 0 0 1px;
}
#themer .wrapper ul li.advanced {
  display: none;
}
#themer.themer-advanced .wrapper ul li.advanced {
  display: block;
}
/* --- LOADING [less.modals] from assets/components/modules/admin/modals/assets/less/modals.less */
.modal-backdrop {
  z-index: 10000;
  background: #000000;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal {
  z-index: 100001;
  border-color: #efefef;
  background: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.modal .modal-header {
  padding: 5px 10px;
  line-height: 29px;
  border-color: #efefef;
  background-image: none !important;
  filter: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #f4f4f4;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.modal .modal-header h3 {
  font-size: 14px;
}
.modal .modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #7c7c7c;
  text-shadow: none;
}
.modal .modal-content {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-body p:last-child {
  margin: 0;
}
.modal .modal-footer {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-top: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ebebeb;
  padding: 10px;
  background: #fafafa url("../images/pattern1.png") repeat;
}
.modal.modal-inverse {
  /*.modal-body{*/
  /*background: @inverseColor;
			border-color: @inverseColor;
			color: #fff;*/
  /*}*/
}
.modal.modal-inverse .modal-body {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
.modal.modal-inverse .modal-header {
  background: #424242;
  border-color: #5c5c5c;
}
.modal.modal-inverse .modal-header,
.modal.modal-inverse .modal-header * {
  color: #fff;
}
.modal.modal-inverse .modal-footer {
  background: #424242;
  border-color: #5c5c5c;
}
.modal.modal-primary {
  /*background: @primaryColor;
		border-color: @primaryColor;
		color: #fff;*/
}
.modal.modal-primary .modal-body {
  background: #e5412d;
  border-color: #e5412d;
  color: #fff;
}
.modal.modal-primary .modal-header {
  background: #e5412d;
  border-color: #eb6a5a;
}
.modal.modal-primary .modal-header,
.modal.modal-primary .modal-header * {
  color: #fff;
}
.modal.modal-primary .modal-footer {
  background: #e5412d;
  border-color: #eb6a5a;
}
.modal.modal-info {
  /*background: @infoColor;
		border-color: @infoColor;
		color: #fff;*/
}
.modal.modal-info .modal-body {
  background: #5cc7dd;
  border-color: #5cc7dd;
  color: #fff;
}
.modal.modal-info .modal-header {
  background: #5cc7dd;
  border-color: #86d5e6;
}
.modal.modal-info .modal-header,
.modal.modal-info .modal-header * {
  color: #fff;
}
.modal.modal-info .modal-footer {
  background: #5cc7dd;
  border-color: #86d5e6;
}
.modal.modal-warning {
  /*background: @warningColor;
		border-color: @warningColor;
		color: #fff;*/
}
.modal.modal-warning .modal-body {
  background: #ab7a4b;
  border-color: #ab7a4b;
  color: #fff;
}
.modal.modal-warning .modal-header {
  background: #ab7a4b;
  border-color: #be946b;
}
.modal.modal-warning .modal-header,
.modal.modal-warning .modal-header * {
  color: #fff;
}
.modal.modal-warning .modal-footer {
  background: #ab7a4b;
  border-color: #be946b;
}
.modal.modal-success {
  /*background: @successColor;
		border-color: @successColor;
		color: #fff;*/
}
.modal.modal-success .modal-body {
  background: #609450;
  border-color: #609450;
  color: #fff;
}
.modal.modal-success .modal-header {
  background: #609450;
  border-color: #79ae69;
}
.modal.modal-success .modal-header,
.modal.modal-success .modal-header * {
  color: #fff;
}
.modal.modal-success .modal-footer {
  background: #609450;
  border-color: #79ae69;
}
/* --- LOADING [less.labels] from assets/components/core/less/labels.less */
.label.large {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
  background: #e5e5e5;
  color: #64625f;
  text-shadow: 0 1px 0 #fff;
}
.label.label-default {
  background: #a7a7a7;
  padding: 2px 4px;
  line-height: 14px;
}
.label.label-primary {
  background: #e5412d;
}
.label.label-inverse {
  background: #424242;
}
.label.label-warning {
  background: #ab7a4b;
}
.label.label-important {
  background: #bd362f;
}
.label.label-success {
  background: #609450;
}
.label.label-block {
  display: block;
}
.badge.fix {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: none;
}
.badge.badge-primary {
  background: #e5412d;
}
.badge.badge-warning {
  background: #ab7a4b;
}
.badge.badge-inverse {
  background: #424242;
}
.badge.badge-danger {
  background: #bd362f;
}
.badge.badge-success {
  background: #609450;
}
.badge.badge-info {
  background: #5cc7dd;
}
.badge.badge-block {
  display: block;
}
/* --- LOADING [less.progress-bars] from assets/components/modules/admin/ui/progress-bars/assets/less/progress-bars.less */
.progress {
  background: #f0f0f0;
  margin: 0 0 10px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.progress.progress-small {
  height: 16px;
}
.progress.progress-small .progress-bar {
  font-size: 8px;
  line-height: 16px;
}
.progress.progress-small .progress-bar.right {
  text-indent: 2px;
}
.progress.progress-small.count-outside .count {
  height: 16px;
  line-height: 16px;
}
.progress.progress-small.add-outside .add {
  height: 16px;
  line-height: 16px;
}
.progress.progress-mini {
  height: 10px;
}
.progress.progress-mini.count-outside .count {
  height: 10px;
  line-height: 10px;
}
.progress.progress-mini.add-outside .add {
  height: 10px;
  line-height: 10px;
}
.progress.add-outside {
  margin-right: 45px;
}
.progress.add-outside .add {
  position: absolute;
  width: 40px;
  right: -45px;
  top: 0;
  text-align: left;
  padding-left: 5px;
}
.progress.count-outside {
  margin-left: 40px;
  position: relative;
  overflow: visible;
}
.progress.count-outside .count {
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  text-align: left;
}
.progress.count-outside:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-right-color: #7a7a7a;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
}
.progress.count-outside-primary {
  margin-left: 40px;
  position: relative;
  overflow: visible;
}
.progress.count-outside-primary .count {
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  text-align: left;
}
.progress.count-outside-primary:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-right-color: #e5412d;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
}
.progress.white {
  background: #fff;
}
.progress .progress-bar {
  text-align: center;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #d8d8d8;
}
.progress .progress-bar.progress-bar-info {
  background: #5cc7dd;
}
.progress .progress-bar.progress-bar-success {
  background: #609450;
}
.progress .progress-bar.progress-bar-warning {
  background: #ab7a4b;
}
.progress .progress-bar.progress-bar-primary {
  background: #e5412d;
}
.progress .progress-bar.progress-bar-danger {
  background: #bd362f;
}
.progress .progress-bar.progress-bar-inverse {
  background: #424242;
}
/* --- LOADING [less.responsive] from assets/components/core/less/responsive.less */
/* Desktop wide */
/* Desktop regular */
@media (min-width: 980px) and (max-width: 1199px) {
  body > .container-fluid.fixed {
    width: 98%;
    margin: 10px auto 10px;
  }
  .hidden-desktop-1 {
    display: none !important;
  }
  .widget-stats.widget-stats-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-stats.widget-stats-4 .glyphicons,
  .widget-stats.widget-stats-4 .glyphicons.star {
    width: 55px;
  }
  .widget-stats.widget-stats-4 .glyphicons i,
  .widget-stats.widget-stats-4 .glyphicons.star i {
    font-size: 55px;
  }
  .widget-stats.widget-stats-4 .glyphicons i:before,
  .widget-stats.widget-stats-4 .glyphicons.star i:before {
    top: -5px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star {
    width: 65px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star i {
    font-size: 65px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star i:before {
    top: -13px;
  }
  .widget-stats.widget-stats-5 {
    padding: 15px;
  }
  .widget-stats.widget-stats-5 .txt {
    float: none;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
  }
  .widget-stats.widget-stats-5 .txt span {
    font-size: 20px;
    line-height: 20px;
  }
  .widget-stats.widget-stats-5 .glyphicons {
    float: none;
    display: block;
    padding: 0;
  }
  .widget-stats.widget-stats-5 .glyphicons i {
    font-size: 30px;
  }
  .widget-stats.widget-stats-5 .glyphicons i:before {
    display: block;
    text-align: center;
  }
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-4,
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-5 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-4 .count,
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-5 .count {
    float: none;
  }
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-4 .glyphicons,
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-5 .glyphicons {
    display: none;
  }
  .container-fluid:not(.menu-hidden) .widget-stats.widget-stats-5 .txt {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: none;
  }
}
/* Tablet Landscape */
@media (max-width: 1199px) {
  /*#menu .btn-navbar { display: block !important; }*/
}
/* Phone & Tablet Portrait */
@media (max-width: 979px) {
  .widget-stats.widget-stats-4,
  .widget-stats.widget-stats-5 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .widget-stats.widget-stats-4 .count,
  .widget-stats.widget-stats-5 .count {
    float: none;
  }
  .widget-stats.widget-stats-4 .txt,
  .widget-stats.widget-stats-5 .txt {
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: none;
  }
  .widget-stats.widget-stats-4 .glyphicons,
  .widget-stats.widget-stats-5 .glyphicons {
    display: none;
  }
}
/* Tablet */
@media (max-width: 979px) and (min-width: 768px) {
  /* Dashboard Fix */
  .tablet-column-reset {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    clear: both !important;
  }
  .container-960 {
    width: auto;
  }
  #content > .container-960,
  #content [id*="landing"] .container-960 {
    margin: 0 10px;
  }
}
@media (max-width: 979px) {
  body > .container-fluid.fixed {
    width: auto;
    border: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container-960 {
    width: auto !important;
  }
  .nav-tabs > li > a {
    font-size: 10pt;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .documentation .col-md-3 .menu.affix {
    position: relative;
    top: 0;
    width: auto;
  }
  .phone-margin.bottom {
    margin: 0 0 10px;
  }
  .well {
    padding: 5px;
  }
  .margin-bottom-phone {
    margin-bottom: 15px !important;
  }
  .padding-bottom-none-phone {
    padding-bottom: 0 !important;
  }
  .layout-timeline ul.timeline > li .alert-gray {
    padding: 8px;
  }
  .widget .widget-body {
    padding: 5px;
  }
  .widget.margin-bottom-none {
    margin-bottom: 10px;
  }
  .widget.widget-tabs .widget-head {
    height: auto;
    padding: 0;
  }
  .widget.widget-tabs .widget-head ul {
    display: block;
    border-right: none;
    height: auto;
  }
  .widget.widget-tabs .widget-head ul li {
    float: none;
    display: block;
    width: 100%;
  }
  .widget.widget-tabs-icons-only .widget-head {
    height: auto;
  }
  .widget-activity ul.list li > span.ellipsis {
    max-width: 60%;
  }
  .widget-activity ul.list li.double > span.ellipsis {
    max-width: 75%;
  }
  .widget-gallery .nav {
    display: none;
  }
  .widget-gallery.widget-gallery-slide .gallery {
    width: auto;
  }
  .widget-chat .media .pull-left,
  .widget-chat .media .pull-right {
    margin: 0;
  }
  .widget-chat .chat-controls {
    height: 60px;
  }
  .widget-chat {
    padding-bottom: 90px !important;
  }
  .widget-chat .media small.author {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .widget-chat .media small.date {
    border: none;
  }
  .tabsbar,
  .tabsbar.tabsbar-2 {
    height: auto;
  }
  .tabsbar ul,
  .tabsbar.tabsbar-2 ul {
    height: auto;
  }
  .layout-timeline,
  .layout-timeline.layout-timeline-mirror {
    padding: 0;
  }
  .layout-timeline ul.timeline,
  .layout-timeline.layout-timeline-mirror ul.timeline {
    padding: 0;
  }
  .layout-timeline ul.timeline > li,
  .layout-timeline.layout-timeline-mirror ul.timeline > li,
  .layout-timeline ul.timeline > li:nth-child(odd),
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
    left: auto;
    margin-left: 0;
    width: auto;
  }
  .layout-timeline ul.timeline > li .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .date,
  .layout-timeline ul.timeline > li:nth-child(odd) .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
    position: relative;
    left: auto;
    display: block;
    top: auto;
    right: auto;
  }
  .layout-timeline ul.timeline > li .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 60px 10px 0;
    right: auto;
    padding: 0 35px 0 0;
  }
  .layout-timeline ul.timeline > li .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type i:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
    left: auto;
    right: 0;
  }
  .layout-timeline ul.timeline > li .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline ul.timeline > li .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:after,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
    display: none;
    left: auto;
  }
  .layout-timeline ul.timeline > li .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type .time,
  .layout-timeline ul.timeline > li:nth-child(odd) .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
    top: 0;
    right: -40px;
    left: auto;
  }
  .layout-timeline ul.timeline > li .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .separator .type {
    top: auto;
  }
  .layout-timeline ul.timeline > li.active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li.active .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd).active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active .separator .type {
    margin-bottom: 0;
  }
  .widget-activity ul.list {
    margin: 0;
  }
  .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
    height: 35px;
  }
  .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
    float: left;
    width: auto;
  }
  .media {
    text-align: center;
  }
  .media .pull-left,
  .media .pull-right {
    border: none;
    padding-bottom: 0;
    margin: 0;
  }
  .media img.pull-left,
  .media img.pull-right {
    display: inline-block;
  }
  .media blockquote {
    padding: 0;
    text-align: center;
  }
  .media blockquote.pull-right p,
  .media blockquote.pull-right small {
    text-align: center;
  }
  .menu-right #menu {
    left: 0;
    right: auto;
  }
  .menu-right.menu-hidden #content {
    margin: 0;
  }
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"] {
    width: auto;
  }
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"]:after {
    display: none;
  }
  .row-merge.border-top,
  .row-merge ~ .row-merge {
    border-top: 1px solid #e5e5e5;
  }
  body.login #login {
    padding: 50px 5px;
  }
  #gritter-notice-wrapper {
    display: none !important;
  }
  html.top-full .topnav .dropdown.submenu {
    height: auto;
  }
  html.top-full .topnav .dropdown.submenu .submenu-show {
    border: none !important;
    display: block !important;
    position: relative;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open .dropdown-menu.submenu-show.pull-right,
  html.sidebar.sidebar-full body .menu-right #menu > ul > li.open .dropdown-menu.submenu-show.pull-right {
    border: none !important;
    display: block !important;
    position: relative;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  html.front.top-full .navbar.main .appbrand {
    float: none !important;
    display: block;
    border-bottom: 1px solid #dbdbdb;
  }
  html.top-full .container-fluid:not(.menu-hidden) .navbar.main {
    height: auto;
    overflow: visible;
  }
  html.top-full .container-fluid:not(.menu-hidden) .navbar.main .topnav > li {
    display: block;
  }
  html.front.top-full .navbar.main {
    height: 88px;
    overflow: hidden;
  }
  html.front.top-full .navbar.main .topnav > li.active.dropdown {
    display: block;
    border-bottom: none;
  }
  html.top-full .navbar.main {
    height: 86px;
    border-bottom: none;
  }
  html.top-full .navbar.main .btn-navbar {
    float: none !important;
  }
  html.top-full .navbar.main .topnav {
    border-left: none;
    border-right: none;
    float: none !important;
  }
  html.top-full .navbar.main .topnav > li {
    display: none;
    float: none;
    border-bottom: 1px solid #333333;
    border-left: none;
    border-right: none;
  }
  html.top-full .navbar.main .topnav > li.active {
    display: block;
  }
  html.top-full .navbar.main .topnav > li .dropdown.submenu .dropdown-menu {
    position: relative;
    float: none;
    display: block !important;
    padding: 0;
    border: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .menu-hidden .navbar.main {
    height: 50px;
  }
  .carousel.carousel-1 {
    height: auto;
  }
  .carousel.carousel-1 .item {
    height: auto;
  }
  .carousel.carousel-1 .item img {
    min-height: 0;
    height: auto;
  }
  .carousel.carousel-1 .carousel-caption {
    height: auto;
    position: relative;
  }
  html.front #landing_1 .carousel-caption,
  html.front #landing_2 .carousel-caption {
    right: 15%;
    left: 15%;
  }
  html.front #landing_1 [class*="col-md-"],
  html.front #landing_2 [class*="col-md-"] {
    padding: 0 5px;
  }
  html.front #landing_1 .banner-1,
  html.front #landing_2 .banner-1 {
    height: auto;
  }
  html.front #landing_1 .banner-1 .item,
  html.front #landing_2 .banner-1 .item {
    height: auto;
  }
  html.front #landing_1 .banner-1 .item img,
  html.front #landing_2 .banner-1 .item img {
    min-height: 0;
    height: auto;
  }
  html.front #landing_1 .banner-1 .carousel-caption,
  html.front #landing_2 .banner-1 .carousel-caption {
    height: auto;
  }
  html.front #landing_1 .banner,
  html.front #landing_2 .banner {
    height: auto;
  }
  html.front #landing_1 .banner .banner-wrapper,
  html.front #landing_2 .banner .banner-wrapper {
    height: auto;
  }
  html.front #landing_1 .banner .banner-wrapper.banner-1 h3,
  html.front #landing_2 .banner .banner-wrapper.banner-1 h3,
  html.front #landing_1 .banner .banner-wrapper.banner-1 p,
  html.front #landing_2 .banner .banner-wrapper.banner-1 p,
  html.front #landing_1 .banner .banner-wrapper.banner-1 .btn,
  html.front #landing_2 .banner .banner-wrapper.banner-1 .btn,
  html.front #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary,
  html.front #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary,
  html.front #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-default,
  html.front #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-default {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
  }
  html.front #landing_1 .banner .banner-wrapper.banner-1 .btn,
  html.front #landing_2 .banner .banner-wrapper.banner-1 .btn {
    display: block;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  html.front #landing_1 .banner .banner-wrapper.banner-1 p,
  html.front #landing_2 .banner .banner-wrapper.banner-1 p {
    margin: 0 0 5px;
    text-align: center;
    width: auto;
  }
  html.front #landing_1 .banner .banner-wrapper.banner-1 h3,
  html.front #landing_2 .banner .banner-wrapper.banner-1 h3 {
    font-size: 12pt;
    line-height: 46px;
    text-align: center;
    margin: 0;
  }
  .social-large {
    height: auto;
  }
  .social-large a {
    float: none;
    display: block;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .social-large a:last-child {
    border: none;
  }
  #content .heading-mosaic {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal !important;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3 {
    line-height: 30px;
    font-size: 18pt;
  }
  h3.glyphicons i:before,
  h2.glyphicons i:before {
    font-size: 24px;
    top: 3px;
    left: 5px;
  }
  .heading-buttons .buttons {
    margin-top: 10px;
    float: none;
    padding: 0 10px;
    text-align: center;
  }
  .heading-buttons .buttons .btn {
    margin: 0;
    float: none;
  }
  .separator {
    padding: 5px 0;
    margin: 0;
  }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px;
  }
  p.glyphicons {
    padding: 5px 0 10px 55px;
  }
  p.glyphicons i:before {
    color: #D67170;
    font-size: 35pt;
    top: 0;
  }
  p.glyphicons.right {
    padding: 0 55px 0 0;
  }
}
@media (max-width: 320px) {
  .nav-tabs > li,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover {
    display: block;
    float: none;
    margin: 0 0 -1px;
    border-color: #e5412d;
  }
  .nav-tabs > li:hover {
    border-color: #e5412d;
  }
  .nav-tabs > li,
  .nav-tabs > li > a {
    border-color: #E0D5C6;
    background: #F5EADB;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}