.cn-link {
	text-decoration: underline;
	color: blue;
}

.cn-link-container {
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin-right: 5px;
}

.cn-title {
	font-weight: bold;
	font-size: 20px;
	float: left;
}

.cn-items {
	margin-left: 20px;
	text-align: left;
}

.cn-message {
	font-size: 16pt;
	color: #FF0000;
}

.cn-normal-text {
	font-weight: normal;
	color: black;
	text-align: center;
}

.cn-bold-text {
	font-weight: bold;
	color: black;
	text-align: center;
}

td {
	word-wrap: break-word;
} 

/** <div class="row no-gutter">
    <div class="col-md-4">
*/
.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/** tooltip font size */
.tooltip {
  font-size: 20px;
}

.tooltip .tooltip-inner {
  min-width: 280px;
}

.cn-header {
  background-color: #101010;
  color: #ffffff; 
  width:100%;
  float: left;
}	

.cn-disabled {
   color: darkgrey;
   /**background-color: grey; **/
}

.cn-center {
   text-align: center;
}

/**
*  override bootstrape data style table-striped bacjground color from default #F9F9F9
*/
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #e1e1ea; 
 }
 
 /** data table column mouseover highlight */
 td.highlight {
    background-color: whitesmoke !important;
}

/**
*  override bootstrape data table border color
*/
/** for cells */
.table td{
    border: lightsteelblue solid 1px !important;
}


/** For the header: */
.table th{
    border: lightsteelblue solid 1px !important;
}

/**  align cell element center. you can align per table by adding text-center class to the table lement  */
table,
thead,
tr,
tbody,
th,
td {
   text-align: center;
}

/**  align cell element vertically middle */
.table > tbody > tr > td {
     vertical-align: middle;
}

.table > thead > tr > th {
     vertical-align: middle;
}

.hide {
   display: none;
}

/** modal size */
.modal-dialog {
   max-width: 250px; 
}
 