/*==============================================================================
// Описание : CSS from original template
// Последна промяна на файла на : 08.02.2023г. / 20:20ч.
// Последна промяна на файла от : Асен Сотиров
//============================================================================*/
/*==============================================================================
// Описание : CSS Bootstrap Edited from original template
//============================================================================*/
/* -----------------------------------------
   Dropdown menus
----------------------------------------- */
.dropdown-menu {
  font-size: 12px;
  display: none;
  border-radius: 3px;
  margin-top: 13px;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  margin: 1px 0;
}
.dropdown-menu li {
  padding: 0;
  border-radius: 3px;
}
.dropdown-menu li.divider {
  padding: 0;
}
.dropdown-menu li a {
  padding: 8px 20px;
  color: #333333;
  transition: all;
  transition-duration: 0.4s;
}
.dropdown-menu li a i {
  margin-right: 10px;
  font-size: 16px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  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: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.dropdown-menu:before {
  border-bottom-color: #efefef;
  border-width: 11px;
  margin-left: -12px;
}
.dropdown-menu.right {
  right: 0;
  left: auto;
}
.dropdown-menu.right:before {
  left: auto !important;
  right: 17px;
}
.dropdown-menu.right:after {
  left: auto !important;
  right: 18px;
}
.dropdown-menu.left {
  left: 0;
  right: auto;
}
.dropdown-menu.left:before {
  right: auto !important;
  left: 29px;
}
.dropdown-menu.left:after {
  right: auto !important;
  left: 29px;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 13px;
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropup .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.dropup .dropdown-menu:before {
  border-top-color: #efefef;
  border-width: 12px;
  margin-left: -13px;
}
.dropup .dropdown-menu.right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu.right:before {
  left: auto !important;
  right: 15px;
}
.dropup .dropdown-menu.right:after {
  left: auto !important;
  right: 16px;
}
.dropup .dropdown-menu.left {
  left: 0;
  right: auto;
}
.dropup .dropdown-menu.left:before {
  right: auto !important;
  left: 24px;
}
.dropup .dropdown-menu.left:after {
  right: auto !important;
  left: 24px;
}
/* -----------------------------------------
   Badges
----------------------------------------- */
.badge {
  padding: 5px 8px;
}
.badge-primary {
  background-color: #0bacd3;
}
.badge-success {
  background-color: #51bf87;
}
.badge-info {
  background-color: #29b6d8;
}
.badge-warning {
  background-color: #f4ad49;
}
.badge-danger {
  background-color: #db5565;
}
.badge-dark {
  background-color: #262d37;
}
.badge-yellow {
  background-color: #f4ad49;
}
.badge-default {
  color: #333333;
}
/* -----------------------------------------
   Panels
----------------------------------------- */
.panel {
  position: relative;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.panel.highlight-panel {
  box-shadow: 0px 0px 0px 2px #29b6d8;
  transition: box-shadow;
  transition-duration: 0.4s;
}
.panel.panel-default > .panel-heading {
  color: #333333;
}
.panel .panel-controls-right {
  width: auto;
  float: right;
  position: absolute;
  right: 10px;
  top: 0;
}
.panel .panel-controls-right.panel-controls-hide {
  display: none;
}
.panel .panel-controls-right a {
  text-decoration: none;
  float: left;
  width: auto;
  padding: 5px;/*11px 5px*/
}
.panel .panel-controls-right a i {
  font-size: 12px;
  color: #333333;
}
.panel .panel-controls-right a:hover i {
  color: #262626;
}
.panel .panel-heading.white-bg .panel-controls a i {
  color: #333333;
}
.panel .panel-heading.white-bg .panel-controls a:hover {
  color: #404040;
}
.panel.tile {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}
.panel.tile .panel-heading {
  border-bottom: none;
}
.panel.tile.panel-default {
  background-color: #e3e3e3;
  border: 1px solid #e0e0e0;
}
.panel.tile.panel-default .panel-heading {
  background-color: #e3e3e3;
}
.panel.tile.panel-default .panel-body {
  background-color: #e3e3e3;
}
.panel.tile.panel-primary {
  background-color: #0a97b9;
  border: 1px solid #0a97b9;
}
.panel.tile.panel-primary .panel-body {
  background-color: #0a97b9;
}
.panel.tile.panel-info {
  background-color: #29b6d8;
  border: 1px solid #22b7bb;
}
.panel.tile.panel-info .panel-body {
  background-color: #29b6d8;
}
.panel.tile.panel-success {
  background-color: #66c796;
  border: 1px solid #53c077;
}
.panel.tile.panel-success .panel-body {
  background-color: #66c796;
}
.panel.tile.panel-danger {
  background-color: #df6a78;
  border: 1px solid #da557b;
}
.panel.tile.panel-danger .panel-body {
  background-color: #df6a78;
}
.panel.tile.panel-warning {
  background-color: #f4ad49;
  border: 1px solid #f38231;
}
.panel.tile.panel-warning .panel-body {
  background-color: #f4ad49;
}
.panel.plain.panel-default {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  box-shadow: none;
}
.panel.plain.panel-default .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-default .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-default .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-default .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-default .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain.panel-primary {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #0a97b9;
  box-shadow: none;
}
.panel.plain.panel-primary .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-primary .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-primary .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-primary .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-primary .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain.panel-success {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #53c077;
  box-shadow: none;
}
.panel.plain.panel-success .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-success .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-success .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-success .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-success .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain.panel-warning {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #f38231;
  box-shadow: none;
}
.panel.plain.panel-warning .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-warning .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-warning .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-warning .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-warning .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain.panel-danger {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #da557b;
  box-shadow: none;
}
.panel.plain.panel-danger .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-danger .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-danger .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-danger .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-danger .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain.panel-info {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #22b7bb;
  box-shadow: none;
}
.panel.plain.panel-info .panel-heading {
  background-color: #ffffff;
  color: #333333;
}
.panel.plain.panel-info .panel-heading > .panel-controls > a i {
  color: #222222;
}
.panel.plain.panel-info .panel-heading > .panel-controls > a:hover i {
  color: #090909;
}
.panel.plain.panel-info .panel-body {
  border-left: none;
  border-right: none;
}
.panel.plain.panel-info .panel-footer {
  background-color: #ffffff;
  color: #333333;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel.plain .panel-heading {
  border-bottom: none;
}
.panel-heading {
  text-align: left;
  padding: 0 15px;
  min-height: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading .panel-title {
  font-size: 14px;/*16*/
  font-weight: normal;
  margin-right: 10px;
  padding: 7px 0;/*12px 0*/
  /*min-height: 42px;*/
}
.panel-heading .panel-title > i {
  font-size: 16px;
  margin-right: 5px;
}
.panel-heading .panel-title > i[class^="glyphicon"] {
  top: -2px !important;
  margin-top: -1px;
}
.panel-heading.min {
  border-bottom: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-heading.white-bg {
  color: #333333;
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.panel-heading.red-bg {
  background: #db5565 !important;
  background-color: #db5565 !important;
}
.panel-heading.blue-bg {
  background: #0bacd3 !important;
  background-color: #0bacd3 !important;
}
.panel-heading.green-bg {
  background: #51bf87 !important;
  background-color: #51bf87 !important;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body.red-bg {
  color: #ffffff;
  background: #db5565 !important;
  background-color: #db5565 !important;
}
.panel-body.blue-bg {
  color: #ffffff;
  background: #0bacd3 !important;
  background-color: #0bacd3 !important;
}
.panel-body.green-bg {
  color: #ffffff;
  background: #51bf87 !important;
  background-color: #51bf87 !important;
}
.panel-body .page-header h1,
.panel-body .page-header h2,
.panel-body .page-header h3,
.panel-body .page-header h4,
.panel-body .page-header h5,
.panel-body .page-header h6 {
  font-weight: normal;
}
.panel-body .scroll-horizontal {
  overflow-x: hidden;
}
.panel-footer {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer.white-bg {
  color: #333333;
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.panel-footer.red-bg {
  background: #db5565 !important;
  background-color: #db5565 !important;
}
.panel-footer.blue-bg {
  background: #0bacd3 !important;
  background-color: #0bacd3 !important;
}
.panel-footer.green-bg {
  background: #51bf87 !important;
  background-color: #51bf87 !important;
}
.panel-refresh-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555555;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-radius: 3px;
}
.progress-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.progress-loader i {
  font-size: 24px;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 4px;
}
.panel-default > .panel-heading > .panel-controls-left > a i,
.panel-default > .panel-heading > .panel-controls-right > a i {
  color: #333333;
}
.panel-default > .panel-heading > .panel-controls-left > a:hover i,
.panel-default > .panel-heading > .panel-controls-right > a:hover i {
  color: #090909;
}
.panel-success > .panel-heading > .panel-controls-left > a i,
.panel-warning > .panel-heading > .panel-controls-left > a i,
.panel-danger > .panel-heading > .panel-controls-left > a i,
.panel-info > .panel-heading > .panel-controls-left > a i,
.panel-primary > .panel-heading > .panel-controls-left > a i,
.panel-success > .panel-heading > .panel-controls-right > a i,
.panel-warning > .panel-heading > .panel-controls-right > a i,
.panel-danger > .panel-heading > .panel-controls-right > a i,
.panel-info > .panel-heading > .panel-controls-right > a i,
.panel-primary > .panel-heading > .panel-controls-right > a i {
  color: #ffffff;
}
.panel-success > .panel-heading > .panel-controls-left > a:hover i,
.panel-warning > .panel-heading > .panel-controls-left > a:hover i,
.panel-danger > .panel-heading > .panel-controls-left > a:hover i,
.panel-info > .panel-heading > .panel-controls-left > a:hover i,
.panel-primary > .panel-heading > .panel-controls-left > a:hover i,
.panel-success > .panel-heading > .panel-controls-right > a:hover i,
.panel-warning > .panel-heading > .panel-controls-right > a:hover i,
.panel-danger > .panel-heading > .panel-controls-right > a:hover i,
.panel-info > .panel-heading > .panel-controls-right > a:hover i,
.panel-primary > .panel-heading > .panel-controls-right > a:hover i {
  color: #e6e6e6;
}
.ui-sortable .panel-heading {
  cursor: move;
}
.panel-placeholder {
  border: 1px dashed #e3e3e3;
  background: #cccccc;
  margin-bottom: 25px;
  border-radius: 3px;
}
/* -----------------------------------------
   Nav pills
----------------------------------------- */
.nav-pills > li > a {
  background-color: #e8e8e8;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0bacd3;
}
/* -----------------------------------------
  Panel groups -  Accordions
----------------------------------------- */
.panel-group .panel {
  border-radius: 3px;
}
.panel-group .panel .panel-heading {
  border-radius: 3px;
}
.panel-group .panel .panel-heading .panel-title {
  font-size: 14px;
  color: #ffffff;
}
.panel-group .panel .panel-heading .panel-title .accordion-toggle {
  width: 100%;
  display: inline-block;
}
.panel-group .panel .panel-heading .panel-title .accordion-toggle i {
  float: right;
}
.panel-group .panel .panel-heading.content-in {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-group .panel.panel-default .panel-title {
  color: #333333;
}
/* -----------------------------------------
   Modals
----------------------------------------- */
.modal {
  overflow-x: hidden;
}
.modal .modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .modal-content {
  border-radius: 3px;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header {
  padding-bottom: 10px;
  background: #e8e8e8;
  color: #333333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
}
.modal .modal-content .modal-header .close {
  color: #333333;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal .modal-content .modal-body {
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
}
.modal .modal-content .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
  /* margin-top: 5px; */
  margin-top: 0;
}
.modal.modal-style1.fade .modal-dialog {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  transition: -webkit-transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out !important;
}
.modal.modal-style2.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  transition: all 0.3s;
}
.modal.modal-style2.in .modal-dialog {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.modal.modal-style3.fade .modal-dialog {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.modal-style3.in .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.modal.modal-style4.fade .modal-dialog {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.modal-style4.in .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.modal.modal-style5.fade .modal-dialog {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  transition: all 0.3s;
}
.modal.modal-style5.in .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.modal.modal-style6.fade .modal-dialog {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  transition: all 0.3s;
}
.modal.modal-style6.in .modal-dialog {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* -----------------------------------------
   Page header
----------------------------------------- */
.page-header {
  padding-bottom: 0;
  margin: 20px 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
.page-header small {
  margin-left: 5px;
}
.page-header .page-header-controls {
  padding: 15px 0 7px;
  margin-top: -48px;
  float: right;
}
/* -----------------------------------------
   Buttons
----------------------------------------- */
.btn {
  transition: background;
  transition-duration: 0.4s;
  padding: 5px 12px;
}
.btn i {
  vertical-align: baseline;
}
.btn i.glyphicon {
  top: -1px;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-xs {
  padding: 0px 5px;
}
.btn.btn-sm {
  padding: 4px 10px;
}
.btn.btn-lg {
  padding: 9px 16px;
}
.btn.btn-round {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  border-radius: 50%;
}
.btn.btn-round.btn-xs {
  width: 22px;
  height: 22px;
  line-height: 0.5;
  font-size: 12px;
}
.btn.btn-round.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 1;
}
.btn.btn-round.btn-lg {
  width: 45px;
  height: 45px;
  font-size: 18px;
}
.btn.btn-round.btn-lg i {
  margin-top: 2px;
}
.btn.btn-round.btn-default:hover,
.btn.btn-round.btn-default:focus,
.btn.btn-round.btn-default:active,
.btn.btn-round.btn-default.active {
  color: #bdbdbd;
}
.btn.btn-round.btn-default:hover i,
.btn.btn-round.btn-default:focus i,
.btn.btn-round.btn-default:active i,
.btn.btn-round.btn-default.active i {
  color: #0d0d0d;
}
.btn.btn-left {
  position: relative;
  border-left: 0;
  margin-left: 20px;
  z-index: 1;
}
.btn.btn-left:before {
  content: '';
  left: -10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  top: 3px;
  z-index: -1;
  -o-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn.btn-left.btn-xs {
  margin-left: 10px;
}
.btn.btn-left.btn-xs:before {
  width: 16px;
  height: 16px;
  left: -5px;
  top: 1px;
}
.btn.btn-left.btn-sm {
  margin-left: 14px;
}
.btn.btn-left.btn-sm:before {
  width: 22px;
  height: 22px;
  left: -9px;
  top: 2px;
}
.btn.btn-left.btn-lg {
  margin-left: 25px;
}
.btn.btn-left.btn-lg:before {
  width: 33px;
  height: 33px;
  left: -15px;
  top: 4px;
}
.btn.btn-right {
  position: relative;
  border-right: 0;
  margin-right: 20px;
  z-index: 1;
}
.btn.btn-right:before {
  content: '';
  right: -10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  top: 3px;
  z-index: -1;
  -o-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn.btn-right.btn-xs {
  margin-right: 10px;
}
.btn.btn-right.btn-xs:before {
  width: 16px;
  height: 16px;
  right: -5px;
  top: 1px;
}
.btn.btn-right.btn-sm {
  margin-right: 14px;
}
.btn.btn-right.btn-sm:before {
  width: 22px;
  height: 22px;
  right: -10px;
  top: 2px;
}
.btn.btn-right.btn-lg {
  margin-right: 25px;
}
.btn.btn-right.btn-lg:before {
  width: 32px;
  height: 32px;
  right: -13px;
  top: 4px;
}
.btn-default {
  border-color: #e8e8e8;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #dbdbdb;
  border-color: #e8e8e8;
}
.btn-default:active,
.btn-default.active {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}
.btn-default.btn-alt {
  box-shadow: none;
  color: #333333;
  background-color: transparent;
  border-color: #e8e8e8;
  border-width: 2px;
}
.btn-default.btn-alt:hover,
.btn-default.btn-alt:focus,
.btn-default.btn-alt:active,
.btn-default.btn-alt.active,
.open .dropdown-toggle.btn-default.btn-alt {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c9c9c9;
  border-width: 2px;
}
.btn-default.btn-alt:active,
.btn-default.btn-alt.active,
.open .dropdown-toggle.btn-default.btn-alt {
  background-image: none;
}
.btn-default.btn-alt.disabled,
.btn-default.btn-alt[disabled],
fieldset[disabled] .btn-default.btn-alt,
.btn-default.btn-alt.disabled:hover,
.btn-default.btn-alt[disabled]:hover,
fieldset[disabled] .btn-default.btn-alt:hover,
.btn-default.btn-alt.disabled:focus,
.btn-default.btn-alt[disabled]:focus,
fieldset[disabled] .btn-default.btn-alt:focus,
.btn-default.btn-alt.disabled:active,
.btn-default.btn-alt[disabled]:active,
fieldset[disabled] .btn-default.btn-alt:active,
.btn-default.btn-alt.disabled.active,
.btn-default.btn-alt[disabled].active,
fieldset[disabled] .btn-default.btn-alt.active {
  background-color: transparent;
  border-color: #e8e8e8;
  border-width: 2px;
}
.btn-default.btn-alt:hover,
.btn-default.btn-alt:focus,
.btn-default.btn-alt:active,
.btn-default.btn-alt.active {
  background-color: transparent;
  color: #1a1a1a;
}
/*
.btn-primary {
  border-color: #0bacd3;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0a98bb;
  border-color: #0bacd3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0cc0eb;
  border-color: #0bacd3;
}
.btn-primary.btn-alt {
  box-shadow: none;
  color: #0bacd3;
  background-color: transparent;
  border-color: #0bacd3;
  border-width: 2px;
}
.btn-primary.btn-alt:hover,
.btn-primary.btn-alt:focus,
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active,
.open .dropdown-toggle.btn-primary.btn-alt {
  color: #0bacd3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #087d99;
  border-width: 2px;
}
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active,
.open .dropdown-toggle.btn-primary.btn-alt {
  background-image: none;
}
.btn-primary.btn-alt.disabled,
.btn-primary.btn-alt[disabled],
fieldset[disabled] .btn-primary.btn-alt,
.btn-primary.btn-alt.disabled:hover,
.btn-primary.btn-alt[disabled]:hover,
fieldset[disabled] .btn-primary.btn-alt:hover,
.btn-primary.btn-alt.disabled:focus,
.btn-primary.btn-alt[disabled]:focus,
fieldset[disabled] .btn-primary.btn-alt:focus,
.btn-primary.btn-alt.disabled:active,
.btn-primary.btn-alt[disabled]:active,
fieldset[disabled] .btn-primary.btn-alt:active,
.btn-primary.btn-alt.disabled.active,
.btn-primary.btn-alt[disabled].active,
fieldset[disabled] .btn-primary.btn-alt.active {
  background-color: transparent;
  border-color: #0bacd3;
  border-width: 2px;
}
.btn-primary.btn-alt:hover,
.btn-primary.btn-alt:focus,
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active {
  background-color: transparent;
  color: #0884a3;
}
*/
.btn-success {
  border-color: #51bf87;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #3ba26e;
  border-color: #51bf87;
}
.btn-success:active,
.btn-success.active {
  background-color: #64c694;
  border-color: #51bf87;
}
.btn-success.btn-alt {
  box-shadow: none;
  color: #51bf87;
  background-color: transparent;
  border-color: #51bf87;
  border-width: 2px;
}
.btn-success.btn-alt:hover,
.btn-success.btn-alt:focus,
.btn-success.btn-alt:active,
.btn-success.btn-alt.active,
.open .dropdown-toggle.btn-success.btn-alt {
  color: #51bf87;
  background-color: rgba(0, 0, 0, 0);
  border-color: #399a69;
  border-width: 2px;
}
.btn-success.btn-alt:active,
.btn-success.btn-alt.active,
.open .dropdown-toggle.btn-success.btn-alt {
  background-image: none;
}
.btn-success.btn-alt.disabled,
.btn-success.btn-alt[disabled],
fieldset[disabled] .btn-success.btn-alt,
.btn-success.btn-alt.disabled:hover,
.btn-success.btn-alt[disabled]:hover,
fieldset[disabled] .btn-success.btn-alt:hover,
.btn-success.btn-alt.disabled:focus,
.btn-success.btn-alt[disabled]:focus,
fieldset[disabled] .btn-success.btn-alt:focus,
.btn-success.btn-alt.disabled:active,
.btn-success.btn-alt[disabled]:active,
fieldset[disabled] .btn-success.btn-alt:active,
.btn-success.btn-alt.disabled.active,
.btn-success.btn-alt[disabled].active,
fieldset[disabled] .btn-success.btn-alt.active {
  background-color: transparent;
  border-color: #51bf87;
  border-width: 2px;
}
.btn-success.btn-alt:hover,
.btn-success.btn-alt:focus,
.btn-success.btn-alt:active,
.btn-success.btn-alt.active {
  background-color: transparent;
  color: #3ba26e;
}
.btn-info {
  border-color: #29b6d8;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #24a5c4;
  border-color: #29b6d8;
}
.btn-info:active,
.btn-info.active {
  background-color: #3fbddc;
  border-color: #29b6d8;
}
.btn-info.btn-alt {
  box-shadow: none;
  color: #29b6d8;
  background-color: transparent;
  border-color: #29b6d8;
  border-width: 2px;
}
.btn-info.btn-alt:hover,
.btn-info.btn-alt:focus,
.btn-info.btn-alt:active,
.btn-info.btn-alt.active,
.open .dropdown-toggle.btn-info.btn-alt {
  color: #29b6d8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e8ba6;
  border-width: 2px;
}
.btn-info.btn-alt:active,
.btn-info.btn-alt.active,
.open .dropdown-toggle.btn-info.btn-alt {
  background-image: none;
}
.btn-info.btn-alt.disabled,
.btn-info.btn-alt[disabled],
fieldset[disabled] .btn-info.btn-alt,
.btn-info.btn-alt.disabled:hover,
.btn-info.btn-alt[disabled]:hover,
fieldset[disabled] .btn-info.btn-alt:hover,
.btn-info.btn-alt.disabled:focus,
.btn-info.btn-alt[disabled]:focus,
fieldset[disabled] .btn-info.btn-alt:focus,
.btn-info.btn-alt.disabled:active,
.btn-info.btn-alt[disabled]:active,
fieldset[disabled] .btn-info.btn-alt:active,
.btn-info.btn-alt.disabled.active,
.btn-info.btn-alt[disabled].active,
fieldset[disabled] .btn-info.btn-alt.active {
  background-color: transparent;
  border-color: #29b6d8;
  border-width: 2px;
}
.btn-info.btn-alt:hover,
.btn-info.btn-alt:focus,
.btn-info.btn-alt:active,
.btn-info.btn-alt.active {
  background-color: transparent;
  color: #2093ae;
}
.btn-warning {
  border-color: #f4ad49;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f3a231;
  border-color: #f4ad49;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f5b861;
  border-color: #f4ad49;
}
.btn-warning.btn-alt {
  box-shadow: none;
  color: #f4ad49;
  background-color: transparent;
  border-color: #f4ad49;
  border-width: 2px;
}
.btn-warning.btn-alt:hover,
.btn-warning.btn-alt:focus,
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active,
.open .dropdown-toggle.btn-warning.btn-alt {
  color: #f4ad49;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f1930f;
  border-width: 2px;
}
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active,
.open .dropdown-toggle.btn-warning.btn-alt {
  background-image: none;
}
.btn-warning.btn-alt.disabled,
.btn-warning.btn-alt[disabled],
fieldset[disabled] .btn-warning.btn-alt,
.btn-warning.btn-alt.disabled:hover,
.btn-warning.btn-alt[disabled]:hover,
fieldset[disabled] .btn-warning.btn-alt:hover,
.btn-warning.btn-alt.disabled:focus,
.btn-warning.btn-alt[disabled]:focus,
fieldset[disabled] .btn-warning.btn-alt:focus,
.btn-warning.btn-alt.disabled:active,
.btn-warning.btn-alt[disabled]:active,
fieldset[disabled] .btn-warning.btn-alt:active,
.btn-warning.btn-alt.disabled.active,
.btn-warning.btn-alt[disabled].active,
fieldset[disabled] .btn-warning.btn-alt.active {
  background-color: transparent;
  border-color: #f4ad49;
  border-width: 2px;
}
.btn-warning.btn-alt:hover,
.btn-warning.btn-alt:focus,
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active {
  background-color: transparent;
  color: #f19719;
}
.btn-danger {
  border-color: #db5565;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d12c40;
  border-color: #db5565;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #df6a78;
  border-color: #db5565;
}
.btn-danger.btn-alt {
  box-shadow: none;
  color: #db5565;
  background-color: transparent;
  border-color: #db5565;
  border-width: 2px;
}
.btn-danger.btn-alt:hover,
.btn-danger.btn-alt:focus,
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active,
.open .dropdown-toggle.btn-danger.btn-alt {
  color: #db5565;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c82a3d;
  border-width: 2px;
}
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active,
.open .dropdown-toggle.btn-danger.btn-alt {
  background-image: none;
}
.btn-danger.btn-alt.disabled,
.btn-danger.btn-alt[disabled],
fieldset[disabled] .btn-danger.btn-alt,
.btn-danger.btn-alt.disabled:hover,
.btn-danger.btn-alt[disabled]:hover,
fieldset[disabled] .btn-danger.btn-alt:hover,
.btn-danger.btn-alt.disabled:focus,
.btn-danger.btn-alt[disabled]:focus,
fieldset[disabled] .btn-danger.btn-alt:focus,
.btn-danger.btn-alt.disabled:active,
.btn-danger.btn-alt[disabled]:active,
fieldset[disabled] .btn-danger.btn-alt:active,
.btn-danger.btn-alt.disabled.active,
.btn-danger.btn-alt[disabled].active,
fieldset[disabled] .btn-danger.btn-alt.active {
  background-color: transparent;
  border-color: #db5565;
  border-width: 2px;
}
.btn-danger.btn-alt:hover,
.btn-danger.btn-alt:focus,
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active {
  background-color: transparent;
  color: #d12c40;
}
/*Button sizes*/
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group .btn + .dropdown-toggle.btn-default,
.btn-group .btn + .btn.btn-default {
  border-left: 1px solid #f5f5f5;
}
.btn-group .btn + .dropdown-toggle.btn-primary,
.btn-group .btn + .btn.btn-primary {
  border-left: 1px solid #1ecaf3;
}
.btn-group .btn + .dropdown-toggle.btn-success,
.btn-group .btn + .btn.btn-success {
  border-left: 1px solid #76cda1;
}
.btn-group .btn + .dropdown-toggle.btn-info,
.btn-group .btn + .btn.btn-info {
  border-left: 1px solid #54c5e0;
}
.btn-group .btn + .dropdown-toggle.btn-warning,
.btn-group .btn + .btn.btn-warning {
  border-left: 1px solid #f7c379;
}
.btn-group .btn + .dropdown-toggle.btn-danger,
.btn-group .btn + .btn.btn-danger {
  border-left: 1px solid #e47f8b;
}
.btn-group.open .dropdown-toggle.btn {
  box-shadow: none;
}
.btn-group .checkbox-custom,
.btn-group .radio-custom {
  float: left;
  margin-top: 5px;
}
.btn-group-vertical .btn + .btn.btn-default {
  border-top: 1px solid #f5f5f5;
}
.btn-group-vertical .btn + .btn.btn-primary {
  border-top: 1px solid #1ecaf3;
}
.btn-group-vertical .btn + .btn.btn-success {
  border-top: 1px solid #76cda1;
}
.btn-group-vertical .btn + .btn.btn-info {
  border-top: 1px solid #54c5e0;
}
.btn-group-vertical .btn + .btn.btn-warning {
  border-top: 1px solid #f7c379;
}
.btn-group-vertical .btn + .btn.btn-danger {
  border-top: 1px solid #e47f8b;
}
/* -----------------------------------------
   Tabs
----------------------------------------- */
.tabs .nav-tabs {
  position: relative;
}
.tabs .nav-tabs > li {
  margin-bottom: 0;
}
.tabs .nav-tabs > li a {
  border: none;
  background: #d9edf7;/*#e8e8e8;*/
  color: #333333;
  margin-right: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  transition: all;
  transition-duration: 0.4s;
}
.tabs .nav-tabs > li a:hover {
  color: #fff;
  background: #337ab7;/*#d8d8d8;*/
}
.tabs .nav-tabs > li a > i.glyphicon {
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:focus {
  color: #fff;/*#333333;*/
  border: none;
  background: #337ab7;/*#ffffff;*/
}
.tabs .nav-tabs > li.active > a:after,
.tabs .nav-tabs > li.active > a:hover:after,
.tabs .nav-tabs > li.active > a:focus:after {
  /*background-color: #fff;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;*/
}
.tabs .nav-tabs > li .dropdown-menu {
  margin-top: 10px;
}
.tabs .nav-tabs > li .dropdown-menu li a {
  border: none;
  padding: 5px 10px;
}
.tabs .nav-tabs > li.tabdrop {
  width: auto;
}
.tabs .nav-tabs > li.tabdrop a {
  margin-right: 0;
}
.tabs .nav-tabs > li.tabdrop a .notification {
  float: right;
  position: relative;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.tabs .nav-tabs > li.tabdrop a .caret {
  margin-top: -2px;
}
.tabs .nav-tabs > li:first-child a {
  border-top-left-radius: 3px;
}
.tabs .nav-tabs > li:last-child a {
  border-top-right-radius: 3px;
}
.tabs .nav-tabs .dropdown-menu li a {
  background-color: white;
}
.tabs .nav-tabs .dropdown-menu li a:hover {
  color: #333333;
  background-color: #eeeeee;
}
.tabs .nav-tabs .dropdown-menu li.active a {
  color: #333333;
  font-weight: bold;
}
.tabs .nav-tabs.nav-justified li.active a {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-right-width: 0;
}
.tabs .nav-tabs.nav-justified li a {
  border-right-width: 0;
  border-radius: 0;
}
.tabs .nav-tabs.nav-justified li:last-child a {
  border-right-width: 1px;
}
.tabs .nav-tabs.nav-justified li:first-child a {
  border-top-left-radius: 3px;
}
.tabs .nav-tabs.nav-justified li:last-child a {
  border-top-right-radius: 3px;
}
.tabs .tab-content {
  border-top: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.tabs .tab-content .tab-pane {
  padding: 15px;
}
.tabs.inside-panel .nav-tabs {
  border-right: 1px solid #e8e8e8;
  background-color: #f2f2f2;
}
.tabs.inside-panel .nav-tabs li:first-child a {
  border-top-left-radius: 0;
}
.tabs.inside-panel .nav-tabs li:last-child a {
  border-top-right-radius: 0;
}
.tabs .nav-tabs-right {
  text-align: right;
}
.tabs .nav-tabs-right > li {
  float: none;
  display: inline-block;
}
.tabs .nav-tabs-right > li a {
  margin-left: -3px;
  margin-right: 0;
}
.tabs.tabs-left > .nav-tabs > li,
.tabs.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs.tabs-left > .nav-tabs > li > a,
.tabs.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.tabs.tabs-left .tab-content,
.tabs.tabs-right .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs.tabs-right > .nav-tabs {
  float: right;
  margin-left: 0;
}
.tabs.tabs-right > .nav-tabs > li a {
  margin-left: 0px;
}
.tabs.tabs-right > .nav-tabs > li:first-child a {
  border-top-right-radius: 3px;
}
.tabs.tabs-right > .nav-tabs > li:last-child a {
  border-bottom-right-radius: 3px;
}
.tabs.tabs-right > .nav-tabs > li.active > a:after,
.tabs.tabs-right > .nav-tabs > li.active > a:hover:after,
.tabs.tabs-right > .nav-tabs > li.active > a:focus:after {
  height: auto;
  width: 1px;
  bottom: 0;
  top: 0;
  left: -1px;
  right: auto;
}
.tabs.tabs-right .tab-content {
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
}
.tabs.tabs-left > .nav-tabs {
  float: left;
  margin-left: 0;
}
.tabs.tabs-left > .nav-tabs > li a {
  margin-right: 0px;
}
.tabs.tabs-left > .nav-tabs > li:first-child a {
  border-top-left-radius: 3px;
}
.tabs.tabs-left > .nav-tabs > li:last-child a {
  border-bottom-left-radius: 3px;
}
.tabs.tabs-left > .nav-tabs > li.active > a:after,
.tabs.tabs-left > .nav-tabs > li.active > a:hover:after,
.tabs.tabs-left > .nav-tabs > li.active > a:focus:after {
  height: auto;
  width: 1px;
  bottom: 0;
  top: 0;
  right: -1px;
  left: auto;
}
.tabs.tabs-left .tab-content {
  border-top-left-radius: 0;
}
.tabs.tabs-bellow > .nav-tabs {
  border-bottom: none;
  margin-top: 1px;
}
.tabs.tabs-bellow > .nav-tabs > li {
  margin-top: 0;
  margin-bottom: 0;
}
.tabs.tabs-bellow > .nav-tabs > li a {
  margin-right: 0px;
}
.tabs.tabs-bellow > .nav-tabs > li:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
}
.tabs.tabs-bellow > .nav-tabs > li:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 0;
}
.tabs.tabs-bellow > .nav-tabs > li.active > a:after,
.tabs.tabs-bellow > .nav-tabs > li.active > a:hover:after,
.tabs.tabs-bellow > .nav-tabs > li.active > a:focus:after {
  height: 1px;
  width: auto;
  bottom: 0;
  top: -1px;
  right: 0;
  left: 0;
}
.tabs.tabs-bellow .tab-content {
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
}
/* -----------------------------------------
   Alerts
----------------------------------------- */
.alert {
  padding: 10px 10px 9px 15px;
  margin: 0px;
  /*  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
}
.alert .close {
  opacity: 1;
  margin-top: -3px;
  margin-right: 5px;
  text-shadow: none;
}
.alert > i {
  margin-right: 8px;
  margin-top: 2px;
  float: left;
}
.alert > i.glyphicon {
  margin-top: -3px;
}
.alert.alert-warning .close {
  color: #91792f;
}
.alert.alert-warning .close:hover,
.alert.alert-warning .close:focus {
  color: #7e6929;
}
.alert.alert-success .close {
  color: #0a776c;
}
.alert.alert-success .close:hover,
.alert.alert-success .close:focus {
  color: #085f57;
}
.alert.alert-danger .close {
  color: #933230;
}
.alert.alert-danger .close:hover,
.alert.alert-danger .close:focus {
  color: #802b2a;
}
.alert.alert-info .close {
  color: #2a6891;
}
.alert.alert-info .close:hover,
.alert.alert-info .close:focus {
  color: #245a7d;
}
/* -----------------------------------------
   Callout
----------------------------------------- */
.bs-callout-primary {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #0bacd3;
  background-color: #e0f8fd;
}
.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
  margin-top: 0;
  color: #0bacd3;
}
.bs-callout-primary p {
  color: #1a1a1a;
}
.bs-callout-primary p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary code,
.bs-callout-primary .highlight {
  background-color: #fff;
}
.bs-callout-primary .close {
  color: #07718a;
  opacity: 1;
}
.bs-callout-primary .close:hover,
.bs-callout-primary .close:focus {
  color: #098cac;
}
.bs-callout-danger {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #db5565;
  background-color: #fae8ea;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  margin-top: 0;
  color: #db5565;
}
.bs-callout-danger p {
  color: #1a1a1a;
}
.bs-callout-danger p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger code,
.bs-callout-danger .highlight {
  background-color: #fff;
}
.bs-callout-danger .close {
  color: #bc2839;
  opacity: 1;
}
.bs-callout-danger .close:hover,
.bs-callout-danger .close:focus {
  color: #d43346;
}
.bs-callout-warning {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #f4ad49;
  background-color: #ffffff;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  margin-top: 0;
  color: #f4ad49;
}
.bs-callout-warning p {
  color: #1a1a1a;
}
.bs-callout-warning p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning code,
.bs-callout-warning .highlight {
  background-color: #fff;
}
.bs-callout-warning .close {
  color: #e38a0e;
  opacity: 1;
}
.bs-callout-warning .close:hover,
.bs-callout-warning .close:focus {
  color: #f29c23;
}
.bs-callout-info {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #29b6d8;
  background-color: #ebf8fb;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  margin-top: 0;
  color: #29b6d8;
}
.bs-callout-info p {
  color: #1a1a1a;
}
.bs-callout-info p:last-child {
  margin-bottom: 0;
}
.bs-callout-info code,
.bs-callout-info .highlight {
  background-color: #fff;
}
.bs-callout-info .close {
  color: #1c8099;
  opacity: 1;
}
.bs-callout-info .close:hover,
.bs-callout-info .close:focus {
  color: #219ab7;
}
.bs-callout-success {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #51bf87;
  background-color: #dff3e9;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  margin-top: 0;
  color: #51bf87;
}
.bs-callout-success p {
  color: #1a1a1a;
}
.bs-callout-success p:last-child {
  margin-bottom: 0;
}
.bs-callout-success code,
.bs-callout-success .highlight {
  background-color: #fff;
}
.bs-callout-success .close {
  color: #358f61;
  opacity: 1;
}
.bs-callout-success .close:hover,
.bs-callout-success .close:focus {
  color: #3ea973;
}
/* -----------------------------------------
   Progressbars
----------------------------------------- */
.progress {
  margin-bottom: 0;
  margin-top: 7px;
  border-radius: 10px;
  box-shadow: none;
}
.progress .progress-bar-primary {
  background-color: #0bacd3;
}
.progress-striped .progress .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-white {
  background-color: #ffffff;
}
.progress-striped .progress .progress-bar-white {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar {
  box-shadow: none;
  line-height: 16px;
  height: 16px;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 10px;
}
.progress .progress-bar.animated-bar {
  transition: width 2.50s ease !important;
}
.progress.progress-bar-xs {
  height: 4px;
}
.progress.progress-bar-xs .progress-bar {
  line-height: 4px;
  height: 4px;
}
.progress.progress-bar-sm {
  margin-top: 11px;
  height: 10.66666667px;
}
.progress.progress-bar-sm .progress-bar {
  line-height: 10.66666667px -4px;
  height: 6.66666667px;
}
.progress.progress-bar-lg {
  height: 24px;
}
.progress.progress-bar-lg .progress-bar {
  line-height: 20px;
  height: 20px;
}
.progress.flat {
  border-radius: 0;
  height: 16px;
  margin-top: 9px;
}
.progress.flat .progress-bar {
  box-shadow: none;
  line-height: 16px;
  height: 16px;
  font-size: 11px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.progress.flat.progress-bar-xs {
  height: 4px;
}
.progress.flat.progress-bar-xs .progress-bar {
  line-height: 4px;
  height: 4px;
}
.progress.flat.progress-bar-sm {
  height: 8px;
}
.progress.flat.progress-bar-sm .progress-bar {
  line-height: 8px;
  height: 8px;
}
.progress.flat.progress-bar-lg {
  height: 24px;
}
.progress.flat.progress-bar-lg .progress-bar {
  line-height: 24px;
  height: 24px;
}
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}
.progress.white {
  background-color: #ffffff;
}
/* -----------------------------------------
   WElls
----------------------------------------- */
.well {
  box-shadow: none;
  border-radius: 3px;
}
/* -----------------------------------------
   Jumbotron
----------------------------------------- */
.jumbotron {
  border-radius: 3px;
  padding: 48px;
}
/* -----------------------------------------
   Pagination and pagers
----------------------------------------- */
.pagination > li.active a {
  font-weight: bold;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  margin-right: 0;
}
.pagination > li a {
  cursor: pointer;
  transition: background;
  transition-duration: 0.4s;
  margin-right: 0px;
  border-radius: 0px;
  padding: 3px 10px;
  margin-bottom: 0px;
}
.pager > li a {
  transition: background;
  transition-duration: 0.4s;
}
/* -----------------------------------------
   Nav pills
----------------------------------------- */
.nav-pills > li > a {
  background-color: #e8e8e8;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0bacd3;
}
/* -----------------------------------------
   Popovers
----------------------------------------- */
.popover {
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.popover .popover-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* -----------------------------------------
   Labels
----------------------------------------- */
.label {
  padding: 5px 7px;
  display: inline-block;
}
.label-default {
  color: #ffffff;
}
/* -----------------------------------------
   Badges
----------------------------------------- */
.badge {
  padding: 5px 8px;
}
.badge-primary {
  background-color: #0bacd3;
}
.badge-success {
  background-color: #51bf87;
}
.badge-info {
  background-color: #29b6d8;
}
.badge-warning {
  background-color: #f4ad49;
}
.badge-danger {
  background-color: #db5565;
}
.badge-default {
  color: #ffffff;
}
/* -----------------------------------------
   Carousel
----------------------------------------- */
.carousel .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control.left i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 5;
  padding: 10px 18px 10px 17px;
  border-radius: 50%;
  background-color: #262d37;
}
.carousel .carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.carousel .carousel-control.right i {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -30px;
  margin-top: -30px;
  z-index: 5;
  padding: 10px 17px 10px 18px;
  border-radius: 50%;
  background-color: #262d37;
}
.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-inner .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  opacity: 0.9;
}
.carousel.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  transition: top;
  transition-duration: 0.6s;
  left: 0;
  z-index: 2;
}
.carousel.vertical .active {
  z-index: 1;
}
.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .next,
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .prev,
.carousel.vertical .active.left {
  top: -100%;
}
/* -----------------------------------------
   Tables
----------------------------------------- */
.table .checkbox,
.table .radio,
.table .checkbox-custom,
.table .radio-custom {
  margin-bottom: 0;
  margin-top: 0;
}
.table .progress {
  margin-bottom: 0;
  margin-top: 0;
}
.table thead tr th {
  border-bottom: 1px solid #e3e3e3;
}
.table tfoot tr th,
.table tfoot tr td {
  border-bottom: 1px solid #e3e3e3;
}
.table.table-bordered thead tr {
  background: #e8e8e8;
  color: #333333;
}
.table .fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
}
.table.table-fixed-layout {
  table-layout: fixed;
}
.table.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* -----------------------------------------
   Forms
----------------------------------------- */
.form-horizontal .form-group .control-label,
.form-inline .form-group .control-label {
  font-weight: normal;
  color: #1a1a1a;
  line-height:26px;
}
.form-horizontal .form-group .control-label.col-lg-12,
.form-inline .form-group .control-label.col-lg-12,
.form-horizontal .form-group .control-label.col-md-12,
.form-inline .form-group .control-label.col-md-12,
.form-horizontal .form-group .control-label.col-sm-12,
.form-inline .form-group .control-label.col-sm-12,
.form-horizontal .form-group .control-label.col-xs-12,
.form-inline .form-group .control-label.col-xs-12 {
  text-align: left;
  margin-bottom: 5px;
}
.form-horizontal .form-group .input-icon,
.form-inline .form-group .input-icon,
.form-horizontal .form-group .input-serach,
.form-inline .form-group .input-serach {
  width: 100%;
  table-layout: fixed;
}
.form-horizontal .form-group .input-icon .input-group-addon,
.form-inline .form-group .input-icon .input-group-addon,
.form-horizontal .form-group .input-serach .input-group-addon,
.form-inline .form-group .input-serach .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
}
.form-horizontal .form-group .input-icon .input-group-addon i,
.form-inline .form-group .input-icon .input-group-addon i,
.form-horizontal .form-group .input-serach .input-group-addon i,
.form-inline .form-group .input-serach .input-group-addon i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  z-index: 5;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  box-sizing: content-box;
  pointer-events: none;
  color: #cacaca;
}
.form-horizontal .form-group .input-icon .input-group-addon i.glyphicon,
.form-inline .form-group .input-icon .input-group-addon i.glyphicon,
.form-horizontal .form-group .input-serach .input-group-addon i.glyphicon,
.form-inline .form-group .input-serach .input-group-addon i.glyphicon {
  padding: 4px 12px 4px;
}
.form-horizontal .form-group .input-icon .input-group-addon:last-child i,
.form-inline .form-group .input-icon .input-group-addon:last-child i,
.form-horizontal .form-group .input-serach .input-group-addon:last-child i,
.form-inline .form-group .input-serach .input-group-addon:last-child i {
  right: 0;
  left: auto;
}
.form-horizontal .form-group .input-icon .form-control,
.form-inline .form-group .input-icon .form-control,
.form-horizontal .form-group .input-serach .form-control,
.form-inline .form-group .input-serach .form-control {
  padding-right: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form-horizontal .form-group .input-icon .input-group-addon + .form-control,
.form-inline .form-group .input-icon .input-group-addon + .form-control,
.form-horizontal .form-group .input-serach .input-group-addon + .form-control,
.form-inline .form-group .input-serach .input-group-addon + .form-control {
  padding-left: 35px;
  padding-right: 12px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.form-horizontal .form-group .input-group + .input-group,
.form-inline .form-group .input-group + .input-group {
  margin-top: 15px;
}
.form-horizontal .form-group.has-error .control-label,
.form-inline .form-group.has-error .control-label {
  color: #db5565;
}
.form-horizontal .form-group.has-error .form-control,
.form-inline .form-group.has-error .form-control {
  border-color: #db5565;
}
.form-horizontal .form-group.has-error .form-control:focus,
.form-inline .form-group.has-error .form-control:focus {
  border-color: #db5565;
}
.form-horizontal .form-group.has-error .help-block,
.form-inline .form-group.has-error .help-block {
  color: #db5565;
  font-weight: normal;
  font-size: 13px;
}
.form-horizontal .form-group.has-success .control-label,
.form-inline .form-group.has-success .control-label {
  color: #51bf87;
}
.form-horizontal .form-group.has-success .form-control,
.form-inline .form-group.has-success .form-control {
  border-color: #51bf87;
}
.form-horizontal .form-group.has-success .form-control:focus,
.form-inline .form-group.has-success .form-control:focus {
  border-color: #51bf87;
}
.form-horizontal .form-group.has-warning .control-label,
.form-inline .form-group.has-warning .control-label {
  color: #f4ad49;
}
.form-horizontal .form-group.has-warning .form-control,
.form-inline .form-group.has-warning .form-control {
  border-color: #f4ad49;
}
.form-horizontal .form-group.has-warning .form-control:focus,
.form-inline .form-group.has-warning .form-control:focus {
  border-color: #f4ad49;
}
.form-horizontal .form-group.form-group-vertical .form-control,
.form-inline .form-group.form-group-vertical .form-control {
  margin-bottom: 15px;
}
.form-horizontal .form-group.form-group-vertical .form-control:last-child,
.form-inline .form-group.form-group-vertical .form-control:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group .icon-textarea,
.form-inline .form-group .icon-textarea {
  padding-left: 32px;
}
.form-horizontal .form-group .textarea-icon,
.form-inline .form-group .textarea-icon {
  position: absolute;
  top: 10px;
  left: 25px;
  color: #cacaca;
  transition: color;
  transition-duration: 0.4s;
}
.form-horizontal .form-group:hover .textarea-icon,
.form-inline .form-group:hover .textarea-icon {
  color: #0bacd3;
}
.form-horizontal .form-control.input-sm,
.form-inline .form-control.input-sm,
.form-horizontal .form-control.input-lg,
.form-inline .form-control.input-lg {
  border-radius: 3px;
}
.form-horizontal .form-control.input-rounded,
.form-inline .form-control.input-rounded {
  border-radius: 50px;
}
.form-horizontal.group-border .form-group,
.form-inline.group-border .form-group {
  border-bottom: 1px solid #e3e3e3;
/*
  padding-bottom: 15px;
  padding-top: 15px;
*/
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.form-horizontal.group-border .form-group:last-child,
.form-inline.group-border .form-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form-horizontal.stripped .form-group:nth-child(even),
.form-inline.stripped .form-group:nth-child(even) {
  background: #f9f9f9;
}
.form-horizontal.hover-stripped .form-group:hover,
.form-inline.hover-stripped .form-group:hover {
  transition: background ease-in-out .25s;
  background: #f9f9f9;
}
.form-inline .checkbox-custom,
.form-inline .radio-custom {
  margin-top: 0;
}
.form-control {
  outline: 0;
  box-shadow: none;
}
.form-control:hover {
  border-color: #bdbdbd;
}
.help-block {
  margin-bottom: 0;
  font-size: 13px;
  padding-left: 3px;
}
/* -----------------------------------------
   Checkboxes and radios
----------------------------------------- */
.radio,
.checkbox {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-inline,
.checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
}
div.toggle-custom {
  position: relative;
  margin: 6px 0 10px;
}
div.toggle-custom label.toggle {
  width: 50px;
  position: relative;
  display: inline-block;
  padding: 0;
  height: 22px;
  vertical-align: top;
  min-height: 22px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
div.toggle-custom label.toggle:before {
  content: attr(data-on);
  left: 1px;
}
div.toggle-custom label.toggle:after {
  content: attr(data-off);
  right: 1px;
}
div.toggle-custom label.toggle:after,
div.toggle-custom label.toggle:before {
  top: 1px;
  width: 25px;
  font-size: 10px;
  color: #333333;
  position: absolute;
  line-height: 22px;
  text-align: center;
  z-index: 1;
}
div.toggle-custom label.toggle input[type="checkbox"],
div.toggle-custom label.toggle input[type="radio"] {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox,
div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox,
div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio,
div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio {
  border-color: #66c796;
}
div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox:after,
div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox:after,
div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio:after,
div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio:after {
  left: 24px;
  background: #66c796;
}
div.toggle-custom label.toggle input[type="checkbox"] + .button-checkbox:after,
div.toggle-custom label.toggle input[type="radio"] + .button-checkbox:after,
div.toggle-custom label.toggle input[type="checkbox"] + .button-radio:after,
div.toggle-custom label.toggle input[type="radio"] + .button-radio:after {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 23px;
  background: #e3e3e3;
  transition: all;
  transition-duration: 0.4s;
}
div.toggle-custom label.toggle .button-checkbox,
div.toggle-custom label.toggle .button-radio {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
div.toggle-custom label.toggle .button-radio {
  border-radius: 20px;
}
div.toggle-custom label.toggle .button-radio:after {
  border-radius: 20px;
}
div.toggle-custom label.toggle + label {
  font-weight: normal;
  cursor: pointer;
  min-height: 22px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 1px;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.toggle-custom.toggle-inline {
  float: left;
  margin-right: 10px;
}
/* Custom skin */
div.checkbox-custom {
  position: relative;
  margin-top: 8px;
}
div.checkbox-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.checkbox-custom input[type=checkbox],
div.checkbox-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
div.checkbox-custom input[type=checkbox]:checked,
div.checkbox-custom input[type=radio]:checked,
div.checkbox-custom input[type=checkbox]:focus,
div.checkbox-custom input[type=radio]:focus {
  outline: none !important;
}
div.checkbox-custom input[type=checkbox] + label:before,
div.checkbox-custom input[type=radio] + label:before {
  cursor: pointer;
  transition: all;
  transition-duration: 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 19px;
  height: 18px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  color: #333333;
}
div.checkbox-custom input[type=checkbox]:checked + label:after,
div.checkbox-custom input[type=radio]:checked + label:after {
  font-family: fontAwesome;
  display: inline-block;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333333;
}
div.checkbox-custom input[type=checkbox]:hover + label:before,
div.checkbox-custom input[type=radio]:hover + label:before {
  border-color: #b0b0b0;
}
div.checkbox-custom input[type=checkbox]:disabled + label:before,
div.checkbox-custom input[type=radio]:disabled + label:before {
  background-color: #eeeeee !important;
  border-color: #e2e2e2 !important;
  box-shadow: none !important;
  color: #c8c8c8;
}
div.checkbox-custom.checkbox-inline {
  padding-top: 0;
  margin-top: 8px;
}
.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-top: 8px;
}
.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
}
.radio-custom input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.radio-custom input[type="radio"] + label:before {
  transition: all;
  transition-duration: 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #333333;
}
.radio-custom input[type="radio"]:hover + label:before {
  border-color: #b0b0b0;
}
.radio-custom input[type="radio"]:checked,
.radio-custom input[type="radio"]:focus {
  outline: none !important;
}
.radio-custom input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50px;
  /* -webkit-box-shadow: 0px 0px 1px #444;
                box-shadow: 0px 0px 1px #444; */
}
.radio-custom.radio-inline {
  padding-top: 0;
  margin-top: 8px;
}
/* -----------------------------------------
   Input group
----------------------------------------- */
.input-group .input-group-btn .btn {
  padding: 6px 12px;
  border: 1px solid #cacaca;
}
.input-group .input-group-btn .btn.btn-sm {
  padding: 5px 10px;
}
/* -----------------------------------------
   Switches
----------------------------------------- */
label.switch {
  display: block;
  margin-right: 10px;
}
label.switch > span {
  font-weight: normal;
}
label.switch.inline {
  display: inline-block;
}
label.switch .onoffswitch-disabled {
  opacity: 0.5;
}
/* -----------------------------------------
   Sortable grid
----------------------------------------- */
.sortable-layout {
  min-height: 100px;
}
/* -----------------------------------------
   List groups
----------------------------------------- */
.list-group .list-group-item {
  transition: all;
  transition-duration: 0.4s;
}
.list-group .list-group-item:hover {
  background-color: #f7f9fe;
}
.list-group .list-group-item.active:hover {
  background-color: #29b6d8;
  border-color: #29b6d8;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*==============================================================================
// Описание : Main CSS from original template
//============================================================================*/
/* -----------------------------------------
   Template helpers
----------------------------------------- */
/* ------------------ Sizes --------------------*/
.s8 {
  font-size: 8px !important;
}
.s10 {
  font-size: 10px !important;
}
.s12 {
  font-size: 12px !important;
}
.s14 {
  font-size: 14px !important;
}
.s16 {
  font-size: 16px !important;
}
.s20 {
  font-size: 20px !important;
}
.s24 {
  font-size: 24px !important;
}
.s32 {
  font-size: 32px !important;
}
.s64 {
  font-size: 64px !important;
}
/* ------------------ Vertical align --------------------*/
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------ Margins --------------------*/
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding [class^="col-"] {
  padding: 0;
}
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
/* Minus margins */
.mlm5 {
  margin-top: -5px !important;
}
.mlm10 {
  margin-top: -10px !important;
}
.mlm15 {
  margin-top: -15px !important;
}
.mlm20 {
  margin-top: -20px !important;
}
.mlm25 {
  margin-top: -25px !important;
}
.mtm5 {
  margin-top: -5px !important;
}
.mtm10 {
  margin-top: -10px !important;
}
.mtm15 {
  margin-top: -15px !important;
}
.mtm20 {
  margin-top: -20px !important;
}
.mtm25 {
  margin-top: -25px !important;
}
.mrm5 {
  margin-top: -5px !important;
}
.mrm10 {
  margin-top: -10px !important;
}
.mrm15 {
  margin-top: -15px !important;
}
.mrm20 {
  margin-top: -20px !important;
}
.mrm25 {
  margin-top: -25px !important;
}
.mbm5 {
  margin-top: -5px !important;
}
.mbm10 {
  margin-top: -10px !important;
}
.mbm15 {
  margin-top: -15px !important;
}
.mbm20 {
  margin-top: -20px !important;
}
.mbm25 {
  margin-top: -25px !important;
}
/* ------------------ Paddings --------------------*/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
/* ------------------ Percent widths --------------------*/
.per5 {
  width: 5% !important;
}
.per10 {
  width: 10% !important;
}
.per15 {
  width: 15% !important;
}
.per20 {
  width: 20% !important;
}
.per25 {
  width: 25% !important;
}
.per30 {
  width: 30% !important;
}
.per35 {
  width: 35% !important;
}
.per40 {
  width: 40% !important;
}
.per45 {
  width: 45% !important;
}
.per50 {
  width: 50% !important;
}
.per55 {
  width: 55% !important;
}
.per60 {
  width: 60% !important;
}
.per65 {
  width: 65% !important;
}
.per70 {
  width: 70% !important;
}
.per75 {
  width: 75% !important;
}
.per80 {
  width: 80% !important;
}
.per85 {
  width: 85% !important;
}
.per90 {
  width: 90% !important;
}
.per95 {
  width: 95% !important;
}
.per100 {
  width: 100% !important;
}
/* ------------------ Borders --------------------*/
.b {
  border: 1px solid #e3e3e3 !important;
}
.bt {
  border-top: 1px solid #e3e3e3 !important;
}
.br {
  border-right: 1px solid #e3e3e3 !important;
}
.bb {
  border-bottom: 1px solid #e3e3e3 !important;
}
.bl {
  border-left: 1px solid #e3e3e3 !important;
}
.btlr {
  border-top-left-radius: 3px !important;
}
.btrr {
  border-top-right-radius: 3px !important;
}
.bblr {
  border-bottom-left-radius: 3px !important;
}
.bbrr {
  border-bottom-right-radius: 3px !important;
}
.brall {
  border-radius: 3px !important;
}
.bn {
  border: none !important;
}
.bnt {
  border-top: none !important;
}
.bnb {
  border-bottom: none !important;
}
.bnl {
  border-left: none !important;
}
.bnr {
  border-right: none !important;
}
.brad0 {
  border-radius: 0 !important;
}
.btlr0 {
  border-top-left-radius: 0 !important;
}
.btrr0 {
  border-top-right-radius: 0 !important;
}
.bblr0 {
  border-bottom-left-radius: 0 !important;
}
.bbrr0 {
  border-bottom-right-radius: 0 !important;
}
.brad {
  border-radius: 3px !important;
}
.bbdashed {
  border-bottom: 1px dashed #e3e3e3 !important;
}
/* ------------------ Colors --------------------*/
.color-red {
  color: #db5565 !important;
}
.color-red-light {
  color: #df6a78 !important;
}
.color-red-dark {
  color: #c04b59 !important;
}
.color-blue {
  color: #0bacd3 !important;
}
.color-blue-light {
  color: #29b6d8 !important;
}
.color-blue-dark {
  color: #0a97b9 !important;
}
.color-green {
  color: #51bf87 !important;
}
.color-green-light {
  color: #66c796 !important;
}
.color-green-dark {
  color: #47a877 !important;
}
.color-yellow {
  color: #f4ad49 !important;
}
.color-yellow-light {
  color: #f5b75f !important;
}
.color-yellow-dark {
  color: #d69840 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-dark {
  color: #262d37 !important;
}
.color-dark-light {
  color: #303946 !important;
}
.color-dark-dark {
  color: #1c2128 !important;
}
.color-gray {
  color: #555555 !important;
}
.color-gray-light {
  color: #777777 !important;
}
.color-gray-dark {
  color: #333333 !important;
}
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #333333 !important;
  background-color: #ffffff !important;
}
.red-bg {
  color: #ffffff !important;
  background-color: #db5565 !important;
}
.red-light-bg {
  color: #ffffff !important;
  background-color: #df6a78 !important;
}
.red-dark-bg {
  color: #ffffff !important;
  background-color: #c04b59 !important;
}
.blue-bg {
  color: #ffffff !important;
  background-color: #0bacd3 !important;
}
.blue-light-bg {
  color: #ffffff !important;
  background-color: #29b6d8 !important;
}
.blue-dark-bg {
  color: #ffffff !important;
  background-color: #0a97b9 !important;
}
.green-bg {
  color: #ffffff !important;
  background-color: #51bf87 !important;
}
.green-light-bg {
  color: #ffffff !important;
  background-color: #66c796 !important;
}
.green-dark-bg {
  color: #ffffff !important;
  background-color: #47a877 !important;
}
.yellow-bg {
  color: #ffffff !important;
  background-color: #f4ad49 !important;
}
.yellow-light-bg {
  color: #ffffff !important;
  background-color: #f5b75f !important;
}
.yellow-dark-bg {
  color: #ffffff !important;
  background-color: #d69840 !important;
}
.gray-bg {
  color: #333333 !important;
  background-color: #555555 !important;
}
.gray-light-bg {
  color: #333333 !important;
  background-color: #777777 !important;
}
.gray-lighter-bg {
  color: #333333 !important;
  background-color: #eeeeee !important;
}
.gray-dark-bg {
  color: #333333 !important;
  background-color: #333333 !important;
}
.gray-darker-bg {
  color: #333333 !important;
  background-color: #222222 !important;
}
.dark-bg {
  color: #ffffff !important;
  background-color: #262d37 !important;
}
.dark-light-bg {
  color: #ffffff !important;
  background-color: #303946 !important;
}
.dark-dark-bg {
  color: #ffffff !important;
  background-color: #1c2128 !important;
}
/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ------------------ Contextual colors --------------------*/
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0bacd3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0884a3;
}
.text-success {
  color: #51bf87;
}
a.text-success:hover,
a.text-success:focus {
  color: #3ba26e;
}
.text-info {
  color: #29b6d8;
}
a.text-info:hover,
a.text-info:focus {
  color: #2093ae;
}
.text-warning {
  color: #f4ad49;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f19719;
}
.text-danger {
  color: #db5565;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d12c40;
}
.text-yellow {
  color: #f4ad49;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #f19719;
}
.text-dark {
  color: #262d37;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #111419;
}
/* ------------------ Positions --------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* ------------------ Rotate helpers --------------------*/
.rotate0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate15 {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.rotate30 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate60 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.rotate75 {
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate105 {
  -webkit-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  transform: rotate(105deg);
}
.rotate120 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.rotate135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rotate150 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.rotate165 {
  -webkit-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  transform: rotate(165deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotateM15 {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.rotateM30 {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rotateM45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotateM60 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.rotateM75 {
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg);
}
.rotateM90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotateM105 {
  -webkit-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  transform: rotate(-105deg);
}
.rotateM120 {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.rotateM135 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rotateM150 {
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}
.rotateM165 {
  -webkit-transform: rotate(-165deg);
  -ms-transform: rotate(-165deg);
  transform: rotate(-165deg);
}
.rotateM180 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* ------------------ Other --------------------*/
.bshadowNone {
  box-shadow: none !important;
}
.di {
  display: inline !important;
}
.dib {
  display: inline-block !important;
}
.db {
  display: block !important;
}
/* -----------------------------------------
   Body styles
----------------------------------------- */
/*  IE10 and windows phone 8 fix. */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html,
body {
  height: 100%;
}
html.ff3 {
  min-height: 100%;
}
html.ff3 body {
  min-height: 100%;
}
body {
  overflow-x: hidden;
  background: #f2f2f2;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  position: relative;
}
body.ovh {
  overflow: hidden;
}
body.fixed-left-sidebar:not(.fixed-header) .page-navbar {
  padding-left: 195px;
}
body.fixed-left-sidebar:not(.fixed-header) .navbar-brand {
  position: fixed;
  width: 210px;
  top: 0;
  left: 0;
}
body.fixed-left-sidebar:not(.fixed-header) .navbar-collapse {
  padding-left: 210px;
}
body.fixed-right-sidebar:not(.fixed-header) #right-sidebar.rstop {
  padding-top: 0;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
}
/* ------------------ Login page --------------------*/
.login-page > .login-container {
  width: 360px;
}
.login-page .login-panel {
  margin-top: 100px;
}
.login-page .user-avatar {
  text-align: center;
  background-color: #e8e8e8;
  padding: 15px 0;
  margin: 0 -15px 20px;
}
.login-page .user-avatar img {
  border-radius: 50%;
}
.error-page > .error-container {
  width: 480px;
}
.error-page .error-panel {
  margin-top: 100px;
}
.error-page .error-number {
  text-align: center;
  font-weight: bold;
  font-size: 148px;
  margin-top: 0;
}
.error-page .btn-group {
  width: 100%;
}
.error-page .btn {
  text-align: left;
}
.error-page .btn i {
  margin-right: 5px;
}
/* -----------------------------------------
   Header styles
----------------------------------------- */
.page-navbar {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.page-navbar.header-fixed {
  position: fixed;
}
.page-navbar .navbar-brand {
  width: 210px;
  color: #4d4d4d;
  background-color: #303946;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 15px;
  font-size: 21px;
}
.page-navbar .navbar-brand.collapse-sidebar {
  width: 60px;
}
.page-navbar .navbar-brand.collapse-sidebar .logo {
  display: none;
}
.page-navbar .navbar-brand.collapse-sidebar .logo-sm {
  display: block !important;
  float: left;
  margin-left: 6px;
}
.page-navbar .navbar-brand.hide-logo {
  display: none;
}
.page-navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333333;
  border-radius: 4px;
}
.page-navbar .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #333333;
}
.page-navbar .navbar-no-collapse {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.page-navbar .navbar-nav > li {
  border-radius: 0;
}
.page-navbar .navbar-nav > li > a {
  color: #333333;
  padding: 15px 20px;
  height: 50px;
  transition: background;
  transition-duration: 0.4s;
}
.page-navbar .navbar-nav > li > a i {
  font-size: 20px;
  float: left;
}
.page-navbar .navbar-nav > li > a i[class^="glyphicon"] {
  margin-top: -5px;
}
.page-navbar .navbar-nav > li > a:hover {
  background-color: #f7f9fe;
}
.page-navbar .navbar-nav > li > a .badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.page-navbar .navbar-nav > li.open > a {
  background-color: #f7f9fe;
}
.page-navbar .navbar-nav > li .dropdown-menu {
  margin-top: 12px;
}
.page-navbar .navbar-nav > li .dropdown-menu > li {
  border-radius: 0;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a {
  padding: 10px 20px;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a.view-all {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  background: #f7f9fe;
}
.page-navbar .navbar-nav > li .dropdown-menu > li:last-child {
  border-bottom: none;
}
.page-navbar .navbar-nav > li .dropdown-menu > li span.txt {
  padding: 10px 20px;
  display: inline-block;
}
.page-navbar .navbar-nav > li .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f7f9fe;
}
.page-navbar .navbar-nav > li .dropdown-menu:before {
  border-bottom-color: #e5ebfc;
}
.page-navbar .navbar-nav > li .dropdown-menu.dynamic-settings {
  min-width: 220px;
}
.page-navbar .navbar-nav > li .dropdown-menu.dynamic-settings .toggle-custom {
  padding: 5px 10px;
}
/* -----------------------------------------
   Left Sidebar styles
----------------------------------------- */
.page-sidebar {
  width: 210px;
  position: absolute;
  height: auto;
  left: 0;
  bottom: 0;
  top: 0;
  padding-top: 50px;
  z-index: 2;
}
.page-sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 210px;
  background-color: #303946;
  z-index: -1;
}
.page-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
.page-sidebar.sidebar-fixed {
  position: fixed;
}
.page-sidebar.hide-sidebar {
  margin-left: -210px;
}
.page-sidebar.hide-sidebar:after {
  left: -210px;
}
.page-sidebar.collapse-sidebar {
  width: 60px;
  bottom: auto;
}
.page-sidebar.collapse-sidebar:after {
  width: 60px;
}
.page-sidebar.collapse-sidebar .user-info {
  display: none;
}
.page-sidebar.collapse-sidebar .sidebar-panel {
  display: none;
}
.page-sidebar.collapse-sidebar .nav li {
  border-radius: 3px;
}
.page-sidebar.collapse-sidebar .nav li a {
  text-align: center;
  padding: 10px 14px 9px !important;
}
.page-sidebar.collapse-sidebar .nav li a .sideNav-arrow {
  display: none;
}
.page-sidebar.collapse-sidebar .nav li a .label {
  display: none;
}
.page-sidebar.collapse-sidebar .nav li a i {
  margin-right: 0 !important;
  float: none !important;
}
.page-sidebar.collapse-sidebar .nav li a span.txt {
  display: none;
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 9998;
}
.page-sidebar.collapse-sidebar .nav li.hover-li {
  height: 42px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a {
  z-index: 999;
  width: 221px;
  background-color: #303946;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a span.txt {
  display: inline-block;
  width: auto;
  padding: 10px 0 10px 20px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a i {
  color: #ffffff;
  float: left !important;
  margin-left: 6px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a.notExpand {
  border-bottom-right-radius: 0;
  border-top-right-radius: 3px;
  background-color: #1c2128;
  color: #ffffff;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a.active:before {
  background-color: transparent !important;
  border-color: transparent !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub {
  position: absolute;
  z-index: 9999;
  left: 60px;
  top: 40px;
  width: auto;
  display: block;
  margin: 0;
  background-color: #3b4655;
  list-style: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li {
  height: auto;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a {
  width: 161px;
  padding: 0 5px 0 10px !important;
  border-radius: 0;
  background-color: #3b4655;
  box-shadow: none;
  font-size: 12px;
  text-align: left;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a span.txt {
  position: relative;
  left: auto;
  top: auto;
  padding: 5px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:before {
  border: none;
  background: none;
  float: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:after {
  background: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub a.notExpand {
  background-color: #262d37;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub {
  position: relative;
  height: 100%;
  top: -6px !important;
  left: 0;
  top: 37px;
  background-color: #3b4655;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a {
  padding: 0 5px 0 21px !important;
  border-radius: 0 !important;
  background-color: #3b4655;
  width: 161px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:after,
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:before {
  border: none;
  background: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:last-child a {
  border-bottom-right-radius: 3px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:first-child a {
  border-top-right-radius: 3px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li {
  margin-top: 0;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child:not(.hasSub) {
  padding-bottom: 0;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child:not(.hasSub) a {
  padding-bottom: 8px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li:last-child a {
  border-bottom-right-radius: 3px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li:first-child {
  margin-top: 8px;
}
.page-sidebar .side-nav {
  width: 100%;
  float: left;
}
.page-sidebar .side-nav .nav > li a {
  padding: 10px 10px 9px 15px;
  color: #8b929a;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 20px;
  letter-spacing: 0.3px;
  transition: background;
  transition-duration: 0.4s;
}
.page-sidebar .side-nav .nav > li a i {
  font-size: 20px;
  margin-right: 15px;
  color: #8b929a;
  float: left;
  transition: color;
  transition-duration: 0.4s;
}
.page-sidebar .side-nav .nav > li a i.sideNav-arrow {
  float: right;
  margin-right: 5px;
  font-size: 14px;
  transition: all;
  transition-duration: 0.4s;
}
.page-sidebar .side-nav .nav > li a .txt {
  /*display: inline-block;*/
  word-break: break-word;
}
.page-sidebar .side-nav .nav > li a:hover {
  background-color: #1c2128;
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a:hover i {
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a.active {
  background-color: #262d37;
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a.active i {
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a.active:before {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.page-sidebar .side-nav .nav > li a:focus {
  background-color: #303946;
  color: #8b929a;
}
.page-sidebar .side-nav .nav > li a.expand {
  background-color: #1c2128;
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a.expand i {
  color: #ffffff;
}
.page-sidebar .side-nav .nav > li a .label {
  float: right;
  border-radius: 5px;
  background-color: #505e73;
  padding: 6px 6px;
  margin-top: 0;
  line-height: 10px;
}
.page-sidebar .side-nav .nav > li ul.sub {
  padding-left: 0;
  display: none;
  position: relative;
}
.page-sidebar .side-nav .nav > li ul.sub > li {
  border-bottom: none;
  position: relative;
}
.page-sidebar .side-nav .nav > li ul.sub > li a {
  transition: color;
  transition-duration: 0.4s;
  padding: 5px 5px 5px 25px;
  position: relative;
  font-size: 13px;
}
.page-sidebar .side-nav .nav > li ul.sub > li a i {
  transition: color;
  transition-duration: 0.4s;
}
.page-sidebar .side-nav .nav > li ul.sub > li a:before {
  content: "";
  border: 1px solid #8b929a;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 6px;
  left: 11px;
  position: absolute;
  z-index: 12;
  background-color: #1c2128;
  transition: border-color;
  transition-duration: 0.4s;
}
.page-sidebar .side-nav .nav > li ul.sub > li a:after {
  content: "";
  height: 65px;
  width: 1px;
  background-color: #8b929a;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 10;
}
.page-sidebar .side-nav .nav > li ul.sub > li a:hover:before {
  border-color: #ffffff;
}
.page-sidebar .side-nav .nav > li ul.sub > li:first-child a {
  padding-top: 10px;
}
.page-sidebar .side-nav .nav > li ul.sub > li:first-child a.expand:after {
  height: 20px;
}
.page-sidebar .side-nav .nav > li ul.sub > li:last-child a {
  padding-bottom: 10px;
}
.page-sidebar .side-nav .nav > li ul.sub > li:last-child a:after {
  height: 18px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li {
  position: relative;
}
.page-sidebar .side-nav .nav > li ul.sub.show li a {
  background-color: #1c2128;
  position: relative;
}
.page-sidebar .side-nav .nav > li ul.sub.show li a.expand:after {
  height: 18px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child:after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 33px;
  top: 14px;
  background-color: #8b929a;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child a.expand {
  padding-bottom: 2px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu a.expand:after {
  height: 19px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub:before {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 33px;
  top: -14px;
  background-color: #8b929a;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  left: 29px;
  bottom: 0px;
  background-color: #8b929a;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a {
  padding: 3px 20px 2px 75px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:before {
  left: 42px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:after {
  left: 45px;
  height: 29px;
  top: -13px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child {
  border-top: none;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child a {
  padding-top: 3px;
  padding-bottom: 2px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a {
  padding-top: 3px;
  padding-bottom: 10px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a:after {
  height: 46px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li:last-child .sub:after {
  background-color: transparent;
}
.page-sidebar .side-nav .nav > li ul.sub.show li:last-child .sub li:last-child a:after {
  height: 29px;
}
.page-sidebar .user-info {
  float: left;
  padding: 10px 15px;
}
.page-sidebar .user-info img {
  border-radius: 3px;
  float: left;
  margin-right: 15px;
  width: 64px;
}
.page-sidebar .user-info .name {
  color: #ffffff;
  float: left;
/*  width: 100px;*/
  font-weight: normal;
  padding: 5px 0;
}
.page-sidebar .user-info button {
  font-size: 13px;
  margin-top: 2px;
}
.page-sidebar .user-info .btn-group .btn + .btn {
  border-left: none;
  padding-left: 3px;
}
.page-sidebar .user-info .dropdown-menu {
  min-width: 140px;
  border-color: #303946;
}
.page-sidebar .user-info .dropdown-menu li {
  border-radius: 0;
}
.page-sidebar .user-info .dropdown-menu li a {
  padding: 8px 15px;
  width: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  display: inherit;
}
.page-sidebar .user-info .dropdown-menu li a:hover {
  background-color: #f7f9fe;
  color: #333333;
}
.page-sidebar .user-info .dropdown-menu li a:hover i {
  color: #333333;
}
/*-----------------------------------------
   Right Sidebar styles
----------------------------------------- */
#right-sidebar {
  width: 210px;
  height: auto;
  z-index: 10;
  float: right;
  padding-top: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: block;
}
#right-sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 210px;
  background: #ffffff;
  border-left: 1px solid #e3e3e3;
  z-index: -1;
}
#right-sidebar.hide-sidebar {
  margin-right: -210px;
  display: none;
}
#right-sidebar.hide-sidebar:after {
  right: -210px;
}
#right-sidebar.sidebar-fixed {
  position: fixed;
}
#right-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#right-sidebar .tabs {
  padding: 0 0 0 1px;
}
#right-sidebar .tabs .nav-tabs li a {
  border-radius: 0;
  background-color: #ffffff;
  padding: 15px 15px 14px;
  box-shadow: none;
  border-bottom: 1px solid #e3e3e3;
}
#right-sidebar .tabs .nav-tabs li a i {
  color: #777777;
}
#right-sidebar .tabs .nav-tabs li.active a {
  border-bottom: 1px solid #29b6d8;
}
#right-sidebar .tabs .nav-tabs li.active a:after {
  right: auto;
  left: auto;
  bottom: auto;
}
#right-sidebar .tabs .tab-content {
  box-shadow: none;
  border-radius: 0;
}
#right-sidebar .user-list {
  margin-left: -15px;
  margin-right: -15px;
}
#right-sidebar .user-list .list-group-item {
  border: none;
  line-height: 16px;
  position: relative;
  padding: 5px 15px;
}
#right-sidebar .user-list .list-group-item a {
  display: block;
  line-height: 16px;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: #555555;
}
#right-sidebar .user-list .list-group-item a .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
}
#right-sidebar .user-list .list-group-item a .name {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}
#right-sidebar .user-list .list-group-item a .status {
  width: 100%;
  display: block;
  font-size: 13px;
}
#right-sidebar .user-list .list-group-item a .status:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#right-sidebar .user-list .list-group-item a .status.status-online:before {
  background-color: #51bf87;
}
#right-sidebar .user-list .list-group-item a .status.status-offline:before {
  background-color: #db5565;
}
#right-sidebar .chat-messages {
  display: none;
  margin-right: -210px;
}
#right-sidebar .chat-messages.open {
  display: block;
  margin-right: 0;
  position: fixed;
  padding-left: 0;
  list-style: none;
  top: 51px;
  right: 0;
  bottom: 130px;
  background: #ffffff;
  width: 210px;
  z-index: 10;
  border-left: 1px solid #e3e3e3;
}
#right-sidebar .chat-messages ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  height: 100%;
}
#right-sidebar .chat-messages li {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#right-sidebar .chat-messages li .avatar {
  float: left;
}
#right-sidebar .chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid transparent;
  transition: border;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li .chat-name {
  margin-top: 8px;
  font-weight: bold;
}
#right-sidebar .chat-messages li .chat-name .chat-time {
  color: #777777;
  font-size: 10px;
  display: block;
}
#right-sidebar .chat-messages li .message {
  border-radius: 3px;
  background-color: #f9f9f9;
  padding: 10px;
  position: relative;
}
#right-sidebar .chat-messages li .message p {
  margin-bottom: 0;
}
#right-sidebar .chat-messages li .message:after,
#right-sidebar .chat-messages li .message:before {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#right-sidebar .chat-messages li .message:after {
  border-bottom-color: #f9f9f9;
  border-width: 6px;
  margin-left: -6px;
}
#right-sidebar .chat-messages li .message:before {
  border-bottom-color: #f9f9f9;
  border-width: 7px;
  margin-left: -7px;
}
#right-sidebar .chat-messages li .message.message-success {
  color: #ffffff;
  background-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-success:after {
  border-bottom-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-success:before {
  border-bottom-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-info {
  color: #ffffff;
  background-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-info:after {
  border-bottom-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-info:before {
  border-bottom-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-danger {
  color: #ffffff;
  background-color: #eda9b1;
}
#right-sidebar .chat-messages li .message.message-danger:after {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li .message.message-danger:before {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li.chat-back {
  background-color: #eeeeee;
  border-bottom: 1px solid #e3e3e3;
  transition: background;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li.chat-back:hover {
  background-color: #e4e4e4;
}
#right-sidebar .chat-messages li.chat-me .avatar {
  float: right;
  margin-left: 5px;
}
#right-sidebar .chat-messages li.chat-me .chat-name {
  text-align: right;
}
#right-sidebar .chat-messages li.chat-me .message:after,
#right-sidebar .chat-messages li.chat-me .message:before {
  right: 18px;
  left: auto;
}
#right-sidebar #chat-write {
  display: none;
  margin-right: -210px;
  height: auto;
  float: left;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ffffff;
  width: 210px;
  border-left: 1px solid #e3e3e3;
  z-index: 11;
}
#right-sidebar #chat-write form {
  padding: 15px;
}
#right-sidebar #chat-write.open {
  display: block;
  margin-right: 0;
}
/* -----------------------------------------
   Content
----------------------------------------- */
.page-content {
  min-height: 100%;
  padding-top: 50px;
}
.page-content.sidebar-page {
  margin-left: 210px;
}
.page-content.right-sidebar-page {
  margin-right: 210px;
}
.page-content.collapsed-sidebar {
  margin-left: 60px;
}
.page-content.full-page {
  margin-left: 0;
  margin-right: 0;
}
.page-content.overLap {
  margin-left: 0;
}
.page-content.rOverLap {
  margin-right: 0;
}
.page-content.offCanvas {
  width: 100%;
  margin-left: 210px;
}
.page-content .page-content-wrapper {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-content .page-content-inner {
  position: relative;
  padding: 0 15px;
}
.page-content #page-header {
  background-color: #fcfcfc;
  margin-top: 1px;
  padding: 0 20px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.page-content #page-header .page-header {
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: none;
  float: left;
  margin-right: 15px;
}
.page-content #page-header .page-header h2 {
  margin-bottom: 5px;
}
.page-content #page-header .header-stats {
  float: right;
  padding: 20px;
}
/* -----------------------------------------
   Page footer
----------------------------------------- */
#footer {
  padding: 15px 20px;
  border-top: 1px solid #e3e3e3;
  height: 51px;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer p {
  margin-bottom: 0;
}
#footer.sidebar-page {
  margin-left: 210px;
}
#footer.right-sidebar-page {
  margin-right: 210px;
}
#footer.collapsed-sidebar {
  margin-left: 60px;
}
#footer.full-page {
  margin-left: 0;
  margin-right: 0;
}
#footer.offCanvas {
  width: 100%;
  margin-left: 210px;
}
/* -----------------------------------------
   Sparklines
----------------------------------------- */
.spark {
  display: inline-block;
  margin-left: 20px;
}
.spark .spark-info {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}
.spark .spark-info .number {
  font-weight: bold;
  font-size: 18px;
  padding-right: 5px;
  color: #0a97b9;
}
.spark .sparkline {
  width: 100%;
  display: inline-block;
  margin-top: 4px;
}
.jqstooltip {
  box-sizing: content-box;
  border-color: #344154 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px !important;
  background: #344154;
  font-family: verdana;
  width: auto !important;
  height: auto !important;
}
.sparkline {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
/* -----------------------------------------
   Code styles
----------------------------------------- */
.pln {
  color: #000000;
}
@media screen {
  .str {
    color: #008800;
  }
  .kwd {
    color: #000088;
  }
  .com {
    color: #880000;
  }
  .typ {
    color: #660066;
  }
  .lit {
    color: #006666;
  }
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  .atn {
    color: #660066;
  }
  .atv {
    color: #008800;
  }
  .dec,
  .var {
    color: #660066;
  }
  .fun {
    color: #ff0000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/* -----------------------------------------
   Back to top
----------------------------------------- */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 33px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  padding: 6px;
  padding-top: 0px;
  color: #ffffff;
  border-radius: 3px;
  transition: all;
  transition-duration: 0.4;
}
#back-to-top a:hover {
  background-color: #303946;
}
#back-to-top.rightsidebar {
  right: 215px;
}
/* -----------------------------------------
   Circfull progress bars
----------------------------------------- */
.circliful {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.circliful .circle-text,
.circliful .circle-info,
.circliful .circle-text-half,
.circliful .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: #333333;
  font-weight: bold;
}
.circliful .circle-text-half {
  top: 8px;
}
.circliful i {
  margin: 5px 3px 0 3px;
  position: relative;
}
/* -----------------------------------------
    Sidebar panels
----------------------------------------- */
.sidebar-panel {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.sidebar-panel:before,
.sidebar-panel:after {
  content: " ";
  display: table;
}
.sidebar-panel:after {
  clear: both;
}
.sidebar-panel .sidebar-panel-title {
  font-size: 13px;
  padding: 8px 15px 8px 17px;
  margin: 0;
  background-color: #455264;
  color: #ffffff;
  border-top: 1px solid #2e3743;
  border-bottom: 1px solid #2e3743;
}
.sidebar-panel .sidebar-panel-title i {
  margin-right: 15px;
}
.sidebar-panel .sidebar-panel-content {
  padding: 15px;
  position: relative;
  color: #8b929a;
}
.sidebar-panel .sidebar-panel-content.fullwidth {
  padding: 5px 0px 15px;
}
/* -----------------------------------------
   Carousel dot style indicators
----------------------------------------- */
.dotstyle {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 10px !important;
}
.dotstyle.center {
  width: auto;
  left: 45%;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  border: none;
  background-color: none;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.dotstyle li a:hover,
.dotstyle li a:focus {
  background-color: white;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle li.active {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: none;
  box-shadow: 0 0 0 2px white;
}
.dotstyle li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background-color: white;
}
/* -----------------------------------------
   Datatables row fix
----------------------------------------- */
.dataTables_wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dataTables_wrapper .row .col-xs-6:first-child {
  padding-left: 0;
}
.dataTables_wrapper .row .col-xs-6:last-child {
  padding-right: 0;
}
.dataTables_paginate .pagination {
  margin-top: -5px;
  float: right;
}
/* -----------------------------------------
   Pricing tables
----------------------------------------- */
.pricing-table {
  position: relative;
  background: #ffffff;
  margin-top: 25px;
  margin-bottom: 50px;
}
.pricing-table .pricing-header {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
.pricing-table .pricing-header h3 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #d5d5d5;
  border: 5px solid #ffffff;
  padding: 15px 0;
  margin: 0;
  margin-top: -25px;
  position: relative;
}
.pricing-table .pricing-header h3 i {
  font-size: 48px;
  position: absolute;
  top: -5px;
  left: 15px;
}
.pricing-table ul.list-group {
  margin-bottom: -1px;
  margin-top: -1px;
}
.pricing-table ul.list-group li:first-child {
  border-top: none;
}
.pricing-table ul.list-group li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.pricing-table ul.list-group li {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.pricing-table ul.list-group li i {
  margin: 0 15px;
}
.pricing-table ul.list-group li.off {
  text-decoration: line-through;
}
.pricing-table .pricing-bottom {
  border: 1px solid #e3e3e3;
  border-top: none;
  width: 100%;
  text-align: center;
}
.pricing-table .pricing-bottom .price {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: #f2f2f2;
  padding-top: 5px;
  margin-bottom: -25px;
}
.pricing-table .pricing-bottom .price span {
  font-weight: bold;
  font-size: 48px;
}
.pricing-table .pricing-bottom .price .btn {
  border-radius: 0;
}
.pricing-table.blue {
  background-color: #29b6d8;
}
.pricing-table.blue .pricing-header {
  border: 1px solid #24a5c4;
}
.pricing-table.blue .pricing-header h3 {
  background-color: #54c5e0;
  color: #ffffff;
}
.pricing-table.blue .pricing-header h3 i {
  color: #ffffff;
}
.pricing-table.blue ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.blue ul.list-group li:last-child {
  border-bottom: none;
}
.pricing-table.blue ul.list-group li {
  background-color: #29b6d8;
  border: 1px solid #24a5c4;
  color: #ffffff;
}
.pricing-table.blue .pricing-bottom {
  border: 1px solid #24a5c4;
}
.pricing-table.blue .pricing-bottom .price {
  background-color: #2093ae;
  color: #ffffff;
}
.pricing-table.blue .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #145c6e;
  border-color: #145c6e;
}
.pricing-table.blue .pricing-bottom .price .btn:focus,
.pricing-table.blue .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #0c3842;
  border-color: #000102;
}
.pricing-table.blue .pricing-bottom .price .btn:hover {
  color: #ffffff;
  background-color: #0c3842;
  border-color: #0b313a;
}
.pricing-table.blue .pricing-bottom .price .btn:active,
.pricing-table.blue .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #0c3842;
  border-color: #0b313a;
}
.pricing-table.blue .pricing-bottom .price .btn:active:hover,
.pricing-table.blue .pricing-bottom .price .btn.active:hover,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn:hover,
.pricing-table.blue .pricing-bottom .price .btn:active:focus,
.pricing-table.blue .pricing-bottom .price .btn.active:focus,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn:focus,
.pricing-table.blue .pricing-bottom .price .btn:active.focus,
.pricing-table.blue .pricing-bottom .price .btn.active.focus,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #071e24;
  border-color: #000102;
}
.pricing-table.blue .pricing-bottom .price .btn:active,
.pricing-table.blue .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.blue .pricing-bottom .price .btn.disabled,
.pricing-table.blue .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn,
.pricing-table.blue .pricing-bottom .price .btn.disabled:hover,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:hover,
.pricing-table.blue .pricing-bottom .price .btn.disabled:focus,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:focus,
.pricing-table.blue .pricing-bottom .price .btn.disabled.focus,
.pricing-table.blue .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn.focus,
.pricing-table.blue .pricing-bottom .price .btn.disabled:active,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:active,
.pricing-table.blue .pricing-bottom .price .btn.disabled.active,
.pricing-table.blue .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn.active {
  background-color: #145c6e;
  border-color: #145c6e;
}
.pricing-table.blue .pricing-bottom .price .btn .badge {
  color: #145c6e;
  background-color: #ffffff;
}
.pricing-table.red {
  background-color: #df6a78;
}
.pricing-table.red .pricing-header {
  border: 1px solid #da5565;
}
.pricing-table.red .pricing-header h3 {
  background-color: #e8949e;
  color: #ffffff;
}
.pricing-table.red ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.red ul.list-group li:last-child {
  border-bottom: none;
}
.pricing-table.red ul.list-group li {
  background-color: #df6a78;
  border: 1px solid #da5565;
  color: #ffffff;
}
.pricing-table.red .pricing-bottom {
  border: 1px solid #da5565;
}
.pricing-table.red .pricing-bottom .price {
  background-color: #d64052;
  color: #ffffff;
}
.pricing-table.red .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #a62433;
  border-color: #a62433;
}
.pricing-table.red .pricing-bottom .price .btn:focus,
.pricing-table.red .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #7c1b26;
  border-color: #3d0d13;
}
.pricing-table.red .pricing-bottom .price .btn:hover {
  color: #ffffff;
  background-color: #7c1b26;
  border-color: #731924;
}
.pricing-table.red .pricing-bottom .price .btn:active,
.pricing-table.red .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #7c1b26;
  border-color: #731924;
}
.pricing-table.red .pricing-bottom .price .btn:active:hover,
.pricing-table.red .pricing-bottom .price .btn.active:hover,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn:hover,
.pricing-table.red .pricing-bottom .price .btn:active:focus,
.pricing-table.red .pricing-bottom .price .btn.active:focus,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn:focus,
.pricing-table.red .pricing-bottom .price .btn:active.focus,
.pricing-table.red .pricing-bottom .price .btn.active.focus,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #5f141d;
  border-color: #3d0d13;
}
.pricing-table.red .pricing-bottom .price .btn:active,
.pricing-table.red .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.red .pricing-bottom .price .btn.disabled,
.pricing-table.red .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn,
.pricing-table.red .pricing-bottom .price .btn.disabled:hover,
.pricing-table.red .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:hover,
.pricing-table.red .pricing-bottom .price .btn.disabled:focus,
.pricing-table.red .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:focus,
.pricing-table.red .pricing-bottom .price .btn.disabled.focus,
.pricing-table.red .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn.focus,
.pricing-table.red .pricing-bottom .price .btn.disabled:active,
.pricing-table.red .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:active,
.pricing-table.red .pricing-bottom .price .btn.disabled.active,
.pricing-table.red .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn.active {
  background-color: #a62433;
  border-color: #a62433;
}
.pricing-table.red .pricing-bottom .price .btn .badge {
  color: #a62433;
  background-color: #ffffff;
}
.pricing-table.green {
  background-color: #66c796;
}
.pricing-table.green .pricing-header {
  border: 1px solid #53c089;
}
.pricing-table.green .pricing-header h3 {
  background-color: #8bd5b0;
  color: #ffffff;
}
.pricing-table.green ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.green ul.list-group li:last-child {
  border-bottom: none;
}
.pricing-table.green ul.list-group li {
  background-color: #66c796;
  border: 1px solid #53c089;
  color: #ffffff;
}
.pricing-table.green .pricing-bottom {
  border: 1px solid #53c089;
}
.pricing-table.green .pricing-bottom .price {
  background-color: #43b77c;
  color: #ffffff;
}
.pricing-table.green .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #2e7f56;
  border-color: #2e7f56;
}
.pricing-table.green .pricing-bottom .price .btn:focus,
.pricing-table.green .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #215a3d;
  border-color: #0c2217;
}
.pricing-table.green .pricing-bottom .price .btn:hover {
  color: #ffffff;
  background-color: #215a3d;
  border-color: #1e5238;
}
.pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #215a3d;
  border-color: #1e5238;
}
.pricing-table.green .pricing-bottom .price .btn:active:hover,
.pricing-table.green .pricing-bottom .price .btn.active:hover,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn:hover,
.pricing-table.green .pricing-bottom .price .btn:active:focus,
.pricing-table.green .pricing-bottom .price .btn.active:focus,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn:focus,
.pricing-table.green .pricing-bottom .price .btn:active.focus,
.pricing-table.green .pricing-bottom .price .btn.active.focus,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #17402b;
  border-color: #0c2217;
}
.pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.green .pricing-bottom .price .btn.disabled,
.pricing-table.green .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn,
.pricing-table.green .pricing-bottom .price .btn.disabled:hover,
.pricing-table.green .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:hover,
.pricing-table.green .pricing-bottom .price .btn.disabled:focus,
.pricing-table.green .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:focus,
.pricing-table.green .pricing-bottom .price .btn.disabled.focus,
.pricing-table.green .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn.focus,
.pricing-table.green .pricing-bottom .price .btn.disabled:active,
.pricing-table.green .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.disabled.active,
.pricing-table.green .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn.active {
  background-color: #2e7f56;
  border-color: #2e7f56;
}
.pricing-table.green .pricing-bottom .price .btn .badge {
  color: #2e7f56;
  background-color: #ffffff;
}
.pricing-table.yellow {
  background-color: #f5b75f;
}
.pricing-table.yellow .pricing-header {
  border: 1px solid #f4ac47;
}
.pricing-table.yellow .pricing-header h3 {
  background-color: #f8cd8f;
  color: #ffffff;
}
.pricing-table.yellow ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.yellow ul.list-group li:last-child {
  border-bottom: none;
}
.pricing-table.yellow ul.list-group li {
  background-color: #f5b75f;
  border: 1px solid #f4ac47;
  color: #ffffff;
}
.pricing-table.yellow .pricing-bottom {
  border: 1px solid #f4ac47;
}
.pricing-table.yellow .pricing-bottom .price {
  background-color: #f2a12f;
  color: #ffffff;
}
.pricing-table.yellow .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #c87b0c;
  border-color: #c87b0c;
}
.pricing-table.yellow .pricing-bottom .price .btn:focus,
.pricing-table.yellow .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #985d09;
  border-color: #503105;
}
.pricing-table.yellow .pricing-bottom .price .btn:hover {
  color: #ffffff;
  background-color: #985d09;
  border-color: #8e5709;
}
.pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn {
  color: #ffffff;
  background-color: #985d09;
  border-color: #8e5709;
}
.pricing-table.yellow .pricing-bottom .price .btn:active:hover,
.pricing-table.yellow .pricing-bottom .price .btn.active:hover,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn:hover,
.pricing-table.yellow .pricing-bottom .price .btn:active:focus,
.pricing-table.yellow .pricing-bottom .price .btn.active:focus,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn:focus,
.pricing-table.yellow .pricing-bottom .price .btn:active.focus,
.pricing-table.yellow .pricing-bottom .price .btn.active.focus,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn.focus {
  color: #ffffff;
  background-color: #764907;
  border-color: #503105;
}
.pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.yellow .pricing-bottom .price .btn.disabled,
.pricing-table.yellow .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:hover,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:hover,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:focus,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:focus,
.pricing-table.yellow .pricing-bottom .price .btn.disabled.focus,
.pricing-table.yellow .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn.focus,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:active,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.disabled.active,
.pricing-table.yellow .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn.active {
  background-color: #c87b0c;
  border-color: #c87b0c;
}
.pricing-table.yellow .pricing-bottom .price .btn .badge {
  color: #c87b0c;
  background-color: #ffffff;
}
/* -----------------------------------------
   Input sizes
----------------------------------------- */
.input-mini {
  width: 60px!important;
}
.input-small {
  width: 90px!important;
}
.input-medium {
  width: 150px!important;
}
.input-large {
  width: 210px!important;
}
.input-xlarge {
  width: 270px!important;
}
.input-block {
  width: 100%;
  display: block;
}
/* -----------------------------------------
   Touchspin - spinner
----------------------------------------- */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  border: 1px solid #cacaca;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  color: #808080;
}
.bootstrap-touchspin .bootstrap-touchspin-prefix {
  border-right: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-postfix {
  border-left: 0;
}
/* -----------------------------------------
   Bootstrap typeahead
----------------------------------------- */
.tt-input,
.tt-hint {
  width: 260px;
  height: 24px;
  padding: 4px 6px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #efefef;
  border-radius: 3px;
  outline: none;
}
.tt-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #1a1a1a;
  background-color: #f7f9fe;
}
.tt-suggestion p {
  margin: 0;
}
/* -----------------------------------------
   Flot charts
----------------------------------------- */
#flotTip {
  /* white-space: nowrap;
    display: inline-block; */
  max-width: 150px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #344154 !important;
  border-radius: 3px !important;
  border-width: 0 !important;
  z-index: 10000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-family: "Roboto";
  font-size: 12px;
}
.tickLabel {
  font-family: "Roboto";
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}
/* -----------------------------------------
   Easy pie charts
----------------------------------------- */
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-charts {
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 20px;
}
.pie-charts .easyPieChart {
  font-weight: bold;
}
.pie-charts div.label {
  color: #333333;
  font-size: 100%;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.pie-charts.red-pie .easyPieChart {
  color: #db5565;
}
.pie-charts.red-pie div.label {
  color: #db5565;
}
.pie-charts.green-pie .easyPieChart {
  color: #51bf87;
}
.pie-charts.green-pie div.label {
  color: #51bf87;
}
.pie-charts.blue-pie .easyPieChart {
  color: #0bacd3;
}
.pie-charts.blue-pie div.label {
  color: #0bacd3;
}
.pie-charts.yellow-pie .easyPieChart {
  color: #f4ad49;
}
.pie-charts.yellow-pie div.label {
  color: #f4ad49;
}
/* -----------------------------------------
  Gauges
----------------------------------------- */
.glow-gauge,
.gauge {
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 20px;
}
/* -----------------------------------------
   Vectormaps
----------------------------------------- */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #344154;
  border-radius: 3px;
  background: #344154;
  color: #ffffff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 5px;
  z-index: 999;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #344154;
  padding: 3px;
  color: white;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* -----------------------------------------
   Highlight rows (tables, list and etc )
----------------------------------------- */
.highlight {
  background: #fffed5;
}
.highlight td {
  background: #fffed5;
}
.highlight:hover {
  background: #fffdbc !important;
}
/* -----------------------------------------
   Seperator
----------------------------------------- */
.seperator {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.seperator strong {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}
.seperator hr {
  margin-top: -10px;
}
/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}
.timeline.timeline-sm:after {
  left: 12px;
}
.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}
.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}
.timeline.timeline-icons li {
  padding-top: 7px;
}
.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}
.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}
.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}
.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}
.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}
.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 4.5px;
}
.timeline.timeline-advanced li {
  padding-top: 0;
}
.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}
.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}
.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}
.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}
.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}
.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}
.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}
.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}
.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}
.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}
.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}
.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}
.timeline-load-more-btn {
  margin-left: 70px;
}
.timeline-load-more-btn i {
  margin-right: 5px;
}
/* -----------------------------------------
   Dividers
----------------------------------------- */
.divider-dashed {
  border-bottom: 1px dashed #e3e3e3;
  padding: 5px 0;
}
/* -----------------------------------------
   Progressbars stats
----------------------------------------- */
.progressbars-stats li {
  margin-bottom: 10px;
}
.progressbars-stats li:last-child {
  margin-bottom: 0;
}
.progressbars-stats li .progressbar-icon {
  float: left;
  width: 50px;
  height: 40px;
  text-align: center;
}
.progressbars-stats li .progressbar-icon i {
  font-size: 24px;
  color: #777777;
  margin-top: 8px;
}
.progressbars-stats li .progressbar-icon i[class^="fa"] {
  margin-top: 13px;
}
.progressbar-stats-1 {
  color: #ffffff;
}
.progressbar-stats-1.dark {
  color: #666666;
}
.progressbar-stats-1 .stats i {
  font-size: 42px;
  float: left;
  margin-right: 15px;
}
.progressbar-stats-1 .stats-number {
  font-size: 42px;
  margin-top: -10px;
}
.money:before {
  content: '$';
  margin-right: 5px;
}
/* -----------------------------------------
   Profile
----------------------------------------- */
.profile h5 {
  font-size: 15px;
}
.profile .profile-avatar {
  text-align: center;
  position: relative;
}
.profile .profile-avatar img {
  border-radius: 50%;
}
.profile .profile-avatar .status {
  background-color: #df6a78;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 24px;
  border: 5px solid white;
}
.profile .profile-avatar .status.online {
  background-color: #66c796;
}
.profile .profile-name h3 {
  margin-top: 0;
}
.profile .balance {
  font-size: 24px;
  margin-bottom: 0;
}
.profile .balance span {
  font-size: 36px;
  font-weight: bold;
}
.profile .contact-info dt,
.profile .contact-info dd {
  line-height: 1.6;
}
.profile .contact-info dd {
  margin-bottom: 10px;
}
.profile .contact-info dd:last-child {
  margin-bottom: 0;
}
.profile .profile-info {
  float: left;
  width: 100%;
}
.profile .profile-info p {
  line-height: 1.6;
}
.profile .profile-tags {
  float: left;
  width: 100%;
}
.profile .profile-tags .bootstrap-tagsinput {
  border: none;
}
.profile .profile-tags .bootstrap-tagsinput .tag:first-child {
  margin-left: 0;
}
.profile .social {
  float: left;
  width: 100%;
}
.profile .social dt {
  text-align: left;
  margin-bottom: 10px;
}
.profile .social dt:last-child {
  margin-bottom: 0;
}
.profile .social dt i {
  margin-right: 10px;
}
/* -----------------------------------------
    Invoice page
----------------------------------------- */
.invoice .panel-body {
  padding: 40px;
}
/* -----------------------------------------
   Custom progressbar
----------------------------------------- */
.custom-progressbar {
  display: inline-block;
  position: relative;
}
.custom-progressbar svg {
  display: block;
  width: 100%;
}
.custom-progressbar .percent,
.custom-progressbar .description {
  display: inline-block;
  width: 100%;
  position: absolute;
}
.custom-progressbar .percent {
  top: 50%;
  left: 0;
  margin-top: -35px;
  font-size: 42px;
}
.custom-progressbar .percent span {
  font-size: 24px;
  padding-top: 10px;
  vertical-align: text-top;
  display: inline-block;
}
.custom-progressbar .description {
  top: 50%;
  left: 0;
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
}
.custom-progressbar.blue .percent,
.custom-progressbar.blue .description {
  color: #0a97b9;
}
.custom-progressbar.red .percent,
.custom-progressbar.red .description {
  color: #c04b59;
}
.custom-progressbar.yellow .percent,
.custom-progressbar.yellow .description {
  color: #d69840;
}
.custom-progressbar.green .percent,
.custom-progressbar.green .description {
  color: #47a877;
}
.custom-progressbar-legend {
  margin-top: 10px;
}
.custom-progressbar-legend p {
  margin-bottom: 5px;
}
/* -----------------------------------------
   Recent comments
----------------------------------------- */
.recent-comments {
  margin-bottom: 0;
}
.recent-comments li {
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 4px;
  border-bottom-width: 0;
  border-right-width: 0;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}
.recent-comments li.comment-success {
  border-left-color: #53c077;
}
.recent-comments li.comment-danger {
  border-left-color: #da557b;
}
.recent-comments li.comment-warning {
  border-left-color: #f38231;
}
.recent-comments li.comment-info {
  border-left-color: #22b7bb;
}
.recent-comments li .avatar img {
  border-radius: 50%;
}
.recent-comments li p {
  margin-top: 2px;
}
/* -----------------------------------------
   Gallery page
----------------------------------------- */
div.gallery-upload {
  overflow: hidden;
  position: relative;
}
div.gallery-upload .dropzone {
  height: 150px;
  min-height: 150px;
  border: 3px dashed #e3e3e3;
}
div.gallery-upload .dropzone .dz-message {
  background: none;
}
div.gallery-upload .dropzone .dz-message:after {
  content: "\f093";
  top: 50%;
  height: 50px;
  font-size: 64px;
  left: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  font-family: FontAwesome;
  margin-left: -32px;
  margin-top: -45px;
  color: #777777;
}
/* -----------------------------------------
   Responsive media queries
----------------------------------------- */
/* -----------------------------------------
   Big screens
----------------------------------------- */
/* -----------------------------------------
   Desktops
----------------------------------------- */
@media all and (max-width: 1366px) {
  .custom-progressbar-legend {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  /*------------- Sparks in panel -------------*/
  .panel .spark {
    margin-left: 0;
  }
  /*------------- Custom progressbar -------------*/
  #customer-exp {
    width: 244px !important;
  }
  .progressbar-stats-1 .stats .stats-number,
  .progressbar-stats-1 .stats i {
    font-size: 32px;
  }
  #sales-goal {
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (max-width: 1199px) {
  #sidebar.hidden-md {
    display: block !important;
  }
  .page-content.right-sidebar-page {
    margin-right: 0;
  }
}
/* -----------------------------------------
   Ipad 3/4
----------------------------------------- */
@media all and (max-width: 1024px) {
  .panel .spark {
    margin-left: auto;
    display: inline-block;
    width: 100%;
  }
  #sidebar.hidden-md {
    display: none !important;
  }
  .page-content.sidebar-page {
    margin-left: 0;
  }
  .page-content.right-sidebar-page {
    margin-right: 0;
  }
}
/* -----------------------------------------
   Most Tablets and some phones
----------------------------------------- */
@media all and (max-width: 991px) {
  /* ------------------ Page header --------------------*/
  .page-content #page-header .page-header {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .page-content #page-header .header-stats {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand .logo-sm {
    display: none;
  }
  #sales-goal {
    float: none !important;
    width: 150px !important;
    height: 150px !important;
  }
  /* ------------------ Forms --------------------*/
  .form-group .row .input-icon,
  .form-group .row .input-group {
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTable {
    margin-bottom: 15px;
  }
  .dataTables_wrapper .DTTT.btn-group {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_length {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_length label {
    float: none;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_filter label {
    float: none;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_paginate .pagination {
    float: none;
  }
  /* ------------------ Profile --------------------*/
  .profile-name {
    text-align: center;
    margin-bottom: 10px;
  }
}
/* -----------------------------------------
   Most phones
----------------------------------------- */
@media all and (max-width: 767px) {
  /* ------------------ Navbar --------------------*/
  .page-navbar .navbar-brand {
    width: 60px;
    text-align: center;
  }
  .page-navbar .navbar-brand img {
    display: inline-block;
  }
  #header .navbar-nav {
    margin: 0;
    height: 50px;
    float: left;
  }
  #header .navbar-nav.navbar-right {
    float: right;
  }
  #header .navbar-nav li {
    display: inline-block;
  }
  #header .navbar-nav li.open .dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    float: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
  }
  #header .navbar-nav li.open .dropdown-menu li {
    display: block;
  }
  /*------------- Sparks in panel -------------*/
  .panel .spark {
    margin-left: 20px;
    float: left;
  }
  /* ------------------ Center modal --------------------*/
  .modal-dialog-center {
    width: 100%;
  }
  /* ------------------ Email app --------------------*/
  #email-content .email-wrapper .email-toolbar .email-pager {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
    display: inline-block;
  }
  #email-content .email-wrapper .email-toolbar div[role=toolbar] {
    width: 100%;
    float: none !important;
    display: inline-block;
    text-align: center;
  }
}
/* -----------------------------------------
   Small devices
----------------------------------------- */
@media all and (max-width: 640px) {
  /* ------------------ Navbar --------------------*/
  .page-content #page-header .header-stats {
    display: none;
  }
  /* ------------------ Login and error --------------------*/
  .login-page .login-panel,
  .error-page .error-panel {
    margin-top: 50px;
  }
  /* ------------------ Full calendar --------------------*/
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-center,
  .fc-toolbar .fc-right {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fc-toolbar .fc--left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
  }
  .fc-toolbar .fc-center {
    padding: 5px 0;
  }
  .fc-toolbar .fc-right {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
  }
}
/* -----------------------------------------
   Small devices most phones
----------------------------------------- */
@media all and (max-width: 500px) {
  /* ------------------ Header --------------------*/
  .page-navbar .navbar-nav > li > a {
    padding: 15px;
  }
  .page-navbar .navbar-brand {
    display: none;
  }
  /* ------------------ Weather --------------------*/
  .panel.mb0 {
    margin-bottom: 20px !important;
  }
  .weather h5 {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  /* ------------------ Footer --------------------*/
  #footer {
    text-align: center;
    height: 70px;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none !important;
  }
  /* ------------------ Minor --------------------*/
  .dropzone {
    overflow: hidden;
  }
  .md-editor .btn-group {
    margin-bottom: 5px;
  }
  /* ------------------ Invoice --------------------*/
  .invoice-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .invoice-from ul {
    text-align: center;
  }
  /* ------------------ Error page --------------------*/
  .error-page > .error-container {
    width: 380px;
  }
}
/* -----------------------------------------
   Small devices old phones
----------------------------------------- */
@media all and (max-width: 360px) {
  /* ------------------ Error page --------------------*/
  .error-page > .error-container {
    width: 300px;
  }
}
/* -----------------------------------------
   Crapy phones very old
----------------------------------------- */
@media all and (max-width: 320px) {
  /* ------------------ Navbar --------------------*/
  .page-navbar .navbar-no-collapse {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* ------------------ Login --------------------*/
  .login-page > .login-container {
    width: 300px;
  }
}
/* -----------------------------------------
   Print styles
----------------------------------------- */
@media print {
  .row.printable {
    display: block !important;
  }
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .page-content,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .panel {
    box-shadow: none;
  }
  .panel .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
  }
  .panel .content {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  #header,
  #right-sidebar,
  #sidebar,
  #page-header,
  #footer {
    display: none;
  }
}
