
  html { 
  background: url(../static/Resources/negociar.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   
  }
  
  body{
   background: transparent;
   overflow-x: hidden;
   overflow-y: auto;
  }
  
  .vertical-center {
   min-height: 100%;
   min-height: 100vh;
   display: flex;
   align-items: center;
  }  
  
  .vertical-center-ie {
   display: table-cell;
   vertical-align: middle;
  }  
  
  .thumbnail-portal{
	  min-height:138px;
	  margin:0 0 20px 0;
	  display:inline-block;
	  display:block;
	  height:auto;
	  max-width:100%;
	  padding:4px;
	  line-height:1.428571429;
	  background-color:#fff;
	  border:1px solid #ddd;
	  border-radius:4px;
	  -webkit-transition:all .2s ease-in-out;
	  transition:all .2s ease-in-out
	}
	
  .modal-lg {
	width:auto;
	margin: 0 30px 0 30px;
   }
   
   .table_acordo{
	   width:30%;
	   margin: 35px 30% 0;
	   

	   /*margin-bottom:20px;
	   margin-left:450px;*/
   }

   
   .btn-empresa{
	   width:130px;
	   padding:10px 0;
   }
   /* GRID   
   
	.table-striped thead tr{
	   display: block;
   }  
   
   .table-striped th, .table-striped td{
	   //width:100px;
   }  
   
   .table-striped tbody{
	   overflow-y: auto;
	   height: 107px;
	   display: block;
   }  
   
 GRID */

.modal-trailer{
	min-height:16.428571429px;
	padding:15px;
	border-top:1px solid #e5e5e5;
	margin-left:300px;
}  
   
   
.form-control_div{
	/*display:block;*/
	width:200px;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
   
.btn-success-brk{
	color:#fff;
	background-color:#005496;
	border-color:#005496
} 
   
.btn-success-brk:hover{
	color:#fff;
	background-color:#002A4B;
	border-color:#002A4B
}   
   
.btn-danger-brk{
	color:#fff;
	background-color:#AEADB3;
	border-color:#AEADB3
} 

.btn-danger-brk:hover{
	color:#fff;
	background-color:#727176;
	border-color:#727176
}   

.btn-primary-brk{
	color:#fff;
	background-color:#008DC9;
	border-color:#008DC9
} 

.btn-primary-brk:hover{
	color:#fff;
	background-color:#007496;
	border-color:#007496
}   

.btn-success-brk.disabled,.btn-success-brk[disabled],fieldset[disabled]  
   
   
   
   
   
   
   
   
   
   