.dt-icon{
    width: 16px;
    height: 16px;
}

#stateFilter.form-control{
    float: right;
    width: 160px;
    position: relative;
    z-index: 999;
    font-size: .875rem;
}
#filterTable_length select{
    font-size: .875rem;
}
/* Table inside Modal */
table.dtr-details tr{
    vertical-align: top;
}
table.dtr-details tr td{
    padding-bottom: 5px;
}
table.dtr-details tr td:first-of-type{
    font-weight: bold;
    padding-right: 10px;
    width: 160px;
}
table.dtr-details a{
    color: #1779ba;
}
.reveal.reveal-modal{
    padding: 2em;
}
/* Main Table */
table.dataTable{
    width: 100%!important;
    font-size: 1em;
}

table.dataTable thead tr{
    border: 2px solid #2c4c61;
    background-color: #2c4c61;
    color: white;
}
table.dataTable .dtr-control{
    text-decoration: none;
    color: #1779ba;
}

table.dataTable .dtr-control:hover{
    text-decoration: underline;
    color: #1468a0;
}
table.dataTable tr td:nth-child(1),
table.dataTable th:nth-child(1){
    padding-left: 2rem;
}
table.dataTable tr td:nth-child(1):before{
    position: absolute;
    left: .5em;
}

.dataTables_paginate .pagination a{
    float: none;
}

.dataTables_wrapper .dataTables_info{
    text-align: left;
}
.dtr-date{
    font-size: .875em;
    font-style: italic;
    font-weight: normal;
    color: #aaa;
    display: block;
    margin-top: 10px;
}

.loading-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-2:before,
.loading-2:after{
    content: '';
    position: absolute;
}

.loading-2:before{
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loading-2:after{
    width: 100px;
    height: 100px;
    background-image: url(../../../../img/loading.svg);
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 2;
}
