/*TABLE*/

.container {
  min-width:1020px !important;
}


.table-container{
  width:1020px;
  margin:0px auto;
  overflow:hidden;
}

table.matrix-tbl td > div
 {
  line-height: 30px;
  position: relative;
}

#header-fixed,table.matrix-tbl {
  width:1020px;
  table-layout: fixed;
  font-family: 100%/1 'Open Sans', sans-serif;
  position: relative;
  font-size:12.5px;
  cursor:default;
}

#header-fixed 
{
  position: fixed;
  top: 0px; display:none;
  background-color:white;
  z-index: 999;
  margin-top: 0px;
}

.header{
  background: #efefef;
  color: #555555;
  border-bottom: 2px solid #555555;
}



table.matrix-tbl td.tbl-key {
  background-color:#333333;
  color:#ffffff;
  text-align: left;
}


table.matrix-tbl td, .header th {
  padding: 2px 2px;
  text-align: center;
}


.header td, .header th {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  font-family: 100%/1 'Open Sans', sans-serif;
}



tr:not([class]):hover, table.matrix-tbl .hover {
  background: #dddddd;
  color: #333333;
}
tr:not([class]):hover .tbl-key{
  background:#666666;
}


tr.header td {
  position: relative;
  overflow: visible;
}

td, th {
  width:48px;
  position: relative;
}
td:first-child, th:first-child {
  width:100px;
}
td:first-child div{
  padding-left:5px;
}

.matrix-tbl th:hover::after,
.matrix-tbl td:not([class]):hover::after{
  content: "";
  position: absolute;
  xbackground-color: #A9E9FF;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}





.info-layer,
.info-layer-right {
  display: block;
  position: absolute;
  width: 190px;
  padding: 12px;
  line-height: normal;
  height: auto;
  left: 101%;
  top: -30%;
  background: inherit;
  z-index: 99;
  color: #fff;
  text-align:left;
  background-color:#333333;
  border-radius:3px;
}
.info-layer a,
.info-layer-right a{
  color:#00CCFF;
}
.info-layer-right {
  left: auto;
  right: 102%;
}

.y {
  background: #39b54a;
}
.n {
  background: #c44230;
}
.i {
  background: #DB5600;
}
.m {
  background: #FF7519;
}

.no-padd-right {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; 
}






/*==========  Non-Mobile First Method  ==========*/
 

/* Medium Devices, Desktops */
@xmedia only screen and (max-width : 992px){
  .wrap h2 {
      font-size: 25px;
  }
  table.matrix-tbl, #header-fixed {
    width: 100%;
    margin: 0px;
    margin-top: 30px;
  }
  #header-fixed {
    margin-top: 0px;
  }


}

