﻿@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext);
@import "jquery/jquery-ui.min.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";
@import "mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "select2/select2.css";
@import "icheck/flat.css";
@import "summernote/summernote.css";
@import "codemirror/codemirror.css";
@import "bootstrap-editable/bootstrap-editable.css";
@import "rickshaw/rickshaw.css";
/*@import "fancybox/jquery.fancybox.css";*/
@import "fullcalendar/fullcalendar.css";
@import "dropzone/dropzone.css";
@import "mystyles.css";

.box-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: start;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: start;
  box-align: center;
}
.box-vertical_center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}

html * {
  outline: none !important;
}
html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-height: 100%;
  background: #e7e7e7;
  position: relative;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #0966c6;
}

.page-container {
  width: 100%;
  float: left;
  height: 100%;
  min-height: 100%;
}
.page-container.page-boxed {
  width: 1200px;
  float: none;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.page-container .page-head {
  height: 50px;
  padding-left: 250px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #0966c6;
  z-index: 2;
  border-top: 1px solid #0a6ed5;
  border-bottom: 1px solid #0859ae;
}
.page-head .btn-container {
  float: left;
  padding: 9px 10px 10px;
}
.page-container .page-navigation {
  width: 250px;
  position: absolute;
  float: left;
  height: 100%;
  background: #282828;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.page-container .page-navigation.page-navigation-closed {
  left: -250px;
}
.page-container .page-content {
  padding-left: 250px;
  padding-top: 50px;
  z-index: 1;
  background: #f5f5f5;
  height: 100%;
  min-height: 100%;
}
.page-container .page-sidebar {
  position: fixed;
  z-index: 4;
  height: 100%;
  width: 250px;
  top: 0px;
  right: -250px;
  background: #282828;
  border-left: 1px solid #1b1b1b;
  -moz-box-shadow: inset 1px 0px 0px #353535;
  -webkit-box-shadow: inset 1px 0px 0px #353535;
  box-shadow: inset 1px 0px 0px #353535;
}
.sidebar-heading {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  line-height: 30px;
  padding: 10px;
  text-transform: uppercase;
}
.sidebar-title {
  font-size: 11px;
  color: #CCC;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 10px;
}
.sidebar-block {
  float: left;
  width: 100%;
  padding: 10px;
}
.content-wide-control {
  float: left;
  width: 100%;
}
.page-layout-mobile .page-head {
  padding-left: 0px;
}
.page-layout-mobile .page-navigation {
  left: -250px;
}
.page-layout-mobile .page-content {
  padding-left: 0px;
}
.container {
  max-width: none !important;
  width: auto;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0px;
  padding-bottom: 10px;
}
[class^='col-xs-'],
[class^='col-sm-'],
[class^='col-md-'],
[class^='col-lg-'] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.container .row-fluid {
  margin: 0px -10px;
}


.page-head .page-head-elements {
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-head .page-head-elements > li {
  border-right: 1px solid #0859ae;
  display: block;
  float: left;
  position: relative;
}
.page-head .page-head-elements > li:first-child {
  border-left: 1px solid #0859ae;
}
.page-head .page-head-elements > li:last-child {
  border-right: 0px;
}
.page-head .page-head-elements > li > a {
  display: block;
  height: 48px;
  min-width: 50px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 31px;
  -moz-box-shadow: inset 1px 0px 0px #0a73de;
  -webkit-box-shadow: inset 1px 0px 0px #0a73de;
  box-shadow: inset 1px 0px 0px #0a73de;
}
.page-head .page-head-elements > li > a:hover {
  background: #0963c1;
  text-decoration: none;
}
.page-head .page-head-elements > li > a:active {
  background: #0961bc;
}
.page-head .page-head-elements > .elements-link {
  font-size: 13px;
  font-weight: bold;
}
.page-head-elements .popup {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 300px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0px 5px;
}
.page-head-elements .popup.open {
  display: block;
}
.page-head-elements.pull-right .popup {
  left: auto;
  right: 0px;
}
.popup.list .list-item:first-child,
.nbfc.list .list-item:first-child {
  border-top: 0px;
}
.popup .popup-block {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.popup .list .list-item:first-child {
  border-top: 0px;
}
.popup:after,
.popup:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.popup:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 6px;
  margin-left: -6px;
}
.page-head-elements.pull-right .popup:after,
.page-head-elements.pull-right .popup:before {
  left: auto;
  right: 20px;
}

.page-head .page-head-elements li.search {
  float: left;
  padding: 9px 10px 10px;
  position: relative;
  cursor: pointer;
  -moz-box-shadow: inset 1px 0px 0px #0a73de;
  -webkit-box-shadow: inset 1px 0px 0px #0a73de;
  box-shadow: inset 1px 0px 0px #0a73de;
}
.page-head .page-head-elements li.search:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: 13px;
  left: 17px;
  cursor: pointer;
}
.page-head .search input {
  padding: 5px 0px 5px 28px;
  background: transparent;
  border-color: transparent;
  width: 28px;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  transition: width 300ms;
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-head .search input:focus {
  width: 200px;
  padding: 5px 5px 5px 30px;
  background: #085eb7;
  border-color: #0859ae;
  color: #ffffff;
}



.page-container .page-navigation .page-navigation-info {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #1b1b1b;
  background: #232323;
}

.page-container .logo {
  font-size: 0px;
  /*height: 31px;*/
  width: 131px;
  height: 31px;
  /*text-indent: -99999;*/
  /*display: block;*/
  /*float: left;*/
  /*background: url('../img/clogo_t.png') center center no-repeat;*/
}
.page-navigation .navigation {
  padding: 0px;
  float: left;
  width: 100%;
  margin: 0px;
  list-style: none;
}
.page-navigation .navigation li {
  float: left;
  position: relative;
  width: 100%;
}
.page-navigation .navigation > li > a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: transparent;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #1b1b1b;
  line-height: 28px;
}
.page-navigation .navigation > li > a > i {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  width: 16px;
  text-align: center;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
.page-navigation .navigation > li > a:hover {
  background: #303030;
}
.page-navigation .navigation > li > a:hover > i,
.page-navigation .navigation > li.active > a > i,
.page-navigation .navigation > li.open > a > i {
  opacity: 1;
  filter: alpha(opacity = 100);
  color: #FFF;
}
.page-navigation .navigation > li.active > a {
  background: #0966c6;
  color: #ffffff;
  border-top-color: #0a73de;
}

.page-navigation .navigation li ul {
  float: left;
  width: 100%;
  padding: 0px;
  background: #1b1b1b;
  display: none;
  position: relative;
}
.page-navigation .navigation li.openable:before {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f104";
  font-size: 14px;
  width: 20px;
  height: 20px;
  color: #FFF;
  right: 0px;
  top: 15px;
}
.page-navigation .navigation li.openable.open:before {
  content: "\f107";
}
.page-navigation .navigation li ul li {
  display: block;
  float: left;
  width: 100%;
}
.page-navigation .navigation li ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px 10px 30px;
  color: #AAA;
  text-decoration: none;
  margin-top: 1px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}
.page-navigation .navigation li ul li > a:hover,
.page-navigation .navigation li ul li.active > a {
  background: #141414;
  padding-left: 35px;
  color: #FFF;
}
.page-navigation .navigation ul li > ul li > a {
  padding-left: 40px;
}
.page-navigation .navigation ul li > ul li > a:hover,
.page-navigation .navigation ul li > ul li.active > a {
  padding-left: 45px;
}
.page-navigation .navigation ul li > ul li > ul li > a {
  padding-left: 50px;
}
.page-navigation .navigation ul li > ul li > ul li > a:hover,
.page-navigation .navigation ul li > ul li > ul li.active > a {
  padding-left: 55px;
}
.page-navigation .navigation ul li > ul li > ul li > ul li > a {
  padding-left: 60px;
}
.page-navigation .navigation ul li > ul li > ul li > ul li > a:hover,
.page-navigation .navigation ul li > ul li > ul li > ul li.active > a {
  padding-left: 65px;
}
.page-navigation .navigation ul li > ul li > ul li > ul li > ul li > a {
  padding-left: 70px;
}
.page-navigation .navigation ul li > ul li > ul li > ul li > ul li > a:hover,
.page-navigation .navigation ul li > ul li > ul li > ul li > ul li.active > a {
  padding-left: 75px;
}
.page-navigation .navigation li ul li a i {
  margin-right: 5px;
}
.page-navigation .navigation li.open > ul {
  display: block;
}

.page-navigation .navigation li a span.label {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  line-height: 14px;
}
.page-navigation .title {
  font-size: 11px;
  color: #CCC;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}


.profile {
  float: left;
  width: 100%;
  padding: 6px 0px 6px 10px;
  position: relative;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #1b1b1b;
}
.profile img {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #5b5b5b;
}
.profile .profile-info {
  float: left;
  position: relative;
  width: 185px;
  height: 36px;
  padding-top: 3px;
}
.profile .profile-info .profile-title {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 16px;
}
.profile .profile-info .profile-subtitle {
  font-size: 11px;
  color: #CCC;
  display: block;
  float: left;
  clear: both;
}
.profile .profile-info .profile-buttons {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
.profile .profile-info .profile-buttons a.but {
  display: block;
  color: #FFF;
  font-size: 16px;
  width: 28px;
  height: 16px;
  opacity: 0.7;
  filter: alpha(opacity = 70);
  cursor: pointer;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 16px;
}
.profile .profile-info .profile-buttons a.but:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  transition: all 100ms;
}
.profile-buttons .dropdown-menu {
  top: 25px;
}


.notes {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.notes .notes-item {
  float: left;
  width: 100%;
  position: relative;
  background: #1b1b1b;
  padding-bottom: 2px;
  cursor: default;
}
.notes .notes-item .notes-item-num {
  line-height: 30px;
  width: 30px;
  height: 40px;
  float: left;
  font-size: 21px;
  font-weight: 300;
  color: #CCC;
  padding: 5px 0px 5px 10px;
}
.notes .notes-item .notes-item-text {
  padding: 8px 0px;
  padding-left: 50px;
  background: #282828;
}
.notes .notes-item .notes-item-text p {
  font-size: 10px;
  line-height: 12px;
  margin: 0px;
  color: #AAA;
}
.notes .notes-item .notes-item-text p:first-child {
  text-transform: uppercase;
  color: #DDD;
}
.notes .notes-item .notes-item-remove {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #5b5b5b;
}
.notes .notes-item:hover .notes-item-num,
.notes .notes-item:hover .notes-item-text p,
.notes .notes-item:hover .notes-item-remove {
  color: #FFF;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
.notes .notes-item-progress {
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: linear-gradient(left, #d9534f 0%, #f3c022 50%, #95b75d 100%);
  background: -o-linear-gradient(left, #d9534f 0%, #f3c022 50%, #95b75d 100%);
  background: -moz-linear-gradient(left, #d9534f 0%, #f3c022 50%, #95b75d 100%);
  background: -webkit-linear-gradient(left, #d9534f 0%, #f3c022 50%, #95b75d 100%);
  background: -ms-linear-gradient(left, #d9534f 0%, #f3c022 50%, #95b75d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d9534f), color-stop(0.5, #f3c022), color-stop(1, #95b75d));
}


.page-content .page-toolbar {
  width: 100%;
  float: left;
  padding: 0px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.page-content .page-toolbar .page-toolbar-block {
  float: left;
  margin: 20px 0px 10px 20px;
}
.page-content .page-toolbar .page-toolbar-title {
  font-size: 24px;
  line-height: 25px;
  color: #444;
  font-weight: 500;
  margin-bottom: 5px;
}
.page-content .page-toolbar .page-toolbar-subtitle {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 0px 5px;
}
.page-container .page-content.page-content-default {
  background: #282828;
  padding: 0px;
  float: left;
  width: 100%;
}
.widget-info {
  float: left;
  position: relative;
  border-right: 1px solid #e5e5e5;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.widget-info.widget-from {
  margin-top: 10px;
}
.widget-info .widget-info-title,
.widget-info .widget-info-value {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #888;
  clear: both;
  text-transform: uppercase;
  font-weight: 400;
}
.widget-info .widget-info-title {
  margin-bottom: 5px;
}
.widget-info .widget-info-value {
  color: #444;
  font-size: 16px;
}
.widget-info .widget-info-chart {
  margin-left: 10px;
}
div .widget-info:last-child {
  border-right: 0px;
}

.breadcrumb {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border-top: 1px solid #e5e5e5;
  padding: 10px 25px;
}
.breadcrumb li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  font-size: 11px;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #333;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}
.breadcrumb li.active {
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0px 7px 0px 5px;
}


.page-toolbar-tabs {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #e5e5e5;
  list-style: none;
}
.page-toolbar-tabs li {
  float: left;
  display: block;
}
.page-toolbar-tabs li a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 20px;
  padding: 10px 10px 7px;
  color: #333;
  font-weight: 400;
  margin-right: 1px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}
.page-toolbar-tabs li a:hover,
.page-toolbar-tabs li.active a {
  border-bottom-color: #0966c6;
  background: #F5F5F5;
}
.page-toolbar-tabs li a.new-tab:hover,
.page-toolbar-tabs li.active a.new-tab {
  border-bottom-color: transparent;
}
#ajax-content-tabs li a {
  padding-right: 20px;
}
.page-toolbar-tabs li a span.tab-close {
  position: absolute;
  right: 5px;
  top: 14px;
  color: #AAA;
  font-size: 11px;
}
.page-toolbar-tabs li a span.tab-close:hover {
  color: #333;
}
#ajax-content-tabs li a.new-tab {
  padding-right: 10px;
}
.page-toolbar-tab {
  display: none;
}
.page-toolbar-tab.active {
  display: block;
}



.block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.block.block-transparent {
  background: transparent;
  border-color: transparent;
}
.block-head {
  width: 100%;
  float: left;
  background: #ffffff;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.block-head h1,
.block-head h2,
.block-head h3,
.block-head h4,
.block-head h5,
.block-head h6,
.block-title,
.block-wide .block-wide-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 5px 0px 4px 10px;
  margin: 0px;
  font-weight: 100;
  display: block;
  float: left;
  color: #464646;
  font-weight: bold;
}
.block-head strong {
  line-height: 29px;
}
.block-title-icon {
  float: left;
  margin-right: 5px;
}
.block-title-date {
  color: #AAA;
  line-height: 30px;
  padding: 5px 10px 4px 0px;
  margin: 0px;
  float: right;
  font-size: 11px;
}
.block-head .block-head-form {
  float: right;
  padding: 5px;
  line-height: 30px;
}
.block-content,
.block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.block-footer {
  border-top: 1px solid #f2f2f2;
  line-height: 30px;
}
.block-toggled .block-head {
  border-bottom: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-content .container .row:last-child .block:last-child {
  margin-bottom: 20px;
}
.block-content-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  display: none;
}
.block-content-layer a {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  color: #333;
  line-height: 20px;
  margin-right: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.block .block-content:hover .block-content-layer {
  display: block;
}

.block-refresh-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 3;
  font-size: 21px;
}
.block-refresh-layer i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.block-content.np,
.block-footer.np {
  padding: 0px;
}


.block-wide {
  width: 100%;
  float: left;
  position: relative;
}
.block-wide .block-wide-title {
  color: #333;
}


.panel-group {
  margin-top: 10px;
}
.panel-default,
.panel-footer {
  border-color: #e5e5e5;
}
.panel-default > .panel-heading {
  padding: 5px 0px 4px 10px;
  border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-color: #e5e5e5;
}
.panel-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
}
.panel {
  margin: 10px 0px 0px;
  float: left;
  width: 100%;
}
.panel .panel-heading {
  padding: 0px;
}
.panel .panel-title {
  line-height: 30px;
  padding: 5px 0px 5px 10px;
}
.panel .panel-body {
  padding: 10px;
}
.panel-primary {
  border-color: #0966c6;
}
.panel-primary .panel-heading {
  background-color: #0966c6;
  border-color: #0966c6;
  color: #FFF;
}
.panel-success {
  border-color: #95b75d;
}
.panel-success .panel-heading {
  background-color: #95b75d;
  border-color: #95b75d;
  color: #FFF;
}
.panel-info {
  border-color: #428bca;
}
.panel-info .panel-heading {
  background-color: #428bca;
  border-color: #428bca;
  color: #FFF;
}
.panel-warning {
  border-color: #f3c022;
}
.panel-warning .panel-heading {
  background-color: #f3c022;
  border-color: #f3c022;
  color: #FFF;
}
.panel-danger {
  border-color: #d9534f;
}
.panel-danger .panel-heading {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #FFF;
}


ul.buttons {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}
ul.buttons li {
  float: left;
  display: block;
  position: relative;
}
ul.buttons li a {
  display: block;
  float: left;
  line-height: 30px;
  min-width: 40px;
  padding: 5px;
  font-size: 13px;
  color: #464646;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
ul.buttons li a:hover {
  color: #0966c6;
  background: #b9dafc;
}
ul.buttons li:last-child a {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
p {
  margin: 10px 0px;
}
p:first-child {
  margin-top: 0px;
}
p:last-child {
  margin-bottom: 0px;
}
blockquote,
blockquote.pull-right {
  border-color: #0966c6;
}

.text-muted {
  color: #AAA;
}
.text-primary {
  color: #0966c6;
}
.text-info {
  color: #428bca;
}
.text-success {
  color: #95b75d;
}
.text-warning {
  color: #f3c022;
}
.text-danger {
  color: #d9534f;
}


.badge {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.label-default,
.badge {
  background: #CCC;
}
.label-primary,
.badge-primary {
  background: #0966c6;
}
.label-success,
.badge-success {
  background: #95b75d;
}
.label-info,
.badge-info {
  background: #428bca;
}
.label-warning,
.badge-warning {
  background: #f3c022;
}
.label-danger,
.badge-danger {
  background: #d9534f;
}


.alert {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
  border: 0px;
}
.alert-success {
  background: #c3d6a4;
  color: #5f7836;
}
.alert-info {
  background: #92bce0;
  color: #245682;
}
.alert-warning {
  background: #f8dc83;
  color: #a68009;
}
.alert-danger {
  background: #eba5a3;
  color: #a02622;
}


.list-group {
  margin-bottom: 0px;
}
.list-group-item {
  padding: 10px;
  border-color: #e5e5e5;
  background: #FFF;
}
a.list-group-item:hover {
  background: #b9dafc;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #0966c6;
}
.list-group-item i.fa {
  margin-right: 5px;
}



.controls {
  padding: 10px 0px;
}
.controls .row-form {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 0px 15px;
}
.controls .row-form:last-child {
  padding-bottom: 0px;
}
.controls .row-form div[class^='col-md'] {
  line-height: 30px;
}
.form-control {
  line-height: 18px;
  padding: 5px;
  height: auto;
  border-color: #D5D5D5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.input-lg {
  height: 40px;
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #B5B5B5;
  background: #F9F9F9;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
input.form-control[disabled] {
  color: #CCC;
}
.help-block {
  display: inline-block;
  color: #AAA;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.img-rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.file input[type="file"] {
  display: none;
}
.img-thumbnail {
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.input-group {
  line-height: 28px;
}
.input-group-addon {
  padding: 8px 10px;
  border-color: #D5D5D5;
}
div .form-group:last-child {
  margin-bottom: 0px;
}
div .form-group:first-child:last-child {
  margin-bottom: 10px;
}
.block-content .input-group-btn .btn,
.block-content .btn-group .btn {
  margin-bottom: 0px;
  padding: 5px 10px 6px;
}
.focusedInput {
  border-color: #B5B5B5;
  outline: 0;
  outline: thin dotted \9;
}
.pager {
  margin: 10px 0px 0px;
}
.pager li > a,
.pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 3px;
}
.scPlaceholder {
  background: #fcfbf4;
  border: 1px dashed #999;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
}

.btn {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.btn.btn-default,
.btn.btn-default:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}
.btn.btn-default:hover {
  background-color: #F0F0F0;
  border-color: #D1D1D1;
}
.btn.btn-primary,
.btn.btn-primary:focus {
  background: #0966c6;
  border: 1px solid #085eb7;
}
.btn.btn-primary:hover {
  background: #0859ae;
}
.btn.btn-success,
.btn.btn-success:focus {
  background: #95b75d;
  border: 1px solid #8eb252;
}
.btn.btn-success:hover {
  background: #89ad4d;
}
.btn.btn-info,
.btn.btn-info:focus {
  background: #428bca;
  border: 1px solid #3784c5;
}
.btn.btn-info:hover {
  background: #357ebd;
}
.btn.btn-warning,
.btn.btn-warning:focus {
  background: #f3c022;
  border: 1px solid #f2bc13;
}
.btn.btn-warning:hover {
  background: #efb70d;
}
.btn.btn-danger,
.btn.btn-danger:focus {
  background: #d9534f;
  border: 1px solid #d64742;
}
.btn.btn-danger:hover {
  background: #d43f3a;
}
.block-content .btn {
  margin-bottom: 3px;
}
.btn .fa.pull-left {
  margin-top: 3px;
  margin-left: 5px;
}
.btn.btn-facebook {
  background: #3B5998;
  border: 1px solid #37538d;
}
.btn.btn-facebook:hover {
  background: #344e86;
}
.btn.btn-tweeter {
  background: #00BEF6;
  border: 1px solid #00b2e7;
}
.btn.btn-tweeter:hover {
  background: #00aadd;
}


.dropdown-menu {
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  left: auto;
  right: 0;
  top: 36px;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu > li > a:hover {
  background: #F1F1F1;
  color: #222;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  transition: all 100ms;
}
.dropdown-header {
  font-size: 12px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 5px;
  right: 8px;
  margin-left: -5px;
}
.dropdown-menu:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 6px;
  right: 7px;
  margin-left: -6px;
}
.dropup .dropdown-menu:after {
  bottom: auto;
  top: 100%;
  border-top-color: #FFFFFF;
  border-bottom-color: transparent;
}
.dropup .dropdown-menu:before {
  bottom: auto;
  top: 100%;
  border-top-color: #e5e5e5;
  border-bottom-color: transparent;
}


.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #95b75d;
}
.has-success .form-control,
.form-control.valid {
  border-color: #95b75d;
}
.has-success .form-control:focus,
.form-control.valid:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #89ad4d;
}
label.valid {
  color: #95b75d;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f3c022;
}
.has-warning .form-control {
  border-color: #f3c022;
}
.has-warning .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #efb70d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  border-color: #d9534f;
}
.has-error .form-control,
.form-control.error {
  border-color: #d9534f;
}
.has-error .form-control:focus,
.form-control.error:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d43f3a;
}
label.error {
  color: #d9534f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}

.error,
.valid {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
.radio label,
.checkbox label {
  line-height: 20px;
}
.radio,
.checkbox {
  position: relative;
  padding-left: 25px;
  margin-top: 0px;
  min-height: 20px;
  margin-bottom: 5px;
}
.form-control-feedback {
  top: 20px;
}



.tabs {
  float: left;
  width: 100%;
  position: relative;
}
.nav-tabs,
.nav-tabs.nav-justified {
  border-bottom: 1px solid #e5e5e5;
}
.block-head .nav-tabs {
  border-bottom: 0px;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  border: 0px;
  border-bottom: 2px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.nav-tabs > li:first-child > a {
  -moz-border-radius: 3px 0px 0px 0px;
  -webkit-border-radius: 3px 0px 0px 0px;
  border-radius: 3px 0px 0px 0px;
}
.nav-tabs > li > a:hover {
  border-color: #0966c6;
  background: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > .dropdown.active.open > a:hover {
  border: 0px;
  border-bottom: 2px solid #0966c6;
  background: #F5F5F5;
}
.nav-tabs.nav-justified > li > a {
  border: 0px;
  border-bottom: 2px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.nav-tabs.nav-justified > li > a:hover {
  border-color: #0966c6;
  background: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0px;
  border-bottom: 2px solid #0966c6;
  background: #F5F5F5;
}
.nav-tabs a .caret,
.nav-tabs a:hover .caret {
  color: #0966c6;
}
.nav-tabs-vertical .nav-tabs {
  float: left;
  width: 150px;
  position: absolute;
  left: 0px;
  border-bottom: 0px;
}
.nav-tabs-vertical .nav-tabs > li {
  width: 100%;
}
.nav-tabs-vertical .nav-tabs > li > a {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 0px;
  border-left: 2px solid transparent;
}
.nav-tabs-vertical .nav-tabs > li > a:hover {
  border-left-color: #0966c6;
  background: transparent;
}
.nav-tabs-vertical .nav-tabs > li.active > a,
.nav-tabs-vertical .nav-tabs > li.active > a:hover,
.nav-tabs-vertical .nav-tabs > li.active > a:focus,
.nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
  border-bottom: 0px;
  border-left: 2px solid #0966c6;
  background: #F5F5F5;
}
.nav-tabs-vertical .nav-tabs > li:first-child > a {
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-vertical .nav-tabs > li:last-child > a {
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-vertical .tab-content {
  width: auto;
  margin-left: 150px;
}
.tabs .nav-tabs > li:first-child > a,
.tabs .nav-tabs > li:last-child > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}


.popover {
  border-color: #e5e5e5;
}


.progress {
  margin-bottom: 0px;
}
.progress.progress-small {
  height: 4px;
}
.progress .progress-bar.progress-bar-warning {
  background-color: #f3c022;
}
.progress .progress-bar.progress-bar-info {
  background-color: #428bca;
}
.progress .progress-bar.progress-bar-success {
  background-color: #95b75d;
}
.progress .progress-bar.progress-bar-danger {
  background-color: #d9534f;
}


.modal-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 5px solid rgba(0, 0, 0, 0.5);
  background: transparent;
}
.modal-header {
  line-height: 30px;
  padding: 10px;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
  margin-top: 0px;
  padding: 10px;
  border-top: 0px;
}
.modal-content > div {
  background: #FFF;
}
.modal-content > div:first-child {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.modal-content > div:last-child {
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}


.list {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
}
.list .list-item {
  float: left;
  position: relative;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  overflow-x: hidden;
}
.list a.list-item {
  color: #333;
  cursor: pointer;
}
.list a.list-item:hover {
  background: #b9dafc;
}
.list .list-item .list-item-content {
  float: left;
  width: 100%;
  padding: 5px 50px 5px 10px;
  position: relative;
}
.list.no-controls .list-item .list-item-content {
  padding: 5px 10px;
}
.list .list-item .list-item-content h1,
.list .list-item .list-item-content h2,
.list .list-item .list-item-content h3,
.list .list-item .list-item-content h4,
.list .list-item .list-item-content h5,
.list .list-item .list-item-content h6,
.list .list-item .list-item-content .list-item-title {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  font-weight: 600;
}
.list .list-item .list-item-content p {
  margin-top: 0px;
  margin-bottom: 3px;
}
.list .list-item .list-item-content .date {
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 11px;
  color: #AAA;
}
.list .list-item .list-item-content img.pull-left {
  margin: 2px 5px 0px 0px;
}
.list .list-item .list-item-content .list-item-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0px 10px;
}
.list .list-item .list-item-content .list-item-right > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: start;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: start;
  box-align: center;
  width: 100%;
  height: 100%;
}
.list .list-item .list-item-controls {
  position: absolute;
  width: 50%;
  height: 100%;
  right: -50%;
  background: #f5f5f5;
  padding: 0px 10px;
  border-left: 1px solid #e5e5e5;
}
.list .list-item .list-item-controls > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -moz-box-pack: start;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  box-orient: horizontal;
  box-pack: start;
  box-align: center;
  width: 100%;
  height: 100%;
}
.list .list-item-container {
  float: left;
  margin-right: 10px;
  min-width: 130px;
}
.list .list-item-date {
  font-size: 10px;
  color: #AAA;
  text-align: center;
}
.list .progress.progress-small {
  margin-top: 5px;
  width: 150px;
}
.list .list-item-container-small {
  min-width: 60px;
  text-align: center;
}


ul.list-extensions {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 10px;
}
ul.list-extensions li {
  padding: 0px 0px 0px 20px;
  line-height: 20px;
  margin-bottom: 3px;
}


.list-contacts {
  float: left;
}
.list-contacts .list-item {
  float: left;
  position: relative;
  width: 100%;
  padding: 8px 5px 8px 10px;
  margin-bottom: 3px;
  display: block;
}
.list-contacts a.list-item {
  color: #333;
}
.list-contacts a.list-item:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.list-contacts .list-item .list-item-image {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.list-contacts .list-item .list-item-content {
  float: left;
}
.list-contacts .list-item .list-item-content h1,
.list-contacts .list-item .list-item-content h2,
.list-contacts .list-item .list-item-content h3,
.list-contacts .list-item .list-item-content h4,
.list-contacts .list-item .list-item-content h5,
.list-contacts .list-item .list-item-content h6,
.list-contacts .list-item .list-item-title {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.list-contacts .list-item .list-item-content p {
  padding: 0px;
  margin: 0px;
  line-height: 13px;
  font-size: 11px;
}
.list-contacts .list-item .item-status {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #AAA;
}
.list-contacts .list-item .item-status.item-status-away {
  background: #f3c022;
}
.list-contacts .list-item .item-status.item-status-offline {
  background: #d9534f;
}
.list-contacts .list-item .item-status.item-status-online {
  background: #95b75d;
}
.page-sidebar .list-contacts a.list-item,
.page-sidebar .list-contacts .list-item {
  color: #FFF !important;
}


.sparkline {
  display: inline-block;
  position: relative;
}
.jqstooltip {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
}
.jqsfield {
  padding: 4px 5px 5px;
  display: inline-block;
  line-height: 13px;
}


.widget {
  float: left;
  width: 100%;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #282828;
  color: #FFF;
  margin-top: 10px;
}
.widget .widget-container {
  background: #1b1b1b;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50%;
  float: left;
  min-height: 100%;
}
.widget .widget-content {
  width: 50%;
  float: left;
  padding: 0px 5px 0px 10px;
}
.widget .widget-text {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 14px;
}
.widget .widget-text strong {
  display: inline-block;
  width: 100%;
}
.widget .widget-content .widget-text {
  text-align: left;
  margin-bottom: 3px;
}
.widget .widget-content .widget-text:last-child {
  margin-bottom: 0px;
}
.widget .widget-chart {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.widget.widget-success {
  background: #95b75d;
}
.widget.widget-success .widget-container {
  background: #5f7836;
}
.widget.widget-info {
  background: #428bca;
}
.widget.widget-info .widget-container {
  background: #245682;
}
.widget.widget-warning {
  background: #f3c022;
}
.widget.widget-warning .widget-container {
  background: #a68009;
}
.widget.widget-danger {
  background: #d9534f;
}
.widget.widget-danger .widget-container {
  background: #a02622;
}
.widget.widget-primary {
  background: #0966c6;
}
.widget.widget-primary .widget-container {
  background: #053464;
}


table {
  width: 100%;
}
.legend table {
  width: auto;
}
table tr td {
  padding: 5px 8px;
  line-height: 20px;
}
table tr td i.fa {
  font-size: 13px;
}
.table {
  margin-bottom: 0px;
}
.table tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
  text-transform: uppercase;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #F9F9F9;
}
.table-bordered {
  border: 0px !important;
}
.table-bordered tr > th,
.table-bordered tr > td {
  border-left: 0px !important;
  border-right: 1px solid #e5e5e5 !important;
}
.table-bordered tr > th:last-child,
.table-bordered tr > td:last-child {
  border-right: 0px !important;
}
.table-bordered tr:last-child > th,
.table-bordered tr:last-child > td {
  border-bottom: 0px !important;
}
.table th,
.table td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}
.table th input,
.table td input {
  margin: 0px;
}


.select2-container-multi .select2-choices .select2-search-choice {
  background: #0966c6;
}
.select2-results .select2-highlighted {
  background: #0966c6;
  color: #ffffff;
}


div.tagsinput {
  border: 1px solid #D5D5D5;
  background: #FFF;
  width: 100%;
  min-height: 30px;
  overflow-y: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.tagsinput span.tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #0966c6;
  color: #FFF;
  margin: 4px 0px 4px 5px;
  line-height: 20px;
  padding: 0px 5px 0px 20px;
  position: relative;
}
div.tagsinput span.tag a {
  color: #FFF;
  text-decoration: none;
  position: absolute;
  left: 5px;
  width: 15px;
  height: 20px;
}
div.tagsinput span.tag a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
div.tagsinput input {
  width: 80px;
  margin: 4px 5px;
  border: 0px;
  height: 20px;
  line-height: 20px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #d9534f !important;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px;
}


.pagination {
  margin: 10px 0px;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 20px;
  padding: 5px 10px;
  color: #333;
  font-size: 11px;
}
.pagination > li > span {
  color: #888;
}
.pagination > li > a:hover {
  background: #b9dafc;
}
.pagination > li > span:hover {
  background: #FFF;
}
.pagination.pagination-lg > li > a,
.pagination.pagination-lg > li > span {
  padding: 8px 15px;
  font-size: 13px;
}
.pagination.pagination-sm > li > a,
.pagination.pagination-sm > li > span {
  padding: 3px 10px;
  font-size: 11px;
}


.ui-widget {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui-datepicker {
  width: 230px;
  z-index: 1000;
}
.ui-datepicker-inline.ui-datepicker {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 0px;
  background: transparent;
}
.ui-datepicker .ui-widget-header {
  padding: 5px 0px;
  background: #0966c6;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-weight: normal;
}
.ui-datepicker table {
  margin: 0px;
  background: #FFF;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33%;
  padding-right: 1px;
}
.ui-datepicker-multi-3 .ui-datepicker-group-last {
  padding-right: 0px;
  width: 34%;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  margin: 0px auto;
}
.ui-datepicker-group-first table {
  float: left;
}
.ui-datepicker-group-last table {
  float: right;
}
.ui-datepicker th {
  background: #e5e5e5;
}
.ui-datepicker td {
  padding: 0px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 28px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 5px;
  height: 28px;
  color: #333;
  font-weight: bold;
}
.ui-datepicker td a.ui-priority-secondary {
  color: #888;
}
.ui-datepicker td a.ui-state-hover {
  background: #a0cdfb;
  color: #0966c6;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  transition: all 100ms;
}
.ui-datepicker td a.ui-state-highlight {
  background: #e5e5e5;
  color: #333;
}
.ui-datepicker td a.ui-state-active {
  background: #0966c6;
  color: #FFF;
}
.ui-datepicker tr td:last-child {
  border-right: 0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  top: 5px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 3px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-size: 11px;
  color: #06407d;
  line-height: 22px;
  height: 20px;
  width: 20px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev:before {
  position: absolute;
  content: "\f053";
  font-family: "FontAwesome";
  left: 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  right: 0px;
}
.ui-datepicker .ui-datepicker-prev-hover.ui-datepicker-prev:before {
  color: #FFF;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}
.ui-datepicker .ui-datepicker-next-hover.ui-datepicker-next:before {
  color: #FFF;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}


.ui-timepicker-div {
  background: #FFF;
  float: left;
  width: 100%;
}
.ui-timepicker-div dl {
  margin: 0px;
  padding: 10px 5px;
  width: 100%;
  float: left;
}
.ui-timepicker-div dl dt,
.ui-timepicker-div dl dd {
  margin-bottom: 5px;
  float: left;
  width: 30%;
  line-height: 20px;
  height: 20px;
}
.ui-timepicker-div dl dd {
  width: 70%;
}
.ui-timepicker-div .ui_tpicker_time {
  font-weight: bold;
  font-size: 12px;
}
.ui_tpicker_second,
.ui_tpicker_millisec_label,
.ui_tpicker_millisec,
.ui_tpicker_microsec,
.ui_tpicker_timezone_label,
.ui_tpicker_timezone {
  display: none;
}


.ui-slider {
  height: 10px;
  padding: 0px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
  margin: 5px 10px 5px 5px;
}
.ui-slider .ui-slider-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #0966c6;
  height: 20px;
  width: 20px;
  top: -6px;
  margin-left: -5px;
  cursor: pointer;
}
.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-hover {
  background: #a0cdfb;
}
.ui-slider-range {
  background: #a0cdfb;
}
.ui-slider-vertical .ui-slider-handle {
  top: auto;
  left: -1px;
}


.ui-accordion {
  background: #FFF;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
}
.ui-accordion .ui-accordion-header {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0px 4px 10px;
  background: #F5F5F5;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0px;
}
.ui-accordion-content {
  padding: 10px;
}



.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
  opacity: 1 !important;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #d9534f;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.formError.inline .formErrorContent {
  border: 0;
}
.greenPopup .formErrorContent {
  background: #95b75d;
}
.blackPopup .formErrorContent {
  background: #333;
  color: #ffffff;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.formError .formErrorArrowBottom {
  margin: 0 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  height: 1px;
  background: #d9534f;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.greenPopup .formErrorArrow div {
  background: #95b75d;
}
.blackPopup .formErrorArrow div {
  background: #333;
  color: #ffffff;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 0px;
  border: 0;
  background: #dddddd;
}
.formError .formErrorArrow .line1 {
  width: 0px;
  border: 0;
  background: #dddddd;
}


.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span:after {
  left: 21px;
}
.switch span {
  position: relative;
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #d9534f;
  border: 1px solid #e5e5e5;
  display: inline-block;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  border-color: rgba(0, 0, 0, 0.1);
  left: 0px;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: left 500ms;
  transition: left 500ms;
}
.switch input:checked + span {
  background-color: #1CAF9A;
}
.switch input:disabled + span {
  background-color: #CCC;
}


.dd {
  margin-top: 10px;
}
.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;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 16px;
}
.dd-handle:hover {
  color: #0966c6;
  background: #b9dafc;
}
.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: 10px;
  line-height: 1;
  text-align: center;
}
.dd-item > button:before {
  content: "\f054";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-family: "FontAwesome";
}
.dd-item > button[data-action="collapse"]:before {
  content: "\f078";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #a0cdfb;
  border: 1px dashed #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}


.dataTable {
  float: left;
  border-bottom: 1px solid #DDD !important;
  margin-bottom: 5px;
}
.dataTable div.checker,
.dataTable div.radio {
  display: inherit;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
}
.dataTables_length {
  width: 50%;
  float: left;
  padding: 10px 5px;
  border-bottom: 1px solid #DDD;
}
.dataTables_length label,
.dataTables_filter label {
  padding: 0px;
  line-height: 16px;
  height: auto;
  margin: 0px;
  font-weight: normal;
}
.dataTables_length select {
  width: 50px;
  display: inline;
  margin: 0px 5px;
}
.dataTables_filter {
  width: 50%;
  float: right;
  padding-left: 5px;
  padding: 10px 5px;
  border-bottom: 1px solid #DDD;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter label input[type="search"] {
  width: 150px;
  display: inline;
  margin-left: 5px;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
td.dataTables_empty {
  font-size: 11px;
  text-align: center;
  color: #333;
}
.dataTables_info {
  float: left;
  font-size: 11px;
  padding: 8px 10px;
  line-height: 16px;
}
.dataTables_paginate {
  padding: 5px 5px 10px;
  text-align: right;
  float: right;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
  padding: 3px 5px;
  margin-left: 3px;
  font-size: 11px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  color: #333;
  text-decoration: none;
}
.dataTables_paginate .paginate_enabled_next:hover,
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate .paginate_enabled_previous:hover {
  background: #b9dafc;
  cursor: pointer;
  color: #0966c6;
  text-decoration: none;
}
.paginate_active {
  background: #0966c6;
  color: #FFF;
  border-color: #0966c6;
}
.paginate_active:hover {
  text-decoration: none;
  color: #FFF;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_disabled_next {
  cursor: default;
  color: #ccc;
}
.dataTables_paginate a.paginate_button_disabled:hover {
  box-shadow: none;
  color: #ccc;
}
.sorting_desc,
.sorting_asc,
.sorting {
  position: relative;
  cursor: pointer;
}
.sorting:before,
.sorting_desc:before,
.sorting_asc:before {
  float: right;
  font-family: 'FontAwesome';
  opacity: 0.9;
  filter: alpha(opacity = 90);
  width: 10px;
  height: 10px;
  display: block;
}
.sorting:before {
  content: "\f0dc";
  opacity: 0.3;
  filter: alpha(opacity = 30);
}
.sorting_desc:before {
  content: "\f0d8";
}
.sorting_asc:before {
  content: "\f0d7";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  opacity: 0.1;
  filter: alpha(opacity = 10);
}


.icons-list {
  list-style: none;
  padding: 0px;
  margin: 10px 0px;
  display: block;
  float: left;
  width: 100%;
}
.icons-list li {
  float: left;
  display: block;
  width: 25%;
  height: 20px;
  margin-bottom: 10px;
}
.icons-list li {
  line-height: 20px;
  color: #666;
  font-size: 11px;
}
.icons-list li:hover {
  color: #333;
  cursor: pointer;
}
.icons-list li span:first-child,
.icons-list li i {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  color: #222;
}


.ui-spinner {
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: 0px;
  display: block;
}
.ui-spinner .ui-spinner-input {
  margin: 0px;
  padding: 5px 12px;
}
.ui-spinner .ui-spinner-button {
  width: 30px;
  height: 15px;
  font-size: 13px;
}
.ui-spinner .ui-spinner-button span {
  background: #e5e5e5;
  text-indent: 0px !important;
  position: relative;
  color: #333;
  line-height: 15px;
  width: 30px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #D5D5D5;
  font-weight: bold;
}
.ui-spinner .ui-spinner-down span {
  border-top: 0px;
}
.ui-spinner .ui-spinner-up span:before {
  position: absolute;
  content: "\f106";
  font-family: 'FontAwesome';
  left: 11px;
}
.ui-spinner .ui-spinner-down span:before {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  left: 11px;
}
.ui-spinner .ui-spinner-button span:hover {
  background: #DDD;
}


.mpb {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1001;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.mpb.bottom {
  top: auto;
  bottom: 0px;
}
.mpb .mpb-progress {
  background: #0966c6;
  display: block;
  float: left;
  height: 5px;
}
.mpb .mpb-progress.mpb-success {
  background: #95b75d;
}
.mpb .mpb-progress.mpb-info {
  background: #428bca;
}
.mpb .mpb-progress.mpb-warning {
  background: #f3c022;
}
.mpb .mpb-progress.mpb-danger {
  background: #d9534f;
}


.dtrange {
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.dtrange:hover {
  background-color: #F9F9F9;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
  border: 5px solid rgba(0, 0, 0, 0.3);
}
.daterangepicker.dropdown-menu:before,
.daterangepicker.dropdown-menu:after {
  display: 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;
  width: auto;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  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: #e5e5e5;
  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: #0966c6;
  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: #0966c6;
  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 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: #e5e5e5;
}
.daterangepicker td.in-range {
  background: #b9dafc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0966c6;
  border-color: #0966c6;
  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;
}


.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #282828;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #282828;
  color: #FFF;
  font-size: 11px;
  padding: 3px;
  z-index: 15;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #282828;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 15px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 35px;
}


.group {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 3px solid #AAA;
}
.block-head .group {
  float: left;
  margin-top: 9px;
}
.list-group .group {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.group.group-blue {
  border-color: #428bca;
}
.group.group-green {
  border-color: #95b75d;
}
.group.group-red {
  border-color: #d9534f;
}
.group.group-yellow {
  border-color: #f3c022;
}


.block-login {
  width: 400px;
  margin: 50px auto 0px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
}
.block-login .block-login-logo {
  float: left;
  width: 100%;
  padding: 8px 10px;
  line-height: 30px;
  text-align: center;
}
.block-login .block-login-logo .logo {
  margin: 0px auto;
  float: none;
}
.block-login .block-login-content {
  background: #FFF;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  float: left;
  width: 100%;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #424242;
}
.block-login h1 {
  font-weight: 100;
  text-align: center;
  margin-bottom: 15px;
}

.sp {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e5e5e5;
  float: left;
  margin: 10px 0px;
}
.chart-legend {
  position: absolute;
  top: 5px;
  right: 5px;
}
.rickshaw_legend {
  background: rgba(0, 0, 0, 0.05);
}
.rickshaw_legend .label {
  color: #333;
}

.form-wizard .form-wizard-levels {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #282828;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.form-wizard .form-wizard-levels li {
  float: left;
  position: relative;
}
.form-wizard .form-wizard-levels li a {
  display: block;
  float: left;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  height: 50px;
  margin-right: 25px;
  position: relative;
}
.form-wizard .form-wizard-levels li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0966c6;
  border-width: 25px;
  margin-top: -25px;
}
.form-wizard .form-wizard-levels li.active a {
  background: #0966c6;
}
.form-wizard .form-wizard-levels li a span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 11px;
  background: #424242;
  border: 1px solid #252525;
  line-height: 18px;
}
.form-wizard .form-wizard-levels li.active a span {
  background: #0e7ff4;
  border-color: #085eb7;
}
.form-wizard .form-wizard-levels li:first-child a {
  -moz-border-radius: 5px 0px 0px;
  -webkit-border-radius: 5px 0px 0px;
  border-radius: 5px 0px 0px;
}
.finish {
  float: right;
}


.informer {
  border: 3px solid #0966c6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #FFF;
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  background: #282828;
  position: absolute;
  right: 0px;
  top: 0px;
}
.informer.informer-pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
}
.informer.informer-success {
  border-color: #95b75d;
}
.informer.informer-warning {
  border-color: #f3c022;
}
.informer.informer-danger {
  border-color: #d9534f;
}
.informer.informer-info {
  border-color: #428bca;
}


.knob {
  width: 100px;
  display: inline-block;
  position: relative;
}
.knob > div {
  display: block;
}
.knob input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 11px;
  color: #333;
}
.circle_chart {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.circle_chart span {
  display: block;
}


.timeline {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-top: 10px;
}
.timeline:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background: #e5e5e5;
  left: 30px;
  top: 0px;
  z-index: 0;
  height: 100%;
  margin-top: 5px;
}
.timeline .timeline-date {
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: 0px;
  background: #FFF;
}
.timeline .timeline-date > div {
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #282828;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}
.timeline .timeline-date > div > span {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.timeline .timeline-event {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  min-height: 50px;
  position: relative;
}
.timeline .timeline-event .timeline-event-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  line-height: 36px;
  font-size: 21px;
  text-align: center;
  color: #AAA;
  float: left;
  position: relative;
}
.timeline .timeline-event .timeline-event-icon:before {
  position: absolute;
  width: 10px;
  height: 1px;
  background: #e5e5e5;
  top: 20px;
  right: -10px;
  content: '';
}
.timeline .timeline-event .timeline-event-content {
  margin-left: 50px;
  padding: 8px 10px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.timeline .timeline-event .event-title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 3px;
}
.timeline .timeline-event .timeline-event-content img {
  margin: 0px 3px 3px 0px;
}
.timeline .timeline-event p {
  margin: 0px 0px 5px;
}
.timeline .timeline-event .event-date {
  font-size: 10px;
  color: #999;
}
.timeline .timeline-event:hover .timeline-event-icon {
  border-color: #0966c6;
  color: #0966c6;
}
.timeline .timeline-event:hover .timeline-event-content {
  border-color: #0966c6;
}
.timeline .timeline-event:hover .timeline-event-content:before {
  border-right-color: #0966c6;
}
.timeline .timeline-event:hover .timeline-event-icon:before {
  background: #0966c6;
}
.timeline .timeline-event:hover .event-date {
  color: #0966c6;
}
.timeline .timeline-event .timeline-event-content:before,
.timeline .timeline-event .timeline-event-content:after {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline .timeline-event .timeline-event-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.timeline .timeline-event .timeline-event-content:before {
  border-color: rgba(229, 229, 229, 0);
  border-right-color: #e5e5e5;
  border-width: 6px;
  margin-top: -6px;
}


.user-profile {
  position: relative;
  width: 100%;
}
.user-profile .user-profile-block {
  float: left;
  padding-right: 10px;
}
.user-profile .user-profile-block.pull-right {
  padding-right: 0px;
}
.user-profile-info {
  float: left;
  max-width: 320px;
}
.user-profile-image img {
  border-color: #f5f5f5;
}
.user-profile-address {
  font-size: 11px;
}
.user-profile-address p {
  line-height: 15px;
  margin: 5px 0px;
}
.user-profile .user-profile-title {
  font-size: 21px;
  color: #0966c6;
  font-weight: 600;
}
.user-profile .user-profile-text {
  font-size: 11px;
  margin-top: 10px;
}


.comments {
  margin-top: 10px;
}
.comments:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.comments .comments-item {
  margin-bottom: 5px;
  padding: 5px;
}
.comments .comments-item:nth-child(2n) {
  background: #f5f5f5;
}
.comments .comments-item img {
  margin: 0px 10px 0px 0px;
  border: 3px solid #f5f5f5;
  float: left;
}
.comments .comments-item .comments-text {
  line-height: 15px;
  padding: 3px 0px 3px 40px;
}
.comments .comments-item .comments-text span {
  display: block;
}
.comments .comments-item .comments-text span.text-muted {
  font-size: 11px;
}
.comments .comments-form {
  margin-top: 10px;
}
.comments .form-group {
  margin-bottom: 5px;
}
.timeline .timeline-event .timeline-event-content .comments .comments-item img {
  margin: 0px 10px 0px 0px;
}


.inline-info {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.inline-info li {
  float: left;
  padding: 5px 30px;
  border-right: 1px solid #e5e5e5;
  font-size: 11px;
  font-weight: 400;
  color: #999;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.inline-info li span {
  font-size: 29px;
  color: #333;
  display: block;
  line-height: 31px;
}
.inline-info li:last-child {
  border-right: 0px;
}
.inline-info.inline-info-three li {
  width: 33.3%;
}
.inline-info.inline-info-two li {
  width: 50%;
}
.inline-info.inline-info-four li {
  width: 25%;
}


.block-error {
  width: 400px;
  margin: 50px auto 0px;
}
.block-error .error-num {
  font-size: 190px;
  font-weight: 100;
  text-align: center;
  float: left;
  width: 100%;
  color: #FFF;
  line-height: 180px;
}
.block-error .error-text {
  font-size: 31px;
  color: #F5F5F5;
  float: left;
  width: 100%;
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.block-error .error-description {
  font-size: 13px;
  color: #F0F0F0;
  float: left;
  width: 100%;
  font-weight: 300;
  margin: 30px 0px;
  text-align: center;
}
.block-error .copy {
  float: left;
  width: 100%;
  text-align: center;
  color: #FFF;
  margin-top: 30px;
  color: #dddddd;
}


.q-buttons {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.page-topbar .q-buttons {
  margin: 10px auto 8px;
}
.q-button {
  width: 80px;
  height: 80px;
  margin: 0px 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #282828;
  border: 5px solid #FFF;
  padding: 5px;
  -moz-box-shadow: 0 0 0 1px #e5e5e5;
  -webkit-box-shadow: 0 0 0 1px #e5e5e5;
  box-shadow: 0 0 0 1px #e5e5e5;
  position: relative;
}
.q-button:hover {
  background: #1b1b1b;
  -moz-box-shadow: 0 0 0 1px #cccccc;
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.q-button .q-button-icon {
  width: 100%;
  float: left;
  height: 35px;
  line-height: 53px;
  text-align: center;
}
.q-button .q-button-icon .fa {
  font-size: 29px;
  color: #FFF;
}
.q-button .q-button-text {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #DDD;
  text-align: center;
}


.widget-window {
  float: left;
  width: 100%;
  padding: 0px;
  background: #FFF;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  margin-top: 10px;
}
.widget-window .window {
  float: left;
  width: 100%;
  padding: 10px;
  background: #FFF;
  position: relative;
}
.widget-window .window:first-child {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.widget-window .window:last-child {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.widget-window .window:first-child:last-child {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget-window .window .window-title {
  font-size: 15px;
  font-weight: 200;
  line-height: 17px;
  margin-bottom: 5px;
}
.widget-window .window.window-npb {
  padding-bottom: 0px;
}
.widget-window .window.window-dark {
  background: #282828;
  color: #FFF;
}
.widget-window .window.window-success {
  background: #95b75d;
  color: #FFF;
}
.widget-window .window.window-primary {
  background: #0966c6;
  color: #FFF;
}
.widget-window .window.window-danger {
  background: #d9534f;
  color: #FFF;
}
.widget-window .window.window-warning {
  background: #f3c022;
  color: #FFF;
}
.widget-window .window.window-info {
  background: #428bca;
  color: #FFF;
}
.widget-window .window-block {
  float: left;
  padding: 0px 10px 5px 0px;
}
.widget-window .window-block.pull-right {
  padding: 5px;
}
.widget-window .window-block.window-wide {
  width: 100%;
  padding: 0px;
}
.widget-window .window-block h4 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 600;
}
.widget-window .window-block p {
  font-size: 11px;
  margin: 3px 0px 8px;
}
.widget-window .window-block .progress {
  margin: 3px 0px 8px;
}
.widget-window .window-block p:last-child {
  margin-bottom: 0px;
}


.widget-pie {
  width: 100%;
  height: 100px;
  position: relative;
  margin: 15px 0px 5px;
  padding: 0px 5px;
  float: left;
}
.widget-pie .knob {
  float: left;
  width: 100px;
  height: 100px;
  border: 5px solid #d8d8d8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget-pie .widget-pie-info {
  padding-left: 100px;
  position: relative;
  text-align: center;
}
.widget-pie .widget-pie-info .widget-pie-info-num {
  width: 100%;
  height: 50px;
  padding: 15px 5px 5px;
  line-height: 30px;
  font-size: 29px;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
}
.widget-pie .widget-pie-info .widget-pie-info-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  padding: 5px 5px 0px;
  font-weight: 500;
}


.faq {
  padding: 0px;
  position: relative;
}
.faq .item {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.faq .item .title {
  font-size: 13px;
  font-weight: 600;
  color: #0966c6;
  cursor: pointer;
}
.faq .item .text {
  font-size: 12px;
  margin-top: 5px;
  display: none;
  line-height: 13px;
}
.faq .item .text p {
  margin: 0px 0px 5px;
  line-height: 13px;
}
.faq .faq-highlight {
  font-weight: bold;
  color: #333;
}


.fc-widget-header,
.fc-widget-content {
  border: 1px solid #e5e5e5;
}
.fc th.fc-widget-header {
  background: #F0F0F0;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px;
}
.fc-button {
  border: 1px solid #e5e5e5;
  background: #FFF;
  color: #555;
}
.fc-text-arrow,
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #a0cdfb;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #95b75d;
  border-color: #89ad4d;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #f3c022;
  border-color: #efb70d;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #0966c6;
  border-color: #0859ae;
}


.plupload .plupload_header {
  display: none;
}
.plupload_container {
  padding: 0px;
}
.plupload_scroll .plupload_filelist {
  background-color: #FFF;
}
.plupload_filelist_header {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0px;
  background: #F0F0F0;
}
.plupload_filelist_footer {
  border-top: 1px solid #e5e5e5;
  background: #F0F0F0;
  height: 38px;
}


.imgareaselect-border1 {
  background: url(../img/imgareaselect/border-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
  background: url(../img/imgareaselect/border-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
  background: url(../img/imgareaselect/border-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
  background: url(../img/imgareaselect/border-h.gif) repeat-x left bottom;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}


.pricing-table {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.pricing-table td {
  padding: 0px;
  border-left: 1px solid #f5f5f5;
}
.pricing-table .pricing-table-list td {
  padding: 10px 8px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
}
.pricing-table .pricing-table-list .fa-check {
  color: #95b75d;
}
.pricing-table .pricing-table-list .fa-times {
  color: #d9534f;
}
.pricing-table .pricing-table-list td:first-child {
  font-weight: 600;
  text-align: left;
  border-left: 0px;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}
.pricing-table .pricing-table-list:nth-child(2n) td {
  background: #FFF;
}
.pricing-table .pricing-table-text h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #0966c6;
}
.pricing-table .pricing-table-text p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #666;
}
.pricing-table .pricing-table-item {
  color: #FFF;
}
.pricing-table .pricing-table-item .pricing-table-item-head {
  padding: 10px 5px;
  text-align: center;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: #0966c6;
}
.pricing-table .pricing-table-item .pricing-table-item-head p {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.pricing-table .pricing-table-item .pricing-table-item-head span {
  font-size: 11px;
  font-weight: 400;
}
.pricing-table .pricing-table-item .pricing-table-item-price {
  padding: 15px 10px;
  text-align: center;
  background: #FFF;
  color: #0966c6;
}
.pricing-table .pricing-table-item .pricing-table-item-price p {
  font-size: 41px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0px;
}
.pricing-table .pricing-table-item .pricing-table-item-price p span {
  font-size: 12px;
  font-weight: 300;
}
.pricing-table .pricing-table-item .pricing-table-item-price > span {
  font-size: 12px;
  font-weight: 400;
  color: #95b75d;
}
.pricing-table .pricing-table-item .pricing-table-item-purchase {
  padding: 10px 5px;
  background: #f5f5f5;
}
.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
  text-transform: uppercase;
}


.block-pricing .block-pricing-head {
  padding: 15px 10px 40px;
  background: #282828;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.block-pricing .block-pricing-price {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -35px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #1b1b1b;
  padding: 10px 5px 5px;
  line-height: 13px;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.block-pricing .block-pricing-price span {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.block-pricing .block-content {
  padding-top: 40px;
  padding-bottom: 5px;
}
.block-pricing .block-content .row-form {
  text-align: center;
  font-size: 12px;
  padding-bottom: 5px;
  color: #888;
}
.block-pricing .block-content .row-form strong {
  color: #333;
}
.block-pricing-primary .block-pricing-head {
  background: #0966c6;
}
.block-pricing-success .block-pricing-head {
  background: #95b75d;
}
.block-pricing-warning .block-pricing-head {
  background: #f3c022;
}
.block-pricing-danger .block-pricing-head {
  background: #d9534f;
}


ul.jqueryFileTree {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
ul.jqueryFileTree li {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  white-space: nowrap;
}
ul.jqueryFileTree a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 2px;
}
ul.jqueryFileTree a:hover {
  background: #E9EDF1;
}
li.directory {
  background: url(../img/filetree/directory.png) left top no-repeat;
}
li.expanded {
  background: url(../img/filetree/folder_open.png) left top no-repeat;
}
li.file {
  background: url(../img/filetree/file.png) left top no-repeat;
}
li.wait {
  background: url(../img/filetree/spinner.gif) left top no-repeat;
}

li.ext_3gp {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_afp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_afpa {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_asp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_aspx {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_avi {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_bat {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_bmp {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_c {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_cfm {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_cgi {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_com {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_cpp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_css {
  background: url(../img/filetree/css.png) left top no-repeat;
}
li.ext_doc {
  background: url(../img/filetree/doc.png) left top no-repeat;
}
li.ext_exe {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_gif {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_fla {
  background: url(../img/filetree/flash.png) left top no-repeat;
}
li.ext_h {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_htm {
  background: url(../img/filetree/html.png) left top no-repeat;
}
li.ext_html {
  background: url(../img/filetree/html.png) left top no-repeat;
}
li.ext_jar {
  background: url(../img/filetree/java.png) left top no-repeat;
}
li.ext_jpg {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_jpeg {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_js {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_lasso {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_log {
  background: url(../img/filetree/txt.png) left top no-repeat;
}
li.ext_m4p {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_mov {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mp3 {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_mp4 {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mpg {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mpeg {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_ogg {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_pcx {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_pdf {
  background: url(../img/filetree/pdf.png) left top no-repeat;
}
li.ext_php {
  background: url(../img/filetree/php.png) left top no-repeat;
}
li.ext_png {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_ppt {
  background: url(../img/filetree/ppt.png) left top no-repeat;
}
li.ext_psd {
  background: url(../img/filetree/psd.png) left top no-repeat;
}
li.ext_pl {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_py {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_rb {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rbx {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rhtml {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rpm {
  background: url(../img/filetree/linux.png) left top no-repeat;
}
li.ext_ruby {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_sql {
  background: url(../img/filetree/db.png) left top no-repeat;
}
li.ext_swf {
  background: url(../img/filetree/flash.png) left top no-repeat;
}
li.ext_tif {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_tiff {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_txt {
  background: url(../img/filetree/txt.png) left top no-repeat;
}
li.ext_vb {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_wav {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_wmv {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_xls {
  background: url(../img/filetree/xls.png) left top no-repeat;
}
li.ext_xml {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_zip {
  background: url(../img/filetree/zip.png) left top no-repeat;
}


.np {
  padding: 0px;
}
.npt {
  padding-top: 0px;
}
.npr {
  padding-right: 0px;
}
.npl {
  padding-left: 0px;
}
.npb {
  padding-bottom: 0px;
}
.nb {
  border: 0px;
}
.nm,
.block-content .btn.nm {
  margin: 0px;
}
.nmb {
  margin-bottom: 0px;
}
.tac {
  text-align: center;
}


.popup.themes {
  padding: 10px;
}
.themes {
  padding: 10px;
}
.themes .title {
  font-size: 12px;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 0px 5px 0px;
  text-transform: uppercase;
}
.themes .theme-item {
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #282828;
  margin: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.themes .theme-item.active {
  border-color: #0966c6;
}
.themes .theme-item img {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  display: block;
}
.themes p {
  margin-top: 5px;
  font-weight: 600;
  display: block;
  float: left;
  line-height: 16px;
  padding: 5px;
  background: #F5F5F5;
  width: 100%;
}



@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.9, 0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}


@media only screen and (max-width: 768px) {
  .row > [class^='col-xs-'],
  .row > [class^='col-sm-'],
  .row > [class^='col-md-'],
  .row > [class^='col-lg-'] {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  .block .block-content {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .form-wizard .form-wizard-levels li a {
    font-size: 0px;
    color: transparent;
    padding: 10px 0px 10px 5px;
  }
  .form-wizard .form-wizard-levels li a span {
    font-size: 11px;
    color: #FFF;
    margin-right: 0px;
  }
  .page-toolbar-block,
  .widget-info {
    width: 100%;
  }
  .page-content .page-toolbar .page-toolbar-block {
    margin-top: 0px;
  }
  .page-content .page-toolbar .page-toolbar-block:first-child {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .block-login {
    width: 100%;
    padding: 5px;
    margin: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .block .user {
    padding: 35px 10px;
  }
  .container.container-fixed {
    width: auto;
    max-width: auto !important;
  }
  .block .block-content {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* Custom Styles */
.action-buttons {
  margin-top: 3px;
  padding: 10px 25px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.width-90p .modal-dialog {
    width: 90%;
}

.width-75p .modal-dialog {
    width: 75%;
}

.width-50p .modal-dialog {
    width: 50%;
}

.width-25p .modal-dialog {
    width: 25%;
}

.link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
