﻿@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext');
@import url('//fonts.googleapis.com/css?family=Roboto:400,700,300');
@import "portal.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: #e5e5e5;
  position: relative;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #0066CC;
}
.container {
  max-width: none !important;
  padding: 0px;
}
[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;
}
.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: #334454;
  z-index: 2;
  border-top: 1px solid #394c5e;
  border-bottom: 1px solid #293744;
}
.page-container .page-topbar {
  width: 100%;
  height: 102px;
  background: #f0eff5;
  position: absolute;
  left: 0;
  top: -102px;
  padding: 0;
}
.page-head .btn-container {
  float: left;
  padding: 9px 10px 10px;
}
.page-container .page-navigation {
  width: 250px;
  position: absolute;
  float: left;
  height: 100%;
  background: #334454;
  top: 0;
  left: 0;
  z-index: 3;
}
.page-container .page-navigation .navigation-container {
  height: 100%;
  overflow: auto;
}
.page-container .page-navigation.page-navigation-closed {
  left: -250px;
}
.page-container .page-content {
  padding-left: 250px;
  padding-top: 50px;
  z-index: 1;
  background: #f0eff5;
  height: 100%;
  min-height: 100%;
}
.page-container .page-sidebar {
  position: fixed;
  z-index: 4;
  height: 100%;
  width: 250px;
  top: 0;
  right: -250px;
  background: #334454;
  border-left: 1px solid #293744;
  -moz-box-shadow: inset 1px 0px 0px #3d5164;
  -webkit-box-shadow: inset 1px 0px 0px #3d5164;
  box-shadow: inset 1px 0px 0px #3d5164;
}
.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: 0;
}
.page-layout-mobile .page-navigation {
  left: -250px;
}
.page-layout-mobile .page-content {
  padding-left: 0;
}
.container {
  max-width: none !important;
  width: auto;
}
[class^='col-xs-'],
[class^='col-sm-'],
[class^='col-md-'],
[class^='col-lg-'] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 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 #293744;
  display: block;
  float: left;
  position: relative;
}
.page-head .page-head-elements > li:first-child {
  border-left: 1px solid #293744;
}
.page-head .page-head-elements > li:last-child {
  border-right: 0px;
}
.page-head .page-head-elements > li > a {
  display: block;
  height: 49px;
  min-width: 50px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 31px;
  -moz-box-shadow: inset 1px 0px 0px #3d5164;
  -webkit-box-shadow: inset 1px 0px 0px #3d5164;
  box-shadow: inset 1px 0px 0px #3d5164;
}
.page-head .page-head-elements > li > a:hover {
  background: #314151;
  text-decoration: none;
}
.page-head .page-head-elements > li > a:active {
  background: #2f3f4e;
}
.page-head .page-head-elements > .elements-link {
  font-size: 13px;
  font-weight: bold;
}
.page-head-elements .popup {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 240px;
  background: #FFF;
  border: 2px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
.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 #3d5164;
  -webkit-box-shadow: inset 1px 0px 0px #3d5164;
  box-shadow: inset 1px 0px 0px #3d5164;
}
.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: #2d3c4a;
  border-color: #293744;
  color: #ffffff;
}
.page-container .page-navigation .page-navigation-info {
  height: 50px;
  padding: 6px;
  border-bottom: 1px solid #293744;
  background: #2f3f4e;
}
.page-container .logo {
  font-size: 0px;
  height: 38px;
  text-indent: -99999;
  display: block;
  text-align: center;
  padding-right: 26px;
}
.page-container .logo img {
  height: 38px;
}

.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 #3d5164;
  border-bottom: 1px solid #293744;
}
.page-navigation .navigation > li > a > i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  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: #394c5e;
}
.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: #2f9fe0;
  color: #ffffff;
  border-top-color: #45a9e3;
}
.page-navigation .navigation li ul {
  float: left;
  width: 100%;
  padding: 0px;
  background: #293744;
  position: relative;
}
.page-navigation .navigation li.openable > a:before {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f104";
  font-size: 14px;
  width: 20px;
  height: 20px;
  color: #FFF;
  right: 0px;
  top: 9px;
}
.page-navigation .navigation li.openable.open > a: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;
}
.page-navigation .navigation li ul li > a:hover,
.page-navigation .navigation li ul li.active > a {
  background: #242f3b;
  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 #3d5164;
}
.profile img {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #5a7793;
}
.profile .profile-info {
  float: left;
  position: relative;
  width: 185px;
  height: 36px;
  padding-top: 3px;
}
.profile .profile-info .profile-title {
  float: left;
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile .profile-info .profile-title a {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    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: #293744;
  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: #334454;
}
.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: #5a7793;
}
.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, #E61D09 0%, #F7662D 50%, #00AB84 100%);
  background: -o-linear-gradient(left, #E61D09 0%, #F7662D 50%, #00AB84 100%);
  background: -moz-linear-gradient(left, #E61D09 0%, #F7662D 50%, #00AB84 100%);
  background: -webkit-linear-gradient(left, #E61D09 0%, #F7662D 50%, #00AB84 100%);
  background: -ms-linear-gradient(left, #E61D09 0%, #F7662D 50%, #00AB84 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E61D09), color-stop(0.5, #F7662D), color-stop(1, #00AB84));
}
.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-block-navigation {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
}
.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: #334454;
  padding: 0px;
}
.widget-info {
  float: left;
  position: relative;
  border-right: 1px solid #e5e5e5;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.navigation-widget-info {
  float: left;
  position: relative;
  border-right: 1px solid #e5e5e5;
  padding: 0px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.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 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #AAA;
}
.breadcrumb li a {
  text-decoration: none;
  color: #888;
}
.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;
}
.page-toolbar-tabs li a:hover,
.page-toolbar-tabs li.active a {
  border-bottom-color: #0066CC;
  background: #F5F5F5;
}
.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 !important;
}
.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;
}
.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: #004C97;
}
.panel-primary .panel-heading {
  background-color: #004C97;
  border-color: #004C97;
  color: #FFF;
}
.panel-success {
  border-color: #00AB84;
}
.panel-success .panel-heading {
  background-color: #00AB84;
  border-color: #00AB84;
  color: #FFF;
}
.panel-info {
  border-color: #159BD7;
}
.panel-info .panel-heading {
  background-color: #159BD7;
  border-color: #159BD7;
  color: #FFF;
}
.panel-warning {
  border-color: #F7662D;
}
.panel-warning .panel-heading {
  background-color: #F7662D;
  border-color: #F7662D;
  color: #FFF;
}
.panel-danger {
  border-color: #E61D09;
}
.panel-danger .panel-heading {
  background-color: #E61D09;
  border-color: #E61D09;
  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: #0066CC;
  background: #f7fbfe;
}
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: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
p {
  margin: 10px 0px;
}
p:first-child {
  margin-top: 0px;
}
p:last-child {
  margin-bottom: 0px;
}
blockquote,
blockquote.pull-right {
  border-color: #004C97;
}
.text-muted {
  color: #AAA;
}
.text-primary {
  color: #004C97;
}
.text-info {
  color: #159BD7;
}
.text-success {
  color: #00AB84;
}
.text-warning {
  color: #F7662D;
}
.text-danger {
  color: #E61D09;
}
.badge {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.label-default,
.badge {
  background: #CCC;
}
.label-primary,
.badge-primary {
  background: #004C97;
}
.label-success,
.badge-success {
  background: #00AB84;
}
.label-info,
.badge-info {
  background: #159BD7;
}
.label-warning,
.badge-warning {
  background: #F7662D;
}
.label-danger,
.badge-danger {
  background: #E61D09;
}
.badge-contrast-text {
  color: black;
}
.alert {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
  border: 0px;
}
.alert-success {
  background: #00AB84 !important;
  color: white !important;
}
.alert-info {
  background: #1796A2 !important;
  color: white !important;
}
.alert-warning {
  background: #F7662D !important;
  color: white !important;
}
.alert-danger, .alert-danger-sm {
  background: #E61D09 !important;
  color: white !important;
}
.alert-info-inverted {
  border: 1px solid #1796A2 !important;
  color: #1796A2 !important;
  background: white !important;
}
.alert-info-basic {
  border: 1px solid #003865 !important;
  color: #003865 !important;
  background: white !important;
}
.list-group {
  margin-bottom: 0px;
}
.list-group-item {
  padding: 10px;
  border-color: #e5e5e5;
/*  background: #FFF;*/
}
a.list-group-item:hover {
  background: #f7fbfe;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #004C97;
}
.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;
  border-color: #D5D5D5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.picker {
	width: 50px;
	display: inline;
}

.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: #555;
}
.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;
}
.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-inactive,
.btn.btn-inactive:focus {
  background: #6f6f6f;
  border: 1px solid #646464;
  color: #fff;
}
.btn.btn-inactive:hover {
  background: #606060;
  color: #fff;
}
.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: #004C97;
  border: 1px solid #003366;
}
.btn.btn-primary:hover, .open .dropdown-toggle.btn-info {
  background: #004080;
}
.btn.btn-primary-outline,
.btn.btn-primary-outline:focus {
  background: white;
  color: #004C97;
  border: 1px solid #003366;
}
.btn.btn-primary-outline:hover, .open .dropdown-toggle.btn-primary-outline {
  background: #F8F8F8;
  color: #003366;
}
.btn.btn-success,
.btn.btn-success:focus {
  background: #00AB84;
  border: 1px solid #008062;
}
.btn.btn-success:hover, .btn.btn-success:hover {
  background: #009975;
}
.btn.btn-info,
.btn.btn-info:focus {
  background: #004C97;
  border: 1px solid #003366;
}
.btn.btn-info:hover, .open .dropdown-toggle.btn-info {
  background: #004080;
}
.btn.btn-veyo,
.btn.btn-veyo:focus {
  color: white;
  background: #27BFCE;
  border: 1px solid #31a2ad;
}
.btn.btn-veyo:hover, .open .dropdown-toggle.btn-veyo {
  background: #31b0bd;
}
.btn.btn-warning,
.btn.btn-warning:focus {
  background: #F7662D;
  border: 1px solid #f64c09;
}
.btn.btn-warning:hover {
  background: #f75e22;
}
.btn.btn-danger,
.btn.btn-danger:focus {
  background: #E61D09;
  border: 1px solid #c41808;
}
.btn.btn-danger:hover {
  background: #dc1b09;
}
.btn.btn-action-light,
.btn.btn-action-light:focus {
  background: #E26AB6;
  border: 1px solid #d93fa1;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
}
.btn.btn-action-light:hover {
  background: #dd55ab;
}
.btn.btn-action,
.btn.btn-action:focus {
  background: #B5247F;
  border: 1px solid #951d69;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
}
.btn.btn-action:hover {
  background: #aa2278;
}
.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: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.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: #00AB84;
}
.has-success .form-control,
.form-control.valid {
  border-color: #00AB84;
}
.has-success .form-control:focus,
.form-control.valid:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #009975;
}
label.valid {
  color: #00AB84;
  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: #F7662D;
}
.has-warning .form-control {
  border-color: #F7662D;
}
.has-warning .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f75e22;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  border-color: #E61D09;
}
.has-error .form-control,
.form-control.error {
  border-color: #E61D09;
}
.has-error .form-control:focus,
.form-control.error:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dc1b09;
}
label.error {
  color: #E61D09;
  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;
}
.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: #0066CC;
  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 #004C97;
  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: #004C97;
  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 #004C97;
  background: #F5F5F5;
}
.nav-tabs a .caret,
.nav-tabs a:hover .caret {
  color: #004C97;
}
.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: #004C97;
  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 #004C97;
  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: #F7662D;
}
.progress .progress-bar.progress-bar-info {
  background-color: #159BD7;
}
.progress .progress-bar.progress-bar-success {
  background-color: #00AB84;
}
.progress .progress-bar.progress-bar-danger {
  background-color: #E61D09;
}
.modal {
    overflow-y: auto;
}
.modal-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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: #f7fbfe;
}
.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: #F7662D;
}
.list-contacts .list-item .item-status.item-status-offline {
  background: #E61D09;
}
.list-contacts .list-item .item-status.item-status-online {
  background: #00AB84;
}
.page-sidebar .list-contacts a.list-item,
.page-sidebar .list-contacts .list-item {
  color: #FFF !important;
}
.sparkline {
  display: inline-block;
  position: relative;
}
.widget {
  float: left;
  width: 100%;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #334454;
  color: #FFF;
  margin-top: 10px;
}
.widget .widget-container {
  background: #293744;
  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: #00AB84;
}
.widget.widget-success .widget-container {
  background: #587f2e;
}
.widget.widget-info {
  background: #159BD7;
}
.widget.widget-info .widget-container {
  background: #1790bb;
}
.widget.widget-warning {
  background: #F7662D;
}
.widget.widget-warning .widget-container {
  background: #c88a0a;
}
.widget.widget-danger {
  background: #E61D09;
}
.widget.widget-danger .widget-container {
  background: #9a1e2b;
}
.widget.widget-primary {
  background: #004C97;
}
.widget.widget-primary .widget-container {
  background: #166593;
}
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: 0 !important;
}
.table-bordered tr > th,
.table-bordered tr > td {
  border-left: 0/* !important;*/
  border-right: 1px solid #e5e5e5/* !important;*/
}
.table-bordered tr > th:last-child,
.table-bordered tr > td:last-child {
  border-right: 0 /*!important;*/
}
.table-bordered tr:last-child > th,
.table-bordered tr:last-child > td {
  border-bottom: 0/* !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: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #004C97;
}
.select2-results .select2-highlighted {
  background: #004C97;
  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: #004C97;
  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: #E61D09 !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: #f7fbfe;
}
.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: #004C97;
}
.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;
}
.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: #e1f1fa;
  color: #004C97;
  -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: #004C97;
  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: #1974a9;
  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 #004C97;
  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: #e1f1fa;
}
.ui-slider-range {
  background: #e1f1fa;
}
.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: 0px;
  left: 100%;
  display: block;
  cursor: pointer;
  text-align: left;
  opacity: 1 !important;
  white-space: nowrap;
}
.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: #E61D09;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 12px;
  padding: 4px 4px 4px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: normal;
}

.left .formError {
    right: 100%;
    left: auto;
}

.formError.inline .formErrorContent {
  border: 0;
}
.greenPopup .formErrorContent {
  background: #00AB84;
}
.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: #E61D09;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.greenPopup .formErrorArrow div {
  background: #00AB84;
}
.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: #E61D09;
  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: #4BD662;
}
.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: #004C97;
  background: #f7fbfe;
}
.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: #e1f1fa;
  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="text"] {
  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 {
  text-align: right;
  float: right;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.dataTables_paginate a.paginate_button_disabled,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
  padding: 0px 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: #f7fbfe;
  cursor: pointer;
  color: #004C97;
  text-decoration: none;
}
.paginate_active {
  background: #004C97;
  color: #FFF;
  border-color: #004C97;
}
.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,
.ui-spinner .ui-spinner-down span:before {
  font-family: 'FontAwesome';
}
/*
.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;
}
.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;
}
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #334454;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #334454;
  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: #334454;
  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: #159BD7;
}
.group.group-green {
  border-color: #00AB84;
}
.group.group-red {
  border-color: #E61D09;
}
.group.group-yellow {
  border-color: #F7662D;
}
.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 #465e74;
}
.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: #334454;
  -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: #004C97;
  border-width: 25px;
  margin-top: -25px;
}
.form-wizard .form-wizard-levels li.active a {
  background: #004C97;
}
.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: #465e74;
  border: 1px solid #314151;
  line-height: 18px;
}
.form-wizard .form-wizard-levels li.active a span {
  background: #5bb3e7;
  border-color: #003366;
}
.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 #004C97;
  -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: #334454;
  position: absolute;
  right: 0px;
  top: 0px;
}

.counter {
    margin-top: 5px; 
    display: block; 
    -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: 12px; 
}
.counter.counter-blue {
    background: #004C97;
    border: 3px solid #004C97; 
}
.counter.counter-red {
    background: #E61D09;
    border: 3px solid #E61D09; 
}
.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: #00AB84;
}
.informer.informer-warning {
  border-color: #F7662D;
}
.informer.informer-danger {
  border-color: #E61D09;
}
.informer.informer-info {
  border-color: #159BD7;
}
.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: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: 0px;
  background: #FFF;
}
.timeline .timeline-date > div {
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #334454;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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: #004C97;
  color: #004C97;
}
.timeline .timeline-event:hover .timeline-event-content {
  border-color: #004C97;
}
.timeline .timeline-event:hover .timeline-event-content:before {
  border-right-color: #004C97;
}
.timeline .timeline-event:hover .timeline-event-icon:before {
  background: #004C97;
}
.timeline .timeline-event:hover .event-date {
  color: #004C97;
}
.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: #f0eff5;
}
.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: #004C97;
  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 #f0eff5;
  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: #334454;
  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: #293744;
  -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: #334454;
  color: #FFF;
}
.widget-window .window.window-success {
  background: #00AB84;
  color: #FFF;
}
.widget-window .window.window-primary {
  background: #004C97;
  color: #FFF;
}
.widget-window .window.window-danger {
  background: #E61D09;
  color: #FFF;
}
.widget-window .window.window-warning {
  background: #F7662D;
  color: #FFF;
}
.widget-window .window.window-info {
  background: #159BD7;
  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;
}
.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: #004C97;
  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: #e1f1fa;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #E61D09;
  border-color: #dc1b09;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #00AB84;
  border-color: #009975;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #F7662D;
  border-color: #f75e22;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #004C97;
  border-color: #004080;
}
.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 #f0eff5;
}
.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: #00AB84;
}
.pricing-table .pricing-table-list .fa-times {
  color: #E61D09;
}
.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: #004C97;
}
.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: #004C97;
}
.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: #004C97;
}
.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: #00AB84;
}
.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;
}
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;
}
@-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: 0px;
    padding-right: 0px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .block {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .block-content {
    overflow-x: scroll;
  }
  .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;
  }
}
@media only screen and (max-width: 1024px) {
  .block .user {
    padding: 35px 10px;
  }
  .container.container-fixed {
    width: auto;
    max-width: auto !important;
  }
}

.page-container .page-content {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 40px;
}

span.star {
    color: red;
    position: absolute;
    padding-left: 3px;
}

td.image-column {
    text-align: center;
}

.multiload-false {
  color: #d0021b;
}

.multiload-true {
  color: #00ab84;
}