    .input-search{
        border:1px solid #CCC;
        padding:5px 14px;
        font-size:12px;
        width: 100%;
        margin:10px 0;
 
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        -ms-border-radius:5px;
        -o-border-radius:5px;
        border-radius:5px;
    }
        .input-search::-webkit-input-placeholder{ font-style:italic }
        .input-search:-moz-placeholder          { font-style:italic }
        .input-search:-ms-input-placeholder     { font-style:italic }

    .table_responsive
    {
        background: #fff;  
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;   
        border-radius: 5px;
    }
.table_responsive th
    {
        padding: 10px;
        text-align: left;
        color: #fff;
        background-color: #ae8c59;
        border: solid 1px #ccc;
        font-weight: 300;
    }

.table_responsive td:first-child 
    {    
        border-left: 0; 
    }


.table_responsive th:last-child 
    {
        border-right: 0;
    }
.table_responsive tr:nth-child(odd) 
    {
        background-color: #edeae7;
    }
.table_responsive tr td 
    {
        padding: 10px 10px;
        /*color: #069;*/
        border: solid 1px #ddd;
        font-size: 15px;
    }
            /* table responsiva*/
@media screen and (max-width: 1024px)
    {
        .table_responsive tr, .table_responsive td, tbody 
            { 
                display: block; 
            }    
        .table_responsive th 
            { 
                display: none; 
            }        
        .table_responsive tr td 
            { 
                text-align: left !important;
                position: relative; 
                font-size: 16px; 
                text-align: left; 
                padding: 7px 10px;
                color: #333; 
            }    
        .table_responsive tr td::before 
            {
	        content: attr(title) " "; 
                display: flex; 
                width: 100%; 
                color: #666;
                font-size: 12px;
            }         
        .table_responsive tr td 
            { 
                border-top: solid 1px #cde; 
            }     
        .table_responsive tr td button
            { 
                width: 100%;
            }
            
       }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/11/2017, 13:12:38
    Author     : Magno
*/

.borda
{
    border-width: medium;
    border-style: solid;
    border-color: #CACACA;
    border-radius: 15px;
}
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.36);
}