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

body{
  /*  background-image:url('../images/fundo4.jpg');*/
  background-color: #eee;   
}
fieldset {
  border: 1px solid #999;
  padding: 10px;
  /* controla a distancia entre os elementos e a borda */
  margin-bottom: 10px;
  width: 100%;
  /* margem para alinhar o fieldset com o restante do grid */
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.navbar{
    width: 100%;
    background-color: #1D1E23;
   margin-top: 0;
}

.container-fluid {
   z-index: 9;
   position: relative;
 
      
}

.area {
    padding: 15px;
}
.tabarea {
	height:40px;
}
.tabitem {
	float:left;
	width:50%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color:#c82116;
	cursor:pointer;
    color: #e5e6e9; 
}
.activetab {
	background-color:#eaeff1;
    color: #16181b;
        
}
.tabbody {
	display:none;
	padding-top:20px;
}

.tabpagar {
	float:left;
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color:#c82116;
	cursor:pointer;
    color: #e5e6e9; 
}
.tabreceber {
	float:left;
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color:#0c9e3d;
	cursor:pointer;
    color: #e5e6e9; 
}


.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{
    
}
.container_1{
    width:100%;
   background-color: #bfbfc4;
    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: #eaeff1;
   
   
     
   
   
}
#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: #5bc0de;}
                 
.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 */
        
    }
    
.pag a {	
	color:#0c9e3d;
	text-decoration: none;
}
.paginationArea {
	margin-top:30px;
}

.loginarea {
	width:270px;
	height:260px;
	background-color:#FFF;
	position:absolute;
	left:54%;
	top:20px;
	margin-left:-150px;
	border-radius:5px;
	box-shadow:0px 0px 10px #999;
	border:1px solid #CCC;
	padding:20px;
        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:10px;
	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:1px solid #FF0000;
	padding:10px;
	border-radius:5px;
	background-color:#FF9999;
	color:#000;
	margin-top:5px;
}

.p_item {
	height:25px;
	line-height: 25px;
        }
  .warn {
	padding:15px;
	background-color:#EEE;
	border:2px solid #CCC;
	border-radius:3px;
	margin-top:10px;
	margin-bottom:10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
select,
textarea {
	width:100%;
	height:30px;
	font-size:13px;
	outline:0;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
}

.pagination {
	margin-top:30px;
	margin-bottom:30px;
}
.pag_item {
	width:20px;
	height:20px;
	float:left;
	border:1px solid #000;
	margin-right: 3px;
	text-align: center;
	line-height: 20px;
}
.pag_item a {
	color:#000;
	text-decoration: none;
}
.pag_ativo {
	background-color:#224074;
}
.pag_ativo a {
	color:#FFF;
}

#busca {
    width: 250px;
    height: 40px;
    float: right;
    margin-top: -40px;
    background-image:url('../images/search.png');
	background-repeat: no-repeat;
	background-size:15px 15px;
	background-position: 5px;
	padding-left:25px;
	border-radius:10px;
	border:1px solid #CCC;
}

.searchresults {
	width:97%;
	background-color:#FFF;
	position:absolute;
	border:1px solid #CCC;
}

.buscaresultcli {
	width:97%;
	background-color:#FFF;
	position: absolute;
	border:1px solid #CCC;
        margin-top: -138px;
        margin-left: -95px;
        z-index:10;
}

.si {
	height:30px;
	line-height: 30px;
	padding-left:10px;
	cursor:pointer;
}
.si a {
	color:#000;
	text-decoration: none;
	display:block;
}
.si:hover {
	background-color:#EEE;
}








