.small-box{margin-left: auto; margin-right: auto; width: 80%}
.small-box>.inner {padding: 30px; margin: 30px;} 
.has-error{border-color: #dd4b39 !important; box-shadow: none !important;}
/* table.dataTable tbody tr.myeven{background-color:#f2dede;}
table.dataTable tbody tr.myodd{background-color:#bce8f1;} */
tr:hover {background-color: #979DA6 !important; color: white !important}
.btnNodeStatus{border-radius: 50%;height: 20px;width: 20px;}
.btnCurrentStatus {border-radius:16px }
#mobile{ display: none; }
/* hide tag final status if mobile view */
@media screen and (max-width: 600px) {#node_status_id {display: none;}}
body.sidebar-mini-1 {
    background: #f8f9fa;
}