/*
*	 Author: Vijay Kumar
*	 Template: Archon - Flat & Responsive Bootstrap Admin Template
*	 Version: 1.0
*	 Bootstrap version: 3.0.0
*	 Copyright 2013 bootstrapguru
*	 www: http://bootstrapguru.com
*	 mail: support@bootstrapguru.com
*	 You can find our other themes on: https://bootstrapguru.com/themes/
---------------------------------------------------------------------------------------------- */

@import "jquery-ui-1.10.3.custom.css";
@import "demoTable.css";
@import "nvd3.css";
@import "font-awesome.css";
@import "map-icons.css";
@import "colorpicker.css";
@import "jquery.gritter.css";
@import "bootstrap-markdown.min.css";
@import "bootstrap-progressbar.css";

body {
  background-color: #eeeff2;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}
.toggle-sidebar {
  display: none;
}
#main-content {
  padding: 20px;
}
#main-content.white {
  background: #FFFFFF;
  padding: 0px 15px;
}
body a:hover {
  text-decoration: none;
}
/* Navbar
---------------------------------------------------------------------------------------------- */
.navbar-brand {
  font-family: 'Leckerli One', cursive;
  font-weight: 800;
  font-size: 30px !important;
  padding: 8px 0px !important;
  display: none;
}
.navbar {
  background: #3d4a5d;
  border-radius: 0px !important;
  color: #cacaca;
  margin: 0;
  padding: 0 30px;
  position: relative;
  height: 50px;
  border-left: 2px solid #5c9df5;
}
.navbar a {
  color: #cacaca;
}
.navbar a:hover {
  color: #fff;
}
.navbar a.brand {
  color: #FFFFFF;
  font-size: 20px;
  float: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  margin-left: 0;
  padding: 10px 0;
}
.navbar .navbar-inner {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.navbar .navbar-inner:before,
.navbar .navbar-inner:after {
  display: none;
  clear: none;
}
.navbar .btn {
  background: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 0;
  height: 20px;
  line-height: 20px;
}
.navbar .btn i {
  color: #fff;
  font-size: 21px;
  width: 22px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/*= Frame
---------------------------------------------------------------------------------------------- */
.frame {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}
/*= Sidebar
---------------------------------------------------------------------------------------------- */
.sidebar {
  background: #2b303e;
  width: 280px;
  height: 100% !important;
  position: absolute;
  text-shadow: 0 1px 0 #000;
}
.sidebar a {
  color: #989dac;
  font-weight: 400;
  text-decoration: none !important;
}
.sidebar a:hover {
  color: #ffffff;
  margin-left: 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar a.logo:hover {
  color: #FFFFFF;
  margin-left: 0px !important;
}
.sidebar .wrapper {
  padding: 0 20px;
}
.sidebar .nav {
  padding: 0 0 100px;
}
.sidebar .nav > li,
.sidebar .nav > li > ul > li {
  margin-bottom: 2px;
}
.nav > li > ul > li > a {
  position: relative;
  display: block;
}
.nav > li > ul {
  list-style: none;
  padding-left: 5px;
  display: none;
  border-left: 2px solid #3b3f4d;
  margin-left: 20px;
}
.sidebar .nav > li > a,
.sidebar .nav > li > ul > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 20px;
  padding: 8px 5px 8px 0;
  margin: 0;
  text-shadow: inherit;
  font-size: 13px;
  font-weight: 500;
}
.sidebar .nav > li > ul > li > a {
  padding: 4px 5px 4px 0;
}
.sidebar .nav > li > a > i,
.sidebar .nav > li > ul > li > a > i {
  color: #989dac;
  display: inline-block;
  font-size: 14px;
  margin: 0 15px 0 10px;
  text-align: center;
  width: 20px;
}
.sidebar .nav > li.active > a > i,
.sidebar .nav > li > ul > li.active > a > i {
  color: #FFFFFF;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li.active > a,
.sidebar .nav > li > ul > li > a:hover,
.sidebar .nav > li > ul > li.active > a {
  background: #3b3f4d;
  border-left: 5px solid #5c9df5;
  color: #FFFFFF;
}
.sidebar .nav > li > a:hover > i {
  color: #eee;
}
.sidebar .nav > li > a .label {
  background: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #4e505a;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  float: right;
  line-height: 20px;
  padding: 0 10px;
}
.sidebar .nav > li + .nav-header {
  margin-top: 20px;
}
.sidebar .nav .nav-header {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-shadow: none;
}
.sidebar .nav .nav-search {
  color: #FFFFFF;
  background-color: #3b3f4d;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 240px !important;
  border-radius: none !important;
  border: none !important;
}
.sidebar .nav .input-icon {
  color: #777;
  background-color: #3b3f4d;
  font-size: 20px;
  font-weight: 400;
}
.sidebar .nav .progress {
  background: #2f2f2f;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 5px;
}
.sidebar .nav .progress .bar {
  border: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.sidebar .nav .progress + div {
  color: #aaa;
  font-size: 12px;
}
/* Content
---------------------------------------------------------------------------------------------- */
.content {
  padding-bottom: 50px;
  position: relative;
  margin-left: 280px;
}
.content .content-head {
  background: #fff;
  border-bottom: 1px solid #d2d4d6;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px 30px 40px;
}
.content .content-head .breadcrumb {
  background: none;
  padding: 15px 0 30px;
  margin: 0;
  font-size: 90%;
}
.content .content-head h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}
.content .profile-head .profile-name {
  font-size: 21px;
  margin-bottom: 4px;
}
.content .profile-head .profile-brief {
  margin-bottom: 20px;
}
.content .content-body {
  padding: 30px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
/* Web Statistics mini
---------------------------------------------------------------------------------------------- */
.web-stats {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #d7e3f0;
  height: 80px;
}
.web-stats > .mini-graph.success {
  background-color: #48C9B0;
}
.web-stats > .mini-graph.info {
  background-color: #3498DB;
}
.web-stats > .mini-graph.warning {
  background-color: #F5D313;
}
.web-stats > .mini-graph.danger {
  background-color: #E74C3C;
}
.web-stats > div > h5 {
  font-size: 20px !important;
}
.web-stats > span {
  padding: 5px;
}
.web-stats.primary {
  border-left: 4px solid #48C9B0;
}
.web-stats.success {
  border-left: 4px solid #2ECC71;
}
.web-stats.warning {
  border-left: 4px solid #F5D313;
}
.web-stats.danger {
  border-left: 4px solid #E74C3C;
}
.web-stats.info {
  border-left: 4px solid #3498DB;
}
.web-stats.inverse {
  border-left: 4px solid #34495E;
}
/* Panels override
---------------------------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #d7e3f0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel.no-padding > .panel-body {
  padding: 0px !important;
}
h3.panel-title {
  font-size: 18px;
  font-weight: 200;
}
h3.panel-title > span > a.btn {
  margin-top: -5px;
}
h3.panel-title > span > a {
  display: inline-block;
  color: white;
  text-align: center;
  width: 36px;
  text-decoration: none;
}
/* Panels archon class
---------------------------------------------------------------------------------------------- */
.panel-archon {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-archon > .panel-heading {
  color: #667b8c;
  background-color: #f5f7fa;
  border-bottom: 2px solid #ececec;
}
.panel-archon > .panel-heading a {
  color: #667b8c;
}
/* Panels demo class
---------------------------------------------------------------------------------------------- */
.panel-demo {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-demo > .panel-heading {
  color: #667b8c;
  background-color: #f5f7fa;
}
.panel-demo > .panel-heading a {
  color: #667b8c;
}
.panel.main-graph > .panel-heading {
  background-color: #f5f7fa;
  text-transform: uppercase;
  border-bottom: 2px solid #ececec;
}
/* Panels Chat class
---------------------------------------------------------------------------------------------- */
.panel-chat {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-chat > .panel-heading {
  color: #FFFFFF;
  background-color: #3b405e;
}
.panel-chat > .panel-heading:hover {
  text-decoration: none;
}
.panel-chat > .panel-heading .panel-title > .vj {
  display: none;
}
.panel-chat > .panel-body {
  padding: 0px !important;
}
.panel-chat > .panel-body .users-column {
  background-color: #f6f7fb;
  height: 500px;
  overflow: auto;
  padding: 0px;
  border-right: 1px solid #d7d9e5;
  width: 25%;
  float: left;
}
.panel-chat > .panel-body .users-column ul {
  margin-bottom: 0px;
}
.panel-chat > .panel-body .users-column ul li {
  padding: 5px 10px ;
  border-bottom: 1px solid #d9dde8;
  position: relative;
  height: 50px;
}
.panel-chat > .panel-body .users-column ul li.unread {
  background-color: #e1e4eb;
}
.panel-chat > .panel-body .users-column ul li:hover {
  background-color: #e1e4eb;
  cursor: pointer;
}
.panel-chat > .panel-body .users-column ul li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  border: 2px solid #d7d9e5;
  padding: 2px;
}
.panel-chat > .panel-body .users-column ul li .username {
  font-size: 16px;
  line-height: 30px;
}
.panel-chat > .panel-body .users-column ul li .username span {
  font-size: 12px;
  margin-top: 5px;
}
.panel-chat > .panel-body .users-column ul li i {
  font-size: 8px;
  line-height: 30px;
  padding-left: 5px;
}
.panel-chat > .panel-body .message-column {
  margin-left: 25%;
}
.panel-chat > .panel-body .message-column .user-block .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  border: 2px solid #d7d9e5;
  padding: 2px;
}
.panel-chat > .panel-body .message-column .user-block .username {
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
}
.panel-chat > .panel-body .message-column .user-block {
  background-color: #45aeda;
  padding: 10px;
}
.panel-chat > .panel-body .message-column .user-block .user-options > a {
  line-height: 15px;
  margin-right: 20px;
  margin-top: 5px;
}
.panel-chat > .panel-body .message-column .messages {
  padding-top: 0px;
  height: 400px;
  overflow: auto;
}
.panel-chat > .panel-body .message-column ul {
  margin-bottom: 0px;
}
.panel-chat > .panel-body .message-column ul li {
  border-left: 2px solid #9faabe;
  padding-top: 10px;
  border-bottom: 1px solid #e8e7ec;
}
.panel-chat > .panel-body .message-column ul li.sender {
  border-left: 4px solid #658ace;
  background-color: #f5f5f5;
}
.panel-chat > .panel-body .message-column .messages .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px 10px;
  float: left;
  border: 2px solid #d7d9e5;
  padding: 2px;
}
.panel-chat > .panel-body .message-column .messages .message .username {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.panel-chat > .panel-body .message-column .messages .message .time {
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  padding-right: 20px;
}
.panel-chat > .panel-body .message-column .messages .message p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 10px;
  color: #5d5f76;
}
.panel-chat > .panel-body .message-column .messages .message p:hover {
  text-decoration: none;
}
.panel-chat > .panel-body .message-column .composer .text-input {
  color: #60636e;
  height: 40px;
  background-color: #dcdde3;
}
.panel-chat > .panel-body .message-column .composer input,
.panel-chat > .panel-body .message-column form {
  margin: 0px;
}
.panel-chat > .panel-body .message-column .composer input,
.panel-chat > .panel-body .message-column .composer button {
  border-radius: 0px;
  height: 40px;
}
/* Panels Todo class
---------------------------------------------------------------------------------------------- */
.panel-todo {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-todo > .panel-heading {
  color: #FFFFFF;
  background-color: #3b405e;
}
.panel-todo > .panel-body {
  height: 500px;
  overflow: auto;
  padding: 0px;
}
.panel-todo > .panel-body ul {
  margin-bottom: 0px;
}
.panel-todo > .panel-body ul li {
  padding: 15px 15px;
  border-bottom: 1px solid #d9dde8;
  font-weight: 200;
}
.panel-todo > .panel-body ul li:last-child {
  padding-bottom: 15px;
}
.panel-todo > .panel-body ul li:hover {
  background-color: #f5f5f5;
}
.panel-todo > .panel-body ul li input {
  margin-right: 10px;
}
.panel-todo > .panel-body ul li > .time {
  float: right;
  font-size: 12px;
  opacity: 0.7;
}
.panel-todo > .panel-body ul li.finish {
  background-color: #f5f5f5;
}
.panel-todo > .panel-body ul li.finish input,
.panel-todo > .panel-body ul li.finish > .time,
.panel-todo > .panel-body ul li.finish span {
  text-decoration: line-through;
  opacity: 0.3;
}
/* Panels Summary class
---------------------------------------------------------------------------------------------- */
.panel-summary {
  border: 1px solid #e5e5e5;
  background-color: #59cad1;
  border-radius: 8px;
}
.panel-summary > .panel-heading {
  color: #FFFFFF;
  border-bottom: 1px solid #40adb4;
}
.panel-summary > .panel-heading > h3 {
  font-weight: 200;
}
.panel-summary > .panel-body {
  padding: 0px;
}
.panel-summary > .panel-body > .up,
.panel-summary > .panel-body .down {
  width: 50%;
  text-align: center;
  font-size: 40px;
  border-right: 1px solid #40adb4;
  color: #FFFFFF;
  padding: 10px 0px;
}
.panel-summary > .panel-body > .down {
  float: right;
  border-right: none;
}
.panel-summary > .panel-body .statistics {
  background-color: #43484d;
  color: #FFFFFF;
  text-align: center;
  font-size: 50px;
  padding: 20px;
}
.panel-summary > .panel-body .statistics > .small {
  font-size: 18px;
  font-weight: 100;
}
.panel-summary > .panel-body .statistics a.report {
  font-size: 18px;
  font-weight: 100;
  opacity: 0.5;
  color: #FFFFFF;
  padding-bottom: 10px;
}
/* Inner panel instead of acccordion , collapse panels*/
.panel-summary > .panel-body .category-summary {
  font-size: 18px;
  font-weight: 100;
  color: #FFFFFF;
}
.panel-summary > .panel-body .category-summary .panel .panel-heading {
  padding: 5px 10px;
  background-color: #FFFFFF;
  font-size: 20px;
}
.panel-summary > .panel-body .category-summary .panel {
  margin: 0px;
  border-radius: 0px;
}
.panel-summary > .panel-body .category-summary .panel .panel-collapse .panel-body {
  color: #555;
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 0px;
  padding-top: 10px;
}
.panel-summary > .panel-body .category-summary .panel .panel-collapse .panel-body ul li {
  padding: 0px 10px;
  padding-top: 3px;
}
.panel-summary > .panel-body .category-summary .panel .panel-collapse .panel-body ul li:hover {
  background-color: #e5e5e5;
}
.panel-summary > .panel-body .category-summary .panel .panel-collapse .panel-body ul li p,
.panel-summary > .panel-body .category-summary .panel .panel-collapse .panel-body ul li span {
  font-size: 13px;
}
/* Panels plain class
---------------------------------------------------------------------------------------------- */
.panel-plain {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-plain > .panel-heading {
  color: #48555b;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 2px solid #ececec;
}
.panel-plain > .panel-heading > h3.panel-title > span > a {
  display: inline-block;
  color: #48555b;
  text-align: center;
  width: 36px;
  text-decoration: none;
}
/* Panels Users class
---------------------------------------------------------------------------------------------- */
.panel-users {
  border: 1px solid #d9dfe7;
  background-color: #FFFFFF;
}
.panel-users > .panel-heading {
  color: #FFFFFF;
  background-color: #59d1a3;
  text-transform: uppercase;
  border-bottom: 2px solid #ececec;
}
.panel-users > .panel-heading > h3.panel-title > span > a {
  display: inline-block;
  text-align: center;
  width: 36px;
}
.panel-users > .panel-body {
  height: 480px;
  overflow: auto;
  padding-left: 10px;
}
.users-table > tbody > tr {
  height: 60px !important;
}
.users-table > tbody > tr > td {
  line-height: 40px;
}
.users-table > tbody > tr > td > .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
/* Knobs panel
---------------------------------------------------------------------------------------------- */
.panel-knob {
  border: 2px solid #d9dfe7;
  background-color: #45aeda;
}
.panel-knob > .panel-heading > h3 {
  color: #d8ebf5;
  font-weight: 100;
  font-size: 18px !important;
}
.panel-knob > .panel-heading > h3 > span > .panel-refresh {
  color: #7dc6e5;
}
.panel-knob > .panel-heading > h3 > span > .panel-refresh:hover {
  color: #b1e1f6;
}
.panel-knob > .panel-body {
  text-align: center;
  padding: 0px;
}
.panel-knob > .panel-footer {
  background-color: #FFFFFF;
  color: #383E4B;
  margin-top: 10px;
}
.panel-title {
  font-size: 20px;
  font-weight: 400;
}
h3.panel-title > span > a.btn {
  margin-top: -5px;
}
h3.panel-title > span > a {
  display: inline-block;
  color: white;
  text-align: center;
  width: 36px;
  text-decoration: none;
}
/* Latest Activities
---------------------------------------------------------------------------------------------- */
.latest-activities .panel-body {
  height: 350px;
  overflow: auto;
}
.latest-activities .panel-body > ul > li {
  border-bottom: 1px solid #eaeff1;
  padding: 5px;
}
.latest-activities .panel-body > ul {
  margin-bottom: 0px;
}
.latest-activities .panel-body > ul > li:hover {
  background-color: #eaeff1;
}
.latest-activities .activity-icon {
  width: 30px;
  height: 30px;
  float: left;
}
.latest-activities .activity-link {
  font-size: 25px;
  line-height: 30px;
  color: #838b8f;
  margin-right: 20px;
}
.latest-activities .activity-link:hover {
  color: #595e60;
}
.latest-activities p {
  font-size: 16px;
  margin-left: 40px !important;
  line-height: 25px;
}
.latest-activities p > span.time {
  font-size: 12px;
  padding-left: 20px;
}
/* Installed plugins
---------------------------------------------------------------------------------------------- */
.installed-plugins .panel-body {
  height: 350px;
  overflow: auto;
}
.installed-plugins > .panel-body > ul > li {
  text-align: center;
}
.installed-plugins > .panel-body > ul > li {
  font-size: 20px;
  padding: 10px;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  margin: 10px;
  width: 100px;
}
.installed-plugins > .panel-body > ul > li > h5 {
  font-size: 20px;
  text-align: center;
}
.installed-plugins > .panel-body > ul > li.success {
  background-color: #48C9B0;
}
.installed-plugins > .panel-body > ul > li.primary {
  background-color: #45aeda;
}
.installed-plugins > .panel-body > ul > li.blue {
  background-color: #59cad1;
}
.installed-plugins > .panel-body > ul > li.green {
  background-color: #59d1a3;
}
.installed-plugins > .panel-body > ul > li.orange {
  background-color: #ffb750;
}
.installed-plugins > .panel-body > ul > li.pink {
  background-color: #fd7a4e;
}
.installed-plugins > .panel-body > ul > li.thickblue {
  background-color: #209bce;
}
/* Panels Instagram @widget 
---------------------------------------------------------------------------------------------- */
.panel-instagram {
  margin-bottom: 0px;
  margin-top: 10px;
}
.panel-instagram > .panel-body {
  padding: 0px;
  height: 400px;
}
.panel-instagram > .panel-body > .cover img {
  width: 100%;
  height: 300px;
}
.panel-instagram > .panel-body > .profile {
  background-color: #ecf3f4;
  height: 100px;
  padding: 20px;
}
.panel-instagram > .panel-body > .profile img {
  float: left;
  margin-right: 20px;
}
.panel-instagram > .panel-body > .profile .details {
  margin-left: 20px;
  line-height: 30px;
  font-size: 20px;
}
.panel-instagram > .panel-body > .profile .details .name {
  font-size: 20px;
  font-weight: 800;
}
.panel-instagram > .panel-footer {
  background-color: #34495D;
  padding: 0px 15px !important;
}
.panel-instagram > .panel-footer > .row > a {
  color: #FFFFFF;
  text-align: center;
  border-right: 1px solid #0eb1c9;
  line-height: 40px;
  height: 40px;
  background-color: #4bc1d2;
}
.panel-instagram > .panel-footer > .row > a:hover {
  background-color: #80e1ef;
  text-decoration: none;
}
.panel-instagram > .panel-footer > .row > a > i {
  padding-right: 10px;
}
.panel-instagram > .panel-footer > .row > a:last-child {
  border-right: none;
}
/* Panels Widget form @widget 
---------------------------------------------------------------------------------------------- */
.panel-form {
  margin-bottom: 0px;
  margin-top: 10px;
}
.panel-form > .panel-body {
  padding: 20px 40px;
  height: 350px;
}
.panel-form > .panel-heading {
  padding: 0px 15px !important;
}
.panel-form > .panel-heading > .row > a {
  color: #FFFFFF;
  text-align: center;
  border-right: 1px solid #0eb1c9;
  line-height: 40px;
  height: 40px;
  background-color: #4bc1d2;
}
.panel-form > .panel-heading > .row > a:hover {
  background-color: #80e1ef;
  text-decoration: none;
}
.panel-form > .panel-heading > .row > a > i {
  padding-right: 10px;
}
.panel-form > .panel-heading > .row > a:last-child {
  border-right: none;
}
/* Support  tickets @widget 
---------------------------------------------------------------------------------------------- */
.support-tickets {
  margin-bottom: 0px;
  margin-top: 10px;
}
.support-tickets .table {
  background-color: #FFFFFF;
  font-weight: 800;
  color: #555555;
}
.support-tickets .table thead {
  background-color: #4bc1d2;
  color: #FFFFFF;
}
.support-tickets .table td.icon {
  text-align: center;
  width: 10%;
}
.support-tickets .table td.description {
  width: 70%;
}
.support-tickets .table td.time a {
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  width: 20%;
}
/* Support  Summary @widget 
---------------------------------------------------------------------------------------------- */
.support-summary {
  margin-bottom: 0px;
  margin-top: 10px;
}
.support-summary .panel-body {
  padding: 5px 0px;
}
.support-summary .panel-body .table {
  margin: 0px;
}
/* Panels Survey @widget 
---------------------------------------------------------------------------------------------- */
.panel-survey {
  margin-bottom: 0px;
  margin-top: 10px;
}
.panel-survey > .panel-body {
  padding: 0px;
  height: 165px;
  text-align: center;
  background-color: #8471b1;
  color: #FFF;
}
.panel-survey > .panel-body i {
  font-size: 120px;
}
.panel-survey > .panel-footer {
  background-color: #FFFFFF;
  padding: 0px 15px !important;
}
.panel-survey > .panel-footer > .row > a {
  color: #8471b1;
  text-align: center;
  border-right: 1px solid #8471b1;
  line-height: 40px;
  height: 40px;
  background-color: #FFFFFF;
}
.panel-survey > .panel-footer > .row > a:hover {
  background-color: #5dcff3;
  text-decoration: none;
  color: #FFFFFF;
  border-right: 1px solid #5dcff3;
}
.panel-survey > .panel-footer > .row > a > i {
  padding-right: 10px;
}
.panel-survey > .panel-footer > .row > a:last-child {
  border-right: none;
}
/* Panels note @widget 
---------------------------------------------------------------------------------------------- */
.panel-note {
  margin-bottom: 0px;
  margin-top: 10px;
  border: 1px solid #c5cade;
}
.panel-note > .panel-body {
  padding: 0px;
  height: 120px;
  text-align: center;
  background-color: #dfe1e9;
  color: #798699;
}
.panel-note > .panel-body p {
  font-size: 40px;
}
.panel-note > .panel-body i {
  font-size: 40px;
  margin: 0px 20px;
}
.panel-note > .panel-body i.red {
  color: #e86d4c;
}
.panel-note > .panel-body i.blue {
  color: #20a0dd;
}
.panel-note > .panel-footer {
  background-color: #FFFFFF;
  padding: 20px 15px !important;
  text-align: center;
}
.panel-note > .panel-footer i {
  font-size: 60px;
}
/* Full calendar
---------------------------------------------------------------------------------------------- */
#external-events {
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
  margin-bottom: 20px;
  padding: 0px 20px;
}
#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
.external-event {
  /* try to mimick the look of a real event */

  margin: 10px 0;
  padding: 2px 4px;
  background: #3366CC;
  color: #fff;
  font-size: .85em;
  cursor: pointer;
}
.fc-event {
  border: 1px solid #93D0EA !important;
  /* default BORDER color */

  background-color: #93D0EA !important;
  /* default BACKGROUND color */

  color: #FFF !important;
  /* default TEXT color */

  font-size: .85em;
  cursor: default;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}
/* panel-mini-calendar
---------------------------------------------------------------------------------------------- */
.panel-mini-calendar > .panel-body {
  padding: 0px;
}
.panel-mini-calendar .calendar-day {
  width: 50%;
  float: left;
  font-size: 50px;
}
.panel-mini-calendar > .panel-body .calendar-mini {
  background-color: #1fbba6;
}
.panel-mini-calendar .calendar-mini .fc-header-title h2 {
  font-size: 24px;
  text-align: center;
  margin-left: 80px;
  color: #f1f1f3;
  padding: 20px 0px;
}
.panel-mini-calendar .calendar-mini .fc-header-right .fc-button-today {
  display: none;
}
.panel-mini-calendar .calendar-mini .fc-widget-header,
.panel-mini-calendar .calendar-mini .fc-widget-content {
  border: none;
}
.panel-mini-calendar .calendar-mini .fc-event .fc-event-inner {
  display: none;
}
.panel-mini-calendar .calendar-mini .add-event {
  width: 90%;
  margin: 0 5%;
  position: absolute;
  bottom: 10px;
  border-bottom: 1px solid transparent;
}
.panel-mini-calendar .calendar-mini .fc-state-default {
  background: transparent;
  border: none;
  color: #f1f1f3;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 20px 0px;
}
.panel-mini-calendar .calendar-mini .fc-state-highlight {
  background: transparent;
  font-weight: 900;
}
.panel-mini-calendar .calendar-mini tr th {
  background-color: #323a45;
  padding: 20px 15px;
  color: #FFFFFF;
  text-align: right;
}
.panel-mini-calendar .calendar-mini tr td {
  padding: 5px 20px;
  text-align: center;
}
.panel-mini-calendar .calendar-mini .fc-state-highlight {
  background: transparent;
  font-weight: 900;
}
/* Panels Map class
---------------------------------------------------------------------------------------------- */
.panel-map > .panel-body {
  padding: 0px;
  height: 350px;
}
/* Graphs
---------------------------------------------------------------------------------------------- */
.graph {
  height: 350px;
}
.realtime-bar {
  height: 350px;
  margin-left: -80px;
}
#chart1 svg,
#chart4 svg,
#chart5,
#flotOne,
#flotTwo,
#flotThree {
  height: 500px;
  min-width: 100px;
  min-height: 100px;
  /*
	Minimum height and width is a good idea to prevent negative SVG dimensions...
	For example width should be =< margin.left + margin.right + 1,
	of course 1 pixel for the entire chart would not be very useful, BUT should not have errors
	*/

}
#placeholder {
  height: 400px;
}
#menu > .btn {
  margin: 5px;
}
#choices > .choiceinput {
  margin-left: 20px;
  margin-right: 5px;
}
.site-status {
  padding: 20px !important;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px;
}
.switch-button-label {
  float: left;
  font-size: 15pt;
  cursor: pointer;
  font-weight: 600;
}
.switch-button-label.off {
  color: #adadad;
}
.switch-button-label.on {
  color: #2ECC71;
}
.switch-button-background {
  float: left;
  position: relative;
  background: #E4E6EB;
  border: 1px solid #aaa;
  margin: 1px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.switch-button-button {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #5c9df5;
  border: 1px solid #5c9df5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Form input override
---------------------------------------------------------------------------------------------- */
.form-control {
  border: 1px solid #BDC3C7;
}
/* Dropdown overwrite css for usermenu on top right
---------------------------------------------------------------------------------------------- */
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #1abc9c;
  border-color: #1abc9c;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #1abc9c !important;
  border-top-color: #1abc9c !important;
}
.navbar .nav li.dropdown.open .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: none;
}
.navbar .nav li.dropdown .dropdown-menu {
  background-color: #34495e;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.navbar .nav li.dropdown .dropdown-menu:before {
  display: none;
}
.navbar .nav li.dropdown .dropdown-menu:after {
  border-bottom-color: #34495e;
}
.navbar .nav li.dropdown .dropdown-menu > li > a {
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 8px 8px;
}
.navbar .nav li.dropdown .dropdown-menu .divider {
  background-color: #2c3e50;
  border-bottom: none;
  margin: 2px 0 5px;
  padding: 0;
  height: 2px;
}
.navbar .nav ul {
  min-width: 400px !important;
  margin-top: -5px;
  border-radius: 0px;
}
.navbar .nav li.dropdown .dropdown-menu > li > a {
  border-radius: 0px;
}
.navbar .nav li.dropdown > a {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px;
}
.navbar .nav li.dropdown.user-name > a {
  border: none;
  border-left: 1px solid #3B3F4D;
  border-radius: 0px;
  margin: 0px 10px 20px 10px;
  padding-left: 15px !important;
  line-height: 39px !important;
}
.navbar .nav li.dropdown.user-name.open > .dropdown-toggle {
  border-left: 1px solid #3B3F4D;
}
.navbar .nav li.dropdown > a:hover {
  background: none;
  color: #1ABC9C;
  border: 1px solid #1ABC9C;
}
.navbar .nav li.dropdown.user-name > a:hover {
  border: none;
  border-left: 1px solid #3B3F4D;
}
.navbar .nav li.dropdown > a > .user-avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #d7d9e5;
  padding: 2px;
  margin-right: 5px;
}
.navbar .nav li.dropdown .dropdown-menu > li span.icon {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 6px;
  color: #FFFFFF;
}
ul.nav.user-menu {
  height: 50px;
}
ul.nav.user-menu > li > ul {
  margin-top: 15px;
  border-radius: 0px 0px 8px 8px;
}
ul.nav.user-menu > li > ul > li:first-child:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #2b303e transparent;
  height: 0;
  position: absolute;
  right: 15px;
  top: -9px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
ul.nav.user-menu > li > ul > li.user-avatar {
  height: 60px !important;
  text-align: left !important;
}
ul.nav.user-menu > li > ul > li.user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #d7d9e5;
  padding: 2px;
  margin-right: 10px;
}
ul.nav.user-menu > li > a {
  font-size: 18px !important;
  color: #FFFFFF;
  line-height: 18px;
  cursor: pointer;
}
ul.nav.user-menu > li > a span.badge {
  font-size: 10px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 5px;
}
ul.user-menu > li > ul.inbox > li {
  color: #FFFFFF;
  background-color: #2b303e;
  padding: 10px;
  border-bottom: 1px solid #3b3f4d;
  height: 80px;
  cursor: pointer;
}
ul.user-menu > li > ul.notifications > li {
  color: #FFFFFF;
  background-color: #2b303e;
  border-bottom: 1px solid #3b3f4d;
  padding: 10px;
  height: 80px;
  cursor: pointer;
}
ul.user-menu > li > ul > li:hover {
  background-color: #3b3f4d;
}
ul.user-menu > li > ul > li:first-child:hover,
ul.user-menu > li > ul > li:last-child:hover {
  cursor: default;
}
ul.user-menu > li > ul > li:first-child {
  line-height: 40px;
  color: #FFFFFF;
  background-color: #2b303e;
  text-align: center;
  height: 50px;
  padding-top: 3px;
}
ul.user-menu > li > ul > li:first-child > span {
  font-size: 12px;
}
ul.user-menu > li > ul > li:last-child {
  line-height: 30px;
  color: #FFFFFF;
  background-color: #48C9B0;
  text-align: center;
  height: 50px;
  margin: 0px;
  margin-left: -2px;
  border-bottom: 0px;
}
ul.user-menu > li > ul > li:last-child a:hover {
  background-color: #48C9B0;
  text-decoration: underline;
}
ul.user-menu > li > ul > li .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #d7d9e5;
  padding: 2px;
  float: left;
}
ul.user-menu > li > ul > li > .message .username {
  font-size: 16px;
  line-height: 20px;
}
ul.user-menu > li > ul > li > .message .mini-details {
  font-size: 14px;
  padding-left: 5px;
  font-weight: 800;
  color: #9b9c9e;
}
ul.user-menu > li > ul > li > .message .time {
  font-size: 12px;
  padding-left: 5px;
  font-weight: 200;
  color: #9b9c9e;
  font-style: italic;
}
ul.user-menu > li > ul > li > .message p {
  font-size: 12px;
  font-weight: 300;
  color: #dadbde;
  line-height: 1.71109;
}
/* Notifications menu  */
.navbar .nav ul.notifications {
  min-width: 300px !important;
}
ul.user-menu > li > ul.notifications > li {
  height: 40px;
}
ul.user-menu > li > ul.notifications > li .avatar {
  width: 30px;
  height: 30px;
  border-radius: 0%;
  margin-right: 10px;
  border: none;
  padding: 2px;
  float: left;
  font-size: 20px;
}
ul.user-menu > li > ul.notifications > li > .message .username {
  font-size: 14px;
  line-height: 20px;
}
ul.user-menu > li > ul.notifications > li:last-child a {
  background-color: #48C9B0;
  line-height: 10px;
}
/* User menu  */
.navbar .nav ul.user {
  min-width: 200px !important;
  margin-top: 0px;
}
ul.user-menu > li > ul.user > li {
  height: 40px;
}
ul.user-menu > li > ul.user > li .avatar {
  width: 30px;
  height: 30px;
  border-radius: 0%;
  margin-right: 10px;
  border: none;
  padding: 2px;
  float: left;
  font-size: 20px;
}
ul.user-menu > li > ul.user > li > .message .username {
  font-size: 14px;
  line-height: 20px;
}
ul.user-menu > li > ul.user > li:first-child {
  line-height: 10px;
  color: #FFFFFF;
  text-align: center;
  height: 10px;
}
ul.user-menu > li > ul.user > li:last-child {
  background-color: #E74C3C;
  line-height: 10px;
}
ul.user-menu > li > ul.user > li:last-child a {
  background-color: #E74C3C;
  line-height: 10px;
}
/* usermenu box pull left */
ul.dropdown-menu.right {
  left: auto;
  right: 0px;
}
ul.dropdown-menu.right::before {
  left: auto !important;
  right: 9px;
}
ul.dropdown-menu.right::after {
  left: auto !important;
  right: 10px;
}
/* UI Features  @@button stats
---------------------------------------------------------------------------------------------- */
.buttons-demo a {
  margin-bottom: 20px;
}
/* Footer
---------------------------------------------------------------------------------------------- */
.footer {
  padding: 0px 50px;
}
/* Modals
---------------------------------------------------------------------------------------------- */
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #45aeda;
  color: #d8ebf5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  color: #FFFFFF;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .calendar-mini .fc td,
  .calendar-mini .fc th {
    padding: 0.3em;
  }
}
/* WYSIWYG Editor css
---------------------------------------------------------------------------------------------- */
#editor {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}
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;
}
/* Datepicker Container 
---------------------------------------------------------------------------------------------- */
.ui-datepicker {
  width: 228px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #5BC0DE;
  padding: 0px;
  box-shadow: 0px 1px 2px #959696, -2px 1px 3px #959696, 2px 1px 3px #959696;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0px !important ;
  line-height: 2em;
  text-align: center;
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
  background: #FFFFFF;
  border: none;
}
.ui-datepicker-header {
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  border: none;
  border-style: solid;
  background: #5BC0DE;
  border: #5BC0DE;
  border-radius: 0px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #5BC0DE;
  font-weight: bold;
  color: #FFFFFF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #FFFFFF;
  text-decoration: none;
  background: none !important;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #FFFFFF;
  border-bottom: none;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #5BC0DE;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #FFFFFF !important;
  color: #959696;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background-color: #5BC0DE !important;
  color: #FFFFFF;
  position: relative;
  width: 32px;
  margin-right: -2px;
  border-radius: 0px;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #5BC0DE !important;
  color: #FFFFFF;
  position: relative;
  width: 32px;
  margin-right: -2px;
  border-radius: 0px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
/* Demo  Icons  
---------------------------------------------------------------------------------------------- */
ul.list-icons li {
  line-height: 30px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  height: 35px;
  padding: 5px 0px;
}
ul.list-icons li:hover {
  background-color: #ececec;
}
ul.list-icons li i {
  width: 40px;
  padding: 0px 20px;
}
ul.list-icons li:hover i {
  font-size: 25px;
  padding: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* Input tags on forms.html
---------------------------------------------------------------------------------------------- */
/*
div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 300px;
  height: 100px !important;
  overflow-y: auto;
}
div.tagsinput span.tag {
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #3D4A5D;
  color: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
*/
/* Form wizard
---------------------------------------------------------------------------------------------- */
.panel-wizard .panel-body {
  padding: 0px !important;
  margin: 0px;
}
#rootwizard ul {
  background-color: #f4f7f9;
  border: 1px solid #dadfe3;
}
#rootwizard .nav-pills > li.active > a,
#rootwizard .nav-pills > li.active > a:hover,
#rootwizard .nav-pills > li.active > a:focus {
  border-radius: 0px;
  background-color: #3498db;
  color: #FFFFFF;
}
#rootwizard .nav-pills > li > a,
#rootwizard .nav-pills > li > a:hover,
#rootwizard .nav-pills > li > a:focus {
  border-radius: 0px;
}
#rootwizard .tab-content {
  padding: 20px;
}
#rootwizard ul.wizard {
  background-color: #FFFFFF;
  border: 0px;
}
.wizard ul li > a {
  padding: 10px 12px 10px;
  margin-right: 5px;
  background: #efefef;
  position: relative;
  display: inline-block;
}
.wizard .nav-pills > li a:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard .nav-pills > li a:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #efefef;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.wizard .nav-pills > li.active a:after {
  border-left: 20px solid #3498db;
}
.wizard .nav-pills > li:first-child a:before,
.wizard .nav-pills > li:last-child a:after {
  border: none;
}
.wizard .nav-pills > li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wizard .nav-pills > li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wizard .nav-pills > li a .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}
.wizard .nav-pills > li:first-child a .badge {
  margin-left: 0;
}
.wizard .nav-pills > li.active a {
  background: #007ACC;
  color: #fff;
}
.wizard .nav-pills > li.active:after a {
  border-left-color: #007ACC;
}
/* ============================================================
* bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
* http://www.larentis.eu/switch/
* ============================================================
* Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
* ============================================================ */
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  width: 162%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
  left: -63%;
}
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch > div.switch-on label {
  background-color: #1abc9c;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #34495e;
  color: #1abc9c;
  border-left: 1px solid transparent;
}
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
.has-switch label {
  border: 4px solid #34495e;
  border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -15px 0 -14px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.switch-square {
  border-radius: 6px;
  -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat;
  mask: url('../images/switch/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #1abc9c;
}
/* Icon Bar
---------------------------------------------------------------------------------------------- */
.iconbar {
  background-color: #2c3e50;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
  -webkit-backface-visibility: hidden;
  *zoom: 1;
}
.iconbar:before,
.iconbar:after {
  display: table;
  content: "";
}
.iconbar:after {
  clear: both;
}
.iconbar > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.iconbar > ul > li {
  margin: 0;
  padding: 0;
}
.iconbar > ul > li.active > a {
  color: #1abc9c;
}
.iconbar > ul > li:first-child > a {
  padding-top: 32px;
}
.iconbar > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 8px 30px 32px;
  position: relative;
  text-decoration: none;
}
.iconbar > ul > li > a:hover,
.iconbar > ul > li > a:focus {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .iconbar > ul > li > a,
  .iconbar.iconbar-horizontal > ul > li > a,
  .iconbar > ul > li.active > a,
  .iconbar.iconbar-horizontal > ul > li.active > a {
    display: inline-block;
    padding: 25px;
  }
  .iconbar .iconbar-unread {
    right: 15px;
    top: 13px;
  }
  .iconbar.iconbar-horizontal {
    height: 70px;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .iconbar.iconbar-horizontal > ul > li {
    float: none;
    display: inline;
  }
  .iconbar.iconbar-horizontal .iconbar-unread {
    right: 15px;
  }
}
[class*="iconbar-stick-"] {
  border-radius: 0;
  margin: 0;
  position: fixed;
  z-index: 1001;
}
[class*="iconbar-stick-"] > ul {
  margin: 0;
}
.iconbar-stick-left {
  bottom: 0;
  left: 0;
  top: 0;
}
.iconbar-unread {
  background-color: #2a7aaf;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  min-width: 18px;
  padding: 0 2px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -2px;
  -webkit-font-smoothing: auto;
}
.iconbar-success {
  background-color: #2ecc71;
}
.iconbar-success > ul > li.active > a {
  color: #1e874b;
}
.iconbar-success > ul > li > a:hover,
.iconbar-success > ul > li > a:focus {
  color: #1e874b;
}
.iconbar-success .iconbar-unread {
  background-color: #1e874b;
}
.iconbar-danger {
  background-color: #e74c3c;
}
.iconbar-danger > ul > li.active > a {
  color: #983228;
}
.iconbar-danger > ul > li > a:hover,
.iconbar-danger > ul > li > a:focus {
  color: #983228;
}
.iconbar-danger .iconbar-unread {
  background-color: #983228;
}
.iconbar-warning {
  background-color: #f1c40f;
}
.iconbar-warning > ul > li.active > a {
  color: #9f810a;
}
.iconbar-warning > ul > li > a:hover,
.iconbar-warning > ul > li > a:focus {
  color: #9f810a;
}
.iconbar-warning .iconbar-unread {
  background-color: #9f810a;
}
.iconbar-info {
  background-color: #3498db;
}
.iconbar-info > ul > li.active > a {
  color: #226491;
}
.iconbar-info > ul > li > a:hover,
.iconbar-info > ul > li > a:focus {
  color: #226491;
}
.iconbar-info .iconbar-unread {
  background-color: #226491;
}
.iconbar-horizontal {
  clear: both;
  float: left;
}
.iconbar-horizontal > ul > li {
  float: left;
}
.iconbar-horizontal > ul > li:first-child > a {
  padding: 23px 32px 23px;
}
.iconbar-horizontal > ul > li > a {
  padding: 23px 32px 23px 8px;
}
.iconbar-horizontal .iconbar-unread {
  right: 23px;
  top: 13px;
}
/* SOCIAL BUTTONS
---------------------------------------------------------------------------------------------- */
.btn-sm {
  color: #FFFFFF;
}
.btn-social-pinterest {
  background-color: #cb2028;
}
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
  background-color: #d54d53;
}
.btn-social-pinterest:active,
.btn-social-pinterest.active {
  background-color: #ad1b22;
}
.btn-social-linkedin {
  background-color: #0072b5;
}
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}
.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}
.btn-social-stumbleupon {
  background-color: #ed4a13;
}
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
  background-color: #f16e42;
}
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
  background-color: #c93f10;
}
.btn-social-googleplus {
  background-color: #2d2d2d;
}
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
  background-color: #575757;
}
.btn-social-googleplus:active,
.btn-social-googleplus.active {
  background-color: #262626;
}
.btn-social-facebook {
  background-color: #2f4b93;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #596fa9;
}
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}
.btn-social-twitter {
  background-color: #00bdef;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #33caf2;
}
.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}
/* Nav Tabs
---------------------------------------------------------------------------------------------- */
.nav-tabs.nav-one {
  margin-top: 0px;
  float: right;
  padding: 0px;
}
.nav-tabs.nav-one li a {
  margin-top: 4px;
  float: right;
  padding: 0px 10px;
  color: #FFFFFF;
}
.nav-tabs.nav-one li.active a {
  color: #333;
}
.nav-tabs.nav-one li a:hover {
  margin-top: 4px;
  float: right;
  padding: 0px 10px;
  color: #00a1cb;
}
/* Gallery
---------------------------------------------------------------------------------------------- */
.gallery {
  background: #f3f4f5;
}
.gallery .controls {
  height: 60px;
}
.gallery .gallery-items li img {
  width: 100% !important;
}
.panel-gallery .panel-footer {
  text-align: center;
  height: 40px;
  padding: 20px !important;
}
#Grid {
  font-size: 0;
  line-height: 0;
  margin: 0 -15px;
}
#Grid:hover .mix > div {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -o-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -webkit-transition: opacity .5s linear;
  /* ...and now override with proper CSS property */

  transition: opacity .5s linear;
}
#Grid:hover .mix > div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#Grid .mix {
  opacity: 0;
  display: none;
  width: 25%;
  vertical-align: top;
  font-size: 13px;
}
#Grid .mix > div {
  background: #fff;
  border: 1px solid #d2d4d8;
  margin: 15px;
  text-align: center;
}
@media (max-width: 1280px) {
  #Grid .mix {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #Grid .mix {
    width: 50%;
  }
}
/* The file upload form
---------------------------------------------------------------------------------------------- */
#upload {
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 30px;
}
#drop {
  background-color: #93D0EA;
  padding: 100px 50px;
  margin-bottom: 30px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}
#drop a {
  background-color: #007a96;
  padding: 12px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
}
#drop a:hover {
  background-color: #0986a3;
  text-decoration: none;
}
#drop input {
  display: none;
}
#upload ul {
  list-style: none;
}
#upload ul li {
  background-color: #333639;
  background-image: -webkit-linear-gradient(top, #333639, #303335);
  background-image: -moz-linear-gradient(top, #333639, #303335);
  background-image: linear-gradient(top, #333639, #303335);
  border-top: 1px solid #3d4043;
  border-bottom: 1px solid #2b2e31;
  height: 75px;
  left: -20px;
  position: relative;
}
#upload ul li input {
  display: none;
}
#upload ul li p {
  width: 144px;
  overflow: hidden;
  white-space: nowrap;
  color: #EEE;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}
#upload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}
#upload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}
#upload ul li span {
  width: 15px;
  height: 12px;
  background: url('../images/icons.png') no-repeat;
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}
#upload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}
#upload ul li.error p {
  color: red;
}
/* Profile page
---------------------------------------------------------------------------------------------- */
.profile-head {
  background-color: #f6f6f6;
  height: 300px;
}
.profile-body > .profile-info > .avatar {
  border-radius: 50%;
  margin-top: -30px;
  border: 6px solid #ececec;
}
.profile-body .profile-info {
  margin-left: 10px;
}
.profile-body .profile-info .name {
  margin-top: -95px;
  margin-left: 150px;
  font-weight: 600;
  color: #29323d;
}
.profile-body .profile-info .options {
  margin-left: 150px;
}
.profile-body .profile-info .options li a {
  color: #bdc2cd;
}
.profile-body .profile-info .options li a:hover {
  color: #7a7d85;
}
ul.recent-activity > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
}
ul.recent-activity > li.featured {
  background-color: #f8f7f9;
}
ul.recent-activity > li .avatar {
  border-radius: 0%;
  margin-right: 10px;
  border: none;
  padding: 2px;
  float: left;
  font-size: 20px;
  border-radius: 50%;
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.recent-activity > li .message label {
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}
ul.recent-activity > li .message label i {
  padding: 2px 5px;
}
ul.recent-activity > li .message .buttons a {
  padding: 2px 5px;
  margin-right: 2px;
}
ul.recent-activity > li .message p {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 10px 0px 10px;
  color: #5d5f76;
}
ul.recent-activity > li .message p span.hightlight {
  color: #6d9bae;
  font-size: 16px;
  font-weight: 600;
}
ul.recent-activity > li .message p.time {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #bdc2cd;
  padding: 0px 10px;
}
ul.recent-activity > li ul.recent-activity {
  border-left: 1px solid #64c6ae;
  margin-left: 30px;
  padding-left: 10px;
}
ul.recent-activity > li ul.recent-activity > li {
  padding-bottom: 30px;
}
ul.recent-activity > li ul.recent-activity li:last-child {
  border-bottom: none;
}
ul.recent-activity > li ul.recent-activity li .message p {
  margin-bottom: 0px;
  line-height: 15px !important;
  color: #000;
}
/* Profile page posts
---------------------------------------------------------------------------------------------- */
.profile-posts-block .panel {
  border-radius: 2px;
}
.profile-posts-block .panel.write-post {
  border-radius: 6px;
}
.panel.write-post .panel-body {
  padding: 0px;
  background-color: #eaedf1;
}
.panel.write-post .post-type {
  padding-top: 10px;
  padding-right: 10px;
}
.panel.write-post .form-control {
  height: 60px;
  border: 1px solid #eaedf1;
}
.panel.write-post .post-type .button-group a {
  font-size: 20px;
  color: #6a7686;
  background-color: #eaedf1;
  border: none;
}
.panel.write-post .post-type .button-group a.btn-success {
  color: #edf0f2;
  background-color: #2eb398;
}
/* wall post */
.panel-wall-post .panel-heading {
  height: 80px;
}
.panel-wall-post .avatar {
  margin-top: 0px;
  border: none;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.panel-wall-post .panel-heading .message {
  margin-left: 10px;
}
.panel-wall-post .panel-heading .message .username {
  font-size: 16px;
  line-height: 30px;
  color: #40505a;
}
.panel-wall-post .panel-heading .message .location {
  padding-left: 10px;
  color: #9b9c9e;
  font-style: italic;
}
.panel-wall-post .panel-heading .message .time {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 200;
  color: #9b9c9e;
  font-style: italic;
}
.panel-wall-post .panel-body {
  padding: 0px;
}
.panel-wall-post .panel-body img {
  width: 100%;
}
.panel-wall-post .panel-body > p.post-message {
  padding: 10px;
}
.panel-wall-post .panel-body > p.post-message > a.post-link {
  text-decoration: underline;
}
.panel-wall-post .panel-footer {
  padding: 0px;
}
.panel-wall-post .panel-footer a.btn {
  border: 0px;
  color: #6a7686;
  background-color: #eaedf1;
}
.panel-wall-post .panel-footer a.btn {
  opacity: 1;
}
.panel-wall-post .panel-footer > .comments > ul {
  margin-bottom: 0px;
}
.panel-wall-post .panel-footer > .comments > ul li {
  border-bottom: 1px solid #eaedf1;
  padding: 10px;
}
.panel-wall-post .panel-footer > .comments > ul li:nth-child(2) {
  background-color: #eaedf1;
}
.panel-wall-post .panel-footer > .comments > ul li .avatar {
  width: 30px;
}
.panel-wall-post .panel-footer > .comments > ul li .message > .username {
  font-size: 16px;
  line-height: 30px;
  color: #40505a;
  font-weight: bold;
}
.panel-wall-post .panel-footer > .comments > ul li .message > p {
  padding: 10px;
}
.panel-wall-post .panel-footer > .comments .form-control {
  border-radius: 0px;
  border: none;
  padding-bottom: 0px !important;
  height: 40px;
}
/* Sliders overwrite
---------------------------------------------------------------------------------------------- */
.ui-slider-range {
  background: #87ceeb;
  border-color: none;
}
.ui-slider-handle {
  border-color: #87ceeb !important;
  width: 24px;
  position: absolute;
  margin-left: -12px;
  z-index: 200;
  background: #989dac;
  border-radius: 50%;
}
.ui-slider-handle:focus {
  outline: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #d8ebf3;
}
#red,
#green,
#blue {
  float: left;
  clear: left;
  width: 300px;
  margin: 15px;
}
#swatch {
  width: 120px;
  height: 100px;
  margin-top: 18px;
  margin-left: 350px;
  background-image: none;
}
#red .ui-slider-range {
  background: #ef2929;
}
#red .ui-slider-handle {
  border-color: #ef2929 !important;
}
#green .ui-slider-range {
  background: #8ae234;
}
#green .ui-slider-handle {
  border-color: #8ae234 !important;
}
#blue .ui-slider-range {
  background: #729fcf;
}
#blue .ui-slider-handle {
  border-color: #729fcf !important;
}
#eq span {
  height: 120px;
  float: left;
  margin: 15px;
}
/* Progressbars override 
---------------------------------------------------------------------------------------------- */
.progress .progress-bar {
  background-color: #428BCA;
}
.progress .progress-bar-danger {
  background-color: #D9534F;
}
.progress .progress-bar-warning {
  background-color: #F0AD4E;
}
.progress .progress-bar-info {
  background-color: #5BC0DE;
}
.progress .progress-bar-success {
  background-color: #5CB85C;
}
.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}
.progress.vertical {
  height: 150px;
}
.progress.vertical .progress-bar.six-sec-ease-in-out {
  -webkit-transition: height 6s ease-in-out;
  -moz-transition: height 6s ease-in-out;
  -ms-transition: height 6s ease-in-out;
  -o-transition: height 6s ease-in-out;
  transition: height 6s ease-in-out;
}
/* Prettify
---------------------------------------------------------------------------------------------- */
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */

}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
