/* ********************************************************************************************/
/*                             >>> DOCUMENTO DE ESTILO BUTTONS <<<                            */
/* ********************************************************************************************/
/*-Data da Criação: 29/10/2015                                                                */
/*-Responsável: André Monteiro                                                                */
/*-Observação: Definição dos estilo dos Buttons 									   		  */   
/*============================================================================================*/

.bt {padding:11px 12px 0px; height:25px; line-height:40px; background-color:#918e86; color:#fff; text-transform:uppercase; border:none; position:relative; font-weight:bold; text-decoration:none; white-space:nowrap;}
.btp {padding:8px 12px; line-height:25px; background-color:#918e86; color:#fff; text-transform:uppercase; border:none; position:relative; font-weight:bold; text-align:center; text-decoration:none; white-space:nowrap; outline:none;}
.btp.refresh {padding-left: 28px; background: #918e86 url(../images/ico_refresh.png) 9px center no-repeat; width:107px; height:25px;}
.btp canvas {top:3px !important;}
.btp.verde {background-color: #4ca100;}
.btp.small {font-size:12px;}

.btmenor {font-size:12px; padding: 10px 12px 0px 12px; height: 28px; background-color:#918e86; color:#fff; text-transform:uppercase; border:none; position:relative; font-weight:bold; text-decoration: none; text-align: center; display: inline-block; *display:inline; zoom:1; border-radius:8px 8px 0 8px; cursor: pointer; word-spacing: 5px;}
.btmenor.verde {background-color: #4ca100;}
.btpadrao {font-size:12px; padding: 10px 12px 10px 12px; background-color:#918e86; color:#fff; text-transform:uppercase; border:none; position:relative; font-weight:bold; text-decoration: none; text-align: center; display: inline-block; *display:inline; zoom:1; border-radius:8px 8px 0 8px; }
.btpadrao.verde {background-color: #4ca100;}
.bt, .bt-pesquisar, .bt-novo-pedido, .btp, .btmenor, .sidebar .box {border-radius:10px 10px 0 10px;}

/* cor do botao com mouse over */
.bt:hover,.btp:hover, .btmenor:hover {background-color: #686660;}
.bt.verde:hover,.btp.verde:hover, .btmenor.verde:hover {background-color: #3d8100;}



.containerButtons{
	
	
}


.containerButtons input{
	float:right;
	
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file span {
    color: white !important;
	font-size: 18px !important;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}