/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block !IMPORTANT; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute !IMPORTANT;
			top: -9999px !IMPORTANT;
			left: -9999px !IMPORTANT;
		}
		
		tr { border: 1px solid #ccc !IMPORTANT; }
		
		td { 
			/* Behave  like a "row" */
			border: none !IMPORTANT;
			border-bottom: 1px solid #eee !IMPORTANT; 
			position: relative !IMPORTANT;
			padding-left: 50% !IMPORTANT; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute !IMPORTANT;
			/* Top/left values mimic padding */
			top: 6px !IMPORTANT;
			left: 6px !IMPORTANT;
			width: 45% !IMPORTANT; 
			padding-right: 10px !IMPORTANT; 
			white-space: nowrap !IMPORTANT;
		}
		
		/*
		Label the data
		*/
		td:nth-of-type(1):before { content: "Id"; }
		td:nth-of-type(2):before { content: "Tipo Alloggiato"; }
		td:nth-of-type(3):before { content: "Descrizione"; }
		td:nth-of-type(4):before { content: "Room"; }
		td:nth-of-type(5):before { content: "Ospite"; }
		td:nth-of-type(6):before { content: "Cittadinanza"; }
		td:nth-of-type(7):before { content: "Data Nascita"; }
		td:nth-of-type(8):before { content: "Luogo Nascita"; }
		td:nth-of-type(9):before { content: "Residenza"; }
		td:nth-of-type(10):before { content: "CheckIn"; }
		td:nth-of-type(11):before { content: "CheckOut"; }
		td:nth-of-type(12):before { content: "P."; }
		td:nth-of-type(13):before { content: "Q."; }
		td:nth-of-type(14):before { content: "Azioni"; }
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0 !IMPORTANT; 
			margin: 0 !IMPORTANT; 
			width: 320px !IMPORTANT; }
		}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body { 
			width: 495px !IMPORTANT; 
		}
	}
	
.margin_bottom_10{
	margin-bottom:10px;
}

.navbar-collapse{
max-height: 400px !IMPORTANT;
}

.row {
    margin-left: 0 !IMPORTANT;
    margin-right: 0 !IMPORTANT; 
}

.page{
	margin-top:20px;
}
.inside{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid  #CCC;
}

label.error {
	font-style:italic;
	color:#F00;
	font-size: 11px
}

#schedina_pulsanti{
	margin-top:20px;
}

.dataTables_filter input {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.dataTables_length select {
    height: 30px;
    line-height: 30px;
	border-radius: 3px;
    font-size: 12px;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.dataTables_info {
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 14px;
}

.pagination ul{
	list-style-type: none;
}

.pagination li {
    background-color: #fff;
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    position: relative;
    text-decoration: none;
}


.pagination li.prev {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
	border: 1px solid #ddd;
}

.pagination li.next {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
	border: 1px solid #ddd;
}

.pagination ul li > a:focus, 
.pagination ul li > a:hover, 
.pagination ul li > span:focus, 
.pagination ul li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination ul li > a, 
.pagination ul li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination ul .active > a, 
.pagination ul .active > a:focus, 
.pagination ul .active > a:hover, 
.pagination ul .active > span, 
.pagination ul .active > span:focus, 
.pagination ul .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination ul li.prev,
.pagination ul li.next {
    border: 0px solid #ddd;
}

div.dataTables_info {
    padding-top: 8px;
	width:200px
}



#footer.navbar-default {
    background-color: #f8f8f8;
	margin-top:20px;
	border-color: #4f8632;
	box-shadow: 0px -5px 5px 0px #4f8632;
	color: #fff;
}

#footer.navbar-default .navbar-text {
    color: #fff;
}

#footer .logo {
margin-top:10px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #538a50;
}

.navbar-toggle {
    background-color: #CCC;
}

.navbar-default {
	background:url(../images/bg_header.jpg) repeat 0 0 #529e4f;
    border-color: #4f8632;
	box-shadow: 0px 5px 7px #4f8632;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin:0px;
	height: 50px;
	display: table-cell;
	vertical-align: middle !important;
}

.navbar-default .navbar-nav > li > a.pro sup {
    color: #f80606 !important;
    font-weight: bold;
}

.navbar-nav > li > a {
    padding-bottom: 5px !IMPORTANT;
    padding-top: 5px !IMPORTANT;
	margin:0 !IMPORTANT;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #F5F5F5;
	background-color: #477845;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #538a50;
    color: #FFF;
}
.dropdown-menu {
    background-color: #538a50;
}

.datepicker.dropdown-menu {
    background-color: #FFF;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    color: #F5F5F5;
	background-color: #538a50;
}
.nomargin{
	margin:0;
}
.form-group
{
  height: auto;
  margin:0 0 30px 0 !IMPORTANT;
}

.form-control{
 padding: 4px 12px ;
  font-size: 20px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.planner .form-group {
    height: 60px !IMPORTANT;
    margin: 0 !IMPORTANT;
}

.form-control2 {
 padding: 8px 12px ;
 width:100%;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}
.jumbotron
{
  position: relative;
  padding-top: 45px;
  padding-right: 0px;
  padding-left: 0px;
  color: #ffffff;
  text-align: center;
  background-color: #ffffff ;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

.clickTrigger{
	width:2px; 
	margin-top:-1px;
}

.hide {
    display: none;
}



/* Line 7 */
.dropdown-header
{
  display: block;
  padding-top: 3px;
  padding-right: 20px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.tt-dropdown-menu {
  /* width: 422px; */
  margin-top: 12px;
  padding: 8px 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}


.typeahead,
.tt-query,
.tt-hint {

  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

span.twitter-typeahead{
   width: 100%; /**/

}

input[type="text"]:disabled {
    background: #f0f0f0;
} 

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-dropdown-menu {
max-height: 350px;
overflow-y: auto;
}

.tt-hint {
  color: #999
}



.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}


.navbar-inverse
{
 /* background-color: #003366;
  background-color: #555555;
  
  404a66
  */ 
background-color: #333367;
}




/* Line 7 */
.navbar-inverse .navbar-nav > li > a
{
  color: #ffffff;
}

/* Line 7 */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
  color: #999999;
  background-color: transparent;
}

/* Line 7 */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
  color: #999999;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
  background-color: #404a66;
}

#Nascita{
height:0px;
padding:0px;
margin:0px;
}

.scheduler_default_corner div:nth-of-type(4) {
    display: none !important;
}