body {
	background-color: #e5e5e5;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.cep-search {
	background-color: transparent;
	border: medium none;
	box-shadow: none;
	color: #98a6ad;
	font-size: 16px;
	outline: medium none;
	position: absolute;
	right: 5px;
	top: 30px;
}

.btn-pagar {
	display: block;
	width: 100%;
	padding: 20px 16px;
	font-size: 18px;
	border: 0;
	border-radius: 0px;
	color: #fff;
	background-color: #00af6c;
	border-color: #00af6c;
	margin-bottom: -15px;
}

.input-busca {
	cursor: pointer;
}

.banner-lateral {
	margin-top: 50px;
}

@media ( min-width : 720px) {
	.banner-lateral {
		margin-top: 0;
	}
}

.show-estrangeiro {
	display: none;
}
#cepIncorreto, #cep_nao_encontrado
{
	display: none;
}

#status-home
{
    display: block;
    width: 30%;
    position: fixed;
    z-index: 2147483647;
    top: 10px;
    left: initial;
    right: 25%;
    min-height: initial;
   display: none;
    
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
}

.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}


.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
/*============ colors ========*/
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

