
/* small text used thorught application 

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext);
*/

/* override bootstrap for alerts plugin dialog */


.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }



body {
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;
  background: #282828;
  font-size: 10pt;
  padding-bottom: 35px;
  color: #ccc;
}
.flot-y-axis {
  width: 100px;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
a {
  color: #81c8ff;
  outline: 0 !important;
  padding: 0 3px 0 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: arial;
  font-weight: 600;
  color: #7c7c7c;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #7c7c7c;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #dadada;
  font-weight: 400;
  padding: 0 5px;
  font-style: italic;
  font-size: 70%;
}
h1 {
  color: #7c7c7c;
}
h1 span {
  color: #7c7c7c;
}
h2 {
  font-size: 26pt;
  color: #fff;
}
h4,
h3 {
  color: #fff;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
  display: inline-block;
  margin: 0 10px;
}
.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: 4px;
  margin-right: 10px;
  text-align: right;
}
.heading-buttons .btn {
  margin-right: 10px;
}
.heading-buttons .btn:last-child {
  margin-right: 0;
}
h4.glyphicons {
  padding: 0 0 0 35px;
  display: block;
}
h4.glyphicons i:before {
  font-size: 22px;
  font-weight: normal;
  color: #7c7c7c;
}
.label {
  white-space: normal;
}
h3.glyphicons,
h2.glyphicons {
  padding: 0 0 0 45px;
  display: block;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
  font-size: 30px;
  font-weight: normal;
  left: 2px;
  top: 5px;
  color: #7c7c7c;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
  left: 5px;
}
p {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: normal;
}
p.glyphicons {
  padding: 5px 0 10px 75px;
}
p.glyphicons i:before {
  color: #D67170;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 45pt;
  top: -10px;
}
p.glyphicons.right {
  padding: 0 75px 0 0;
}
p.glyphicons.right i:before {
  left: auto;
  right: 0;
}
p.glyphicons.envelope i:before {
  top: -5px;
}
ul.icons {
  text-align: left;
  padding: 0 15px;
}
ul.icons i:before {
  color: #e09694;
}
ul.icons li {
  display: block;
}
.strong {
  font-weight: bold;
}
blockquote,
blockquote.pull-right {
  border-color: #e0d5c6;
}
blockquote p {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  font-size: 25pt;
  margin: 0 0 10px;
}
blockquote small {
  color: #BAAC98;
}
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 #d7d8da;
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
}
pre.prettyprint .glyphicons {
  padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
  font-size: 17px;
  top: 1px;
}
.highlight-1 {
  background: #D67170;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
}
.separator {
  padding: 10px 0;
  display: block;
}
.separator.bottom {
  padding: 0 0 10px;
}
.separator.top {
  paddinf: 10px 0 0;
}
hr {
  border-top-color: #cbcccd;
  margin: 10px 0;
}
hr.separator {
  padding: 0 !important;
}
@media print {
  @page  {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }
  #content {
    margin: 0 !important;
    padding: 0 !important;
  }
  #tlyPageGuideWrapper,
  .filter-bar,
  .breadcrumb {
    display: none !important;
  }




  .table {
    border: none !important;
  }
  .table.table-bordered td,
  .table.table-bordered th {
    vertical-align: middle;
    border: 1px solid #ccc !important;
    border-collapse: collapse;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .table th {
    padding: 3px;
    text-align: center;
  }
  .table img {
    float: left;
  }

}


.glyphicons.standard {
  width: 24px;
  height: 24px;
  padding: 0;
}
.glyphicons.single {
  color: #81c8ff;
  padding: 0 0 0 20px;
}
.glyphicons.single i:before {
  font-size: 13px;
  top: 4px;
  color: #81c8ff;
}
.glyphicons.text-error {
  color: #81c8ff;
}
.glyphicons.text-error i:before {
  color: #81c8ff;
}
.glyphicons.text-info {
  color: #5d92b3;
}
.glyphicons.text-info i:before {
  color: #5d92b3;
}
.glyphicons.text-success {
  color: #719d46;
}
.glyphicons.text-success i:before {
  color: #719d46;
}
.glyphicons.btn-action {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}
.glyphicons.btn-action i:before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  text-shadow: 0 1px 0 #fff;
}
.glyphicons.btn-action.btn-info {
  background: #c2d5e1;
  border-color: #c2d5e1;
}
.glyphicons.btn-action.btn-info i:before {
  color: #5d92b3;
}
.glyphicons.btn-action.btn-success {
  background: #d1e1c2;
  border-color: #d1e1c2;
}
.glyphicons.btn-action.btn-success i:before {
  color: #719d46;
}
.glyphicons.btn-action.btn-danger {
  background: #f7b6b6;
  border-color: #f7b6b6;
}
.glyphicons.btn-action.btn-danger i:before {
  color: #DA4C4C;
}
.glyphicons.btn-action.single {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
  margin-right: 10px;
}
.glyphicons.btn-icon {
  padding: 5px 7px 5px 40px;
}
.glyphicons.btn-icon i:before {
  font-size: 15px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.glyphicons.btn-icon.right {
  text-align: left;
  padding: 5px 0 5px 7px;
}
.glyphicons.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;
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.glyphicons.btn-large {
  padding: 10px 10px 10px 40px;
  font-weight: 600;
}
.glyphicons.btn-large i:before {
  top: 12px;
  left: 12px;
  font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before {
  top: 0;
  left: 0;
  height: 28px;
  padding: 12px 0 0;
}
.glyphicons.btn-small {
  padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before {
  padding: 5px 0 0;
  width: 28px;
  height: 19px;
  font-size: 14px;
}
.glyphicons.btn-mini {
  padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before {
  padding: 5px 0 0;
  width: 26px;
  height: 17px;
  font-size: 13px;
}
.glyphicons.orange i:before {
  color: #EDB459;
}
.glyphicons.btn-default i:before {
  color: #9e9e9e;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.3);
}
pre {
  background-color: #353535;
  color: #ccc;
}
.innerLR {
  padding: 0 10px;
  position: relative;
}
.innerLR {
  padding: 0 10px;
  position: relative;
}
.innerTB {
  padding: 10px 0;
  position: relative;
}
.innerAll {
  padding: 10px;
  position: relative;
}
.innerL {
  padding-left: 10px;
  position: relative;
}
.innerR {
  padding-right: 10px;
  position: relative;
}
.innerT {
  padding-top: 10px;
  position: relative;
}
.innerB {
  padding-bottom: 10px;
  position: relative;
}
.innerLR-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right;
}
.relativeWrap {
  position: relative;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-none {
  margin: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.text-primary {
  color: #81c8ff;
}
#wrapper {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.container-fluid {
  padding: 0;
  background: #f5f5f5;
}
.container-fluid.fixed {
  width: 850px;
  margin: 20px auto;
  border: 1px solid #616161;
}
.container-fluid.fixed .span3 {
  /*width: 186px; */
  display: inline-block;
}
.container-fluid.fixed .span8 {
  /*width: 532px;*/
  display: inline-block;
}
.container-fluid.fixed .span1 {
  /*width: 48px;*/
  display: inline-block;
}
.container-fluid.documentation {
  background: #fff;
}
.container.fixed {
  width: 850px;
  margin: 20px auto;
  border: 1px solid #616161;
}
#content {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  background: #262626;
  min-width: 320px;
}
#content a:hover {
  color: #000;
  background-color: #81c8ff;
  text-decoration: none;
}
#content > p {
  padding: 5px 10px;
}
#content > h1,
#content > h2,
#content > h3,
#content > h4,
#content > h5,
#content > h6 {
  margin: 0 10px 10px;
}
#content .heading-arrow {
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 0 10px;
  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 #ddd;
  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 > .table {
  border-left: none;
  border-right: none;
}
#content > .table tr td:first-child {
  border-left: none;
}
#footer {
  height: 35px;
  background: #272729;
  border-top: 1px solid #010101;
  position: fixed;
  bottom: 0;
  z-index: 20000;
  left: 0;
  right: 0;
}
#footer .wrap {
  background: #272729;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
  border-top: 1px solid #494E53;
}
#footer .wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .wrap > ul > li {
  float: left;
  display: block;
  border-right: 1px solid #232323;
  line-height: 35px;
  height: 35px;
}
#footer .wrap > ul > li > span:first-child,
#footer .wrap > ul > li > a {
  border-left: 1px solid #535353;
  display: block;
  width: auto;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: #797979;
  font-weight: bold;
}
#footer .wrap > ul > li > span:first-child i:before,
#footer .wrap > ul > li > a i:before {
  line-height: 35px;
  position: relative;
  color: #797979;
  left: auto;
  top: -2px;
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
}
#footer .wrap > ul > li > span:first-child.text span,
#footer .wrap > ul > li > a.text span {
  margin-left: 5px;
}
#footer .wrap > ul > li.active > span:first-child,
#footer .wrap > ul > li:hover > span:first-child,
#footer .wrap > ul > li.active > a,
#footer .wrap > ul > li:hover > a {
  color: #e6e6e6;
}
#footer .wrap > ul > li.active > span:first-child i:before,
#footer .wrap > ul > li:hover > span:first-child i:before,
#footer .wrap > ul > li.active > a i:before,
#footer .wrap > ul > li:hover > a i:before {
  color: #e6e6e6;
}
#footer .dropdown-menu {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-bottom: 2px;
}
#footer .dropdown-menu li {
  border-bottom: 1px solid #dddddd;
}
#footer .dropdown-menu li:last-child {
  border-bottom: none;
}
#footer .dropdown-menu li:first-child > a,
#footer .dropdown-menu li:first-child > a:hover,
#footer .dropdown-menu li:first-child > span {
  border-top: none;
}
#footer .dropdown-menu li > a,
#footer .dropdown-menu li > a:hover,
#footer .dropdown-menu li > span {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border-top: 1px solid #ffffff;
  display: block;
  background: #f5f5f5;
  color: #333;
}
#footer .dropdown-menu li > a.glyphicons i:before,
#footer .dropdown-menu li > a:hover.glyphicons i:before,
#footer .dropdown-menu li > span.glyphicons i:before {
  left: auto;
  right: 10px;
  top: 8px;
  font-size: 17px;
  color: #c4c4c4;
}
#footer .dropdown-menu li.active {
  background: #ddd;
}
#footer .dropdown-menu li.active a {
  background: #ddd;
}
#footer .dropdown-menu li.highlight > a,
#footer .dropdown-menu li.highlight > a:hover,
#footer .dropdown-menu li.highlight > span {
  background: #fff;
}
#footer .dropdown-menu li.highlight.profile > a,
#footer .dropdown-menu li.highlight.profile > a:hover,
#footer .dropdown-menu li.highlight.profile > span {
  height: auto;
  line-height: normal;
  padding: 5px 10px 10px;
}
#footer .dropdown-menu li.highlight.profile > a .heading,
#footer .dropdown-menu li.highlight.profile > a:hover .heading,
#footer .dropdown-menu li.highlight.profile > span .heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
#footer .dropdown-menu li.highlight.profile > a .heading a,
#footer .dropdown-menu li.highlight.profile > a:hover .heading a,
#footer .dropdown-menu li.highlight.profile > span .heading a {
  text-transform: none;
}
#footer .dropdown-menu li.highlight.profile > a .img,
#footer .dropdown-menu li.highlight.profile > a:hover .img,
#footer .dropdown-menu li.highlight.profile > span .img {
  display: inline-block;
  float: left;
  width: 47px;
  height: 45px;
  line-height: 45px;
  background: #272729;
  text-align: center;
  content: "\e004";
  color: #525254;
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  position: relative;
}
#footer .dropdown-menu li.highlight.profile > a .clearfix,
#footer .dropdown-menu li.highlight.profile > a:hover .clearfix,
#footer .dropdown-menu li.highlight.profile > span .clearfix {
  display: block;
}
.navbar.main {
  height: 48px;
  background-color: #353535;
  border-bottom: 1px solid #616161;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  position: relative;
}
.navbar.main .appbrand {
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: arial;

  color: #dedede;
  font-size: 18pt;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  height: 48px;
  padding: 4px 0 0 10px;
  line-height: normal;
  width: 250px;
}
.navbar.main .appbrand > span {
  display: block;
  height: 48px;
}
.navbar.main .appbrand > span span {
  display: block;
  font-size: 8pt;
  color: #686869;
  line-height: normal;
  margin: -4px 0 0;
}
.navbar.main .btn-navbar {
  padding: 6px;
  margin: 0;
  position: absolute;
  float: none;
  left: 235px;
  top: 7px;
  display: block;
  background: #424243;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.navbar.main .btn-navbar .icon-bar {
  background: #999;
}
.navbar.main .topnav,
.navbar.main .topnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar.main .topnav > li {
  border-left: 1px solid #424243;
  position: relative;
}
.navbar.main .topnav.pull-left {
  border-right: 1px solid #424243;
}
.navbar.main .topnav.pull-left:first-of-type {
  border-left: none;
}
.navbar.main .topnav.pull-left:first-of-type li:first-child {
  border-left: none;
}
.navbar.main .topnav > li,
.navbar.main .topnav > li .notif li {
  float: left;
  height: 48px;
  line-height: 48px;
  display: block;
  padding: 0 1px;
}
.navbar.main .topnav > li > a,
.navbar.main .topnav > li .notif li > a {
  font-weight: bold;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.navbar.main .topnav > li > a .text,
.navbar.main .topnav > li .notif li > a .text {
  display: inline-block;
  padding-left: 10px;
}
.navbar.main .topnav > li > a:hover,
.navbar.main .topnav > li .notif li > a:hover {
  color: #fff;
  background-color: #81c8ff;
}
.navbar.main .topnav > li > a:hover i,
.navbar.main .topnav > li .notif li > a:hover i {
  color: rgba(0, 0, 0, 0.2);
}
.navbar.main .topnav > li > a i,
.navbar.main .topnav > li .notif li > a i {
  color: #7d7d7f;
  margin-right: 3px;
  font-size: 17px;
  top: 16px;
  left: 10px;
}
.navbar.main .topnav > li > a.logout,
.navbar.main .topnav > li .notif li > a.logout {
  padding: 0 38px 0 0;
}
.navbar.main .topnav > li > a.logout i,
.navbar.main .topnav > li .notif li > a.logout i {
  left: auto;
  right: 10px;
  margin-left: 3px;
}
.navbar.main .topnav > li > a.logout:hover i,
.navbar.main .topnav > li .notif li > a.logout:hover i {
  color: rgba(0, 0, 0, 0.2);
}
.navbar.main .topnav > li.active > a,
.navbar.main .topnav > li .notif li.active > a {
  color: #fff;
  background-color: #81c8ff;
}
.navbar.main .topnav > li.active > a i,
.navbar.main .topnav > li .notif li.active > a i {
  color: rgba(0, 0, 0, 0.2);
}
.navbar.main .topnav > li.open,
.navbar.main .topnav > li .notif li.open {
  padding: 0;
}
.navbar.main .topnav > li.open > a,
.navbar.main .topnav > li .notif li.open > a {
  background: #f5f5f5;
  color: #797979;
  position: relative;
  border: 1px solid #dddddd;
}
.navbar.main .topnav > li.open .dropdown-menu,
.navbar.main .topnav > li .notif li.open .dropdown-menu {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  right: 0px;
  width: 246px;
}
.navbar.main .topnav > li.open .dropdown-menu li,
.navbar.main .topnav > li .notif li.open .dropdown-menu li {
  border-bottom: 1px solid #dddddd;
}
.navbar.main .topnav > li.open .dropdown-menu li:last-child,
.navbar.main .topnav > li .notif li.open .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar.main .topnav > li.open .dropdown-menu li:first-child > a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li:first-child > a,
.navbar.main .topnav > li.open .dropdown-menu li:first-child > a:hover,
.navbar.main .topnav > li .notif li.open .dropdown-menu li:first-child > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li:first-child > span,
.navbar.main .topnav > li .notif li.open .dropdown-menu li:first-child > span {
  border-top: none;
}
.navbar.main .topnav > li.open .dropdown-menu li > a:hover i,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > a:hover i {
  color: #81c8ff;
}
.navbar.main .topnav > li.open .dropdown-menu li > a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > a,
.navbar.main .topnav > li.open .dropdown-menu li > span,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > span {
  height: 38px;
  font-weight: bold;
  line-height: 38px;
  padding: 0 10px;
  border-top: 1px solid #ffffff;
  display: block;
  background: #f5f5f5;
  color: #333;
}
.navbar.main .topnav > li.open .dropdown-menu li > a:hover,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li > span:hover,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > span:hover {
  color: #81c8ff;
  background-color: #ffffff;
}
.navbar.main .topnav > li.open .dropdown-menu li > a:hover i,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > a:hover i,
.navbar.main .topnav > li.open .dropdown-menu li > span:hover i,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > span:hover i {
  color: #81c8ff;
}
.navbar.main .topnav > li.open .dropdown-menu li > a i,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > a i,
.navbar.main .topnav > li.open .dropdown-menu li > span i,
.navbar.main .topnav > li .notif li.open .dropdown-menu li > span i {
  position: absolute;
  left: auto;
  right: 10px;
  top: 8px;
  font-size: 20px;
  color: #c4c4c4;
}
.navbar.main .topnav > li.open .dropdown-menu li.active,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.active {
  background: #ddd;
}
.navbar.main .topnav > li.open .dropdown-menu li.active a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.active a {
  background: #ddd;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight > a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight > a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight > a:hover,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li.highlight > span,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight > span {
  background: #fff;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a:hover,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > span,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > span {
  height: auto;
  line-height: normal;
  padding: 5px 10px 10px;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a .heading,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a .heading,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a:hover .heading,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a:hover .heading,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > span .heading,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > span .heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a .heading a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a .heading a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a:hover .heading a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a:hover .heading a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > span .heading a,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > span .heading a {
  text-transform: none;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a .img,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a .img,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a:hover .img,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a:hover .img,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > span .img,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > span .img {
  display: inline-block;
  float: left;
  width: 47px;
  height: 45px;
  line-height: 45px;
  background: #272729;
  text-align: center;
  content: "\e004";
  color: #525254;
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  position: relative;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a .clearfix,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a .clearfix,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > a:hover .clearfix,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > a:hover .clearfix,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.profile > span .clearfix,
.navbar.main .topnav > li .notif li.open .dropdown-menu li.highlight.profile > span .clearfix {
  display: block;
}
.navbar.main .topnav .dropdown > a .caret {
  border-top-color: #fafafa;
  top: 12px;
  position: relative;
}
.navbar.main .topnav .dropdown a:hover {
  color: #797979;
}
.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.main .topnav #themer {
  position: absolute;
  top: 100%;
  left: auto;
  right: -1px;
  z-index: 1000;
  width: 250px;
  margin: -5px 0 0;
  text-align: left;
}
.navbar.main .topnav #themer.in {
  overflow: visible;
}
.navbar.main .topnav #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;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.navbar.main .topnav #themer .wrapper {
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  position: relative;
  background: #292c2e;
  border: 1px solid #2f3235;
  box-shadow: 0 0 0 1px #5e646b inset;
  -moz-box-shadow: 0 0 0 1px #5e646b inset;
  -webkit-box-shadow: 0 0 0 1px #5e646b inset;
  padding: 15px;
  color: #fafafa;
}
.navbar.main .topnav #themer .wrapper hr.separator {
  margin: 10px 0;
  border-top-color: #5e646b;
  border-bottom-color: #2f3235;
}
.navbar.main .topnav #themer .wrapper h4 {
  border-bottom: 1px solid #5e6060;
  padding: 0 0 10px;
  margin: 0 0 10px;
  color: #fff;
}
.navbar.main .topnav #themer .wrapper h4 span {
  color: #5e6060;
  font-weight: normal;
  font-size: 10pt;
}
.navbar.main .topnav #themer .wrapper .btn {
  margin: 0;
}
.navbar.main .topnav #themer .wrapper #themer-getcode-less {
  margin: 0 0 0 5px;
}
.navbar.main .topnav #themer .wrapper ul {
  margin: 0;
  list-style: none;
}
.navbar.main .topnav #themer .wrapper ul li {
  height: 25px;
  line-height: 25px;
  position: relative;
}
.navbar.main .topnav #themer .wrapper ul li .minicolors {
  line-height: normal;
  border: none;
  top: 2px;
  right: 0;
  position: absolute;
}
.navbar.main .topnav #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;
}
.navbar.main .topnav #themer .wrapper ul li .minicolors-swatch {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.navbar.main .topnav #themer .wrapper ul li .minicolors-panel {
  z-index: 10000;
  top: 24px;
}
.navbar.main .topnav #themer .wrapper ul li .minicolors-position-left .minicolors-panel {
  left: -152px;
}
.navbar.main .topnav #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;
}
.navbar.main .topnav #themer .wrapper ul li .link {
  text-decoration: underline;
  cursor: pointer;
}
.navbar.main .topnav #themer .wrapper ul li label {
  margin: 0;
  line-height: 25px;
  font-size: 9pt;
}
.navbar.main .topnav #themer .wrapper ul li label input {
  margin: 0 0 1px;
}
.navbar.main .topnav #themer .wrapper ul li.advanced {
  display: none;
}
.navbar.main .topnav #themer.themer-advanced .wrapper ul li.advanced {
  display: block;
}
#menu {
  width: 233px;
  border-right: 1px solid #dddddd;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#menu #menuInner {
  position: relative;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  width: 225px;
  border-right: 1px solid #d0d0d0;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
  -wekbit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
  float: left;
}
#menu #menuInner > ul {
  float: left;
  margin: 0 0 25px;
  border-top: 1px solid #dddddd;
}
#menu #menuInner > ul > li:first-child {
  border-top: 1px solid #fafafa;
}
#menu > ul,
#menu .slim-scroll > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
#menu > ul:first-of-type,
#menu .slim-scroll > ul:first-of-type {
  border-top: 1px solid #dddddd;
}
#menu > ul li,
#menu .slim-scroll > ul li {
  display: block;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #fafafa;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#menu > ul li a,
#menu .slim-scroll > ul li a {
  display: block;
  width: auto;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  margin: 0;
  color: #222222;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  font-size: 13px;
}
#menu > ul li a.glyphicons,
#menu .slim-scroll > ul li a.glyphicons {
  padding: 0 0 0 50px;
}
#menu > ul li a.glyphicons i,
#menu .slim-scroll > ul li a.glyphicons i {
  font-size: 17px;
  color: #81c8ff;
  top: 10px;
  left: 20px;
}
#menu > ul li a:hover,
#menu .slim-scroll > ul li a:hover {
  background: #efefef;
}
#menu > ul li:after,
#menu .slim-scroll > ul li:after {
  overflow: hidden;
  display: inline-block;
  width: 0;
  position: absolute;
  content: "";
}
#menu > ul li.active,
#menu .slim-scroll > ul li.active {
  position: relative;
  overflow: visible;
}
#menu > ul li.active > a,
#menu .slim-scroll > ul li.active > a {
  background: #fff;
}
#menu > ul li.active:after,
#menu .slim-scroll > ul li.active:after {
  display: inline-block;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  content: "";
  background: #81c8ff;
}
#menu > ul li.glyphicons a,
#menu .slim-scroll > ul li.glyphicons a {
  padding: 0 0 0 50px;
}
#menu > ul li.glyphicons a i,
#menu .slim-scroll > ul li.glyphicons a i {
  font-size: 17px;
  color: #81c8ff;
  top: 10px;
  left: 20px;
}
#menu > ul li.hasSubmenu.active,
#menu .slim-scroll > ul li.hasSubmenu.active {
  height: auto;
  background: #fff;
  padding: 0 0 8px;
  border-bottom: 1px solid #dddddd;
}
#menu > ul li.hasSubmenu.active a,
#menu .slim-scroll > ul li.hasSubmenu.active a {
  border: none;
}
#menu > ul li.heading span,
#menu .slim-scroll > ul li.heading span {
  display: block;
  text-transform: uppercase;
  background: #ECECEC;
  border-bottom: 1px solid #dddddd;
  height: 38px;
  color: #AFAFAF;
  font-weight: 600;
/*  font-family: 'Raleway', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;

  padding: 0 0 0 20px;
  font-size: 11pt;
}
#menu > ul ul,
#menu .slim-scroll > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu > ul ul li,
#menu .slim-scroll > ul ul li {
  height: auto;
  border: none;
}
#menu > ul ul li a,
#menu .slim-scroll > ul ul li a {
  padding: 0 0 0 20px;
  height: 25px;
  line-height: 25px;
  border: none;
  font-weight: 400;
}
#menu > ul ul li a.glyphicons i,
#menu .slim-scroll > ul ul li a.glyphicons i {
  font-size: 12px;
  top: 7px;
  left: 22px;
  color: #222;
}
#menu > ul ul li a:hover,
#menu .slim-scroll > ul ul li a:hover {
  background: #fafafa;
}
#menu > ul ul li.active a,
#menu .slim-scroll > ul ul li.active a {
  font-weight: 600;
  background: #fafafa;
}
#menu #search {
  position: relative;
  overflow: hidden;
  width: 196px;
  height: 30px;
  border: 1px solid #dddddd;
  background: #fff;
  margin: 15px auto;
}
#menu #search input {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 152px;
  margin: 0;
  left: 10px;
  position: absolute;
  top: 0;
  box-shadow: none;
}
#menu #search .glyphicons {
  width: 34px;
  height: 30px;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#menu #search .glyphicons i {
  top: 6px;
  left: 9px;
  color: #cccccc;
  font-size: 17px;
}
.right-menu #menu {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #dddddd;
}
.right-menu #menu ul li.active:after {
  display: inline-block;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  content: "";
  background: #81c8ff;
}
.right-menu #menu #menuInner {
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1) inset;
  -wekbit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1) inset;
  float: right;
  border-right: none;
  border-left: 1px solid #d0d0d0;
}
.right-menu #content {
  margin: 0 234px 0 0;
}
.menu-hidden #menu {
  display: none;
}
.menu-hidden #content {
  margin: 0;
}
.menu-hidden .navbar.main .appbrand {
  display: none;
}
.menu-hidden .navbar.main .appbrand.visible-menu-hidden {
  display: block;
}
.menu-hidden .navbar.main .btn-navbar {
  left: 10px;
}
.menu-hidden.login .navbar.main .appbrand,
.menu-hidden.documentation .navbar.main .appbrand {
  display: inline-block;
  border: none;
}
.menu-hidden.login .navbar.main .appbrand span,
.menu-hidden.documentation .navbar.main .appbrand span {
  border: none;
}
.menubar {
  height: 34px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
  margin: 0 0 10px;
}
.menubar ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  height: 33px;
  border-bottom: 1px solid #fff;
}
.menubar ul li {
  float: left;
  display: block;
  height: 33px;
  line-height: 33px;
  padding: 0 8px;
}
.menubar ul li.divider {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #ffffff;
  width: 0px;
  padding: 0;
  margin: 0 8px;
}
.menubar ul li a {
  color: #4b4b4b;
  font-weight: 700;
  font-size: 9pt;
}
.widget-stats {
  background: #f5f5f5;
  padding: 10px 15px;
  height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  color: #222;
}
.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
  text-decoration: none;
}
.widget-stats span {
  display: inline-block;
}
.widget-stats .txt {
  padding: 5px 0;
}
.widget-stats .txt strong {
  display: block;
  font-size: 22pt;
  font-weight: 600;
  color: #81c8ff;
}
.widget-stats .glyphicons {
  padding: 0 15px 0 0;
}
.widget-stats .glyphicons i:before {
  color: #bebebe;
  font-size: 30px;
  top: 0;
  left: 0;
  position: relative;
}
.widget-activity ul.filters {
  display: block;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.widget-activity ul.filters li {
  float: left;
  display: block;
  padding: 0 10px 0 0;
  font-size: 8pt;
  line-height: 30px;
}
.widget-activity ul.filters li.glyphicons {
  width: 25px;
  height: 25px;
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
}
.widget-activity ul.filters li.glyphicons i:before {
  position: relative;
  top: 4px;
  left: 0;
  color: #cccccc;
  font-size: 17px;
}
.widget-activity ul.filters li.glyphicons:hover i:before {
  color: #dedede;
}
.widget-activity ul.filters li.glyphicons.active {
  width: 27px;
  height: 25px;
  top: 2px;
}
.widget-activity ul.filters li.glyphicons.active i {
  background: #81c8ff;
  display: block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  height: 25px;
  position: relative;
}
.widget-activity ul.filters li.glyphicons.active i:before {
  color: #fff;
  top: 2px;
}
.widget-activity ul.activities {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-activity ul.activities li {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fafafa;
  margin: 0 0 10px;
  padding: 0 10px;
}
.widget-activity ul.activities li .activity-icon {
  padding: 0;
  display: inline-block;
  width: 37px;
  height: 35px;
  position: relative;
  top: 6px;
  text-align: center;
  margin: 0 5px 0 0;
}
.widget-activity ul.activities li .activity-icon i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #a6a6a7;
}
.widget-activity ul.activities li.highlight {
  background: #e6f6fb;
  border: 1px solid #cae4ec;
}
.widget-activity ul.activities li.highlight .activity-icon {
  background: #ffffff;
  border: 1px solid #cae4ec;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  top: 6px;
  margin: 0 10px 0 0;
}
.widget-activity ul.activities li.highlight .activity-icon i:before {
  color: #81c8ff;
  top: -1px;
}
.filter-bar {
  background: #f5f5f5;
  border: 1px solid #d8d9da;
  border-left: none;
  border-right: none;
  line-height: 30px;
  height: 40px;
  margin-bottom: 10px;
}
.filter-bar div {
  padding: 5px 0;
  display: block;
  float: left;
  line-height: 30px;
}
.filter-bar div div {
  padding: 0;
  margin: 0 15px 0 0;
}
.filter-bar div div input {
  margin: 3px 0 0;
}
.filter-bar div div.input-append .add-on {
  padding: 1px 3px;
  margin: 3px 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;
}
.filter-bar div div.input-append .add-on i:before {
  top: 4px;
  left: 4px;
  font-size: 14px;
  color: #d0d1d1;
}
.filter-bar div.glyphicons {
  padding: 0 0 0 35px;
}
.filter-bar div.glyphicons i:before {
  top: 12px;
  left: 9px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
.filter-bar div.clearfix {
  padding: 0;
  clear: both;
  float: none;
  display: block;
  height: 0;
  margin: 0;
}
.filter-bar div.lbl {
  padding: 0 10px 0 35px;
  background: #81c8ff;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
}
.filter-bar.filter-bar-2 {
  position: relative;
  margin-top: 32px;
  background: #f5f5f5;
  padding: 0 10px;
}
.filter-bar.filter-bar-2 .lbl {
  position: absolute;
  bottom: 100%;
  left: 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #f5f5f5;
  background: #f5f5f5;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
}
.filter-bar.filter-bar-2 .lbl i:before {
  top: 8px;
  color: #222222;
}
.filter-bar form {
  margin: 0;
}
.filter-bar form input,
.filter-bar form select {
  margin: 0 5px 3px 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;
}
.filter-bar form select {
  padding: 1px 0;
  height: 23px;
}
.filter-bar form label {
  float: left;
  margin: 0 5px 0 0;
  display: block;
  line-height: 30px;
}
.widget {
  margin: 0 auto 0px;
  position: relative;
  border: 1px solid #616161;
}
.widget .widget-head {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  height: 35px;
  line-height: 36px;
  position: relative;
}
.widget .widget-head .glyphicons {
  height: 31px;
  width: 30px;
  padding: 0;
}
.widget .widget-head .glyphicons i:before {
  width: 30px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.widget .widget-head .heading {
  color: #fff;
  font-size: 14pt;
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
  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: 31px;
  line-height: 31px;
  text-align: center;
  width: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  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: #81c8ff;
  background-image: -moz-linear-gradient(top, #81c8ff, #d24343);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81c8ff), to(#d24343));
  background-image: -webkit-linear-gradient(top, #81c8ff, #d24343);
  background-image: -o-linear-gradient(top, #81c8ff, #d24343);
  background-image: linear-gradient(to bottom, #81c8ff, #d24343);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget > .widget-body {
  padding: 15px;
}
.widget > .widget-body .count {
  font-size: 15pt;
  font-weight: 400;
}
.widget > .widget-body > p:last-child {
  margin: 0;
}
.widget > .widget-body.list {
  color: #575655;
  padding: 0;
}
.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 rgba(0, 0, 0, 0.02);
  line-height: 39px;
  text-align: left;
  clear: both;
}
.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;
}
.widget > .widget-body.list ul li .sparkline {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.widget > .widget-body.list.products li {
  height: 60px;
  line-height: 60px;
}
.widget > .widget-body.list.products .img {
  float: left;
  display: inline-block;
  width: 48px;
  height: 44px;
  line-height: 44px;
  color: #818181;
  text-align: center;
  background: #272729;
  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;
  cursor: pointer;
  font-size: 10pt;
  font-weight: 600;
}
.widget > .widget-body.list.products .title {
  line-height: normal;
  display: inline-block;
  padding: 13px 0 0;
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;

/* font-family: "Raleway", sans-serif; */
  text-transform: uppercase;
}
.widget > .widget-body.list.products .title strong {
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;
  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: #81c8ff;
  color: #fff;
  text-shadow: none;
}
.widget > .widget-body.list.list-2 ul li.active a {
  color: #81c8ff;
}
.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: 17px;
  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: #f7f7f7;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #ffffff;
}
.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 #fff;
}
.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-head .details {
  padding: 0 10px 0 0;
  color: #222;
  text-decoration: underline;
}
.widget.widget-2 > .widget-body {
  border: 1px solid #d1d2d3;
  border-top: 0;
  background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
  background: #81c8ff;
  border-color: #81c8ff;
  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 {
  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);
  height: 36px;
  line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
  display: block;
  text-align: center;
  float: none;
  line-height: 36px;
  height: 36px;
  color: #fff;
  text-shadow: 0 1px 0 #555555;
  text-transform: uppercase;
  font-size: 14pt;
}
.widget.widget-3 .widget-head .heading i:before {
  color: #fff;
  background: none;
  border: none;
  left: 3px;
  top: 0px;
  font-size: 20px;
  text-shadow: 0 1px 0 #555555;
}
.widget.widget-3 .widget-head .heading .glyphicons {
  vertical-align: middle;
  width: 35px;
  height: 36px;
  padding: 0;
}
.widget.widget-3 > .widget-body {
  border: 1px solid #dddddd;
  border-top: 0;
  background: #fff;
}
.widget.widget-3 > .widget-body.large {
  font-size: 26pt;
  font-weight: bold;
  text-shadow: 0 3px 0 #ececec;
  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: #81c8ff;
  text-transform: uppercase;
  font-size: 13pt;
}
.widget.widget-3 .widget-footer {
  border: 1px solid #dddddd;
  background: #fff;
  border-top: none;
}
.widget.widget-3 .widget-footer a {
  float: none;
  color: #dddddd;
  width: auto;
  padding: 0 10px 0 30px;
  border-right: 1px solid #dddddd;
  text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
  color: #dddddd;
  left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
  color: #81c8ff;
}
.widget.widget-3 .widget-footer a:hover i:before {
  color: #81c8ff;
}
.widget.widget-3 .widget-footer.align-center {
  text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
  border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right {
  text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
  border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
  border-right: none;
}
.widget.widget-4 {
  border: none;
}
.widget.widget-4 > .widget-head {
  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);
  background: none;
  border: none;
  border-bottom: 5px solid #797979;
  height: 25px;
  line-height: 25px;
}
.widget.widget-4 > .widget-head .heading {
  text-transform: uppercase;
  color: #fff;
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;
/*  font-family: "Raleway", sans-serif; */
  text-shadow: none;
  padding: 0;
  margin: 0;
  height: 25px;
  border-bottom: 5px solid #81c8ff;
}
.widget.widget-4 > .widget-head .details {
  font-size: 8pt;
}
.widget.widget-4 > .widget-body {
  border: none;
  padding: 10px 0 0;
}
.widget.widget-4 > .widget-body.list ul li {
  padding: 0;
}
.widget.widget-body-white .widget-body {
  background: #fff;
}
.circular-item {
  position: relative;
  display: block;
}
.circular-item .glyphicons {
  position: absolute;
  top: 48%;
  left: 50%;
  margin-left: -18px;
  margin-top: -50px;
}
.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;
}
.finances_cashflow .amount {
  font-size: 25pt;
  font-weight: bold;
  text-shadow: 0 3px 0 #ECECEC;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  line-height: normal;
}
.finances_cashflow .target {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 55%;
  left: 0;
}
.finances_cashflow .glyphicons.btn-action.single {
  width: 35px;
  height: 35px;
  margin-right: 0;
}
.finances_cashflow .glyphicons.btn-action.single i:before {
  width: 35px;
  height: 35px;
  font-size: 24px;
  left: 0px;
}
.breadcrumb {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  font-size: 9pt;
}
.breadcrumb a {
  color: #333;
  font-weight: 600;
}
.breadcrumb .glyphicons {
  color: #333;
  padding: 0 0 0 20px;
}
.breadcrumb .glyphicons i:before {
  color: #81c8ff;
  font-size: 14px;
  top: 3px;
}
.breadcrumb .divider {
  margin: 0 3px;
  width: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #bfc2c5;
  height: 10px;
}
.well {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #616161;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #252525;
  margin: 0 0 0px;
}
.well.lh70 {
  line-height: 20px;
}
.well.lh70-style {
  border: none ;
  border-bottom: 1px solid #616161;
  background-color: #202020;
}
.well.lh70-style-top {
  border: none ;
  border-top: 1px solid #616161;
  background-color: #202020;
}
.well.small {
  padding: 10px;
}
.well .popover {
  z-index: 2;
  font-size: 13px;
}
img.flag {
  height: 10px;
  width: 15px;
  padding-right: 10px;
}
#menu .slim-scroll,
#menu .slimScrollDiv {
  overflow: visible !important;
}
.box-generic {
  border: 1px solid #e5e5e5;
  padding: 10px;
  position: relative;
  background: #fff;
}
[data-toggle="collapse-widget"] .collapse-toggle {
  position: relative;
  height: 35px;
  width: 30px;
  display: block;
  cursor: pointer;
  float: right;
  right: 6px;
}
[data-toggle="collapse-widget"] .collapse-toggle:before {
  font-family: "FontAwesome";
  font-size: 17px;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 40px;
  text-align: center;
  color: rgba(204, 204, 204, 0.25);
  content: "\e192";
}
[data-toggle="collapse-widget"] a ~ .collapse-toggle {
  margin-right: 0;
}
[data-toggle="collapse-widget"][data-collapse-closed="false"] .collapse-toggle:before {
  content: "\f151";
}
[data-toggle="collapse-widget"][data-collapse-closed="true"] .collapse-toggle:before {
  content: "\f150";
}
[data-toggle="collapse-widget"][data-collapse-closed="true"] .widget-head {
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
[data-toggle="collapse-widget"] .collapse:not(.list) {
  -webkit-transition: padding 0.1s ease;
  -moz-transition: padding 0.1s ease;
  -o-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  padding: 0px;
}
[data-toggle="collapse-widget"] .collapse:not(.list).in {
  padding: 10px;
  padding-top: 0px;
}
div.collapse.in {
  overflow: visible !important;
}
.chart-holder {
  width: 500px;
}




.table {
  margin: 0;
  position: relative;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f8f8f8;
}
.table th,
.table td {
  border-top-color: #f8f8f8; 
}
.table td.center,
.table th.center {
  text-align: center;
}
.table td.right,
.table th.right {
  text-align: right;
}
.table-condensed {
  font-size: 10pt;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 10px;
}
.table-bordered {
  border-color: #d7d8da;
}
.table-bordered th,
.table-bordered td {
  border-color: #d7d8da;
}
.table-fill td {
  background: #F8F8F8;
}
.table .progress:last-child,
.table .alert:last-child {
  margin: 0;
}
.table .shortRight {
  width: 25%;
  text-align: right;
}
.table-large-spacing td {
  padding: 20px 15px;
}
.table .thead td {
  padding: 8px;
  font-weight: bold;
}
.table-vertical-center td,
.table-vertical-center th {
  vertical-align: middle;
}
.table-thead-simple thead th {
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  color: #555;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-shadow: none;
  text-transform: none;
  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);
}
.table-thead-simple.table-thead-border-none {
  border-top: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table-thead-simple.table-thead-border-none thead th {
  border-bottom: none;
}
.table-thead-simple.table-thead-border-none thead:first-child tr:first-child > th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table-primary {
  border-color: #dddddd;
  border-top: none;
  -webkit-border-radius: 8px 8px 5px 5px;
  -moz-border-radius: 8px 8px 5px 5px;
  border-radius: 8px 8px 5px 5px;
}
.table-primary thead th {
  border-color: #81c8ff;
  background-color: #81c8ff;
  color: #fff;
  text-transform: uppercase;
  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);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.table-primary thead:first-child tr:first-child > th:first-child,
.table-primary thead:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.table-primary tbody td {
  color: #484c50;
  background: #fafafa;
  border-width: 0px;
}
.table-primary tbody td.important {
  color: #81c8ff;
  font-weight: 600;
}
.table-primary tbody td.actions {
  padding-right: 1px;
}
.table-primary.table-bordered tbody td {
  border-color: #dddddd;
  border-width: 1px;
  box-shadow: 0 0 0 1px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 0 1px #fff inset;
}
.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
  background: #fff;
}
.table-primary tbody tr.selectable td {
  cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
  background: #e9e9e9;
  box-shadow: 0 0 0 1px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 0 1px #fff inset;
}
.dataTables_filter input {
  width: 150px;
}
.google-visualization-table-div-page {
  margin: 10px 0 0 0 !important;
}
.google-visualization-table-div-page .a-d-e-h-g {
  padding: 0;
  border: none;
  margin: 0;
}
.google-visualization-table-div-page .a-d-e-f-g,
.google-visualization-table-div-page .a-d-e-h-g {
  border-style: none;
}
.google-visualization-table-div-page .a-d-e-o-q .a-d-e-h-g {
  border: none;
}
.google-visualization-table-div-page .a-d-e {
  background: none;
  margin-left: 5px;
}
.google-visualization-table-div-page .a-d-e.a-d-e-o-p {
  margin-left: 0;
}
.google-visualization-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D7D8DA;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 10pt;
  background: none !important;
}
.google-visualization-table-table td,
.google-visualization-table-table .tableHeaderRow td {
  padding: 4px 10px;
  border: none;
  border-left: 1px solid #D7D8DA;
  border-top: 1px solid #D7D8DA;
  line-height: 20px;
}
.google-visualization-table-table .tableHeaderRow td {
  font-weight: bold;
  vertical-align: bottom;
}
.google-visualization-table-table tbody tr:nth-child(odd) td,
.google-visualization-table-table tbody tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5);
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child > td:first-child,
.google-visualization-table-table tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child > td:last-child,
.google-visualization-table-table tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child td,
.google-visualization-table-table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-invoice td {
  border: none;
  padding: 0;
}
.table-projects .stats span {
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}
.table-projects .stats span.count {
  font-size: 18pt;
  font-weight: normal;
  color: #81c8ff;
}
.table-pricing th,
.table-pricing td {
  padding: 10px;
}
.table-pricing .plan {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.table-pricing .price {
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.table-pricing .heading {
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}
.table-pricing .glyphicons.standard {
  vertical-align: middle;
}
.table-pricing .glyphicons.standard.circle_ok i:before {
  color: #9fc75f;
}
.table-pricing-2 th {
  padding: 12px 0;
  background: #64625f;
  font-size: 14px;
  color: #fff;
  border-color: #5a5855;
}
.table-pricing-2 .pricing td {
  padding: 12px 10px 10px;
  background: #e5e5e5;
  border-color: #cecece;
}
.label-important {
  background: #81c8ff;
}
.label-block {
  display: block;
}
input,
button,
select,
textarea {
/* font-family: 'Open Sans', sans-serif; */
  font-family: arial;
}
.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 .add-on {
  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 .add-on 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: #E0D5C6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
}
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;
}
.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;
}
.loginbox form {
  margin: 0;
}
.loginbox .add-on {
  background: #fff;
}
.loginbox .add-on i:before {
  color: #7f8284;
}
.loginbox .forgot {
  margin-bottom: 5px;
  text-align: right;
  display: block;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
input[type=text],
input[type=password],
select,
textarea {
  border-color: #D8D9DA;
  /* color: #A7A7A7;  */
  color: #787878;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.control-label.center {
  text-align: center;
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 10px 20px;
}
.form-horizontal .controls {
  margin-left: 145px;
}
.form-horizontal .control-label {
  width: 125px;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
  color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
  margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
  background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
  left: 6px;
}
.accordion {
  margin: 0 0 0px;
  position: relative;
}
.accordion .tab-content {
  padding: 15px;
}
.accordion .accordion-group {
  border-color: #616161;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion .accordion-inner {
  font-size: 12px;
  background: #222;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-color: #e5e5e5;
}
.accordion .accordion-heading .accordion-toggle {
  background-color: #484848;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
}
.accordion.accordion-2 {
  border: 1px solid #e5e5e5;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  height: 38px;
  line-height: 38px;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons {
  padding: 0 10px;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons i {
  width: 30px;
  line-height: 38px;
  height: 38px;
  display: block;
  float: left;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons i:before {
  font-size: 20px;
  color: #cccccc;
  top: auto;
  left: auto;
  width: 30px;
  line-height: 38px;
  height: 38px;
  position: relative;
  text-align: center;
}
.accordion.accordion-2 .accordion-body.in {
  border-bottom: 1px solid #e5e5e5;
}
.accordion.accordion-2 .accordion-group {
  border: none;
  margin: 0;
}
.accordion.accordion-2 .accordion-group:last-child .accordion-body.in {
  border-top: 1px solid #e5e5e5;
}
.accordion.accordion-2 .accordion-inner {
  border: none;
}
.sliders-vertical span {
  height: 120px;
  float: left;
  margin: 15px;
}
.ui-widget-header {
  border-color: #81c8ff;
  background: #81c8ff;
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fafafa;
  border-color: #dddddd;
  color: #797979;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #81c8ff;
  color: #fff;
}
.ui-widget-content {
  border: none;
}
.ui-datepicker-inline {
  width: 100%;
  padding: 0;
}
.ui-slider-wrap {
  display: block;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.ui-slider-wrap .ui-slider {
  background: rgba(0, 0, 0, 0.1);
  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);
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.ui-slider-wrap .ui-slider-horizontal {
  height: 10px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-handle {
  left: -4px;
}
.ui-slider-wrap .ui-slider-handle {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  width: 13px;
  height: 13px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ui-slider-wrap .ui-slider-range {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background: rgba(0, 0, 0, 0.2);
}
.ui-slider-wrap .slider-primary .ui-slider-handle {
  border-color: #81c8ff;
}
.ui-slider-wrap .slider-primary .ui-slider-range {
  background: #81c8ff;
}
.ui-slider-wrap .slider-warning .ui-slider-handle {
  border-color: #FBB450;
}
.ui-slider-wrap .slider-warning .ui-slider-range {
  background: #FBB450;
}
.ui-slider-wrap .slider-success .ui-slider-handle {
  border-color: #609450;
}
.ui-slider-wrap .slider-success .ui-slider-range {
  background: #609450;
}
.ui-slider-wrap .slider-inverse .ui-slider-handle {
  border-color: #3F4246;
}
.ui-slider-wrap .slider-inverse .ui-slider-range {
  background: #3F4246;
}
.ui-slider-wrap .slider-info .ui-slider-handle {
  border-color: #93B9D8;
}
.ui-slider-wrap .slider-info .ui-slider-range {
  background: #93B9D8;
}
.sliders-vertical {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.sliders-vertical .ui-slider-wrap {
  margin: 0 5px;
}
.sliders-vertical .ui-slider {
  margin: 0;
}
.vertical-range-slider .ui-slider-wrap {
  display: inline-block;
  margin: 0 auto;
}
.btn-block.count {
  text-align: left;
}
.btn-block.count.glyphicons i:before {
  text-align: center;
}
.btn-block.count span {
  float: right;
  font-size: 18px;
}
.btn-group .btn-primary {
  margin-right: 2px;
}
.btn-block {
  width: 100%;
}
.btn-group-vertical.block {
  display: block;
}
.btn {
  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);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-default {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 0 #fff;
  font-weight: 600;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover {
  background: #e8e8e8;
}
.btn-default .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn {
  font-weight: 600;
}
.btn-warning {
  background: #FBB450;
  border: 1px solid #FBB450;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-warning.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover {
  background: #FBB450;
  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: #93B9D8;
  border: 1px solid #93B9D8;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-info.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover {
  background: #93B9D8;
  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 {
  color: #fff;
}
.btn-danger.glyphicons i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.btn-primary {
  background: #81c8ff;
  border: 1px solid #4eb2ff;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.glyphicons i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover {
  background: #81c8ff;
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group.btn-block {
  padding: 0;
  position: relative;
}
.btn-group.btn-block .leadcontainer {
  left: 0;
  position: absolute;
  right: 29px;
}
.btn-group.btn-block .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;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group.btn-block .dropdown-lead {
  box-sizing: border-box;
  width: 100%;
}
.btn-group.btn-block .dropdown-toggle {
  width: 30px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-inverse {
  background: #3f4246;
  border: 1px solid #292a2c;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-inverse.glyphicons i:before {
  color: #919293;
  text-shadow: none;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover {
  background: #3f4246;
  color: #fff;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-success {
  background: #609450;
  border: 1px solid #709f61;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-success.glyphicons i:before {
  color: #a2bc9b;
  text-shadow: none;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover {
  background: #609450;
  color: #fff;
}
.btn-success .caret {
  border-top-color: #a2bc9b;
  border-bottom-color: #a2bc9b;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.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;
}
.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;
}
#login {
  padding: 70px 0;
}
#login .form-signin {
  max-width: 350px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #484848;
  border: 1px solid #616161;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
  margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 10px;
  padding: 7px 9px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  /*background: #fff;*/

}
#login .checkbox {
  padding-left: 0px;
  font-weight: normal;
}
.lt-ie9 .widget .widget-body.list ul li {
  border-bottom: 1px solid #efefef;
}
.lt-ie9 .navbar.main .btn-navbar {
  float: left;
}
.lt-ie9 .navbar.main .topnav {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
  margin-top: 0;
  top: 8px;
  left: 5px;
}
.lt-ie9 .heading-buttons h1.glyphicons,
.lt-ie9 .heading-buttons h2.glyphicons,
.lt-ie9 .heading-buttons h3.glyphicons,
.lt-ie9 .heading-buttons h4.glyphicons,
.lt-ie9 .heading-buttons h5.glyphicons,
.lt-ie9 .heading-buttons h6.glyphicons {
  float: left;
}
.lt-ie9 #menu #search .glyphicons i {
  width: 34px;
  height: 30px;
  display: block;
}
.lt-ie9 #menu #search .glyphicons i:before {
  display: block;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
  position: relative;
  vertical-align: middle;
  top: 0;
}
.lt-ie9 .navbar.main .topnav > li > a.glyphicons i:before,
.lt-ie9 .navbar.main .topnav > li .notif li > a.glyphicons i:before {
  vertical-align: middle;
}
