@charset "utf-8";

.chart-div {
	width:100%; 
	height:600px;
}

.nc-fa {
	display: inline-block;
	font-size: inherit;
    text-rendering: auto;
}
.nc-fa-fw {
	width: 18px;
	height: 14px;
    text-align: center;
}

.nc-fa-folk {
	background: url(../images/navication_icon_logsiall.png) repeat-x;
}

.nc-fa-folk a:hover {
	background: url(../images/navication_icon_logsiall_down.png) repeat-x;
}

.panel-custom-primay {
  border-color: #69D1D6;
}
.panel-custom-primay > .panel-heading {
  color: #fff;
  background-color: #69D1D6;
  border-color: #69D1D6;
}
.panel-custom-primay > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #69D1D6;
}
.panel-custom-primay > .panel-heading .badge {
  color: #69D1D6;
  background-color: #fff;
}
.panel-custom-primay > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #69D1D6;
}

.panel-custom-alert {
  border-color: #EA3D41;
}
.panel-custom-alert > .panel-heading {
  color: #fff;
  background-color: #EA3D41;
  border-color: #EA3D41;
}
.panel-custom-alert > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EA3D41;
}
.panel-custom-alert > .panel-heading .badge {
  color: #EA3D41;
  background-color: #fff;
}
.panel-custom-alert > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #69D1D6;
}

.panel-custom-warning {
  border-color: #F9CE05;
}
.panel-custom-warning > .panel-heading {
  color: #fff;
  background-color: #F9CE05;
  border-color: #F9CE05;
}
.panel-custom-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F9CE05;
}
.panel-custom-warning > .panel-heading .badge {
  color: #F9CE05;
  background-color: #fff;
}
.panel-custom-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F9CE05;
}

.panel-custom-default {
  border-color: #E3E3E3;
}
.panel-custom-default > .panel-heading {
  color: #46474C;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.panel-custom-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E3E3E3;
}
.panel-custom-default > .panel-heading .badge {
  color: #E3E3E3;
  background-color: #46474C;
}
.panel-custom-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E3E3E3;
}

.panel-custom-notice {
  border-color: #dadada;
}
.panel-custom-notice > .panel-heading {
  color: #1F2022;
  background-color: #fff;
  border-color: #dadada;
}
.panel-custom-notice > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dadada;
}
.panel-custom-notice > .panel-heading .badge {
  color: #fff;
  background-color: #1F2022;
}
.panel-custom-notice > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dadada;
}

.dahsboard-item-heading {
	padding-top:38px;
	padding-bottom: 38px;
}

.dashboard-item-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.dashboard-notice-title {
	border-left: 7px solid;
	border-left-color:  #4BB0CE;
	padding-left: 13px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 6px;
}


.dashboard-item-content-big {
	font-size: 35px;
	font-weight: bold;
}

.dashboard-item-content-icon {
	font-size: 33px;
	margin-right: 25px;
}

.dashboard-item-content {
	font-size: 20px;
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.dev-top-menu {
	font-size: 16px;
	color: #ffffff;
}

.max-wid-240 {
	max-width: 240px;
}

.max-wid-320 {
	max-width: 320px;
}

.width-240 {
	width: 240px;
}

.width-200 {
	width: 200px;
}

.width-160 {
	width: 160px;
}

.width-120 {
	width: 120px;
}


.width-80 {
	width: 80px;
}

.width-40 {
	width: 40px;
}

.min-width-80 {
	min-width: 80px;
}

.max-wid-20 {
	max-width: 20px !important;
}

.min-wid-100 {
	min-width: 100px !important;
}

.inline-block {
	display: inline-block;
}


.device-monitor-item {
	display: inline-block;
	margin: 5px;
	background: url('../images/forkliftTruck_icon_30x25.png') no-repeat;
	background-position: left 50%;
	height: 25px;
	width: 30px;
}

.device-monitor-item-alert {
	display: inline-block;
	margin: 5px;
	background: url('../images/forkliftTruck_icon2.gif') no-repeat;
	background-position: left 50%;
	height: 25px;
	width: 30px;
}

.device-monitor-item-warning {
	display: inline-block;
	margin: 5px;
	background: url('../images/forkliftTruck_icon1.png') no-repeat;
	background-position: left 50%;
	background-color: #ffa200;
	height: 25px;
	width: 30px;
}

.panel-search {
  /* margin-bottom: 20px; */
  margin-bottom: 5px; 
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-search > .list-group,
.panel-search > .panel-search-collapse > .list-group {
  margin-bottom: 0;
}
.panel-search > .list-group .list-group-item,
.panel-search > .panel-search-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-search > .list-group:first-child .list-group-item:first-child,
.panel-search > .panel-search-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-search > .list-group:last-child .list-group-item:last-child,
.panel-search > .panel-search-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-search-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-search-footer {
  border-top-width: 0;
}
.panel-search > .table,
.panel-search > .table-responsive > .table,
.panel-search > .panel-search-collapse > .table {
  margin-bottom: 0;
}
.panel-search > .table caption,
.panel-search > .table-responsive > .table caption,
.panel-search > .panel-search-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel-search > .table:first-child,
.panel-search > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-search > .table:first-child > thead:first-child > tr:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-search > .table:first-child > tbody:first-child > tr:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-search > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-search > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-search > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-search > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-search > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel-search > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-search > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-search > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-search > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-search > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-search > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-search > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-search > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel-search > .table:last-child,
.panel-search > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-search > .table:last-child > tbody:last-child > tr:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-search > .table:last-child > tfoot:last-child > tr:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-search > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-search > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-search > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-search > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-search > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-search > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-search > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel-search > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel-search > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-search > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-search > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-search > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-search > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-search > .panel-search-body + .table,
.panel-search > .panel-search-body + .table-responsive,
.panel-search > .table + .panel-search-body,
.panel-search > .table-responsive + .panel-search-body {
  border-top: 1px solid #ddd;
}
.panel-search > .table > tbody:first-child > tr:first-child th,
.panel-search > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel-search > .table-bordered,
.panel-search > .table-responsive > .table-bordered {
  border: 0;
}
.panel-search > .table-bordered > thead > tr > th:first-child,
.panel-search > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-search > .table-bordered > tbody > tr > th:first-child,
.panel-search > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-search > .table-bordered > tfoot > tr > th:first-child,
.panel-search > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-search > .table-bordered > thead > tr > td:first-child,
.panel-search > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-search > .table-bordered > tbody > tr > td:first-child,
.panel-search > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-search > .table-bordered > tfoot > tr > td:first-child,
.panel-search > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel-search > .table-bordered > thead > tr > th:last-child,
.panel-search > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-search > .table-bordered > tbody > tr > th:last-child,
.panel-search > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-search > .table-bordered > tfoot > tr > th:last-child,
.panel-search > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-search > .table-bordered > thead > tr > td:last-child,
.panel-search > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-search > .table-bordered > tbody > tr > td:last-child,
.panel-search > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-search > .table-bordered > tfoot > tr > td:last-child,
.panel-search > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel-search > .table-bordered > thead > tr:first-child > td,
.panel-search > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel-search > .table-bordered > tbody > tr:first-child > td,
.panel-search > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel-search > .table-bordered > thead > tr:first-child > th,
.panel-search > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel-search > .table-bordered > tbody > tr:first-child > th,
.panel-search > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel-search > .table-bordered > tbody > tr:last-child > td,
.panel-search > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-search > .table-bordered > tfoot > tr:last-child > td,
.panel-search > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-search > .table-bordered > tbody > tr:last-child > th,
.panel-search > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-search > .table-bordered > tfoot > tr:last-child > th,
.panel-search > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-search > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.padding-tb-3 {
	padding-top: 3px;
	pidding-bottom: 3px;
}

.EllipsText{
 overflow : hidden;
 white-space: nowrap;
 text-overflow:ellipsis; 
 -o-text-overflow:ellipsis; 
 -ms-text-overflow:ellipsis; 
 -moz-binding:url(/xe/ellipsis.xml#ellipsis) 
}
