 .right-column-item__body legend {border-bottom: none !important; padding-top:15px; padding-bottom:5px;}
 .right-column-item__body .myWinTD1 {background: #f6f6f6 none repeat scroll 0% 0% !important; text-align:center !important;}
 .right-column-item__body .myWinTD2 {background: #f6f6f6 none repeat scroll 0% 0% !important; text-align:center !important; transition: all 0.3s ease 0s;}
 .right-column-item__body .myWinTD2 img:hover {opacity: 0.65}
 .right-column-item__body td {padding-right:10px !important; padding-bottom:10px !important; text-align:center !important;}
 .right-column-item__body td b{font-weight:500 !important; font-size:11px; color: #858585;}
 
 .statusOnline {
 vertical-align:middle;
 z-index:99;
 position: absolute;
 margin-top: 15px;
 right: 15px;
 color:rgba(0,0,0,0);
 font-size:0px;
 display: inline-block;
 width: 15px;
 height: 15px;
 box-shadow: 0 0 0 0 rgba(126, 187, 71, 0.7);
 border-radius: 100%;
 background: #9fe461;
 -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
 -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
 -o-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
 }
 .statusOnline:hover {
 -webkit-animation: none;
 -moz-animation: none;
 }
 @-webkit-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 }
 }
 @-moz-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 } 
 }
 @-o-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 } 
 }
 .statusOffline {display:none} 
 


 .error_img {
  padding: 20px 0 0 0;
  text-align:center
}
 
.error_title {
  font-size: 18px;
  font-weight:700;
  padding: 35px 0 0 0; 
  text-align:center; 
}

 .error_body {
  padding: 30px 0 60px 0;
  text-align:center;
}