﻿/*#region FontAwesome Page*/
.fontawesome-icon-list {
  margin: 22px 0 0 0 !important;
}
.fontawesome-icon-list .fa-hover {
  color: #262626;
  display: block;
  height: 36px;
  line-height: 32px;
  padding-left: 10px;
  padding: 2px 0;
}
.fontawesome-icon-list .fa-hover .fa {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-align: right;
  width: 32px;
}
.fontawesome-icon-list .fa-hover:hover {
  background-color: #eeeeee;
  color: #000000;
  text-decoration: none;
}
.fontawesome-icon-list .fa-hover:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}
/*#endregion FontAwesome Page*/
/*#region GlyphIcon Page*/
.bs-glyphicons {
  overflow: hidden;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #f9f9f9;
}
.bs-glyphicons li:hover {
  color: #ffffff;
  background-color: #e46f61;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .bs-glyphicons {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
  }
}
/*#endregion GlyphIcon Page*/
/*#region Weather Page*/
.weathericons {
  padding: 5px 10px;
  border-radius: 4px;
}
.weathericons:hover {
  background-color: #a0d468;
  color: #ffffff;
}
.weathericons .icon,
.weathericons .class {
  display: inline-block;
}
.weathericons .icon {
  margin-right: 5px;
  font-size: 24px;
}
/*#endregion Weather Page*/
/*#region Typicon Page*/
#typicon-preview {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#typicon-preview .icon {
  float: left;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  color: #444444;
}
#typicon-preview .icon .typcn:before {
  font-size: 24px;
}
#typicon-preview .icon:hover {
  background-color: #ffce55;
  line-height: 38px;
  color: #ffffff;
}
#typicon-preview .icon:hover .typcn:before {
  font-size: 32px;
}
/*#endregion Typicon Page*/
/*#region ChartJS*/
.chartcontainer {
  width: 100%;
  text-align: center;
}
/*#endregion ChartJS*/
/*#region Easy Pie Charts*/
.easy-pie-chart-preview .well {
  width: 100%;
  height: 250px;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.easy-pie-chart-preview .well .easyPieChart {
  margin: 0 auto;
}
/*#endregion Easy Pie Charts*/
/*#region Sparkline Charts*/
.sparkline-preview .well {
  text-align: center;
  position: relative;
}
/*#endregion Sparkline Charts*/
/*#region Buttons*/
.buttons-preview .btn,
.buttons-preview .btn-group {
  margin-bottom: 10px;
  margin-right: 10px;
}
/*#endregion Buttons*/
/*#region Basic Elemets*/
.dropdown-container {
  margin: 0 auto;
  text-align: center;
}
.dropdown-container .dropdown-preview {
  display: inline-block;
  text-align: left;
}
.dropdown-container .dropdown-preview > .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 5px;
}
#dropdownbuttons .btn {
  margin-top: 10px;
}
.labels-container .label {
  margin: 0 10px 10px 0;
}
/*#endregion Basic Elemets*/
/*#region Alerts*/
.popover-container {
  overflow: auto;
}
.popoverexample .popover {
  position: relative;
  display: block;
  width: 260px;
  margin: 20px;
}
/*#endregion Alerts*/
/*#region Modals & Wells*/
.modal-preview .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  overflow: hidden;
  max-width: 600px;
}
.modal-preview .modal .modal-dialog {
  width: 90%;
}
.bordered-well-container .well {
  margin-bottom: 0px;
}
/*#endregion Modals & Wells*/
/*#region Knob*/
.knob-container {
  text-align: center;
}
/*#endregion Knob*/
/*#region noUiSlider*/
#red,
#green,
#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
#colorpicker {
  height: 240px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #BFBFBF;
}
#colorpicker .result {
  margin: 60px 30px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  color: #7f7f7f;
  background: #7f7f7f;
  border: 1px solid #fff;
  box-shadow: 0 0 10px;
}
#colors .colored-slider {
  margin-bottom: 20px;
}
#sizes .sized-slider {
  margin-bottom: 20px;
}
/*#endregion noUiSlider*/
/*#region Grid Page*/
.grid-example .row {
  margin-bottom: 15px;
  padding: 0 15px;
}
.grid-example .row [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
/*#endregion Grid Page*/
/*#region TagsInput*/
.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #262626;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #CCC;
  border-radius: 0;
}
.bootstrap-tagsinput > span {
  font-weight: 400;
  padding: 4px 8px 4px 28px;
  font-size: 13px;
  border: 1px solid #2dc3e8;
  background: #2dc3e8;
}

.bootstrap-tagsinput select{
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  vertical-align:-webkit-baseline-middle;
}
.bootstrap-tagsinput input:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: #FFF;
  position: relative;
  margin: 3px 2px 3px 0;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  display: block;
  top: -1px;
  left: 0;
  padding: 3px 5px 3px 4px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\f00d";
  font-family: fontAwesome;
  padding: 2px 1px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bootstrap-tagsinput .tag [data-role=remove]:after:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:after:hover:active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*#endregion TagsInput*/
/*#region TreeView*/
.tree {
  padding-right: 14px;
  overflow: auto;
  position: relative;
}
.tree:before {
  width: 1px;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: -21px;
  bottom: 16px;
  right: 0;
  border-left: 1px dotted #666666;
}
.tree.tree-solid-line {
  padding-right: 12px;
}
.tree.tree-solid-line:before {
  border-right: 1px solid #999999;
}
.tree.tree-solid-line .tree-folder .tree-folder-content:before {
  border-right: 1px solid #999;
}
.tree.tree-no-line {
  padding-right: 0;
}
.tree.tree-no-line:before {
  display: none;
}
.tree.tree-no-line .tree-folder .tree-folder-content:before {
  display: none;
}
.tree .tree-folder {
  width: auto;
  min-height: 20px;
  cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
}
.tree .tree-folder .tree-folder-header:hover {
  background-color: #eeeeee;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
  margin-right: 2px;
}
.tree .tree-folder img {
  margin-right: 4px;
}
.tree .tree-folder .tree-folder-content {
  margin-right: 26px;
  position: relative;
  padding-right:12px;
}
.tree .tree-folder .tree-folder-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  z-index: 1;
  top: -9px;
  bottom: 16px;
  right: -12px;
  border-right: 1px dotted #666;
}
.tree .tree-item {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
  cursor: pointer;
}
.tree .tree-item:hover {
  background-color: #eeeeee;
}
.tree .tree-item .tree-item-name {
  margin-right: 2px;
}
.tree .tree-folder,
.tree .tree-item {
  position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  right: -25px;
  width: 30px;
  height: 0;
  border-top: 1px dotted #666666;
  z-index: 1;
}
.tree .tree-selected {
  background-color: #eeeeee;
  color: #262626;
}
.tree .tree-selected:hover {
  background-color: #e5e5e5;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}
.tree.tree-solid-line .tree-folder:before,
.tree.tree-solid-line .tree-item:before {
  border-top: 1px solid #999999;
}
.tree.tree-no-line .tree-folder:before,
.tree.tree-no-line .tree-item:before {
  display: none;
}
.tree .tree-item,
.tree .tree-folder {
  border: 1px solid transparent;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
  margin: 0;
  padding: 4px 5px 6px 5px;
  color: #333333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tree .tree-item .tree-item-name > i,
.tree .tree-folder .tree-folder-header > i {
  color: #666666;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tree .tree-item.tree-selected i,
.tree .tree-item .tree-item-name i {
  margin-right: 2px;
  width: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 1px;
  color: #262626;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
  *background: url("img/tree-icons.png") no-repeat;
  /* For IE 6 and 7 */
  background-position: 0 -21px;
  content: "";
}
.tree.tree-plus-minus .tree-folder-header .fa-folder:before {
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
  *background: url("img/tree-icons.png") no-repeat;
  /* For IE 6 and 7 */
  background-position: 0 2px;
  content: "";
}
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  margin-top: -5px;
}
.tree .tree-actions {
  display: none;
  position: absolute;
  margin-top: 1px;
  left: 4px;
}
.tree .tree-label-1 {
    display: inline-block;
  position: fixed;
  right: 40%;
}

.tree .tree-label-2 {
    display: inline-block;
  position: fixed;
  right: 60%;
}
.tree .tree-item:hover .tree-actions,
.tree .tree-folder-header:hover .tree-actions {
  display: inline-block;
}
.tree .tree-actions > i {
  font-weight: 300;
  padding: 1px 3px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-right: 6px;
  margin-top: 0;
  display: inline-block;
}
.tree .tree-actions > i:hover {
  font-weight: bold;
}
.tree-loading {
  color: #2dc3e8;
  margin-right: 30px;
}
/*#endregion Treeview*/
/*# sourceMappingURL=demo.css.map */
