.header .logo img {
    height: 100%;
}
.sidebar .title {
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    /*line-height: 50px;*/
}
body > .header .logo {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.rounded {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.callout.callout-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.callout.callout-success h4 {
  color: #3c763d;
}


.rateit-range:hover {
    cursor: pointer;
}


table .datatables-row-tools {
    visibility: hidden;
    font-weight: normal;
    font-size: 0.9em;
}
table .datatables-row-tools i {
    cursor: pointer;
}
table tr:hover .datatables-row-tools {
    visibility: visible;
}
div.table-tools {
    margin-bottom: 10px;
}
.dataTables_processing {
    position: absolute;
    margin: auto auto auto 40%;
    margin-top: 5px;
    left: 64px;
}


.rscraper-table-tools {
    display: none;
}
.rscraper-table-tools .datatable-search-text {
    padding-right:20px;
}
.rscraper-table-tools .datatable-search {
    /*margin-left:-16px;*/
}
.rscraper-table-tools .clear-search {
    /*text-indent: -1000em;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*left: -20px;*/
    /*top: -7px;*/
    cursor: pointer;
    z-index: 10;
    margin-right: 67px;
}


.bg-ac-blue {
  color: #f9f9f9 !important;
}
.bg-ac-blue {
  background-color: #0f3e76 !important;
}
