* {
	outline: none;
}

nav .btn {
	color: #2D2F30;
}

nav .login {
	padding-right: 10px;
	color: #FFF;
}

nav .btn-outline-default{
	background: #FFF;
}

.retornoOperacao {
	position:  fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	width: 100%;
	max-width: 350px;
	background: #999;
	color: #FFF;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
}

#msgModalAlerta .msg{
	font-size: 18px;
	padding-bottom: 20px;	
}

#msgModalAlerta .bg-danger {
	color: #FFF;
	background: #c9302c;
}

#msgModalAlerta .bg-danger button {
	background: #FFF;
	color: #c9302c;
}

#msgModalAlerta .bg-confirm .grupoButtons {
	text-align: right;
}

#msgModalAlerta .bg-confirm button {
	margin: 0 10px;
}


.mBottom30 {
	margin-bottom: 30px;
}

.mBottom15 {
	margin-bottom: 15px;
}

.mBottom5 {
	margin-bottom: 5px;
}

.mTop30 {
	margin-top: 30px;
}

.mTop5 {
	margin-top: 5px;
}

.mTop15 {
	margin-top: 15px;
}

input.form-control, select.form-control, textarea.form-control, .checkbox {
	margin-bottom: 10px;
}

.checkbox label {
	margin-left: 10px;
}

.inputErroAjax {
	border: 1px solid #c9302c;
	color: #c9302c;
}

.table th, .table td {
	vertical-align: middle;	
}

.card {
	padding: 10px;
}

.card-primary {
	color: #FFF;
}

.card-default {
	background: #CCC;
}

.modal {
	overflow-y:auto;
}

.zebra0 {
	padding: 10px;
	background: #DDD;
}

.zebra1 {
	padding: 10px;
	background: #CCC;
}

.alert-default{
	background: #DDD;
	color: #666;
	border: solid 1px #CCC;
}

.chequeFooter {
	margin-bottom: -25px;
	right: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

.chequeFooter textarea, .chequeFooter input {
	-webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.40);
}

.chequeFooter button {
	margin-top: -100px;
	margin-right:7px;
}

.table td.checkbox {
	padding-top: 22px !important;
}

.modal-extra-lg {
	max-width: 90% !important;
}