.center{  margin-left: auto;
  margin-right: auto;}
.table-rwd {
  font-size: .85em;
  border: 1px solid rgba(181, 213, 144, 0.5);
  color: #666;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:45px;
}

.table-rwd td, .table-rwd th {
  padding: .4em;
  border-bottom: 1px solid rgba(181, 213, 144, 0.5);
}

.table-rwd th {
  background: #1A8CFF;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

/*.table-rwd td {
  text-align: left;
}

.table-rwd td center-text{
  text-align: center;
}*/ 
.table-rwd td:before {
         content: "";
      color: $main-color; 
}

.table-rwd td:after {
  /*       content: ".00" */
}

.table-rwd td:first-of-type {
  text-align: left;
}

.table-rwd td:first-of-type:before {
  content: "";
}

.table-rwd td:first-of-type:after {
  content: "";
}

.table-rwd tr:hover {
  background: rgba(181, 213, 144, 0.2);
}

.table-rwd tr td:nth-child(2n) {
  background: rgba(181, 213, 144, 0.2);
}

.table-container {
  overflow-x: auto;
}
/*
.table-rwd {
  min-width: 900px;
   td:first-child {
    position : absolute;
    background : $third-color;
    width : $frozen-width;
    margin-left: -1px;
    box-sizing:content-box;
    height: 100%;
    border: 1px solid rgba($secondary-color,.5);
  }
  th:first-child {
    width : $frozen-width;
  } 
   tr:nth-child(2) td:first-child
     {
       box-shadow: -2px -2.1em 0 -2px $main-color,
        2px -2.1em 0 -2px $main-color;
    }
   
*/
.table-rwd tr:hover td:first-child {
  background: #1A8CFF;
  color: #fff;
}
.col-row{padding-bottom:0.5em;}

#divX{

width:550px;

Font-family:Arial;
Font-Size:12px;
top:75px;
left:140px;
background-color:#FFFFCC;
color:#56700A;
text-align:center;
border: 1px solid #1A8CFF; /* #FF0033;*/
z-index:1;
line-height:12px;
margin: 0 auto;
}

#toolTipBox {
display: none;
padding: 5;
font-size: 10px;
border:  #669900 solid 1px;
font-family: verdana;
position: absolute;
background-color:#FFFFCC;
color: 000000;}

.bodyToolTipBox{
font-size: 10px;
font-family: verdana;
background-color:#EBEDE9;
color: 000000;}

/*.titleToolTipBox{
font-size: 12px;
font-family: verdana;
color:#FFFFFF;
position:relative;
text-align:Left;
background-color:#7997A8;
border:#666666 solid 1px;
}
*/
.titleToolTipBox{
font-size: 12px;
font-family: verdana;
color:#FFFFFF;
position:relative;
text-align:Left;
background-color:#7997A8;
/*width:700px;*/
/*float:left;*/
/*border:#666666 solid 1px;*/

}
.closeToolTipBox{background-color:#EAEEE8;  }
.closeToolTipBoxSimple{
font-size: 12px;
font-family: verdana;
position:relative;
}
.txabox2 {
    color: #000000;
    font-family: Arial;
    font-size: 12px;;
    background-color: #FFFFFF;
    border: #7997A8 1px solid;
	scrollbar-face-color : #5B7B8C;
}
#aClose{background-color:#7997A8;}
#aClose, #aClose.hover {
display: inline-table;	
color:#FFFFFF;
text-decoration:none;
font-style:normal;
font-weight:bold;
float:left;
/*line-height:20px;*/
padding:5px;
}
#aClose.hover{background-color:#5B7B8C;}

#aCloseSimple, #aCloseSimple.hover {
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
font-style:normal;
font-weight:bold;
}