﻿body {
    background: #eee;
}

.container {
    max-width: 955px;
}

.body-header-w {
    background: #fff;
    position: relative;
}

.body-header-b {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 15px;
    border-top: 1px solid #ccc;
    background: #eee;
    z-index: 1;
}

.body-header,
.body-container .body-c {
    position: relative;
    z-index: 1;
}

.body-container .form-group > label {
    margin-bottom: .5em;
}

.body-container {
    font-size: .9em;
}


#Htmlinfo {
    font-size: .675em;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 690px;
        margin: 1.75rem auto;
    }
}

.modal .disclamer_anac {
    text-align: justify;
    text-justify: inter-word;
}

.disclamer_anac ul {
    margin: 0 !important;
}

    .disclamer_anac ul li {
        list-style: none !important;
    }


.dt-buttons {
    display: block !important;
    float: right !important;
}

.dt-button {
    padding: 3px !important;
    margin: 0 10px !important;
    margin-right: 0 !important;
}

#table {
    border: transparent !important;
    white-space: pre-line!important;
}

    #table thead {
        background: #ccc !important;
        color: #666 !important;
    }

#table_length {
    margin-top: 2px !important
}

#table tbody tr:hover {
cursor:pointer;
}
@media (max-width: 576px) {
    .dataTables_wrapper {
        overflow-x: scroll!important;
    }
}