.top-button-container {
    padding-top: 29px;
}
td.title {
    background-color: #F1F1F1;
    width: 260px;
}
td.table-buttons .btn {
    margin-right: 6px;
}
li.sidebar-brand img {
    width: 80%;
    margin-left: -9px;
    margin-top: 18px;
}
.source{
    cursor: pointer;
}

ul#admin li {
    list-style: none;
}

.active_row {
    background-color: #E9FFD2!important;
}

.history-table-container {
    max-height: 181px;
    overflow: scroll;
    margin-bottom: 40px;
}

.bold-row {
    font-weight:800;
}

/*
* Print
*/

@media print {
  #page-content-wrapper {
    width:100%!important;
    left:0px!important;
    position:absolute!important;
    margin-left:0px!important;
  }
  a, .btn, input, textarea {
      display:none!important;
  }
}