.tab-controls, .side-tab-controls {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.monitoringsite ul.tab-controls li button.btn-grey {
  background-color:white!important;
  color: #000!important;
  border-bottom: 4px solid white;
}
.monitoringsite ul.tab-controls li.active button.btn-grey {
  color:  #007bc0!important;
  border-bottom: 4px solid #007bc0;;
}

.monitoringsite ul.tab-controls li:hover {
  color: #007bc0!important;
}


.side-tab-controls {
  margin-top: 0;
}
.tab-controls li.active button:after, .tab-controls li.active:after {
	/* content: '';
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 39%;
	height: 0px;
	width: 0px;
	background: transparent;
	z-index: 200; */
	/* border: 10px solid; */
	/* border-color: transparent; */
	/* border-top-color: #808285; */
}

.tab-controls li.active:hover:after {
	border-top-color: #a5a6a7;
}

.tab-controls li.active button:hover:after {
	border-top-color: #c3c3c4;
}

.tab-controls li.active:after {
	bottom: -18px;
	left: 39%;
	border-top-color: #c3c3c3;
}

.w100_prc,
.side-tabs .tab-controls > li.w100_prc {
    width: 100%;
}
.tab-controls li.active:after,
.tab-controls li.active button:after {
    left: 50%;
    margin-left: -10px;
}
.tab-controls li button, .side-tab-controls li button {
  border-radius: 0;
}

.tab-controls li,
.side-tab-controls li {
	display: inline-block;
	min-width: 100px;
	position: relative;
  	margin-left: -4px;
}

.ie11 .side-tabs .tab-controls li.first {
	margin-left: 0px !important;
}
.ie11 .side-tabs .tab-controls li {
	margin-left: -4px !important;
}

.side-tab-controls li {
   display: block;
}

.tab-controls .first, .side-tab-controls .first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tab-controls .last, .side-tab-controls .last {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.side-tab-controls .tab-3 {
  min-width: 32%;
  display: inline-block;
}

.tab-controls li.first, .side-tab-controls li.first {
  margin-left: 0;
}
.tab-controls li button, .side-tab-controls li button, .tab-controls li span {
	border-radius: 0;
	text-align: center;
}
.tab-controls li span {
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	padding: 0 5%;
	width: 90%;
}
.tab-controls.side-tab-controls li {
	display: inline-block;
	margin-left: 2px;
}
.tab-controls.side-tab-controls li.first {
	margin-left: 0;
}

.page_cockpit #cockpit td{
  text-indent: 0px;  
}

.page_cockpit #cockpit thead th{
    color: rgb(64, 66, 69); 
}

.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(4),
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(4){
	text-align: left;
    padding-left: 8px;
	width:60%;
}
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(3),
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(3){
	text-align: left;
    padding-left: 8px;
	width:18%;
}
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(2),
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(2){
	text-align: left;
    padding-left: 8px;
	width:18%;
}
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(1),
.page_cockpit #cockpit_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(1){
	text-align: left;
    padding-left: 8px;
}

.page_cockpit table.dataTable tbody td {
    /* padding: 6px 8px ; */
}

.page_cockpit table.dataTable tbody td span{
    font-size: 2em;
	margin-top: 0px;
    margin-right: 0px;
	text-align: center;
}

