/* Table Striping */

.ui.striped.table > tr:nth-child(2n),
.ui.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(235,246,255, 0.2);
}

.ui.table tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.71428571em 0.71428571em;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}

.ui.table tr.error,
.ui.table td.error {
  background: #DB2828 !important;
  color: #ffffff !important;
  font-weight: bold;
}
.ui.table td.orange {
  background: #FBBD08 !important;
}
.ui.table td.green {
  background: #21BA45 !important;
}
.ui.table td.grey {
  background: #767676 !important;
}
.ui.table td.error .statistic .value{
  color: #ffffff !important;
}
.ui.table td.error .statistic .label{
  color: #ffffff !important;
}

.ui.table tr.positive, .ui.table td.positive {
	font-weight: bold;
}
.ui.table tr.negative, .ui.table td.negative {
	font-weight: bold;
}

.ui.grid  .lhs.column{
  background: #FBFBFB !important;
}

.ui.table td.green-tag { 	border-left:5px solid #21ba45 !important; }
.ui.table td.orange-tag { 	border-left:5px solid #f2711c !important; }
.ui.table td.red-tag { 	border-left:5px solid #db2828 !important; }
.ui.table td.blue-tag { 	border-left:5px solid #2185d0 !important; }

td.leftborder, th.leftborder, tr th.leftborder
{
    border-left-color: #888888 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
}

td.rightborder, th.rightborder, tr th.rightborder
{
    border-right-color: #888888 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
}
/*
.ui.menu .active.item{
	background-color: #000000 !important;
	color: #ffffff !important;
	font-weight: bold !important;
	
}
*/
body{
	background: #ffffff;
}

.active.mb_green{
	border-bottom-color: #21BA45 !important;
}
.active.mb_orange{
	border-bottom-color: #f2711c !important;
}
.active.mb_blue{
	border-bottom-color: #2185d0 !important;
}
/*
bod {
    background-image: url('../images/networking.png');
    background-repeat: no-repeat;
    background-attachmen: fixed;
    background-position: center;
}

h1,
h2,
h3,
h4,
h5 {
  ont-family: 'Karma', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
*/
