/* COMPONENTES */
a.but_padrao {
    padding: 10px 22px;
    margin: 0px;
    background: none repeat scroll 0% 0%;
    border-bottom: 1px solid #909090;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;    
    font-weight: 600;
    border-radius: 3px;
    color: #FFF;
}
a.but_padrao:hover {
    color: #FFF;
}
a.but_padrao i{
    padding-right: 5px;
}
/* LOGO */
#logo img{    
    max-height: 70px;
    padding-top: 5px;
    max-width: 100%;
}
/* TOPO */
.top_contact_info .tci_list li , .top_contact_info .date {    
    font-size: 13px;    
}
.top_contact_info .tci_list li.empty.login a {
    float: none;  
    font-weight: bold; 
    padding: 0px 5px;
}
.top_contact_info .tci_list li.empty.login i {    
    padding-left: 5px; 
}
.top_contact_info .tci_list li.space {    
    width: 40px !important;
}
.top_contact_info {    
    border-bottom: 1px solid #303030;
}
/* BARRA DE BUSCA */
.busca button{
    height: 35px;
    background-color: #6EC0FA;
}
.top_contact_info .tci_list li.empty.busca {
    margin: 0px;
    width: 30%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    line-height: 20px;
    /*border: 1px solid !important;*/
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0px;
    min-width: 200px;
}
.form-control {
    display: block;
    width: 100%;
    height: 23px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    vertical-align: middle;
    background-color: #F6F6F6;
    border: 0px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-btn > .btn {
    position: relative;
    background-color: #6EC0FA !important;
}
.btn {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    -moz-user-select: none;
}
/* FEATURES */
.whyus , .people_says{
    min-height: 265px;
}
.people_says li{
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.people_says .noticia{
    padding-left: 20px;
    color: #000;
}
.people_says .noticia p{
    
    color: #000;
}
.people_says .noticia_data{
    font-weight: bold;
    font-size: 14px;
}
.people_says .noticia_data i{
    padding-right: 5px;
}
/* BARRA */
.twitter_feeds h3, .right_sec h4 {
    margin-bottom: 0px;
}
.twitter_feeds h3 i, .right_sec h4 i{
    padding-right: 5px;
}
.right_sec p{
    font-size: 18px;
}
/* RODAPE - ONDE ESTAMOS */
.detalhes{
    padding-left: 10px;
}
.detalhes ul{
    margin-bottom: 0px;
}
.detalhes h3{
    margin-bottom: 10px;
}
.detalhes i{
    padding-right: 5px;
}
.footer .three_fourth {
    width: 74.7%;
}
/* COPYRIGHT */
.copyright_info .container.webc .one_half.last{
    text-align: right;
}
.copyright_info .container.adm{
    padding-bottom: 10px;
    border-bottom: 1px solid #292929;
    margin-bottom: 10px;
}
/* MODULOS */
/* TITULO MODULO */
.titulo_modulo{
    margin-top: 20px;
}
/* PAGINAS */
.bloco_conteudo > div{
    padding: 0px !important;
}
td{
    padding: 5px;
}

.fonte{
    color: #FFF;
}
.top_contact_info .tci_list li.empty.login i {
    color: #C3E8FA !important;
}

/* ADM */
#menuAdmin ul li a{
    color: #FFFFFF;
    
}
#Carrinho td{
	color: #000!important;
}