.tooltip{
	min-width: 200px;
}
div.table-container {
	overflow:auto;
}
div.table-container table.table-bordered{
	min-width:750px;
	table-layout: fixed;	
}
div.table-container table.table-bordered tr td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.table-bordered{
	background: #fff;
}
table.table-bordered tr td{
	height: 42px;	
}
table.table .action{
	display: none;
}
table.table tr:hover .action, body.touch table.table .action{
	display: block;
}
table.table .action .btn-xs, table.table .action .btn-group-xs > .btn{
	border-width: 0; 
}
table.table > thead > tr > th[class*=sort] {
  cursor: pointer;
}
table.table > thead > tr > th[class*=sort]:after {
  float: right;
  display: inline;
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
table.table > thead > tr > th[class*=sort]:hover {
  color: #547ea8;
}
table.table > thead > tr > th.sorting_desc:after {
  content: "\f0dd";
  top: -6px;
  color: #307ecc;
}
table.table > thead > tr > th.sorting_asc:after {
  content: "\f0de";
  top: 4px;
  color: #307ecc;
}
table.table > tfoot > tr {
  color: #707070;
  font-weight: normal;
  background: #F2F2F2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
table.table > tfoot > tr > th{
  border-color: #dddddd;
}
table.table .pagination, table.table > tfoot > tr > th{
  font-weight: normal;
}
table.table .pagination{
  margin: 0;
  display: block;
}
table.table .pagination ul{
  float: right;	
}
table.table .filter .loader{
  float: left;
  margin-left: 5px;
  display: none;
}

table.table > tbody > tr.footer {
  color: #3b3b3b;
  font-weight: normal;
  background: #e2f0f9 !important;
}

table.table > tbody > tr.footer > td {
  border-color: #dddddd;
  font-weight: bold;
}

#alerts-container{
	position: absolute;
	top: 0;
	width: 80%;
	margin: 0 0 0 10%;
	z-index: 99;
	padding-top: 5px;
}
#alerts-container .alert+.alert{
	margin-top: 5px;
}

.navbar .navbar-nav > li > a{
	text-shadow: none;
}
.clear{
	clear: both;
}
.btn.btn-app{
	width: auto;
	min-width: 100px;
	padding-left: 5px;
	padding-right: 5px; 
}
.modal.bootbox-error .modal-header, .modal.modal-danger .modal-header {
    background-color: #d15b47;
}
.modal.bootbox-error .modal-header .modal-title, .modal.modal-danger .modal-header .modal-title{
    color: #fff;
}
.modal.modal-danger .modal-footer button.btn.btn-primary{
    color: #fff;
    background-color: #d15b47 !important;
    border-color: #d15b47;
}
.modal.modal-danger .modal-footer button.btn.btn-primary:hover, .modal.modal-danger .modal-footer button.btn.btn-primary:active{
  background-color: #b74635 !important;
  border-color: #d15b47;
}
.btn.btn-app > .badge, .btn.btn-app > .label{
	top: 10px;
}
.page-content {
    padding-bottom: 5px;
}
.bootbox-body{
	font-size: 13px;
}
.page-header h1 {
    margin-left: 0px!important;
}
.dropdown-menu.dropdown-inline {
	min-width: 0px!important;
	padding: 6px;
}
.open > .dropdown-menu.dropdown-inline a{
	display: inline;		
	margin: 0 6px;
}
.open > .dropdown-menu.dropdown-inline.action-buttons a{
	display: inline-block;
}
.dropdown, .dropup {
	width: 300px;
}

.select2-results .select2-disabled, select option[disabled]{
	color: #AAA;
	background: none;
	cursor: default;
}
.select2-results .select2-disabled > div{
	cursor: default;
} 

/*
jquery.validate
*/
form .has-error {
  color: #a94442;
}
form .has-error:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
  color: #ca5f4c!important;
  border-color: #d77b68!important;
  background-color: #fef9f8!important;
}
form .has-error .select2-choice, .form-group.has-error .select2-choices {
    border-color: #a94442 !important;
}

#index-pages-container div.well{
	background-color: #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;	  
}
#index-pages-container div.well:hover{	
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.1),0px 2px 10px 0px rgba(0,0,0,0.1);
}
#index-pages-container a:hover{
	text-decoration: none;	
}
a.notifica{
	width:88%; 
	display:inline-block!important;
	overflow: hidden;
}
a.delete-notifica {
    display: none!important;
}
    
li.row-notifica:hover > a.delete-notifica {
    display: block!important;
}

td span.codice, div.profile-info-value span.codice, label span.codice{
	font-weight: bold;
}
td span.codice{
	font-weight: bold;
	float: left;
	width: 100px;
}


@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

body.touch .select2-results .select2-result-label{
	padding: 15px 7px 15px;
}
table tr.filter input, table tr.filter select{
	font-size: 12px;	
}
.select2-container.select2-container-multi.form-control{
	padding: 0;
}
.select2-container.select2-container-multi.form-control .select2-choices{
	border: 0;
}
