/*!
* Author: Łukasz Holeczek
* Template: Acme Dashboard -  Bootstrap Theme
* Version: 2.1.3
* Bootstrap version: 3.1.1
* Prototyped with: http://brix.io - Twitter Bootstrap Interface Builder
* Copyright 2014 creativeLabs
* www: http://bootstrapmaster.com
* mail: lukasz@bootstrapmaster.com
* You can buy this theme on WrapBootstrap: https://wrapbootstrap.com/theme/acme-dashboard-bootstrap-admin-template-WB0JLR295
* You can find our other themes on: http://bootstrapmaster.com
*/
/* Import Section
=================================================================== */
@import "jquery-ui-1.10.3.custom.css";
/*@import "fullcalendar.css";*/
@import "chosen.css";
@import "jquery.cleditor.css";
@import "jquery.noty.css";
@import "noty_theme_default.css";
@import "elfinder.min.css";
@import "elfinder.theme.css";
@import "uploadify.css";
@import "jquery.gritter.css";
@import "/media/font-awesome-4.6.3/css/font-awesome.min.css";
/*@import "font-awesome.min.css";
@import "font-awesome-ie7.min.css";*/
@import "glyphicons.css";
@import "halflings.css";
@import "filetypes.css";
@import "social.css";
/*@import "dropzone.css";*/
@import "xcharts.min.css";
@import "jquery.easy-pie-chart.css";
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
*/
/* Basic
=================================================================== */
.no-space [class*="span"] {
  margin-left: 0;
}
.noMarginLeft {
  margin-left: 0px !important;
}
body {
  background: #f5f5f5;
  color: #3b3b41;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
a {
  color: #666666;
}
b,
strong {
  font-weight: 600;
}
hr {
  height: 2px;
  border: none;
  background: -moz-linear-gradient(left, rgba(249, 249, 249, 0.25) 0%, #f9f9f9 50%, rgba(249, 249, 249, 0.25) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(249, 249, 249, 0.25)), color-stop(50%, #f9f9f9), color-stop(100%, rgba(249, 249, 249, 0.25)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(249, 249, 249, 0.25) 0%, #f9f9f9 50%, rgba(249, 249, 249, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, rgba(249, 249, 249, 0.25) 0%, #f9f9f9 50%, rgba(249, 249, 249, 0.25) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, rgba(249, 249, 249, 0.25) 0%, #f9f9f9 50%, rgba(249, 249, 249, 0.25) 100%);
  /* IE10+ */

  background: linear-gradient(to right, rgba(249, 249, 249, 0.25) 0%, #f9f9f9 50%, rgba(249, 249, 249, 0.25) 100%);
  /* W3C */

}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 15px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 13px;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.dark {
  background: #fdfdfd;
  text-shadow: 0px 1px 1px #fff !important;
  padding: 20px;
  top: -20px;
  margin-bottom: -40px;
  right: -6px;
  position: relative;
  border-left: 2px solid #eeeeee;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  min-height: 100%;
  overflow: hidden;
}
#content {
  background: #ffffff;
  filter: none;
  min-height: 100%;
  padding: 20px 20px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  border: 2px solid #eeeeee;
  position: relative;
}
#content.full-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: -6px;
  margin-left: 0px;
}
.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.box,
.widget {
  margin: 20px 0px;
}
.widget h2 {
  padding: 10px 10px 0px 10px;
  font-size: 18px !important;
  line-height: 18px !important;
  margin-bottom: -5px;
  text-shadow: 0px 1px 0px #fff;
}
.widget h2 .glyphicons,
.widget h2 .social,
.widget h2 .filetypes {
  padding-left: 30px;
}
.widget h2 .glyphicons:before,
.widget h2 .social:before,
.widget h2 .filetypes:before {
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #3b3b41;
}
.box-header {
  height: 38px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  padding: 10px;
  background-color: #f4f4f4 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f4f4f4 100%));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.box-header h2 {
  float: left;
  margin-top: 0px;
  text-shadow: 0px 1px 0px #fff;
}
.box-header h2 i {
  margin: 0px 3px 0px 4px;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.box-header .break {
  border-left: 1px solid #EDEDED;
  /* rgba(0,0,0,.05); */

  border-right: 1px solid #FEFEFE;
  /* rgba(255,255,255,.95); */

  margin: -12px 10px -10px 10px;
  padding: 12px 0px 10px 0px;
}
.box-header .box-icon {
  float: right;
  margin-top: 1px;
}
.box-header .box-icon i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.box-header .box-icon i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box-header .box-icon a {
  margin: 0px 5px;
}
.box-content {
  position: relative;
  z-index: 50;
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.box-content:before {
  content: "";
  width: 96%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 2%;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  border-top: none;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.box-content:after {
  content: "";
  width: 92%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 4%;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
/* Typography - Blockquote
=================================================================== */blockquote {
  background: url(../img/quote.png) no-repeat 0px 10px;
  font-style: italic;
  border-left: none;
  padding: 0 0 0 30px;
}
/* Main Colors
=================================================================== */
.blue {
  color: #67c2ef;
}
.lightBlue {
  color: #67c2ef;
}
.green {
  color: #bdea74;
}
.darkGreen {
  color: #78cd51;
}
.pink {
  color: #e84c8a;
}
.orange {
  color: #fa603d;
}
.lightOrange {
  color: #fabb3d;
}
.red {
  color: #ff5454;
}
.yellow {
  color: #eae874;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Header Section
=================================================================== */
.navbar {
  margin-bottom: 40px;
  border: none;
}
.navbar-inner {
  padding-right: 10px;
  margin-bottom: 0px;
  min-height: 40px;
  background: #3b3b41;
  text-shadow: 1px 1px 1px #0a0c0e;
  border: none;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #343439;
}
.navbar-inner a {
  color: #7b7b7b;
  text-shadow: 0 -1px 1px #0b090a;
}
.navbar-inner a i.halflings {
  margin: -16px -13px 0 0px;
}
.navbar-inner a:hover i {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.navbar-brand {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  height: 40px;
  padding: 0 0 0 18px;
}
a.navbar-brand span {
  color: #fff;
  text-shadow: none;
  padding-left: 18px;
}
.navbar-toggle {
  margin-top: 4px;
}
.navbar-toggle span {
  background: white;
}
.header-nav {
  padding: 0px;
  color: #fff !important;
  background: #000 !important;
  margin: -50px 0 0 0;
}
.header-nav .nav {
  border-right: 1px solid #2c2c31;
  border-left: 1px solid #47474e;
}
.header-nav .nav li {
  float: left;
}
.header-nav .btn, .header-nav-btn > a {
  display: inline-block;
  padding: 21px 20px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.75);
  background: transparent;
  border: none;
  border-left: 1px solid #2c2c31;
  border-right: 1px solid #47474e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-nav-border-right{
    border-right: 1px solid #47474e;
    height: 100%;
    min-height: 46px;
}
.header-nav-border-left{
    border-left: 1px solid #2c2c31;
    height: 100%;
    min-height: 46px;
}
.header-nav a.btn, .header-nav-btn > a {
  color: #fff !important;
  text-shadow: none !important;
  padding: 13px 25px;
  background: none !important;
}
.header-nav a.btn:hover, .header-nav-btn a.btn:hover, .header-nav-btn{
  background: none !important;
}
.header-nav .btn .caret, .header-nav-btn .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.header-nav .btn:hover .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #373737;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav a:focus {
  background: transparent !important;
}
.nav .dropdown-menu:after,
.nav .dropdown-menu:before {
  display: none !important;
}

.nav .dropdown-menu {
  padding: 0px;
  margin: 1px 0 0;
  list-style: none;
  text-shadow: none;
  background-color: #080808;
  border: 1px solid #080808;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.nav .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.nav .dropdown-menu .divider {
  margin: 0px 1px;
}
.nav .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: normal !important;
}
.nav .dropdown-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.nav .dropdown-menu .standrat_li{
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}
.nav .dropdown-menu li:first-child {
  border-top: 0px !important;
}
.nav .dropdown-menu li:last-child {
  border-bottom: 0px !important;
}
.nav .dropdown-menu li > a:hover,
.nav .dropdown-menu li > a:focus,
.nav .dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0077b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(top, #0088cc, #0077b3);
}
.nav .dropdown-menu .active > a,
.nav .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0077b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(top, #0088cc, #0077b3);
}
.nav .dropdown-menu .disabled > a,
.nav .dropdown-menu .disabled > a:hover {
  color: #999999;
}
.nav .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.nav .dropdown-menu-title {
  background-color: #080808;
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-weight: 600;
}
.nav .dropdown-menu-div{
    padding: 5px 10px;
}
.nav .dropdown-menu ul,
.nav .dropdown-menu ul li {
  padding: 0px !important;
  margin: 0px !important;
}
.nav ul.notifications li,
.nav ul.tasks li,
.nav ul.messages li {
  width: 260px;
}
.nav ul.notifications li .avatar img,
.nav ul.tasks li .avatar img,
.nav ul.messages li .avatar img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav ul.messages li .header {
  display: block;
}
.nav ul.messages li .header .from {
  font-size: 12px;
  font-weight: 600;
}
.nav ul.notifications li .time,
.nav ul.tasks li .header .percent,
.nav ul.messages li .header .time {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  right: 5px;
}
.nav ul.tasks li .title,
.nav ul.notifications li .message {
  font-size: 12px;
}
.nav ul.notifications li.warning a {
  color: #fa603d;

}
.nav ul.notifications li.standrat_li a{
    clear:none;
    display:inline !important;
    line-height:13px;
    padding:0px !important;
    text-decoration: underline !important;
}
.nav ul.messages li .message {
  font-size: 11px;
}

/* Navigation Section
=================================================================== */
a#main-menu-toggle {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 12px 12px;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  border-right: 1px solid #47474e;
  z-index: 1000 !important;
}
a#main-menu-toggle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 2px;
  border-right: 1px solid #2c2c31;
  z-index: 1001 !important;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  border: none;
  box-shadow: none;
}
.sidebar-nav > ul {
  margin: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  padding-bottom: 1px;
  text-align: center !important;
  font-size: 13px;
}
.sidebar-nav > ul .badge {
  float: right;
  margin: -30px 10px 0 0;
}
.sidebar-nav > ul > li > ul {
  list-style: none;
  margin: 0px 0px 0px -40px;
  display: none;
}
.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > ul > li > a {
  margin: 1px 0px 0px 0px;
  padding: 20px 0px;
  color: #aaa;
  text-shadow: 0px 1px 0px #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
}
.nav-tabs.nav-stacked > li > ul > li {
  padding: 5px 0px;
}
.nav-tabs.nav-stacked > li > a > i,
.nav-tabs.nav-stacked > li > ul > li > a > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 22px;
  display: inline-block;
  width: 100%;
}
.nav-tabs.nav-stacked > li > ul > li > a > i {
  font-size: 20px;
}
.nav-tabs.nav-stacked > li > a:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-tabs.nav-stacked > li > a:hover {
  margin: 1px 0px 0px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #666;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > ul > li > a:hover {
  margin: 1px 0px 0px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #666;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs.nav-stacked > li.active > a {
  margin: 1px 0px 0px 0px;
  border: 2px solid #eeeeee;
  border-right: none;
  color: #3b3b41;
  background: #fff;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  position: relative;
  z-index: 20;
}
.nav-tabs.nav-stacked > li.active > ul {
  margin: -4px 0px 0px 0px;
  border: 2px solid #eeeeee;
  padding: 5px 0px;
  border-top: none;
  border-right: none;
  color: #3b3b41;
  background: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  z-index: 21;
}
.nav-tabs.nav-stacked > li.active > ul > li.active > a {
  color: #3b3b41;
}
.nav-tabs.nav-stacked > li:first-child > a {
  margin: 0px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
/* Buttons
=================================================================== */
.btn {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn i {
  margin-top: 2px;
}
.btn-primary {
  color: #ffffff;
  background-color: #39afea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#39afea));
  background-image: -webkit-linear-gradient(top, #67c2ef, #39afea);
  background-image: -moz-linear-gradient(top, #67c2ef, #39afea);
  background-image: -o-linear-gradient(top, #67c2ef, #39afea);
  background-image: -ms-linear-gradient(top, #67c2ef, #39afea);
  background-image: linear-gradient(top, #67c2ef, #39afea);
}
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #39afea;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #30ace9;
}
.btn-warning {
  color: #ffffff;
  background-color: #f9aa0b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fabb3d), to(#f9aa0b));
  background-image: -webkit-linear-gradient(top, #fabb3d, #f9aa0b);
  background-image: -moz-linear-gradient(top, #fabb3d, #f9aa0b);
  background-image: -o-linear-gradient(top, #fabb3d, #f9aa0b);
  background-image: -ms-linear-gradient(top, #fabb3d, #f9aa0b);
  background-image: linear-gradient(top, #fabb3d, #f9aa0b);
}
.btn-warning:hover,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f9aa0b;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f4a406;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff2121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5454), to(#ff2121));
  background-image: -webkit-linear-gradient(top, #ff5454, #ff2121);
  background-image: -moz-linear-gradient(top, #ff5454, #ff2121);
  background-image: -o-linear-gradient(top, #ff5454, #ff2121);
  background-image: -ms-linear-gradient(top, #ff5454, #ff2121);
  background-image: linear-gradient(top, #ff5454, #ff2121);
}
.btn-danger:hover,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #ff2121;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #ff1717;
}
.btn-success {
  color: #ffffff;
  background-color: #5db734;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78cd51), to(#5db734));
  background-image: -webkit-linear-gradient(top, #78cd51, #5db734);
  background-image: -moz-linear-gradient(top, #78cd51, #5db734);
  background-image: -o-linear-gradient(top, #78cd51, #5db734);
  background-image: -ms-linear-gradient(top, #78cd51, #5db734);
  background-image: linear-gradient(top, #78cd51, #5db734);
}
.btn-success:hover,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #5db734;
}
.btn-success:active,
.btn-success.active {
  background-color: #59af32;
}
.btn-info {
  color: #ffffff;
  background-color: #39afea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#39afea));
  background-image: -webkit-linear-gradient(top, #67c2ef, #39afea);
  background-image: -moz-linear-gradient(top, #67c2ef, #39afea);
  background-image: -o-linear-gradient(top, #67c2ef, #39afea);
  background-image: -ms-linear-gradient(top, #67c2ef, #39afea);
  background-image: linear-gradient(top, #67c2ef, #39afea);
}
.btn-info:hover,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #39afea;
}
.btn-info:active,
.btn-info.active {
  background-color: #30ace9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #2b2b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #444444, #2b2b2b);
  background-image: -moz-linear-gradient(top, #444444, #2b2b2b);
  background-image: -o-linear-gradient(top, #444444, #2b2b2b);
  background-image: -ms-linear-gradient(top, #444444, #2b2b2b);
  background-image: linear-gradient(top, #444444, #2b2b2b);
}
.btn-inverse:hover,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #2b2b2b;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #252525;
}
/* Tabs
=================================================================== */
.tab-menu.nav-tabs {
  margin-top: -48px;
  border-bottom: none;
}
.tab-menu.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.tab-menu.nav-tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-left: -3px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tab-menu.nav-tabs > li > a:hover {
  border-color: #f1f1f1;
}
.tab-menu.nav-tabs > .active > a {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border-left: 1px solid #f1f1f1;
}
.tab-menu.nav-tabs > .active > a:hover {
  background-color: #fafafa;
}
/* Forms
=================================================================== */
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.add-on,
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"],
input[type="file"],
.uneditable-input {
  border-color: #dddddd;
}
textarea {
  border: 1px solid #dddddd;
  resize: none;
}
.input-group-addon {
  border-color: #dddddd;
}
.form-actions {
  padding: 19px 20px 20px;
  margin: 20px -10px -10px -10px;
  background-color: #f5f5f5;
  *zoom: 1;
}
.form-actions:before,
.form-actionsactions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.limiterBox {
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #cccccc;
  padding: 3px 6px;
  font-size: 10px;
  color: white;
  opacity: .9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.editor {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #e6e6e6 !important;
  padding: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: scroll;
  outline: none;
  margin-top: 20px;
}
div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  cursor: pointer;
}
/* Notifications & Labels
=================================================================== */
.notification {
  position: absolute;
  top: -12px;
  right: -12px;
  line-height: 16px;
  height: 16px;
  padding: 6px 10px;
  color: white !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.notification.small {
  padding: 2px 7px;
  color: white !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.notification.small.blue,
.notification.blue {
  border-color: #39afea;
  background-color: #67c2ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#95d5f4), to(#67c2ef));
  background-image: -webkit-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -moz-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -o-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -ms-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: linear-gradient(top, #95d5f4, #67c2ef);
}
.notification.small.yellow,
.notification.yellow {
  border-color: #e3e148;
  background-color: #eae874;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1efa0), to(#eae874));
  background-image: -webkit-linear-gradient(top, #f1efa0, #eae874);
  background-image: -moz-linear-gradient(top, #f1efa0, #eae874);
  background-image: -o-linear-gradient(top, #f1efa0, #eae874);
  background-image: -ms-linear-gradient(top, #f1efa0, #eae874);
  background-image: linear-gradient(top, #f1efa0, #eae874);
}
.notification.small.red,
.notification.red {
  border-color: #ff2121;
  background-color: #ff5454;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
  background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
  background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
  background-image: -o-linear-gradient(top, #ff8787, #ff5454);
  background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
  background-image: linear-gradient(top, #ff8787, #ff5454);
}
.notification.small.green,
.notification.green {
  border-color: #5db734;
  background-color: #78cd51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#97d879), to(#78cd51));
  background-image: -webkit-linear-gradient(top, #97d879, #78cd51);
  background-image: -moz-linear-gradient(top, #97d879, #78cd51);
  background-image: -o-linear-gradient(top, #97d879, #78cd51);
  background-image: -ms-linear-gradient(top, #97d879, #78cd51);
  background-image: linear-gradient(top, #97d879, #78cd51);
}
.notification.small.orange,
.notification.orange {
  border-color: #f9aa0b;
  background-color: #fabb3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc6f), to(#fabb3d));
  background-image: -webkit-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -moz-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -o-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -ms-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: linear-gradient(top, #fbcc6f, #fabb3d);
}
.notification.small.red,
.notification.red {
  border-color: #ff2121;
  background-color: #ff5454;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
  background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
  background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
  background-image: -o-linear-gradient(top, #ff8787, #ff5454);
  background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
  background-image: linear-gradient(top, #ff8787, #ff5454);
}
.label,
.badge {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 6px;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    background-color: #999999;
}
.label-important,
.badge-important,
.label-important[href],
.badge-important[href], .label-red {
  border-color: #ff2121;
  background-color: #ff5454;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
  background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
  background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
  background-image: -o-linear-gradient(top, #ff8787, #ff5454);
  background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
  background-image: linear-gradient(top, #ff8787, #ff5454);
}
.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href], .label-yellow {
  border-color: #f9aa0b;
  background-color: #fabb3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc6f), to(#fabb3d));
  background-image: -webkit-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -moz-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -o-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: -ms-linear-gradient(top, #fbcc6f, #fabb3d);
  background-image: linear-gradient(top, #fbcc6f, #fabb3d);
}
.label-success,
.badge-success,
.label-success[href],
.badge-success[href], .label-green {
  border-color: #5db734;
  background-color: #78cd51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#97d879), to(#78cd51));
  background-image: -webkit-linear-gradient(top, #97d879, #78cd51);
  background-image: -moz-linear-gradient(top, #97d879, #78cd51);
  background-image: -o-linear-gradient(top, #97d879, #78cd51);
  background-image: -ms-linear-gradient(top, #97d879, #78cd51);
  background-image: linear-gradient(top, #97d879, #78cd51);
}
.label-info,
.badge-info,
.label-info[href],
.badge-info[href], .label-blue {
  border-color: #39afea;
  background-color: #67c2ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#95d5f4), to(#67c2ef));
  background-image: -webkit-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -moz-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -o-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: -ms-linear-gradient(top, #95d5f4, #67c2ef);
  background-image: linear-gradient(top, #95d5f4, #67c2ef);
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}
/* Footer
=================================================================== */
footer {
  min-height: 38px;
  background: #3b3b41;
  color: #fff;
  padding: 12px 20px 12px 20px!important;
  font-size: 12px;
}
/* Vertical Bar Chart
=================================================================== */
.verticalChart .singleBar {
  width: 8%;
  display: block;
  margin: 0 1% 0% 1%;
  float: left;
}
.verticalChart .singleBar .bar {
  position: relative;
  height: 200px;
  background: #f9f9f9;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.verticalChart .singleBar .bar .value {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ff5454;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.verticalChart .singleBar .bar .value span {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  width: 100%;
  height: 20px;
  color: #fff;
  text-shadow: 0px -1px 0px #ff5454, 0px 1px 0px #ff5454, 1px 0px 0px #ff5454, -1px 0px 0px #ff5454, -1px -1px 0px #ff5454, -1px 1px 0px #ff5454, 1px 1px 0px #ff5454, 1px -1px 0px #ff5454;
  display: none;
  text-align: center;
}
.verticalChart .singleBar .title {
  margin-top: 5px;
  text-align: center;
}
/* Browsers Stats
=================================================================== */
.browserStat.big {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px;
}
.browserStat {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.browserStat span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
/* Sparkline stats
=================================================================== */
.sparkLineStats {
  position: relative;
  margin-bottom: -4px;
}
.sparkLineStats ul {
  margin: 0 0 0 -40px;
  list-style: none;
}
.sparkLineStats ul li {
  margin-bottom: 0;
  line-height: 32px;
  padding-top: 3px;
  font-size: 12px;
}
.sparkLineStats ul li div {
  float: left;
  margin-right: 20px;
}
.sparkLineStats ul li .number {
  font-size: 17px;
  font-weight: 700;
  padding: 0px 0px 0px 2px;
  color: #fa603d;
}
.sparkLineStats ul li span:first-child {
  margin-right: 5px;
}
.sparkLineStats ul li h4 {
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 37px;
  -webkit-box-shadow: 0 1px 0px #ffffff;
  -moz-box-shadow: 0 1px 0px #ffffff;
  box-shadow: 0 1px 0px #ffffff;
}
/* Small Stats
=================================================================== */
.stats-date .range {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.stats {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.stats .stat {
  width: 24%;
  margin: 0% 1% 0% 0%;
  float: left;
}
.stats .stat .right {
  float: right;
  width: 40%;
  text-align: center;
}
.stats .stat .right .percent {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.stats .stat .right .arrow {
  margin-top: 4px;
  text-align: center;
}
.stats .stat .left {
  float: left;
  text-align: right;
  width: 60%;
}
.stats .stat .left .number {
  font-size: 22px;
  font-weight: 300;
}
.stats .stat .left .title {
  font-size: 12px;
}
.stats .stat .left .title .color {
  background: #000;
  width: 30px;
  height: 12px;
  margin: 0px 5px -2px 0px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.stats .stat .left .title .color.green {
  background: #bdea74;
}
.stats .stat .left .title .color.red {
  background: #ff5454;
}
.stats .stat .left .title .color.yellow {
  background: #eae874;
}
.stats .stat .left .title .color.blue {
  background: #67c2ef;
}
/* Chat
=================================================================== */
ul.chat {
  margin: 0;
}
ul.chat li.right img.avatar {
  float: right;
  margin-left: 10px;
}
ul.chat li.right .message {
  text-align: right;
  margin-right: 65px;
  background: #fcfcfc;
}
ul.chat li.right .message .arrow {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: -20px;
  background: url(../img/chat-right.png) no-repeat 0px 0px;
}
ul.chat li.left img.avatar {
  float: left;
  margin-right: 10px;
}
ul.chat li.left .message {
  text-align: left;
  margin-left: 65px;
  background: #fff;
}
ul.chat li.left .message .arrow {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  background: url(../img/chat-left.png) no-repeat 0px 0px;
}
ul.chat li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}
ul.chat li img.avatar {
  height: 50px;
  width: 50px;
  padding: 1px;
  border: 1px solid #eeeeee;
}
ul.chat li .message {
  display: block;
  border: 2px solid #eeeeee;
  padding: 5px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.chat li .message .text {
  display: block;
}
.chat-form {
  border-top: 1px solid #ddd;
  background: #eeeeee;
  padding: 10px;
  margin: 20px -10px -10px -10px;
}
.chat-form textarea {
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  /* Safari, Chrome et al  */

  -moz-box-sizing: border-box;
  /* Firefox */

  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 80px;
  outline: 0px !important;
  font-size: 12px;
}
/* Dashboard Lists ex.
=================================================================== */
ul.dashboard-list {
  margin: 0 0 0 -40px;
}
ul.dashboard-list a:hover {
  text-decoration: none;
}
ul.dashboard-list li:last-child {
  border-bottom: none;
}
ul.dashboard-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}
ul.dashboard-list li {
  padding: 5px 0;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
ul.dashboard-list li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
  width: 50px;
  zoom: 1;
}
ul.dashboard-list li .avatar {
  height: 50px;
  width: 50px;
  padding: 1px;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
}
ul.dashboard-list li .avatar img {
  height: 40px;
  width: 40px;
  padding: 1px;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
}
ul.dashboard-list li i {
  font-size: 18px;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  width: 20px;
  display: inline-block;
  text-align: center;
}
/* Support tickets
=================================================================== */
ul.tickets {
  margin: 0 0 0 -40px;
}
ul.tickets li:last-child {
  border-bottom: none;
}
ul.tickets li:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}
ul.tickets li {
  list-style: none;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
ul.tickets li.ticket .content {
  display: inline-block;
  width: 100%;
}
ul.tickets li.ticket .content .priority,
ul.tickets li.ticket .content .date {
  float: right;
  text-align: right;
}
ul.tickets li.ticket .content .name,
ul.tickets li.ticket .content .status {
  float: left;
  text-align: left;
  width: 40%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
ul.tickets li.ticket .header {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}
ul.tickets li.ticket .header .number {
  float: right;
  text-align: right;
}
ul.tickets li.ticket .header .title {
  float: left;
  text-align: left;
}
ul.tickets li.ticket .avatar img {
  height: 36px;
  width: 36px;
  padding: 1px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  border: 1px solid #eeeeee;
}
/* ToDo List
=================================================================== */
.todo ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.todo ul li {
  margin-left: 0px !important;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f6f6f6;
  font-size: 12px;
  position: relative;
  background: white;
}
.todo ul li:first-child {
  border-top: 0px;
}
.todo ul li:last-child {
  border-bottom: 0px;
}
.todo ul li .label {
  position: absolute;
  right: 60px;
}
.todo ul li .todo-actions {
  position: absolute;
  right: 0px;
}
.todo ul li .todo-actions i {
  opacity: .3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin: 2px 5px 0px 5px;
}
.todo ul li .todo-actions i:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* UI - Sliders & Progress
=================================================================== */
.progressBarOverlay.Slim {
  height: 8px;
  padding: 5px !important;
}
.ui-slider-handle {
  display: inline-block;
  border: none !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  height: 16px !important;
  width: 16px !important;
  position: absolute !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll #f4f4f4 !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll, -webkit-linear-gradient(top, #f4f4f4 0%, #f7f7f7 100%) !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll, -moz-linear-gradient(top, #f4f4f4 0%, #f7f7f7 100%) !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll, -o-linear-gradient(top, #f4f4f4 0%, #f7f7f7 100%) !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll, -ms-linear-gradient(top, #f4f4f4 0%, #f7f7f7 100%) !important;
  background: url("../img/slider_r8.png") no-repeat center center scroll, linear-gradient(top, #f4f4f4 0%, #f7f7f7 100%) !important;
  margin-top: 3px !important;
  outline: none !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
}
.slider {
  background-color: #fafafa 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0%), to(#fafafa 100%));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  height: 16px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 4px 0px;
}
.slider:before {
  content: "";
  width: 100%;
  z-index: -1;
  background-color: #ffffff 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#ffffff 100%));
  background-image: -webkit-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  height: 12px;
  padding: 6px !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  position: absolute;
  margin: -6px 0 0 -6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.slider .ui-slider-range {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: absolute;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sliderVertical {
  background-color: #ffffff 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#ffffff 100%));
  background-image: -webkit-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  top: auto;
  bottom: auto;
  padding: 15px 5px !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  float: left;
  height: 100px;
  margin-right: 40px;
  width: 5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sliderVertical .ui-slider-range {
  height: 100%;
  width: 100%;
  top: auto;
  bottom: auto;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sliderVertical .ui-slider-handle {
  margin: 0px 0px -10px 4px !important;
}
.sliderVertical .ui-slider-range-max {
  top: 0;
}
.sliderVertical .ui-slider-range-min {
  bottom: 0;
}
.sliderBlue .ui-slider-range,
.progressBlue .ui-progressbar-value {
  background-color: #30ace9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#30ace9));
  background-image: -webkit-linear-gradient(top, #67c2ef, #30ace9);
  background-image: -moz-linear-gradient(top, #67c2ef, #30ace9);
  background-image: -o-linear-gradient(top, #67c2ef, #30ace9);
  background-image: -ms-linear-gradient(top, #67c2ef, #30ace9);
  background-image: linear-gradient(top, #67c2ef, #30ace9);
}
.sliderGreen .ui-slider-range,
.progressGreen .ui-progressbar-value {
  background-color: #a4e23f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdea74), to(#a4e23f));
  background-image: -webkit-linear-gradient(top, #bdea74, #a4e23f);
  background-image: -moz-linear-gradient(top, #bdea74, #a4e23f);
  background-image: -o-linear-gradient(top, #bdea74, #a4e23f);
  background-image: -ms-linear-gradient(top, #bdea74, #a4e23f);
  background-image: linear-gradient(top, #bdea74, #a4e23f);
}
.sliderDarkGreen .ui-slider-range,
.progressDarkGreen .ui-progressbar-value {
  background-color: #59af32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78cd51), to(#59af32));
  background-image: -webkit-linear-gradient(top, #78cd51, #59af32);
  background-image: -moz-linear-gradient(top, #78cd51, #59af32);
  background-image: -o-linear-gradient(top, #78cd51, #59af32);
  background-image: -ms-linear-gradient(top, #78cd51, #59af32);
  background-image: linear-gradient(top, #78cd51, #59af32);
}
.sliderPink .ui-slider-range,
.progressPink .ui-progressbar-value {
  background-color: #db1c68;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e84c8a), to(#db1c68));
  background-image: -webkit-linear-gradient(top, #e84c8a, #db1c68);
  background-image: -moz-linear-gradient(top, #e84c8a, #db1c68);
  background-image: -o-linear-gradient(top, #e84c8a, #db1c68);
  background-image: -ms-linear-gradient(top, #e84c8a, #db1c68);
  background-image: linear-gradient(top, #e84c8a, #db1c68);
}
.sliderOrange .ui-slider-range,
.progressOrange .ui-progressbar-value {
  background-color: #f43206;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa603d), to(#f43206));
  background-image: -webkit-linear-gradient(top, #fa603d, #f43206);
  background-image: -moz-linear-gradient(top, #fa603d, #f43206);
  background-image: -o-linear-gradient(top, #fa603d, #f43206);
  background-image: -ms-linear-gradient(top, #fa603d, #f43206);
  background-image: linear-gradient(top, #fa603d, #f43206);
}
.sliderLightOrange .ui-slider-range,
.progressLightOrange .ui-progressbar-value {
  background-color: #f4a406;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fabb3d), to(#f4a406));
  background-image: -webkit-linear-gradient(top, #fabb3d, #f4a406);
  background-image: -moz-linear-gradient(top, #fabb3d, #f4a406);
  background-image: -o-linear-gradient(top, #fabb3d, #f4a406);
  background-image: -ms-linear-gradient(top, #fabb3d, #f4a406);
  background-image: linear-gradient(top, #fabb3d, #f4a406);
}
.sliderRed .ui-slider-range,
.progressRed .ui-progressbar-value {
  background-color: #ff1717;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5454), to(#ff1717));
  background-image: -webkit-linear-gradient(top, #ff5454, #ff1717);
  background-image: -moz-linear-gradient(top, #ff5454, #ff1717);
  background-image: -o-linear-gradient(top, #ff5454, #ff1717);
  background-image: -ms-linear-gradient(top, #ff5454, #ff1717);
  background-image: linear-gradient(top, #ff5454, #ff1717);
}
.sliderYellow .ui-slider-range,
.progressYellow .ui-progressbar-value {
  background-color: #e2df3f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eae874), to(#e2df3f));
  background-image: -webkit-linear-gradient(top, #eae874, #e2df3f);
  background-image: -moz-linear-gradient(top, #eae874, #e2df3f);
  background-image: -o-linear-gradient(top, #eae874, #e2df3f);
  background-image: -ms-linear-gradient(top, #eae874, #e2df3f);
  background-image: linear-gradient(top, #eae874, #e2df3f);
}
.progress {
  background-color: #fafafa 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0%), to(#fafafa 100%));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  height: 14px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: -2px;
  color: transparent;
}
.progress.wrapped {
  margin-top: 4px;
  overflow: visible;
}
.progress.wrapped:before {
  content: "";
  width: 100%;
  background-color: #ffffff 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#ffffff 100%));
  background-image: -webkit-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  background-image: linear-gradient(top, #ebeae8 1%, #ffffff 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  height: 10px;
  padding: 6px !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.05);
  position: absolute;
  margin: -6px 0 0 -6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
}
.progress .ui-progressbar-value {
  border-color: transparent;
  height: 100%;
  top: 1px;
  position: absolute;
  left: 1px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  z-index: 0;
  border: none;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.progressBarValue span {
  font-size: 12px;
}
.progressBarValue span.progressCustomValueVal {
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px;
  color: #fa603d;
}
.progressSlim {
  background-color: #fafafa 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0%), to(#fafafa 100%));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  background-image: linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  border-top: 1px solid #dededc;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  height: 10px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: -2px;
}
.progressSlim .ui-progressbar-value {
  border-color: transparent;
  height: 100%;
  top: 0px;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.tasks .progressSlim {
  overflow: hidden;
  border: none !important;
  height: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
}
.tasks .progressSlim .ui-progressbar-value {
  overflow: hidden;
  margin: 0px;
  border: none !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
/* Quick Buttons
=================================================================== */
.quick-button {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 30px 0px 10px 0px;
  font-size: 14px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  background-image: -o-linear-gradient(top, #fafafa, #efefef);
  background-image: -ms-linear-gradient(top, #fafafa, #efefef);
  background-image: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #646464;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick-button:hover {
  text-decoration: none;
  border-color: #a5a5a5;
  color: #444444;
  text-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.quick-button:hover .notification {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.quick-button i {
  font-size: 32px;
}
/* Quick Buttons Small
=================================================================== */
.quick-button-small {
  border: 1px solid #ddd;
  padding: 15px 0px 0px 0px;
  font-size: 10px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  background-image: -o-linear-gradient(top, #fafafa, #efefef);
  background-image: -ms-linear-gradient(top, #fafafa, #efefef);
  background-image: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #646464;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick-button-small:hover {
  text-decoration: none;
  border-color: #a5a5a5;
  color: #444444;
  text-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.quick-button-small:hover .notification {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.quick-button-small i {
  font-size: 20px;
}
/* Circle stats
=================================================================== */
.tempStats {
  text-align: center !important;
  background: url(../img/grid_grey.jpg) repeat;
}
.tempStatBox {
  width: 120px;
  padding: 25px 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}
.tempStatBox .tempStat {
  position: relative;
  font-size: 34px;
  line-height: 100px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 10px solid #FFF;
  background: #f9f9f9;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat:before {
  content: "";
  top: -10px;
  left: -10px;
  height: 120px;
  width: 120px;
  position: absolute;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  background: transparent;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat:after {
  content: "";
  top: 0px;
  left: 0px;
  height: 98px;
  width: 98px;
  position: absolute;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #fff;
  background: transparent;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat.t0 {
  border-color: #67c2ef;
}
.tempStatBox .tempStat.t20 {
  border-color: #bdea74;
}
.tempStatBox .tempStat.t40 {
  border-color: #eae874;
}
.tempStatBox .tempStat.t60 {
  border-color: #fabb3d;
}
.tempStatBox .tempStat.t80 {
  border-color: #fa603d;
}
.tempStatBox .tempStat.t100 {
  border-color: #ff5454;
}
.tempStatBox span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
  text-shadow: 0px 1px 0px #fff;
}
/* Circle stats
=================================================================== */
.circleStats {
  text-align: center;
  position: relative;
}
.circleStatsItem {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  width: 120px;
  height: 120px;
  margin: 10px auto;
}
.circleStatsItem i {
  font-size: 30px;
  position: absolute;
  top: 30%;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.circleStatsItem input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 15px;
  left: 120px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItem input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circleStatsItem .plus {
  font-size: 16px;
  position: absolute;
  top: 55%;
  margin-left: 30px;
}
.circleStatsItem .percent {
  font-size: 14px;
  position: absolute;
  top: 57%;
  margin-left: 78px;
}
.circleStatsItem.orange,
.circleStatsItem.orange i {
  color: #fa603d;
}
.circleStatsItem.lightorange,
.circleStatsItem.lightorange i {
  color: #fabb3d;
}
.circleStatsItem.blue,
.circleStatsItem.blue i {
  color: #67c2ef;
}
.circleStatsItem.green,
.circleStatsItem.green i {
  color: #bdea74;
}
.circleStatsItem.yellow,
.circleStatsItem.yellow i {
  color: #eae874;
}
.circleStatsItem.pink,
.circleStatsItem.pink i {
  color: #e84c8a;
}
.circleStatsItemBox {
  position: relative;
  background: #67c2ef;
  width: 100%;
  min-width: 130px;
  height: 160px;
  margin: 10px auto;
  padding-top: 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .header {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer .count {
  font-size: 12px;
}
.circleStatsItemBox .footer .value {
  font-weight: bold;
}
.circleStatsItemBox .percent {
  font-size: 12px;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.circleStatsItemBox input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 30px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItemBox input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Alert Boxes
=================================================================== */
.alert {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
  padding: 14px 40px 14px 18px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
/* Star Rating
=================================================================== */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}
/* File manager
=================================================================== */
.elfinder .elfinder-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Icons
=================================================================== */
.glyphicons-icon-list div {
  margin: 10px 0;
}
.glyphicons-icon-list div span,
.glyphicons-icon-list div strong {
  font-size: 10px;
}
.glyphicons-icon-list div strong {
  margin-top: -5px;
  display: block;
}
.fontawesome-icon-list div {
  margin: 5px 0;
}
.fontawesome-icon-list .fa {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
.switch {
  position: relative;
  /*display: inline-block;*/
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #f9f9f9;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-primary > .switch-input:checked ~ .switch-label {
  background: #67c2ef;
}
.switch-success > .switch-input:checked ~ .switch-label {
  background: #78cd51;
}
.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d;
}
.switch-important > .switch-input:checked ~ .switch-label {
  background: #ff5454;
}
.switch-info > .switch-input:checked ~ .switch-label {
  background: #67c2ef;
}
.switch-danger > .switch-input:checked ~ .switch-label {
  background: #d9534f;
}
/* Widgets Area
=================================================================== */
a#widgets-area-button {
  color: #fff;
  position: absolute;
  top: 4px;
  right: 1px;
  padding: 5px 10px;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#widgets-area {
  padding: 0px;
  display: none;
  color: #aaa;
  text-shadow: 0px 1px 0px #fff;
  overflow: hidden;
  width: 17%;
  margin-left: 5px;
  margin-right: -5px;
}
#widgets-area hr {
  height: 0px;
  background: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fafafa;
  margin: 5px 0;
}
#widgets-area .tab-menu.nav-tabs {
  margin-top: 0px;
  border-bottom: none;
}
#widgets-area .tab-menu.nav-tabs > li {
  float: left;
  border-bottom: none;
}
#widgets-area .tab-menu.nav-tabs > li > a {
  margin-left: -2px;
  border: none;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #ededed;
  color: #aaa;
}
#widgets-area .tab-menu.nav-tabs > li:first-child > a {
  border-left: none !important;
}
#widgets-area .tab-menu.nav-tabs > li:last-child > a {
  border-right: none !important;
}
#widgets-area .tab-menu.nav-tabs > li > a:hover {
  color: #666;
  background: none;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #ededed;
}
#widgets-area .tab-menu.nav-tabs > .active > a {
  color: #666;
  background: none;
  border-left: 1px solid #fafafa;
}
#widgets-area .tab-menu.nav-tabs > .active:first-child > a {
  border-left: none !important;
}
#widgets-area .tab-menu.nav-tabs > .active:last-child > a {
  border-right: none !important;
}
#widgets-area .tab-menu.nav-tabs > .active > a:hover {
  background: none;
}
#cpu-usage {
  width: 180px;
  height: 140px;
  margin: 0 auto !important;
}
.bar-stat {
  position: relative;
}
.bar-stat .title {
  font-size: 12px;
  display: block;
}
.bar-stat .value {
  font-size: 17px;
  font-weight: 600;
}
.bar-stat .chart {
  position: absolute;
  top: 0;
  right: 0;
}
ul.users-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fafafa;
}
ul.users-list li {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #ededed;
  padding: 5px 0px;
}
ul.users-list li a {
  text-decoration: none;
}
ul.users-list li a span {
  display: inline-block;
}
ul.users-list li a .status {
  position: relative;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  margin: 4px 8px 2px 8px;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #d9d9d9, #cccccc);
  background-image: -moz-linear-gradient(top, #d9d9d9, #cccccc);
  background-image: -o-linear-gradient(top, #d9d9d9, #cccccc);
  background-image: -ms-linear-gradient(top, #d9d9d9, #cccccc);
  background-image: linear-gradient(top, #d9d9d9, #cccccc);
  border-color: #bfbfbf;
  -webkit-box-shadow: 0px 0px 1px #cccccc;
  -moz-box-shadow: 0px 0px 1px #cccccc;
  box-shadow: 0px 0px 1px #cccccc;
}
ul.users-list li a .status:before,
ul.users-list li a .status:after {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: #ebebeb;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  padding: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.users-list li a .status:before {
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
}
ul.users-list li a .status:after {
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
}
ul.users-list li a .status.active {
  background-color: #bdea74;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8ed8a), to(#bdea74));
  background-image: -webkit-linear-gradient(top, #c8ed8a, #bdea74);
  background-image: -moz-linear-gradient(top, #c8ed8a, #bdea74);
  background-image: -o-linear-gradient(top, #c8ed8a, #bdea74);
  background-image: -ms-linear-gradient(top, #c8ed8a, #bdea74);
  background-image: linear-gradient(top, #c8ed8a, #bdea74);
  border-color: #b2e75e;
  -webkit-box-shadow: 0px 0px 1px #bdea74;
  -moz-box-shadow: 0px 0px 1px #bdea74;
  box-shadow: 0px 0px 1px #bdea74;
}
ul.users-list li a .status.busy {
  background-color: #fabb3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc456), to(#fabb3d));
  background-image: -webkit-linear-gradient(top, #fbc456, #fabb3d);
  background-image: -moz-linear-gradient(top, #fbc456, #fabb3d);
  background-image: -o-linear-gradient(top, #fbc456, #fabb3d);
  background-image: -ms-linear-gradient(top, #fbc456, #fabb3d);
  background-image: linear-gradient(top, #fbc456, #fabb3d);
  border-color: #f9b224;
  -webkit-box-shadow: 0px 0px 1px #fabb3d;
  -moz-box-shadow: 0px 0px 1px #fabb3d;
  box-shadow: 0px 0px 1px #fabb3d;
}
ul.users-list li a .status.disable {
  background-color: #ff5454;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6e6e), to(#ff5454));
  background-image: -webkit-linear-gradient(top, #ff6e6e, #ff5454);
  background-image: -moz-linear-gradient(top, #ff6e6e, #ff5454);
  background-image: -o-linear-gradient(top, #ff6e6e, #ff5454);
  background-image: -ms-linear-gradient(top, #ff6e6e, #ff5454);
  background-image: linear-gradient(top, #ff6e6e, #ff5454);
  border-color: #ff3a3a;
  -webkit-box-shadow: 0px 0px 1px #ff5454;
  -moz-box-shadow: 0px 0px 1px #ff5454;
  box-shadow: 0px 0px 1px #ff5454;
}
ul.users-list li a .avatar {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 3px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: linear-gradient(top, #fafafa, #f5f5f5);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.users-list li a .avatar img {
  width: 100%;
}
ul.users-list li a .avatar:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.users-list li a .name {
  font-size: 12px;
  font-weight: 600;
}
ul.messages-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fafafa;
}
ul.messages-list li {
  position: relative;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #ededed;
  padding: 5px 0px;
  font-size: 12px;
}
ul.messages-list li a {
  text-decoration: none;
}
ul.messages-list li a span {
  display: block;
}
ul.messages-list li a .avatar {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 3px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
  background-image: linear-gradient(top, #fafafa, #f5f5f5);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #ebebeb;
  float: left;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.messages-list li a .avatar img {
  width: 100%;
}
ul.messages-list li a .avatar:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
}
ul.messages-list li a .name {
  font-weight: 600;
}
ul.messages-list li a .date {
  position: absolute;
  top: 5px;
  right: 0px;
}
ul.progress-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fafafa;
}
ul.progress-bars li {
  position: relative;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #ededed;
  padding: 5px 0px;
}
ul.progress-bars li .title {
  font-size: 12px;
}
ul.progress-bars li .percent {
  position: absolute;
  right: 0px;
  font-weight: 600;
}
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px;
}
table.table {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table .btn {
  margin: 1px 0;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
}
table.table thead .sorting {
  background: url('../img/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('../img/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('../img/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('../img/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('../img/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */

}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
/* Just Gage - Demo Charts
=================================================================== */
.sz1 {
  width: 200px;
  height: 160px;
}
.sz0 {
  margin: 2em 0 0 0;
}
.sz0 {
  width: 100px;
  height: 80px;
}
/**
 * Nestable
 */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-handle:hover {
  color: #3b3b41;
  background: white;
}
.dd-handle .icon {
  float: right;
  font-size: 16px;
  margin-left: 10px;
}
.dd-handle .icon:hover {
  text-decoration: none;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: white;
  border: 1px solid #cccccc;
  background: #cccccc;
}
#nestable2 .dd-handle:hover {
  border: 1px solid #666666;
  background: #666666;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd3-content:hover {
  color: #3b3b41;
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #cccccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
}
.dd3-handle:hover {
  background: #666666;
  color: white;
}
/* Wizard
=================================================================== */
/*
.wizard {
  *zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.wizard:before,
.wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.wizard:after {
  clear: both;
}
.wizard ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.wizard ul li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  color: #cccccc;
  font-size: 16px;
  cursor: default;
}
.wizard ul li .chevron {
  display: none;
}
.wizard ul li:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  left: 0px;
  top: 50%;
  margin-top: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wizard ul li:before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #f5f5f5;
  left: -2px;
  top: 50%;
  padding: 0px 2px;
  margin-top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wizard ul li.complete {
  color: #bdea74;
}
.wizard ul li.complete:hover {
  cursor: pointer;
}
.wizard ul li.complete:after {
  background: #bdea74;
}
.wizard ul li.complete .badge {
  border: 1px solid #bdea74;
  background: #bdea74;
  color: white;
}
.wizard ul li.active {
  color: #67c2ef;
}
.wizard ul li.active .badge {
  border: 1px solid #3b3b41;
  background: white;
  color: #666666;
}
.wizard ul li .badge {
  position: relative;
  margin-right: 8px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  font-size: 12px;
  padding: 10px;
  width: 14px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: white;
  color: #666666;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.wizard ul li .badge:before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 6px;
  background: #f5f5f5;
  top: -6px;
  left: -6px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.wizard ul li:nth-child(1) {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
  z-index: 10;
}
.wizard ul li:nth-child(2) {
  z-index: 9;
}
.wizard ul li:nth-child(3) {
  z-index: 8;
}
.wizard ul li:nth-child(4) {
  z-index: 7;
}
.wizard ul li:nth-child(5) {
  z-index: 6;
}
.wizard ul li:nth-child(6) {
  z-index: 5;
}
.wizard ul li:nth-child(7) {
  z-index: 4;
}
.wizard ul li:nth-child(8) {
  z-index: 3;
}
.wizard ul li:nth-child(9) {
  z-index: 2;
}
.wizard ul li:nth-child(10) {
  z-index: 1;
}
.wizard .actions {
  line-height: 44px;
  float: right;
  padding-right: 15px;
  vertical-align: middle;
}
.wizard .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.wizard .actions .btn-prev i {
  margin-right: 5px;
}
.wizard .actions .btn-next i {
  margin-left: 5px;
}
.step-content .step-pane {
  display: none;
}
.step-content .active {
  display: block;
}
*/
/*
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {

}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
  margin-left: 54px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
  border: 1px solid #cccccc;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/*
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
  max-width: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #67c2ef;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
/*
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../img/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../img/hue.png);
}
.colorpicker-alpha {
  background-image: url(../img/alpha.png);
  display: none;
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../img/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-group.color .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 13px;
}
/* Page: Inbox
=================================================================== */
ul.messagesList {
  list-style: none;
  margin: 0 0 0 -40px;
  font-size: 12px;
}
ul.messagesList li {
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
ul.messagesList li .glyphicons {
  padding: 5px 0 5px 25px;
}
ul.messagesList li .glyphicons:before {
  font-size: 14px;
  margin: -2px 0px 0px 5px;
  color: #3b3b41;
}
ul.messagesList li:nth-child(odd) {
  background: #fff !important;
}
ul.messagesList li.odd {
  background: #fff !important;
}
ul.messagesList li span {
  display: inline-block;
}
ul.messagesList li span.from {
  width: 25%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
ul.messagesList li span.title {
  width: 55%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
ul.messagesList li span.date {
  width: 20%;
  text-align: right;
}
.message .header {
  margin-bottom: 30px;
}
.message .header h1 {
  background: #67c2ef;
  /* rgba(103, 194, 239, 1); */

  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
  margin: -20px -20px 10px -20px;
  padding: 20px;
}
.message .header i {
  margin-top: -15px;
}
.message .header .from {
  display: inline-block;
  width: 70%;
  font-size: 12px;
}
.message .header .date {
  display: inline-block;
  width: 29%;
  text-align: right;
  float: right;
  font-size: 12px;
}
.message .attachments {
  border-top: 3px solid #f9f9f9;
  border-bottom: 3px solid #f9f9f9;
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 12px;
}
.message .attachments ul {
  list-style: none;
  margin: 0 0 0 -40px;
}
.message .attachments ul li {
  margin: 10px 0;
}
.message .attachments ul li span.label {
  font-size: 12px !important;
}
.message .attachments ul li span.quickMenu {
  float: right;
  text-align: right;
}
.message .attachments ul li span.quickMenu .glyphicons {
  padding: 5px 0 5px 25px;
}
.message .attachments ul li span.quickMenu .glyphicons:before {
  font-size: 14px;
  margin: -2px 0px 0px 5px;
  color: #3b3b41;
}
/* Page: ToDo
=================================================================== */
.priority.high {
  background: #ffeded;
  margin-bottom: 1px;
}
.priority.high span {
  background: #ff5454;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.priority.medium {
  background: #fef8eb;
  margin-bottom: 1px;
}
.priority.medium span {
  background: #fabb3d;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.priority.low {
  background: #e4f5dc;
  margin-bottom: 1px;
}
.priority.low span {
  background: #78cd51;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.task {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 1px;
  position: relative;
}
.task .desc {
  display: inline-block;
  width: 75%;
  padding: 10px 10px;
  font-size: 12px;
}
.task .desc .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.task .time {
  display: inline-block;
  width: 15%;
  padding: 10px 10px 10px 0px;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.task .time .date {
  font-size: 18px;
  margin-bottom: 5px;
}
.task.last {
  border-bottom: 1px solid transparent;
}
.task.high {
  border-left: 2px solid #ff5454;
}
.task.medium {
  border-left: 2px solid #fabb3d;
}
.task.low {
  border-left: 2px solid #78cd51;
}
.timeline {
  width: auto;
  height: 100%;
  margin: 20px auto;
  background: url(../img/timeline-bg.png) repeat-y center top;
}
.timeslot {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 5px 0px;
  background: url(../img/timeline-bg.png) repeat-y center top;
}
.timeslot .task {
  position: absolute;
  width: 42%;
  padding-right: 18px;
  display: block;
  height: auto;
  border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.timeslot .task span {
  border: 2px solid #67c2ef;
  background: #f1fafe;
  padding: 5px;
  display: block;
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeslot .task span span.details {
  font-size: 16px;
  margin-bottom: 10px;
}
.timeslot .task span span.remaining {
  font-size: 14px;
}
.timeslot .task span span {
  border: 0px;
  background: transparent;
  padding: 0px;
}
.timeslot .task .arrow {
  position: absolute;
  top: 6px;
  right: 0px;
  height: 20px;
  width: 20px;
  background: url(../img/timeline-left-arrow.png) no-repeat;
}
.timeslot .icon {
  position: absolute;
  border: 2px solid #67c2ef;
  background: #3b3b41;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  height: 30px;
  width: 30px;
  left: 50%;
  margin-left: -16px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-shadow: none;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.timeslot .time {
  background: #f9f9f9;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 1px;
  left: 50%;
  padding: 5px 10px 5px 40px;
  z-index: 1;
  margin-top: 1px;
}
.timeslot.alt .task {
  left: auto;
  right: -20px;
  padding-left: 18px;
}
.timeslot.alt .task .arrow {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 20px;
  width: 20px;
  background: url(../img/timeline-right-arrow.png) no-repeat;
}
.timeslot.alt .time {
  top: 1px;
  left: auto;
  right: 50%;
  padding: 5px 40px 5px 10px;
}
/* Page: Login Box
=================================================================== */
.login-box {
  width: 400px;
  margin: 100px auto;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 19%, #ffffff 77%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(19%, #ffffff), color-stop(77%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 19%, #ffffff 77%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 19%, #ffffff 77%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 19%, #ffffff 77%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 19%, #ffffff 77%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.login-box h2 {
  color: #646464;
  margin-left: 30px;
  /*font-family: monaco;*/
  font-weight: normal;
}
.login-box h3 {
  color: #646464;
  margin-left: 30px;
  /*font-family: monaco;*/
  font-weight: normal;
}
.login-box p {
  margin: 10px 30px;
  font-weight: normal;
}
.login-box .input-group {
  width: 90% !important;
  margin: 0 auto;
}
.login-box input[type="text"],
.login-box input[type="password"] {
  border: 1px solid #ccc;
  color: #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login-box .icons {
  text-align: right;
  margin: 20px 15px;
}
.login-box .icons i {
  text-align: right;
  opacity: .2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  margin: 0px 5px;
}
.login-box .icons i:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.login-box .remember {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
.login-box .button-login {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}
.login-box .input-wrap {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  border-left: 3px solid #fff;
}
.login-box .input-wrap-focus {
  background: #fcfcfc;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  border-left: 3px solid #646464;
}
/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
  .container {
    width: 98% !important;
  }
  #content {
    padding: 20px;
    margin-left: 0px;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  #sidebar-left {
    background: transparent;
    margin: -1px -17px 0px 10px;
    padding-top: 0px;
  }
  .sidebar-nav > ul {
    margin: 0 0 0 -20px;
  }
  footer {
    margin: 20px 0 0 0;
    padding: 10px 20px;
  }
}
/* Higher than 992 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 98% !important;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  #content {
    padding: 10px;
  }
  .dark {
    padding: 10px;
    top: -10px;
    right: 4px;
    margin-bottom: -20px;
  }
  #sidebar-left {
    background: transparent;
    margin: -1px -17px 0px 10px;
    padding-top: 0px;
    position: relative;
    z-index: 2;
  }
  .sidebar-nav > ul {
    margin: 0px 0px 0px -20px;
  }
  .sidebar-nav > ul .badge {
    margin: -36px 5px 0 0;
  }
  .stats-date .range {
    font-size: 18px;
    font-weight: 300;
  }
  .stats .stat .left .number {
    font-size: 22px;
    font-weight: 300;
  }
  .stats .stat .left .title {
    font-size: 10px;
  }
  .stats .stat .right .percent {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .sparkLineStats li .number {
    font-size: 16px;
    font-weight: 700;
    padding: 0 5px;
    color: #FA5833;
  }
  /* Page: Tasks
  	=================================================================== */
  .task .desc {
    display: inline-block;
    width: 70%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .task .desc .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .task .time {
    display: inline-block;
    float: right;
    width: 20%;
    padding: 10px 10px;
    font-size: 12px;
    text-align: right;
  }
  .task .time .date {
    font-size: 16px;
    margin-bottom: 5px;
  }
  ul.messages-list li a .date {
    display: none;
  }
  footer {
    margin: 20px 0 0 0;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
  }
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 98% !important;
  }
  #content {
    padding: 10px;
    margin-left: -2px;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  #sidebar-left {
    background: transparent;
    margin: -1px -15px 0px 10px;
    padding-top: 0px;
    position: relative;
    z-index: 2;
  }
  .sidebar-nav > ul {
    margin: 0px 0px 0px 0px;
  }
  .sidebar-nav > ul .badge {
    margin: -22px 3px 0 0;
  }
  .dark {
    padding: 10px;
    top: -10px;
    right: 4px;
    margin-bottom: -20px;
  }
  .noMargin {
    margin-left: 0px !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
    margin-left: -20px !important;
  }
  .sidebar-nav {
    padding: 0;
    margin-bottom: 0;
  }
  .stats-date .range {
    font-size: 16px;
    font-weight: 300;
  }
  .stats .stat .left .number {
    font-size: 16px;
    font-weight: 300;
  }
  .stats .stat .left .title {
    font-size: 9px;
  }
  .stats .stat .right .percent {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .box-small-link {
    font-size: 20px;
  }
  .sparkLineStats li .number {
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px;
    color: #FA5833;
  }
  /* Page: Tasks
  	=================================================================== */
  .task {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 1px;
  }
  .task .desc {
    display: inline-block;
    width: 65%;
    padding: 10px 10px;
    font-size: 10px;
    margin-right: -20px;
  }
  .task .desc .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .task .time {
    display: inline-block;
    float: right;
    width: 25%;
    padding: 10px 10px;
    font-size: 10px;
    text-align: right;
  }
  .task .time .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .task.high {
    border-left: 2px solid #fa603d;
  }
  .task.medium {
    border-left: 2px solid #fabb3d;
  }
  .task.low {
    border-left: 2px solid #78cd51;
  }
  .timeslot .task span {
    border: 2px solid #67c2ef;
    background: rgba(103, 194, 239, 0.1);
    padding: 5px;
    display: block;
    font-size: 10px;
  }
  .timeslot .task span span {
    border: 0px;
    background: transparent;
    padding: 0px;
  }
  .timeslot .task span span.details {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .timeslot .task span span.remaining {
    font-size: 12px;
  }
  footer {
    margin: 20px 0 0 0;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
  }
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
  }
  #content {
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .dark {
    padding: 10px;
    top: 0px;
    right: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    border: 4px solid #f9f9f9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .navbar-collapse {
    max-height: 100%;
    margin-right: -10px;
    margin-left: -10px;
    border-top: none;
    box-shadow: none;
  }
  .navbar-collapse.in {
      overflow: visible ;
  }
  .sidebar-nav > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0px;
  }
  .sidebar-nav > ul .badge {
    margin: 1px 15px 0 0;
  }
  .nav-tabs.nav-stacked > li {
    margin: 0px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav-tabs.nav-stacked > li > a {
    margin: 0px !important;
    font-size: 14px;
    padding: 12px 0px;
    color: #aaa;
    text-shadow: 0px 1px 0px #fff;
  }
  .nav-tabs.nav-stacked > li > ul > li > a {
    font-size: 12px;
  }
  .nav-tabs.nav-stacked > li > a > i {
    display: inline !important;
    margin-right: 10px;
  }
  .nav-tabs.nav-stacked > li > ul > li > a > i {
    display: inline !important;
    margin-right: 10px;
  }
  .nav-tabs.nav-stacked > li.active > a {
    border: 0px;
  }
  .nav-tabs.nav-stacked > li.active > ul {
    border: 0px;
  }
  /* Page: Tasks
  	=================================================================== */
  .task {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 1px;
  }
  .task .desc {
    display: inline-block;
    width: 65%;
    padding: 10px 10px;
    font-size: 10px;
    margin-right: -20px;
  }
  .task .desc .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .task .time {
    display: inline-block;
    float: right;
    width: 25%;
    padding: 10px 10px;
    font-size: 10px;
    text-align: right;
  }
  .task .time .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .task.high {
    border-left: 2px solid #fa603d;
  }
  .task.medium {
    border-left: 2px solid #fabb3d;
  }
  .task.low {
    border-left: 2px solid #78cd51;
  }
  .timeslot .task span {
    border: 2px solid #67c2ef;
    background: rgba(103, 194, 239, 0.1);
    padding: 5px;
    display: block;
    font-size: 10px;
  }
  .timeslot .task span span {
    border: 0px;
    background: transparent;
    padding: 0px;
  }
  .timeslot .task span span.details {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .timeslot .task span span.remaining {
    font-size: 12px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  #content {
    padding: 5px;
  }
  .stats .stat {
    width: 50%;
    margin: 10px 0% 0% 0%;
    float: left;
  }
  .quick-button,
  .quick-button-small {
    margin-bottom: 20px;
  }
  .pull-right {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .fc-button-today,
  .fc-button-month,
  .fc-button-agendaWeek,
  .fc-button-agendaDay {
    display: none;
  }
  footer {
    padding: 10px 20px;
    position: relative;
    z-index: 2;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
  body {
    padding: 0px;
  }
  #content {
    padding: 5px;
  }
  .stats .stat {
    width: 100%;
    margin: 1% 0% 0% 0%;
    float: left;
  }
  .quick-button,
  .quick-button-small {
    margin-bottom: 20px;
  }
  .pull-right {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .fc-button-today,
  .fc-button-month,
  .fc-button-agendaWeek,
  .fc-button-agendaDay {
    display: none;
  }
  table,
  .pagination {
    font-size: 10px;
  }
  .pagination {
    padding: 5px;
  }
  footer {
    padding: 10px 20px;
  }
}




/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  /*width: 47px;
  height: 54px;
  line-height: 54px;*/
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
.bootstrap-datetimepicker-widget table.table-condensed{
    margin-top:10px;
}

.date .fa-calendar{
    cursor: pointer;
}


/** initial setup **/
.nano {
position : relative;
width : 100%;
height : 100%;
overflow : hidden;
}
.nano > .nano-content {
position : absolute;
overflow : scroll;
overflow-x : hidden;
top : 0;
right : 0;
bottom : 0;
left : 0;
}
.nano > .nano-content:focus {
outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
display: block;
}
.nano > .nano-pane {
background : rgba(0,0,0,.25);
position : absolute;
width : 10px;
right :2px;
top : 0;
bottom : 0;
visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
opacity : .01;
-webkit-transition : .2s;
-moz-transition : .2s;
-o-transition : .2s;
transition : .2s;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
border-radius : 5px;
}
.nano > .nano-pane > .nano-slider {
background: #444;
background: rgba(0,0,0,.5);
position : relative;
margin : 0 1px;
-moz-border-radius : 3px;
-webkit-border-radius : 3px;
border-radius : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
visibility : visible\9; /* Target only IE7 and IE8 with this hack */
opacity : 0.99;
}

.center {
    display: table;
    margin: 0 auto;
}
.payment-box {
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 10px 0;
    padding: 50px;
    max-width: 550px;
}

/* For new approach */
.modal.fade.show {
  opacity: 1;
}

.modal-backdrop.fade.show {
  opacity: 0.3;
}

.markupModal {
  margin-top: 200px;
}
