#message_box{
    /*position: fixed;
    width: 78%;
    bottom: -12px;
    height: 175px;
    background: #F2F2F2 !important;
    z-index:1000;*/
    position: fixed;
    width: calc(100% - 255px);
    bottom: 0;
    height: 190px;
    background: #F2F2F2 !important;
    z-index: 1000;
    margin: 0;
    padding: 0;
    left: 255px;
    overflow: scroll;
}

#message_box table{
  font-size: 10px !important;
}

#message_box .t-Region-body{
  background: #F2F2F2 !important;
}

#message_box thead tr{
    display: none;
}

#message_box tbody tr:nth-child(even){
  background: #FFF;
}

#message_box tbody tr:nth-child(odd){
  background: #FFF;
}

#message_box .t-Report-pagination--bottom{
  background-color: #F2F2F2 !important;
}
#message_box .t-Report-pagination--bottom tr{
  background-color: #F2F2F2 !important;
}


#message_box tbody tr td:first-child{
  width: 70%;
  text-align: left;
}

#message_box tbody tr td:last-child{
  width: 14%;
}

#btn_clear {
  margin-bottom: 10px;
}

#message_box .t-Report-wrap{
    width: 100%;
}

#message_box .t-Report-wrap .t-Report-tableWrap{
    width: 100%;
}

#message_box .t-Report-wrap .t-Report-tableWrap .t-Report-report{
    width: 100%;
}

#footer_style{
  margin-top: -90px;
  margin-left: 10px;
  color:#FFF;
  font-size:14px;
}

.link_style a{
  color: #FFF !important
}

#message_box{
  display: none;
}

#alert_msg_dialog{
  display: none;
}

/* #alert_msg{
  background: #FFF
} */

#alert_msg_content{
  text-align: center;
}

@media all and (max-width: 730px) {
    #message_box{
        display: none;
    }
}
