.divContent {
    display: flex;
    margin: 20px 0;
}

.divContent label {
    margin-right: 10px;
}

.divBody {
    padding: 0 20px;
}

.divContentCheckbox {
    flex-direction: column;
}

.divContentCheckbox label {
    margin: 5px 0 0 5px;
    padding: 0;
}

.divbtn {
    display: flex;
    justify-content: center;
}

#tableActos {
    margin-top: 10px;
}

#tableActos thead th {
    background-color: #3366CC;
    color: white;
    border: solid white 1px;
    text-align: center;
    padding: 8px;
}

#tableActos tbody tr {
    text-align: center;
}

#tableActos thead th {
    background-color: #3366CC;
    color: white;
    border: solid white 1px;
    text-align: center;
    padding: 8px;
}

#tableActos tbody tr {
    text-align: center;
}

.dataTables_filter label:after {
    display: none !important;
}

.view_file {
    border: 1px solid #007bff;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none;
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_file i {
    font-size: 20px;
}

.divContent label {
    width: 180px;
}

.divContendForm label {
    width: 180px;
}

.dataTables_wrapper .dataTables_length {
    float: left !important;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right !important;
}


.style-select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}