.sign{
    background-image: url(/assets/img/andro_cms_1920_1211.jpg);
    background-size: cover;
}

    .filter-line{
        background: #eee;
    }
    .filter-line th{
        padding: 4px;
    }
    th{
        text-align: center;
    }
    .list-icons button{
        border: 0;
        background: transparent;
        cursor: pointer;
    }
.pagination{
    flex-grow: 1;
    justify-content: flex-end;
}

.scroll-box{
    max-height: 500px;
    overflow-y: scroll;
}

.body-sources td, .body-keywords td{
    padding: 4px;
}

.remove-source{
    border: 0;
    background: transparent;
}
.autoresize{
    overflow: hidden;
    min-height: 300px;
}

/* GotoTop */
#GotoTop {
    /*background-color: #324148;*/
    background: #202b30;
    text-align:center;
    padding:15px;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor:pointer;
    display:none;
    color:#fff;
    opacity: 0.8;
}
#GotoTop:hover{
    background: #202b30;
    opacity: 1;
}

.dataTables_wrapper .table-bordered {
    border-top: 1px solid #ddd;
}
#datatable, #datatable-v, #datatable-c{
    width: 100%!important;
}

.loaderArea {
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

/* RERSEUS */
.a_nm {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
.a_tl {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.65em;
}
.a_ln {
  text-align: center;
}
.a_hdr {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}

.a_body pre{
  padding-left: 180px;
  border: none;
  width: 730px;
}


.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.table-styled thead th {
  background-color: #37474f;
  border-color: #5b6982;
  color: rgba(255, 255, 255, 0.9);
}
.table td, .table th {
    padding: .5rem .75rem;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: calc(50% - 9px);
}

.grid, .organ-grid, .department-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, 230px);
}

.dataTables_length, .dataTables_paginate {
    margin-right: 1.25rem;
}
.dataTables_filter, .dataTables_info {
    margin-left: 1.25rem;
}
.img-responsive {
    /*display: block;*/
    height: auto;
    max-width: 100%;
}
