h1.titulo
{
    color: #c6c6c6;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.linea {
    content: "";
    border-bottom: 3px solid #ff9541;
    width: 356px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 50px;
}


#iddatatable>thead
{
    background-color: #ff9541;
    color: white; 
    font-weight: bold;

}

tfoot
{
    background-color: #ccc;
    color: white; 
    font-weight: bold;
}



.btnenviar{
    border: none;
    color: #fff;
    background: #f3740d;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.btnenviar:hover{
    background: #ff9541;
}


/*//////////////////////////////////////////////        DATATABLE     ////////////////////////////////////////////////*/
.fa
{
    color:black;
}
.fa:hover
{
    color:grey;
}

div.dataTables_wrapper div.dataTables_info
{
  display: none; 
}

a.page-link
{
    color:black;
}

#iddatatable_previous.active
{

 border-color: #ff9541;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ff9541;
    border-color: #ff9541;
    box-shadow: 0 0 0 2px #fff;
}

.page-item .page-link:hover {
    color: #fff;
    background-color: #fca761;
    border-color: #fca761;
    box-shadow: 0 0 0 2px #fff;
}


.page-item.disabled .page-link {
    color: black;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 2px #fff;
}




.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff!important;
    background: #ff9541;

}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #72777a!important;
    padding: 0px 0px;
    border-radius: 0px;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    
}

.dataTables_filter input:focus
{
    border: rgb(245, 188, 81);
    box-shadow: 0 0 0 2px rgb(252, 212, 138);
}


.paginate_button a
{
    border: 0px;
}

.dataTables_length select option:hover
{ 
    background: none; 
}

 /* Overide the entries per page select control style on the data table */
 .dataTables_length select option:focus {
    background: red;
}

/* Override all focus glow color/effects for Datatables.net control*/
.dataTables_length {
    visibility: hidden;
    border-color: rgb(245, 188, 81);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(245, 188, 81);
    outline: 0 none;
}
