input.editable:hover,
input.editable:focus {
background-color:#F9F5C6 !important;
/*height:25px;
font-size:12px !important;*/
}
.navbar-nav > li > a {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
}
.navbar{
min-height:35px;
}
.dropdown-menu {
    min-width: 224px !important;
}
.table thead > tr > th, .table thead > tr > td,.table tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 2.42857;
    padding: 0;
    vertical-align: top;
}
.table tbody > tr > th, .table tfoot > tr > th,.table tbody > tr > td, .table tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 0px;
    vertical-align: top;
}
.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding-left: 5px;
	
}
#spinner{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: url('../img/image.gif') no-repeat center center rgba(50,50,250,0.3);
  z-index:1000000;
}
#spinnere{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: url('../img/barras.gif') no-repeat center center rgba(50,50,250,0.3);
    z-index:1000000;
  }
.paging_bootstrap ul.pagination{
	margin: 0;
}
.form-actions{
	padding: 10px;
	margin-top: 0px;
	text-align: left;
}
.width-0{ width:1% }
.width-10{ width:10% }
.width-20{ width:20% }
.width-30{ width:30% }
.width-40{ width:40% }
.width-50{ width:50% }
.width-60{ width:60% }
.width-70{ width:70% }
.width-80{ width:80% }
.width-90{ width:90% }
.width-100{ width:100% }
.login{
	background-color: transparent !important;
}
input.editable{
	background: none;
	border: none;
	margin: 0;
	padding: 0 2px;
	width: 100%;
	box-shadow: none;
}
.modal-dialog-100{
	width:100%;
}
.modal-dialog-90{
	width:90%;
}
.modal-dialog-80{
	width:80%;
}
.modal-dialog-70{
	width:70%;
}
.tt-hint {
	display: none;
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    max-width: 422px;
}
.tt-suggestion {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}
input.has-error{
	outline: 1px solid red;
}
.dataTables_paginate{
height:50px;
overflow:scroll;
}
.pagination{
width:-moz-max-content
}
.table_width{
overflow:scroll;
}