.html {
    position: relative;
    min-height: 100%;
}

.swf {
     width:100%;
}

.navbar{
    width: 100%;
    background-color: orangered;
    top: 0;
    
   
}
.container-fluid {
   z-index: 9;
   position: relative;
   background-color: #fff;
  
    
}

.col-sm-6{
       position: relative;
}
.foto_item {
	width:150px;
	height:200px;
	text-align: center;
	margin-right: 10px;
	float:left;
}
.foto_item img {
	width:150px;
}
.container{
  background-color: #fff;  
}
.container_1{
    width:100%;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px;
    
    
}
.form-control{
    height: 30px;
}

.container .table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
   
     
   
   
}
#anunciante {
    margin-top: 50px;
    z-index: 2;
}

.footer {
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #111;
    height: 55px;
    padding-top: 10px;
    z-index: 99;
    
}



.nav li a:hover {background-color: orange;}
                 
.btn-default input a:hover {background-color:orange; }

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

#loginFrm .modal-header {
    background-color: #1D1E23;
    color: #C1C1C3;
}

#loginFrm .modal-header .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    color: #C1C1C3 !important;
    font-size: 16px;
    font-weight: normal;
}

#loginFrm .modal-footer {
    border: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #5bc0de;
}
#loginFrm .modal-footer:hover,
#loginFrm .modal-footer:hover button.btn-info {
    background-color: #31b0d5;
    border-color: #2aabd2;
}
#loginFrm .modal-footer button {
    font-size: 13px;
}
#loginFrm .modal-footer button.btn-danger {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.addon-facebook {
    background-color: #345387 !important;
    border: none;
    color: #fff !important;
    padding: 11px !important;
    border: 0px !important;
}
.btn {
    background-color:#fff;
}
.btn:hover {
    background-color: #999999;
}

.btn-facebook {
    background-color: #999999;
    color: #fff;
}
.btn-facebook:hover {
    background-color: #345387;
}

.line-or {
    position: relative;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.line-or span {
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.line-or hr {
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul, ol, li {
        list-style: none;
    }
    
    .menu {
    color: #FFF;
}
    .menu-item {
        width: 25%;
        height: 150px;
        display: inline; /* Adicionamos apenas essa linha */
        
    }
    .paginationItem {
	width:40px;
	height:40px;
	border:1px solid #DDD;
	font-size:13px;
	text-align: center;
	line-height:40px;
	display:inline-block;
}
.paginationItem:hover,
.pag_active {
	border:1px solid orangered;
}
.paginationItem a {
	display:block;
	color:#000;
	text-decoration: none;
}
.paginationArea {
	margin-top:30px;
}

.loginarea {
	width:270px;
	height:240px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-150px;
	border-radius:5px;
	box-shadow:0px 0px 10px #999;
	border:1px solid #CCC;
	padding:15px;
        margin-top: 100px;
}
.loginarea input[type=email],
.loginarea input[type=password] {
	width:100%;
	height:40px;
	outline:0;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	border-radius:5px;
	border:1px solid #CCC;
}
.loginarea input[type=submit] {
	width:100px;
	height:40px;
	border:0px;
	font-size:16px;
	border-radius:5px;
	background-color:#CCC;
}
.warning {
	border:2px solid #FF0000;
	padding:10px;
	border-radius:5px;
	background-color:#FF9999;
	color:#000;
	margin-top:20px;
}






